Skip to content

Commit

Permalink
Prepare article for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
ploeh committed Apr 8, 2024
1 parent 290c43b commit 3b36dbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _posts/2024-04-01-trying-to-fit-the-hype-cycle.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h3 id="f3bfad5e6e80409e9703c80b1c98099b">
This turned out to be an exercise consisting of two phases so distinct that I wrote them in two different languages.
</p>
<ul>
<li>Extracting curve coordinates from a bitmap</li>
<li><a href="/2024/04/08/extracting-curve-coordinates-from-a-bitmap">Extracting curve coordinates from a bitmap</a></li>
<li>Fitting a polynomial to a set of points</li>
</ul>
<p>
Expand All @@ -60,6 +60,6 @@ <h3 id="fc418f36d6c74aa2a056b48489be7162">
In the next articles in this series, I'll go over some of the details.
</p>
<p>
<strong>Next:</strong> Extracting curve coordinates from a bitmap.
<strong>Next:</strong> <a href="/2024/04/08/extracting-curve-coordinates-from-a-bitmap">Extracting curve coordinates from a bitmap</a>.
</p>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand All @@ -14,7 +14,7 @@
<em>{{ page.description }}</em>
</p>
<p>
This article is part of a short series titled <a href="">Trying to fit the hype cycle</a>. 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 <em>x</em> and <em>y</em> coordinates from this bitmap:
This article is part of a short series titled <a href="/2024/04/01/trying-to-fit-the-hype-cycle">Trying to fit the hype cycle</a>. 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 <em>x</em> and <em>y</em> coordinates from this bitmap:
</p>
<p>
<img src="/content/binary/hype-cycle-cleaned.png" alt="Gartner hype cycle.">
Expand Down

0 comments on commit 3b36dbf

Please sign in to comment.