diff --git a/_posts/2024-04-01-trying-to-fit-the-hype-cycle.html b/_posts/2024-04-01-trying-to-fit-the-hype-cycle.html index d2d9fdb2..bac1bd50 100644 --- a/_posts/2024-04-01-trying-to-fit-the-hype-cycle.html +++ b/_posts/2024-04-01-trying-to-fit-the-hype-cycle.html @@ -44,7 +44,7 @@
@@ -60,6 +60,6 @@
- Next: Extracting curve coordinates from a bitmap. + Next: Extracting curve coordinates from a bitmap.
\ No newline at end of file diff --git a/_posts/2024-02-27-extracting-curve-coordinates-from-a-bitmap.html b/_posts/2024-04-08-extracting-curve-coordinates-from-a-bitmap.html similarity index 98% rename from _posts/2024-02-27-extracting-curve-coordinates-from-a-bitmap.html rename to _posts/2024-04-08-extracting-curve-coordinates-from-a-bitmap.html index 51e7cff5..f94c607f 100644 --- a/_posts/2024-02-27-extracting-curve-coordinates-from-a-bitmap.html +++ b/_posts/2024-04-08-extracting-curve-coordinates-from-a-bitmap.html @@ -2,7 +2,7 @@ layout: post title: "Extracting curve coordinates from a bitmap" description: "Another example of using Haskell as an ad-hoc scripting language." -date: 2024-02-27 16:12 UTC +date: 2024-04-08 5:32 UTC tags: [Haskell, Languages] image: "/content/binary/hype-cycle-pyplot.png" image_alt: "Coordinates plotted with Python." @@ -14,7 +14,7 @@ {{ page.description }}- This article is part of a short series titled Trying to fit the hype cycle. In the first article, I outlined what it is that I'm trying to do. In this article, I'll describe how I extract a set of x and y coordinates from this bitmap: + This article is part of a short series titled Trying to fit the hype cycle. In the first article, I outlined what it is that I'm trying to do. In this article, I'll describe how I extract a set of x and y coordinates from this bitmap: