From 19be0a4d2e8ce0d0ec5dd65415e16061b946f57a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 30 Jun 2025 10:14:31 +0300 Subject: add --- about/index.html | 2 +- about/resources.html | 200 +++++++++++++++---------------- gemfeed/2025-06-22-task-samurai.html | 2 +- gemfeed/atom.xml | 4 +- index.html | 2 +- stats/20250531.html | 129 ++++++++++++++++++++ stats/20250601.html | 126 ++++++++++++++++++++ stats/20250602.html | 124 +++++++++++++++++++ stats/20250603.html | 130 ++++++++++++++++++++ stats/20250604.html | 127 ++++++++++++++++++++ stats/20250605.html | 131 +++++++++++++++++++++ stats/20250606.html | 132 +++++++++++++++++++++ stats/20250607.html | 130 ++++++++++++++++++++ stats/20250608.html | 127 ++++++++++++++++++++ stats/20250609.html | 127 ++++++++++++++++++++ stats/20250610.html | 128 ++++++++++++++++++++ stats/20250611.html | 134 +++++++++++++++++++++ stats/20250612.html | 128 ++++++++++++++++++++ stats/20250613.html | 127 ++++++++++++++++++++ stats/20250614.html | 126 ++++++++++++++++++++ stats/20250615.html | 125 ++++++++++++++++++++ stats/20250616.html | 124 +++++++++++++++++++ stats/20250617.html | 133 +++++++++++++++++++++ stats/20250618.html | 132 +++++++++++++++++++++ stats/20250619.html | 125 ++++++++++++++++++++ stats/20250620.html | 129 ++++++++++++++++++++ stats/20250621.html | 127 ++++++++++++++++++++ stats/20250622.html | 123 +++++++++++++++++++ stats/20250623.html | 124 +++++++++++++++++++ stats/20250624.html | 128 ++++++++++++++++++++ stats/20250625.html | 132 +++++++++++++++++++++ stats/20250626.html | 127 ++++++++++++++++++++ stats/20250627.html | 130 ++++++++++++++++++++ stats/20250628.html | 127 ++++++++++++++++++++ stats/20250629.html | 126 ++++++++++++++++++++ stats/20250630.html | 122 +++++++++++++++++++ stats/30day_summary_20250630.html | 222 +++++++++++++++++++++++++++++++++++ uptime-stats.html | 28 ++--- 38 files changed, 4301 insertions(+), 119 deletions(-) create mode 100644 stats/20250531.html create mode 100644 stats/20250601.html create mode 100644 stats/20250602.html create mode 100644 stats/20250603.html create mode 100644 stats/20250604.html create mode 100644 stats/20250605.html create mode 100644 stats/20250606.html create mode 100644 stats/20250607.html create mode 100644 stats/20250608.html create mode 100644 stats/20250609.html create mode 100644 stats/20250610.html create mode 100644 stats/20250611.html create mode 100644 stats/20250612.html create mode 100644 stats/20250613.html create mode 100644 stats/20250614.html create mode 100644 stats/20250615.html create mode 100644 stats/20250616.html create mode 100644 stats/20250617.html create mode 100644 stats/20250618.html create mode 100644 stats/20250619.html create mode 100644 stats/20250620.html create mode 100644 stats/20250621.html create mode 100644 stats/20250622.html create mode 100644 stats/20250623.html create mode 100644 stats/20250624.html create mode 100644 stats/20250625.html create mode 100644 stats/20250626.html create mode 100644 stats/20250627.html create mode 100644 stats/20250628.html create mode 100644 stats/20250629.html create mode 100644 stats/20250630.html create mode 100644 stats/30day_summary_20250630.html diff --git a/about/index.html b/about/index.html index e8e51264..54327b7e 100644 --- a/about/index.html +++ b/about/index.html @@ -28,7 +28,7 @@
My blog here at foo.zone
codeberg.org/snonux - My Codeberg page
-github.com/snonux - My GitHub page (it's just aa mirror of Codeberg, really)
+github.com/snonux - My GitHub page (it's just a mirror of Codeberg, really)
irregular.ninja - My street photography site (warn: multiple MBs, it's photos after all)
DTail - the distributed log tailing program

diff --git a/about/resources.html b/about/resources.html index 513258fe..4143bd2a 100644 --- a/about/resources.html +++ b/about/resources.html @@ -50,52 +50,52 @@ In random order:


Technical references



@@ -104,53 +104,53 @@

Self-development and soft-skills books



In random order:


Here are notes of mine for some of the books

@@ -159,31 +159,31 @@ Some of these were in-person with exams; others were online learning lectures only. In random order:


Technical guides



These are not whole books, but guides (smaller or larger) which I found very useful. in random order:


Podcasts



@@ -192,60 +192,60 @@ In random order:


Podcasts I liked



I liked them but am not listening to them anymore. The podcasts have either "finished" (no more episodes) or I stopped listening to them due to time constraints or a shift in my interests.


Newsletters I like



This is a mix of tech and non-tech newsletters I am subscribed to. In random order:


Magazines I like(d)



This is a mix of tech I like(d). I may not be a current subscriber, but now and then, I buy an issue. In random order:


Formal education



diff --git a/gemfeed/2025-06-22-task-samurai.html b/gemfeed/2025-06-22-task-samurai.html index b775f3b1..24c625d5 100644 --- a/gemfeed/2025-06-22-task-samurai.html +++ b/gemfeed/2025-06-22-task-samurai.html @@ -43,8 +43,8 @@

Why does this exist?



+I wanted to tinker with agentic coding. This project was implemented entirely using OpenAI Codex. (After this blog post was published, I also used the Claude Code CLI.)