From: Zachary Vance Date: Tue, 18 Nov 2025 23:38:35 +0000 (-0500) Subject: Connect the Dots Wrong X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=c4d72d2beaea6e3ed235a25cc0aeb8ce5a7bc05c;p=blog.git Connect the Dots Wrong --- diff --git a/images/connect-the-dots.png b/images/connect-the-dots.png new file mode 100644 index 0000000..62920dc Binary files /dev/null and b/images/connect-the-dots.png differ diff --git a/posts/hack2025-01-go.md b/posts/hack2025-01-go.md index 875e3b8..83c5cec 100644 --- a/posts/hack2025-01-go.md +++ b/posts/hack2025-01-go.md @@ -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" --- diff --git a/posts/hack2025-03-voxel.md b/posts/hack2025-03-voxel.md index 27e8656..9122579 100644 --- a/posts/hack2025-03-voxel.md +++ b/posts/hack2025-03-voxel.md @@ -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" --- diff --git a/posts/hack2025-17-python-challenges.md b/posts/hack2025-17-python-challenges.md index 6d89453..1c7b1c2 100644 --- a/posts/hack2025-17-python-challenges.md +++ b/posts/hack2025-17-python-challenges.md @@ -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 index 0000000..39a220e --- /dev/null +++ b/posts/hack2025-18-connectthedots.html @@ -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.