Skip to content

Commit 47a04d9

Browse files
committed
Add Visualization tag
1 parent f4b9a8e commit 47a04d9

7 files changed

+7
-7
lines changed

_posts/2015-10-19-visual-value-verification.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: "Visual Value Verification"
44
description: "Sometimes, the most efficient way to verify the outcome of executing a piece of code is to visualise it."
55
date: 2015-10-19 8:08 UTC
6-
tags: [Productivity, F#]
6+
tags: [Productivity, F#, Visualization]
77
image: "/content/binary/hull-grid.png"
88
image_alt: "Six individual hull diagrams arranged in a 2x3 grid, each of them displaying convex hulls."
99
---

_posts/2016-02-06-are-shuffled-plays-random.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: "Are shuffled plays random?"
44
description: "Have you ever asked your music player to shuffle all your music, only to wonder: didn't it play that song only yesterday?"
55
date: 2016-02-06 00:09 UTC
6-
tags: [Miscellaneous, F#]
6+
tags: [Miscellaneous, F#, Visualization]
77
image: "/content/binary/scrobble-frequency-plot.png"
88
image_alt: "A scatter plot showing the frequency of plays."
99
---

_posts/2017-06-06-fractal-trees-with-purescript.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: "Fractal trees with PureScript"
44
description: "A fractal tree drawn with PureScript"
55
date: 2017-06-06 8:10 UTC
6-
tags: [Languages, Functional Programming]
6+
tags: [Languages, Functional Programming, Visualization]
77
image: "/content/binary/symmetric-fractal-tree.png"
88
image_alt: "A symmetric fractal tree."
99
---

_posts/2021-04-05-mazes-on-voronoi-tesselations.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: "Mazes on Voronoi tessellations"
44
description: "Recursive backtracker maze generation on a Voronoi diagram."
55
date: 2021-04-05 9:03 UTC
6-
tags: [Animation, JavaScript]
6+
tags: [Animation, JavaScript, Visualization]
77
image: "/content/binary/recursive-backtracker-on-voronoi-tiles.png"
88
image_alt: "Recursive backtracker algorithm running on a Voronoi tessellation."
99
---

_posts/2021-07-05-fractal-hex-flowers.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: "Fractal hex flowers"
44
description: "The code behind the cover of Code That Fits in Your Head"
55
date: 2021-07-05 8:51 UTC
6-
tags: [JavaScript]
6+
tags: [JavaScript, Visualization]
77
image: "/content/binary/decayed-purple-lace.png"
88
image_alt: "Fractal hex flower rendering example."
99
---

_posts/2022-10-31-a-regular-grid-emerges.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: "A regular grid emerges"
44
description: "The code behind a lecture animation."
55
date: 2022-10-31 6:44 UTC
6-
tags: [Animation, JavaScript]
6+
tags: [Animation, JavaScript, Visualization]
77
image: "/content/binary/a-regular-grid-emerges.png"
88
image_alt: "A grid-like structure starting to emerge from tightly packing blobs."
99
---

_posts/2024-04-01-trying-to-fit-the-hype-cycle.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
title: "Trying to fit the hype cycle"
44
description: "An amateur tries his hand at linear modelling."
55
date: 2024-04-01 7:14 UTC
6-
tags: [Article Series]
6+
tags: [Article Series, Visualization]
77
image: "/content/binary/hype-cycle-cleaned.png"
88
image_alt: "Gartner hype cycle."
99
---

0 commit comments

Comments
 (0)