]> git.za3k.com Git - blog.git/commitdiff
Connect the Dots Wrong
authorZachary Vance <za3k@za3k.com>
Tue, 18 Nov 2025 23:38:35 +0000 (18:38 -0500)
committerZachary Vance <za3k@za3k.com>
Tue, 18 Nov 2025 23:38:35 +0000 (18:38 -0500)
images/connect-the-dots.png [new file with mode: 0644]
posts/hack2025-01-go.md
posts/hack2025-03-voxel.md
posts/hack2025-17-python-challenges.md
posts/hack2025-18-connectthedots.html [new file with mode: 0644]

diff --git a/images/connect-the-dots.png b/images/connect-the-dots.png
new file mode 100644 (file)
index 0000000..62920dc
Binary files /dev/null and b/images/connect-the-dots.png differ
index 875e3b8352d75ff88558b7922bc4fa73d5a93b3e..83c5cecba89954c9a64168381a89688334c80cc3 100644 (file)
@@ -5,6 +5,7 @@ categories:
 date: 2025-11-01
 tags:
 - go
+- hack-a-day
 slug: go-analysis
 title: "Hack-A-Day, Day 01: Go Analysis"
 ---
index 27e8656001e9291cab0d3edc8db0b6bb8e928720..91225799d19da04ff5f3aaa508916cdb65ca4d46 100644 (file)
@@ -6,6 +6,7 @@ date: 2025-11-03
 tags:
 - programming
 - voxel
+- hack-a-day
 slug: hack-voxel
 title: "Hack-A-Day, Day 03: Voxel Rendering"
 ---
index 6d89453d33a090420345c6fd66d7b7b8822c86ed..1c7b1c257f67ff71ed9b1a6ab021a062e3f96ffc 100644 (file)
@@ -2,10 +2,11 @@
 author: admin
 categories:
 - Technical
-date: 2025-11-18
+date: 2025-11-17
 tags:
 - python
 - programming
+- hack-a-day
 slug: python-challenges
 title: "Hack-a-Day, Day 17: Python Challenge"
 ---
diff --git a/posts/hack2025-18-connectthedots.html b/posts/hack2025-18-connectthedots.html
new file mode 100644 (file)
index 0000000..39a220e
--- /dev/null
@@ -0,0 +1,18 @@
+---
+author: admin
+categories:
+- Non-Technical
+date: 2025-11-18
+tags:
+- hack-a-day
+slug: connect-the-dots
+title: "Hack-a-Day, Day 18: Connect the Dots But Wrong"
+---
+
+Today's project struck me out of nowhere. What if connect-the-dots... **but wrong**?
+
+[![](connect-the-dots.png)](https://za3k.github.io/connect-the-dots/)
+
+You can play [online here](https://za3k.github.io/connect-the-dots/) or see the source code [on github](https://github.com/za3k/connect-the-dots).
+
+Have fun.