summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-10-17 20:28:07 +0300
committerPaul Buetow <paul@buetow.org>2025-10-17 20:28:07 +0300
commit3d8d9ae9332339a401cd5c1469c75ed4896b817e (patch)
tree5bc30700c5b51bf571d12da08410056333ad11f8
parente38266506dda5ce4019b01eda46497df58276111 (diff)
Update content for gemtext
-rw-r--r--about/resources.gmi193
-rw-r--r--about/showcase.gmi399
-rw-r--r--gemfeed/DRAFT-helix-with-languagetool.gmi8
-rw-r--r--gemfeed/DRAFT-helix-with-languagetool.gmi.tpl8
-rw-r--r--gemfeed/DRAFT-using-supernote-nomad-offline.gmi134
-rw-r--r--gemfeed/DRAFT-using-supernote-nomad-offline.gmi.tpl122
-rwxr-xr-xgemfeed/convert-notes-to-pdfs.sh26
-rw-r--r--gemfeed/using-supernote-nomad-offline/nomad1.jpgbin0 -> 180262 bytes
-rw-r--r--gemfeed/using-supernote-nomad-offline/nomad2.jpgbin0 -> 141032 bytes
-rw-r--r--index.gmi2
-rw-r--r--uptime-stats.gmi42
11 files changed, 617 insertions, 317 deletions
diff --git a/about/resources.gmi b/about/resources.gmi
index ac011e83..04183117 100644
--- a/about/resources.gmi
+++ b/about/resources.gmi
@@ -35,107 +35,108 @@ You won't find any links on this site because, over time, the links will break.
In random order:
-* DNS and BIND; Cricket Liu; O'Reilly
-* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications
* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt
-* Terraform Cookbook; Mikael Krief; Packt Publishing
-* Java ist auch eine Insel; Christian Ullenboom;
-* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly
-* Ultimate Go Notebook; Bill Kennedy
-* Higher Order Perl; Mark Dominus; Morgan Kaufmann
-* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly
-* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly
-* C++ Programming Language; Bjarne Stroustrup;
-* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly
+* Perl New Features; Joshua McAdams, brian d foy; Perl School
+* Chaos Engineering - System Resiliency in Practice; Casey Rosenthal and Nora Jones; eBook
+* Effective Java; Joshua Bloch; Addison-Wesley Professional
+* The Docker Book; James Turnbull; Kindle
+* Data Science at the Command Line; Jeroen Janssens; O'Reilly
* Polished Ruby Programming; Jeremy Evans; Packt Publishing
+* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly
* Systemprogrammierung in Go; Frank Müller; dpunkt
-* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton
-* Raku Fundamentals; Moritz Lenz; Apress
-* Effective Java; Joshua Bloch; Addison-Wesley Professional
-* Modern Perl; Chromatic ; Onyx Neon Press
-* Effective awk programming; Arnold Robbins; O'Reilly
-* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly
-* Chaos Engineering - System Resiliency in Practice; Casey Rosenthal and Nora Jones; eBook
* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner
-* Raku Recipes; J.J. Merelo; Apress
+* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly
+* DNS and BIND; Cricket Liu; O'Reilly
+* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton
+* Ultimate Go Notebook; Bill Kennedy
+* The Pragmatic Programmer; David Thomas; Addison-Wesley
* Programming Ruby 3.3 (5th Edition); Noel Rappin, with Dave Thomas; The Pragmatic Bookshelf
-* The Docker Book; James Turnbull; Kindle
-* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson
* The Practise of System and Network Administration; Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup; Addison-Wesley Professional Pro Git; Scott Chacon, Ben Straub; Apress
-* Data Science at the Command Line; Jeroen Janssens; O'Reilly
+* Raku Recipes; J.J. Merelo; Apress
+* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly
* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional
-* Funktionale Programmierung; Peter Pepper; Springer
-* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook
+* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly
+* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson
* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly
-* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly
-* Site Reliability Engineering; How Google runs production systems; O'Reilly
-* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press
-* Leanring eBPF; Liz Rice; O'Reilly
+* Higher Order Perl; Mark Dominus; Morgan Kaufmann
+* Java ist auch eine Insel; Christian Ullenboom;
* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible
-* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications
+* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly
+* Effective awk programming; Arnold Robbins; O'Reilly
+* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly
* Concurrency in Go; Katherine Cox-Buday; O'Reilly
-* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press
-* Developing Games in Java; David Brackeen and others...; New Riders
+* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications
* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers
+* Terraform Cookbook; Mikael Krief; Packt Publishing
+* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible
+* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press
+* C++ Programming Language; Bjarne Stroustrup;
+* Modern Perl; Chromatic ; Onyx Neon Press
* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers
-* The Pragmatic Programmer; David Thomas; Addison-Wesley
+* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press
* Pro Puppet; James Turnbull, Jeffrey McCune; Apress
-* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible
-* Perl New Features; Joshua McAdams, brian d foy; Perl School
+* Funktionale Programmierung; Peter Pepper; Springer
+* Raku Fundamentals; Moritz Lenz; Apress
+* Leanring eBPF; Liz Rice; O'Reilly
+* Developing Games in Java; David Brackeen and others...; New Riders
+* Site Reliability Engineering; How Google runs production systems; O'Reilly
+* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook
+* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications
## Technical references
I didn't read them from the beginning to the end, but I am using them to look up things. The books are in random order:
-* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley
-* Go: Design Patterns for Real-World Projects; Mat Ryer; Packt
-* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly
-* The Linux Programming Interface; Michael Kerrisk; No Starch Press
+* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly
* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly
* Relayd and Httpd Mastery; Michael W Lucas
+* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly
* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley
-* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly
+* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley
+* The Linux Programming Interface; Michael Kerrisk; No Starch Press
+* Go: Design Patterns for Real-World Projects; Mat Ryer; Packt
## Self-development and soft-skills books
In random order:
-* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion
-* Getting Things Done; David Allen
-* Psycho-Cybernetics; Maxwell Maltz; Perigee Books
-* Stop starting, start finishing; Arne Roock; Lean-Kanban University
+* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly
+* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press
+* Soft Skills; John Sommez; Manning Publications
+* Ultralearning; Anna Laurent; Self-published via Amazon
+* Eat That Frog; Brian Tracy
* Atomic Habits; James Clear; Random House Business
-* Slow Productivity; Cal Newport; Penguin Random House
-* Eat That Frog!; Brian Tracy; Hodder Paperbacks
* Staff Engineer: Leadership beyond the management track; Will Larson; Audiobook
-* The Good Enough Job; Simone Stolzoff; Ebury Edge
-* Solve for Happy; Mo Gawdat (RE-READ 1ST TIME)
-* The Off Switch; Mark Cropley; Virgin Books (RE-READ 1ST TIME)
-* The Bullet Journal Method; Ryder Carroll; Fourth Estate
-* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne
+* The Software Engineer's Guidebook: Navigating senior, tech lead, and staff engineer positions at tech companies and startups; Gergely Orosz; Audiobook
+* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK
* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing
-* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly
-* So Good They Can't Ignore You; Cal Newport; Business Plus
-* Influence without Authority; A. Cohen, D. Bradford; Wiley
+* Psycho-Cybernetics; Maxwell Maltz; Perigee Books
+* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business
+* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books
+* The Good Enough Job; Simone Stolzoff; Ebury Edge
+* The Joy of Missing Out; Christina Crook; New Society Publishers
* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook
+* The Power of Now; Eckhard Tolle; Yellow Kite
* Ultralearning; Scott Young; Thorsons
-* 97 Things Every Engineering Manager Should Know; Camille Fournier; Audiobook
-* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK
+* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd
+* Stop starting, start finishing; Arne Roock; Lean-Kanban University
+* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion
+* Influence without Authority; A. Cohen, D. Bradford; Wiley
+* So Good They Can't Ignore You; Cal Newport; Business Plus
+* Deep Work; Cal Newport; Piatkus
+* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne
* Coders at Work - Reflections on the craft of programming, Peter Seibel and Mitchell Dorian et al., Audiobook
* Meditation for Mortals, Oliver Burkeman, Audiobook
-* Ultralearning; Anna Laurent; Self-published via Amazon
-* The Joy of Missing Out; Christina Crook; New Society Publishers
-* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books
-* The Power of Now; Eckhard Tolle; Yellow Kite
-* Deep Work; Cal Newport; Piatkus
+* Getting Things Done; David Allen
* 101 Essays that change the way you think; Brianna Wiest; Audiobook
-* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business
* Digital Minimalism; Cal Newport; Portofolio Penguin
+* Eat That Frog!; Brian Tracy; Hodder Paperbacks
* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select
-* Soft Skills; John Sommez; Manning Publications
-* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd
-* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press
-* Eat That Frog; Brian Tracy
+* Slow Productivity; Cal Newport; Penguin Random House
+* The Bullet Journal Method; Ryder Carroll; Fourth Estate
+* The Off Switch; Mark Cropley; Virgin Books (RE-READ 1ST TIME)
+* Solve for Happy; Mo Gawdat (RE-READ 1ST TIME)
+* 97 Things Every Engineering Manager Should Know; Camille Fournier; Audiobook
=> ../notes/index.gmi Here are notes of mine for some of the books
@@ -143,22 +144,22 @@ In random order:
Some of these were in-person with exams; others were online learning lectures only. In random order:
-* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online
-* MySQL Deep Dive Workshop; 2-day on-site training
-* AWS Immersion Day; Amazon; 1-day interactive online training
-* Functional programming lecture; Remote University of Hagen
-* Structure and Interpretation of Computer Programs; Harold Abelson and more...;
-* Ultimate Go Programming; Bill Kennedy; O'Reilly Online
* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online
+* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online
* Apache Tomcat Best Practises; 3-day on-site training
-* Developing IaC with Terraform (with Live Lessons); O'Reilly Online
-* Protocol buffers; O'Reilly Online
+* F5 Loadbalancers Training; 2-day on-site training; F5, Inc.
* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon
-* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training
* Scripting Vim; Damian Conway; O'Reilly Online
+* Ultimate Go Programming; Bill Kennedy; O'Reilly Online
+* MySQL Deep Dive Workshop; 2-day on-site training
+* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training
+* Protocol buffers; O'Reilly Online
* Red Hat Certified System Administrator; Course + certification (Although I had the option, I decided not to take the next course as it is more effective to self learn what I need)
-* F5 Loadbalancers Training; 2-day on-site training; F5, Inc.
-* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online
+* Functional programming lecture; Remote University of Hagen
+* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online
+* Structure and Interpretation of Computer Programs; Harold Abelson and more...;
+* Developing IaC with Terraform (with Live Lessons); O'Reilly Online
+* AWS Immersion Day; Amazon; 1-day interactive online training
## Technical guides
@@ -174,21 +175,21 @@ These are not whole books, but guides (smaller or larger) which I found very use
In random order:
-* Backend Banter
-* Fallthrough [Golang]
-* Dev Interrupted
-* Modern Mentor
* BSD Now [BSD]
* Wednesday Wisdom
-* Hidden Brain
* The Pragmatic Engineer Podcast
-* Deep Questions with Cal Newport
-* Fork Around And Find Out
* Maintainable
-* Cup o' Go [Golang]
-* Pratical AI
+* Fallthrough [Golang]
* The Changelog Podcast(s)
+* Fork Around And Find Out
+* Pratical AI
+* Hidden Brain
+* Dev Interrupted
+* Deep Questions with Cal Newport
+* Cup o' Go [Golang]
* The ProdCast (Google SRE Podcast)
+* Modern Mentor
+* Backend Banter
### Podcasts I liked
@@ -196,36 +197,36 @@ I liked them but am not listening to them anymore. The podcasts have either "fin
* Go Time (predecessor of fallthrough)
* Modern Mentor
-* CRE: Chaosradio Express [german]
-* FLOSS weekly
* Java Pub House
+* FLOSS weekly
* Ship It (predecessor of Fork Around And Find Out)
+* CRE: Chaosradio Express [german]
## Newsletters I like
This is a mix of tech and non-tech newsletters I am subscribed to. In random order:
-* Applied Go Weekly Newsletter
+* Ruby Weekly
+* VK Newsletter
* The Valuable Dev
-* Andreas Brandhorst Newsletter (Sci-Fi author)
+* Applied Go Weekly Newsletter
+* The Imperfectionist
+* Monospace Mentor
+* Changelog News
* Register Spill
* The Pragmatic Engineer
-* Ruby Weekly
* byteSizeGo
-* Monospace Mentor
-* The Imperfectionist
+* Andreas Brandhorst Newsletter (Sci-Fi author)
* Golang Weekly
-* VK Newsletter
-* Changelog News
## 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:
* Linux Magazine
-* LWN (online only)
-* freeX (not published anymore)
* Linux User
+* freeX (not published anymore)
+* LWN (online only)
# Formal education
diff --git a/about/showcase.gmi b/about/showcase.gmi
index a60ec4a7..db93cc77 100644
--- a/about/showcase.gmi
+++ b/about/showcase.gmi
@@ -1,6 +1,6 @@
# Project Showcase
-Generated on: 2025-10-06
+Generated on: 2025-10-14
This page showcases my side projects, providing an overview of what each project does, its technical implementation, and key metrics. Each project summary includes information about the programming languages used, development activity, and licensing. The projects are ordered by recent activity, with the most actively maintained projects listed first.
@@ -10,8 +10,10 @@ This page showcases my side projects, providing an overview of what each project
* ⇢ ⇢ Overall Statistics
* ⇢ ⇢ Projects
* ⇢ ⇢ ⇢ yoga
+* ⇢ Yoga
* ⇢ ⇢ ⇢ hexai
* ⇢ ⇢ ⇢ conf
+* ⇢ ⇢ ⇢ foo.zone
* ⇢ ⇢ ⇢ foostats
* ⇢ ⇢ ⇢ gitsyncer
* ⇢ ⇢ ⇢ totalrecall
@@ -30,14 +32,13 @@ This page showcases my side projects, providing an overview of what each project
* ⇢ ⇢ ⇢ terraform
* ⇢ ⇢ ⇢ gogios
* ⇢ ⇢ ⇢ gorum
-* ⇢ ⇢ ⇢ guprecords
* ⇢ ⇢ ⇢ randomjournalpage
* ⇢ ⇢ ⇢ sway-autorotate
* ⇢ ⇢ ⇢ photoalbum
* ⇢ ⇢ ⇢ geheim
* ⇢ ⇢ ⇢ algorithms
-* ⇢ ⇢ ⇢ foo.zone
* ⇢ ⇢ ⇢ perl-c-fibonacci
+* ⇢ ⇢ ⇢ guprecords
* ⇢ ⇢ ⇢ ioriot
* ⇢ ⇢ ⇢ staticfarm-apache-handlers
* ⇢ ⇢ ⇢ dyndns
@@ -51,31 +52,31 @@ This page showcases my side projects, providing an overview of what each project
* ⇢ ⇢ ⇢ template
* ⇢ ⇢ ⇢ muttdelay
* ⇢ ⇢ ⇢ netdiff
-* ⇢ ⇢ ⇢ pwgrep
* ⇢ ⇢ ⇢ japi
-* ⇢ ⇢ ⇢ loadbars
* ⇢ ⇢ ⇢ perl-poetry
* ⇢ ⇢ ⇢ ipv6test
* ⇢ ⇢ ⇢ cpuinfo
+* ⇢ ⇢ ⇢ loadbars
+* ⇢ ⇢ ⇢ pwgrep
* ⇢ ⇢ ⇢ perldaemon
* ⇢ ⇢ ⇢ awksite
* ⇢ ⇢ ⇢ jsmstrade
* ⇢ ⇢ ⇢ ychat
* ⇢ ⇢ ⇢ netcalendar
-* ⇢ ⇢ ⇢ vs-sim
* ⇢ ⇢ ⇢ hsbot
+* ⇢ ⇢ ⇢ vs-sim
* ⇢ ⇢ ⇢ fype
## Overall Statistics
* 📦 Total Projects: 56
-* 📊 Total Commits: 11,174
-* 📈 Total Lines of Code: 247,835
-* 📄 Total Lines of Documentation: 26,482
-* 💻 Languages: Go (34.0%), Java (22.1%), C (7.8%), C++ (7.1%), Perl (6.7%), Shell (5.0%), C/C++ (4.9%), HTML (4.8%), Config (1.5%), Ruby (1.2%), HCL (1.1%), YAML (0.7%), Python (0.7%), Make (0.6%), CSS (0.5%), Raku (0.4%), JSON (0.3%), XML (0.3%), Haskell (0.2%), TOML (0.1%)
-* 📚 Documentation: Text (44.2%), Markdown (42.8%), LaTeX (12.9%)
+* 📊 Total Commits: 11,220
+* 📈 Total Lines of Code: 274,377
+* 📄 Total Lines of Documentation: 52,861
+* 💻 Languages: Go (31.1%), Java (14.7%), C++ (13.5%), Shell (7.8%), C/C++ (7.4%), C (7.0%), Perl (6.5%), HTML (4.6%), Config (1.7%), Ruby (1.0%), HCL (1.0%), Make (0.7%), YAML (0.6%), Python (0.6%), CSS (0.5%), JSON (0.3%), Raku (0.3%), XML (0.2%), Haskell (0.2%), TOML (0.1%)
+* 📚 Documentation: Markdown (76.7%), Text (22.2%), LaTeX (1.1%)
* 🎵 Vibe-Coded Projects: 4 out of 56 (7.1%)
-* 🤖 AI-Assisted Projects (including vibe-coded): 10 out of 56 (17.9% AI-assisted, 82.1% human-only)
+* 🤖 AI-Assisted Projects (including vibe-coded): 11 out of 56 (19.6% AI-assisted, 80.4% human-only)
* 🚀 Release Status: 36 released, 20 experimental (64.3% with releases, 35.7% experimental)
## Projects
@@ -84,17 +85,20 @@ This page showcases my side projects, providing an overview of what each project
* 💻 Languages: Go (100.0%)
* 📚 Documentation: Markdown (100.0%)
-* 📊 Commits: 6
-* 📈 Lines of Code: 2628
-* 📄 Lines of Documentation: 76
-* 📅 Development Period: 2025-10-01 to 2025-10-02
-* 🔥 Recent Activity: 4.7 days (avg. age of last 42 commits)
+* 📊 Commits: 11
+* 📈 Lines of Code: 3376
+* 📄 Lines of Documentation: 82
+* 📅 Development Period: 2025-10-01 to 2025-10-12
+* 🔥 Recent Activity: 8.8 days (avg. age of last 42 commits)
* ⚖️ License: No license found
-* 🏷️ Latest Release: v0.2.0 (2025-10-02)
+* 🏷️ Latest Release: v0.2.5 (2025-10-12)
* 🤖 AI-Assisted: This project was partially created with the help of generative AI
=> showcase/yoga/image-1.png yoga screenshot
+
+# Yoga
+
=> https://codeberg.org/snonux/yoga View on Codeberg
=> https://github.com/snonux/yoga View on GitHub
@@ -108,7 +112,7 @@ This page showcases my side projects, providing an overview of what each project
* 📈 Lines of Code: 26565
* 📄 Lines of Documentation: 564
* 📅 Development Period: 2025-08-01 to 2025-10-04
-* 🔥 Recent Activity: 13.7 days (avg. age of last 42 commits)
+* 🔥 Recent Activity: 21.7 days (avg. age of last 42 commits)
* ⚖️ License: No license found
* 🏷️ Latest Release: v0.15.1 (2025-10-03)
* 🤖 AI-Assisted: This project was partially created with the help of generative AI
@@ -127,13 +131,13 @@ The project is implemented primarily in Go and uses Mage as its build and task a
### conf
-* 💻 Languages: Perl (31.6%), Shell (23.1%), YAML (22.9%), Config (5.6%), CSS (5.4%), TOML (4.8%), Ruby (4.2%), Lua (1.2%), Docker (0.6%), JSON (0.5%)
+* 💻 Languages: Perl (31.5%), Shell (23.2%), YAML (22.9%), Config (5.6%), CSS (5.4%), TOML (4.8%), Ruby (4.1%), Lua (1.2%), Docker (0.6%), JSON (0.5%)
* 📚 Documentation: Text (73.7%), Markdown (26.3%)
-* 📊 Commits: 1003
-* 📈 Lines of Code: 6046
+* 📊 Commits: 1008
+* 📈 Lines of Code: 6055
* 📄 Lines of Documentation: 1356
-* 📅 Development Period: 2021-12-28 to 2025-10-03
-* 🔥 Recent Activity: 23.5 days (avg. age of last 42 commits)
+* 📅 Development Period: 2021-12-28 to 2025-10-13
+* 🔥 Recent Activity: 26.4 days (avg. age of last 42 commits)
* ⚖️ License: No license found
* 🧪 Status: Experimental (no releases yet)
@@ -146,6 +150,29 @@ conf
---
+### foo.zone
+
+* 💻 Languages: Shell (71.8%), Go (27.8%), YAML (0.4%)
+* 📚 Documentation: Markdown (99.5%), Text (0.5%)
+* 📊 Commits: 3131
+* 📈 Lines of Code: 227
+* 📄 Lines of Documentation: 29792
+* 📅 Development Period: 2021-04-29 to 2025-10-12
+* 🔥 Recent Activity: 43.5 days (avg. age of last 42 commits)
+* ⚖️ License: No license found
+* 🧪 Status: Experimental (no releases yet)
+* 🤖 AI-Assisted: This project was partially created with the help of generative AI
+
+
+This project hosts the static files for the foo.zone website, which is accessible via both the Gemini protocol (gemini://foo.zone) and the web (https://foo.zone). The repository is organized with separate branches for each content format—such as Gemtext, HTML, and Markdown—allowing the site to be served in multiple formats tailored to different protocols and user preferences. This structure makes it easy to maintain and update content across platforms, ensuring consistency and flexibility.
+
+The site is maintained using a suite of open-source tools, including Neovim for editing, GNU Bash for scripting, and ShellCheck for shell script linting. It is deployed on OpenBSD, utilizing the vger Gemini server (managed via relayd and inetd) for Gemini content and the native httpd server for the HTML site. Source code and hosting are managed through Codeberg. The static content is generated with the help of the gemtexter tool, which streamlines the process of converting and managing content in various formats. This architecture emphasizes simplicity, security, and portability, making it a robust solution for multi-protocol static site hosting.
+
+=> https://codeberg.org/snonux/foo.zone View on Codeberg
+=> https://github.com/snonux/foo.zone View on GitHub
+
+---
+
### foostats
* 💻 Languages: Perl (100.0%)
@@ -154,7 +181,7 @@ conf
* 📈 Lines of Code: 1910
* 📄 Lines of Documentation: 421
* 📅 Development Period: 2023-01-02 to 2025-09-28
-* 🔥 Recent Activity: 51.3 days (avg. age of last 42 commits)
+* 🔥 Recent Activity: 59.2 days (avg. age of last 42 commits)
* ⚖️ License: Custom License
* 🏷️ Latest Release: v0.1.0 (2025-07-12)
@@ -176,7 +203,7 @@ Architecturally, foostats is modular, with components for log parsing, filtering
* 📈 Lines of Code: 10036
* 📄 Lines of Documentation: 2433
* 📅 Development Period: 2025-06-23 to 2025-09-08
-* 🔥 Recent Activity: 73.7 days (avg. age of last 42 commits)
+* 🔥 Recent Activity: 81.6 days (avg. age of last 42 commits)
* ⚖️ License: BSD-2-Clause
* 🏷️ Latest Release: v0.9.2 (2025-09-08)
* 🎵 Vibe-Coded: This project has been vibe coded
@@ -199,7 +226,7 @@ The tool is implemented as a modern CLI application in Go, with a modular, comma
* 📈 Lines of Code: 12003
* 📄 Lines of Documentation: 361
* 📅 Development Period: 2025-07-14 to 2025-08-02
-* 🔥 Recent Activity: 76.5 days (avg. age of last 42 commits)
+* 🔥 Recent Activity: 84.4 days (avg. age of last 42 commits)
* ⚖️ License: MIT
* 🏷️ Latest Release: v0.7.5 (2025-08-02)
* 🎵 Vibe-Coded: This project has been vibe coded
@@ -228,7 +255,7 @@ Architecturally, totalrecall is implemented in Go and integrates with OpenAI ser
* 📈 Lines of Code: 929
* 📄 Lines of Documentation: 80
* 📅 Development Period: 2025-06-25 to 2025-09-29
-* 🔥 Recent Activity: 85.6 days (avg. age of last 42 commits)
+* 🔥 Recent Activity: 93.6 days (avg. age of last 42 commits)
* ⚖️ License: BSD-2-Clause
* 🏷️ Latest Release: v0.1.1 (2025-09-29)
* 🎵 Vibe-Coded: This project has been vibe coded
@@ -253,7 +280,7 @@ From an architectural standpoint, `timr` is implemented in Go, ensuring cross-pl
* 📈 Lines of Code: 6168
* 📄 Lines of Documentation: 162
* 📅 Development Period: 2025-06-19 to 2025-10-05
-* 🔥 Recent Activity: 99.7 days (avg. age of last 42 commits)
+* 🔥 Recent Activity: 107.6 days (avg. age of last 42 commits)
* ⚖️ License: BSD-2-Clause
* 🏷️ Latest Release: v0.9.3 (2025-10-05)
* 🎵 Vibe-Coded: This project has been vibe coded
@@ -274,13 +301,13 @@ The core architecture leverages the Bubble Tea framework for rendering the termi
### ior
-* 💻 Languages: Go (50.2%), C (43.4%), Raku (4.4%), Make (1.1%), C/C++ (0.9%)
-* 📚 Documentation: Text (69.0%), Markdown (31.0%)
-* 📊 Commits: 332
-* 📈 Lines of Code: 12762
-* 📄 Lines of Documentation: 684
-* 📅 Development Period: 2024-01-18 to 2025-09-21
-* 🔥 Recent Activity: 136.3 days (avg. age of last 42 commits)
+* 💻 Languages: Go (50.4%), C (43.1%), Raku (4.5%), Make (1.1%), C/C++ (1.0%)
+* 📚 Documentation: Text (69.7%), Markdown (30.3%)
+* 📊 Commits: 337
+* 📈 Lines of Code: 13072
+* 📄 Lines of Documentation: 680
+* 📅 Development Period: 2024-01-18 to 2025-10-09
+* 🔥 Recent Activity: 122.8 days (avg. age of last 42 commits)
* ⚖️ License: No license found
* 🧪 Status: Experimental (no releases yet)
* 🤖 AI-Assisted: This project was partially created with the help of generative AI
@@ -307,7 +334,7 @@ The project is implemented using a combination of Go, C, and BPF, leveraging the
* 📈 Lines of Code: 4102
* 📄 Lines of Documentation: 357
* 📅 Development Period: 2024-05-04 to 2025-09-24
-* 🔥 Recent Activity: 138.1 days (avg. age of last 42 commits)
+* 🔥 Recent Activity: 146.1 days (avg. age of last 42 commits)
* ⚖️ License: Custom License
* 🏷️ Latest Release: v1.2.0 (2025-09-24)
@@ -333,7 +360,7 @@ The project is implemented using a combination of Go, C, and BPF, leveraging the
* 📈 Lines of Code: 20091
* 📄 Lines of Documentation: 5674
* 📅 Development Period: 2020-01-09 to 2025-06-20
-* 🔥 Recent Activity: 141.7 days (avg. age of last 42 commits)
+* 🔥 Recent Activity: 149.7 days (avg. age of last 42 commits)
* ⚖️ License: Apache-2.0
* 🏷️ Latest Release: v4.3.3 (2024-08-23)
* 🤖 AI-Assisted: This project was partially created with the help of generative AI
@@ -360,7 +387,7 @@ The architecture consists of a client-server model: DTail servers run on each ta
* 📈 Lines of Code: 396
* 📄 Lines of Documentation: 24
* 📅 Development Period: 2025-04-18 to 2025-05-11
-* 🔥 Recent Activity: 161.0 days (avg. age of last 42 commits)
+* 🔥 Recent Activity: 169.0 days (avg. age of last 42 commits)
* ⚖️ License: Custom License
* 🏷️ Latest Release: v1.0.0 (2025-05-11)
@@ -382,7 +409,7 @@ The project is implemented using Ruby, with tasks managed via Rake, and configur
* 📈 Lines of Code: 25762
* 📄 Lines of Documentation: 3101
* 📅 Development Period: 2008-05-15 to 2025-06-27
-* 🔥 Recent Activity: 174.4 days (avg. age of last 42 commits)
+* 🔥 Recent Activity: 182.4 days (avg. age of last 42 commits)
* ⚖️ License: Custom License
* 🧪 Status: Experimental (no releases yet)
* 🤖 AI-Assisted: This project was partially created with the help of generative AI
@@ -407,7 +434,7 @@ Architecturally, DS-Sim is organized into modular components: core process and m
* 📈 Lines of Code: 33
* 📄 Lines of Documentation: 3
* 📅 Development Period: 2025-04-03 to 2025-04-03
-* 🔥 Recent Activity: 187.0 days (avg. age of last 42 commits)
+* 🔥 Recent Activity: 194.9 days (avg. age of last 42 commits)
* ⚖️ License: No license found
* 🧪 Status: Experimental (no releases yet)
@@ -429,7 +456,7 @@ Implementation-wise, the project likely consists of a small, easily portable pro
* 📈 Lines of Code: 1373
* 📄 Lines of Documentation: 48
* 📅 Development Period: 2024-12-05 to 2025-02-28
-* 🔥 Recent Activity: 227.7 days (avg. age of last 42 commits)
+* 🔥 Recent Activity: 235.6 days (avg. age of last 42 commits)
* ⚖️ License: Custom License
* 🧪 Status: Experimental (no releases yet)
@@ -451,7 +478,7 @@ Key features include a test suite (run via `rake test`) to ensure reliability, a
* 📈 Lines of Code: 2285
* 📄 Lines of Documentation: 1180
* 📅 Development Period: 2021-05-21 to 2025-08-31
-* 🔥 Recent Activity: 273.0 days (avg. age of last 42 commits)
+* 🔥 Recent Activity: 281.0 days (avg. age of last 42 commits)
* ⚖️ License: GPL-3.0
* 🏷️ Latest Release: 3.0.0 (2024-10-01)
@@ -475,7 +502,7 @@ The project is implemented as a large Bash script, leveraging standard GNU utili
* 📈 Lines of Code: 1133
* 📄 Lines of Documentation: 78
* 📅 Development Period: 2024-01-20 to 2025-09-13
-* 🔥 Recent Activity: 493.6 days (avg. age of last 42 commits)
+* 🔥 Recent Activity: 501.6 days (avg. age of last 42 commits)
* ⚖️ License: MIT
* 🏷️ Latest Release: v0.0.4 (2025-09-13)
@@ -501,7 +528,7 @@ The project’s key features include its minimalistic design, cross-platform com
* 📈 Lines of Code: 40
* 📄 Lines of Documentation: 3
* 📅 Development Period: 2023-12-31 to 2025-08-11
-* 🔥 Recent Activity: 527.3 days (avg. age of last 42 commits)
+* 🔥 Recent Activity: 535.2 days (avg. age of last 42 commits)
* ⚖️ License: No license found
* 🧪 Status: Experimental (no releases yet)
@@ -523,7 +550,7 @@ The Docker image is typically implemented using a `Dockerfile` that installs Rad
* 📈 Lines of Code: 2851
* 📄 Lines of Documentation: 52
* 📅 Development Period: 2023-08-27 to 2025-08-08
-* 🔥 Recent Activity: 563.4 days (avg. age of last 42 commits)
+* 🔥 Recent Activity: 571.4 days (avg. age of last 42 commits)
* ⚖️ License: MIT
* 🧪 Status: Experimental (no releases yet)
@@ -545,7 +572,7 @@ Key features include the ability to specify which ECS services to deploy, automa
* 📈 Lines of Code: 1096
* 📄 Lines of Documentation: 287
* 📅 Development Period: 2023-04-17 to 2025-06-12
-* 🔥 Recent Activity: 604.4 days (avg. age of last 42 commits)
+* 🔥 Recent Activity: 612.3 days (avg. age of last 42 commits)
* ⚖️ License: Custom License
* 🏷️ Latest Release: v1.1.0 (2024-05-03)
* 🤖 AI-Assisted: This project was partially created with the help of generative AI
@@ -570,7 +597,7 @@ Architecturally, Gogios is implemented in Go for efficiency and ease of deployme
* 📈 Lines of Code: 1525
* 📄 Lines of Documentation: 15
* 📅 Development Period: 2023-04-17 to 2023-11-19
-* 🔥 Recent Activity: 790.4 days (avg. age of last 42 commits)
+* 🔥 Recent Activity: 798.3 days (avg. age of last 42 commits)
* ⚖️ License: Custom License
* 🧪 Status: Experimental (no releases yet)
@@ -585,28 +612,6 @@ The project is still under development, but its planned features include remote
---
-### guprecords
-
-* 💻 Languages: Raku (100.0%)
-* 📚 Documentation: Markdown (100.0%)
-* 📊 Commits: 95
-* 📈 Lines of Code: 312
-* 📄 Lines of Documentation: 416
-* 📅 Development Period: 2013-03-22 to 2025-05-18
-* 🔥 Recent Activity: 840.4 days (avg. age of last 42 commits)
-* ⚖️ License: No license found
-* 🏷️ Latest Release: v1.0.0 (2023-04-29)
-
-
-`guprecords` is a command-line tool written in Raku that generates comprehensive uptime reports for multiple hosts by aggregating and analyzing raw record files produced by the `uptimed` daemon. Its primary purpose is to provide system administrators and enthusiasts with detailed, customizable statistics on system reliability and availability across a fleet of machines. By supporting various categories (such as Host, Kernel, KernelMajor, and KernelName) and metrics (including Boots, Uptime, Score, Downtime, and Lifespan), `guprecords` enables users to identify trends, compare system stability, and track performance over time. Reports can be output in plaintext, Markdown, or Gemtext formats, making them suitable for different documentation or publishing needs.
-
-The architecture of `guprecords` is modular, with classes dedicated to parsing epoch data, aggregating statistics, and formatting output. The tool reads uptime record files collected from multiple hosts (typically centralized via a git repository), processes them to compute the desired metrics, and generates ranked tables highlighting top performers or outliers. Users can tailor reports using command-line options to select categories, metrics, output formats, and entry limits. The design emphasizes flexibility and extensibility, allowing for easy integration into existing monitoring workflows. While `guprecords` does not handle the collection of raw data itself, it complements existing `uptimed` deployments by transforming raw uptime logs into actionable insights and historical records.
-
-=> https://codeberg.org/snonux/guprecords View on Codeberg
-=> https://github.com/snonux/guprecords View on GitHub
-
----
-
### randomjournalpage
* 💻 Languages: Shell (94.1%), Make (5.9%)
@@ -615,7 +620,7 @@ The architecture of `guprecords` is modular, with classes dedicated to parsing e
* 📈 Lines of Code: 51
* 📄 Lines of Documentation: 26
* 📅 Development Period: 2022-06-02 to 2024-04-20
-* 🔥 Recent Activity: 855.2 days (avg. age of last 42 commits)
+* 🔥 Recent Activity: 863.1 days (avg. age of last 42 commits)
* ⚖️ License: No license found
* 🧪 Status: Experimental (no releases yet)
@@ -638,7 +643,7 @@ The implementation relies on standard Linux utilities: `qpdf` for manipulating P
* 📈 Lines of Code: 41
* 📄 Lines of Documentation: 17
* 📅 Development Period: 2020-01-30 to 2025-04-30
-* 🔥 Recent Activity: 1148.7 days (avg. age of last 42 commits)
+* 🔥 Recent Activity: 1156.6 days (avg. age of last 42 commits)
* ⚖️ License: GPL-3.0
* 🧪 Status: Experimental (no releases yet)
@@ -660,7 +665,7 @@ The script is implemented by piping the output of `monitor-sensor` into `autorot
* 📈 Lines of Code: 342
* 📄 Lines of Documentation: 39
* 📅 Development Period: 2011-11-19 to 2022-04-02
-* 🔥 Recent Activity: 1368.3 days (avg. age of last 42 commits)
+* 🔥 Recent Activity: 1376.2 days (avg. age of last 42 commits)
* ⚖️ License: No license found
* 🏷️ Latest Release: 0.5.0 (2022-02-21)
@@ -685,7 +690,7 @@ The `photoalbum` project is a minimal Bash script designed for Linux systems to
* 📈 Lines of Code: 671
* 📄 Lines of Documentation: 26
* 📅 Development Period: 2018-05-26 to 2025-09-04
-* 🔥 Recent Activity: 1463.0 days (avg. age of last 42 commits)
+* 🔥 Recent Activity: 1471.0 days (avg. age of last 42 commits)
* ⚖️ License: No license found
* 🧪 Status: Experimental (no releases yet)
@@ -711,7 +716,7 @@ The architecture centers around a local Git repository that acts as the secure s
* 📈 Lines of Code: 1728
* 📄 Lines of Documentation: 18
* 📅 Development Period: 2020-07-12 to 2023-04-09
-* 🔥 Recent Activity: 1519.4 days (avg. age of last 42 commits)
+* 🔥 Recent Activity: 1527.4 days (avg. age of last 42 commits)
* ⚖️ License: Custom License
* 🧪 Status: Experimental (no releases yet)
@@ -726,28 +731,6 @@ Key features include a modular codebase where each algorithm or exercise is like
---
-### foo.zone
-
-* 📚 Documentation: Markdown (100.0%)
-* 📊 Commits: 3100
-* 📈 Lines of Code: 0
-* 📄 Lines of Documentation: 23
-* 📅 Development Period: 2021-05-21 to 2022-04-02
-* 🔥 Recent Activity: 1535.0 days (avg. age of last 42 commits)
-* ⚖️ License: No license found
-* 🧪 Status: Experimental (no releases yet)
-
-⚠️ **Notice**: This project appears to be finished, obsolete, or no longer maintained. Last meaningful activity was over 2 years ago. Use at your own risk.
-
-This project hosts the static files for the foo.zone website, which is accessible via both the Gemini protocol (gemini://foo.zone) and the web (https://foo.zone). The repository is organized with separate branches for each content format—such as Gemtext, HTML, and Markdown—allowing the site to be served in multiple formats tailored to different protocols and user preferences. This structure makes it easy to maintain and update content across platforms, ensuring consistency and flexibility.
-
-The site is maintained using a suite of open-source tools, including Neovim for editing, GNU Bash for scripting, and ShellCheck for shell script linting. It is deployed on OpenBSD, utilizing the vger Gemini server (managed via relayd and inetd) for Gemini content and the native httpd server for the HTML site. Source code and hosting are managed through Codeberg. The static content is generated with the help of the gemtexter tool, which streamlines the process of converting and managing content in various formats. This architecture emphasizes simplicity, security, and portability, making it a robust solution for multi-protocol static site hosting.
-
-=> https://codeberg.org/snonux/foo.zone View on Codeberg
-=> https://github.com/snonux/foo.zone View on GitHub
-
----
-
### perl-c-fibonacci
* 💻 Languages: C (80.4%), Make (19.6%)
@@ -756,7 +739,7 @@ The site is maintained using a suite of open-source tools, including Neovim for
* 📈 Lines of Code: 51
* 📄 Lines of Documentation: 69
* 📅 Development Period: 2014-03-24 to 2022-04-23
-* 🔥 Recent Activity: 2000.4 days (avg. age of last 42 commits)
+* 🔥 Recent Activity: 2008.3 days (avg. age of last 42 commits)
* ⚖️ License: No license found
* 🧪 Status: Experimental (no releases yet)
@@ -769,6 +752,27 @@ perl-c-fibonacci: source code repository.
---
+### guprecords
+
+* 💻 Languages: Raku (100.0%)
+* 📊 Commits: 95
+* 📈 Lines of Code: 195
+* 📅 Development Period: 2013-03-22 to 2023-03-09
+* 🔥 Recent Activity: 2223.4 days (avg. age of last 42 commits)
+* ⚖️ License: No license found