diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-01 02:14:20 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-01 02:14:20 +0200 |
| commit | 6eddee0cb21861e737b9bcc94b55fa876a27abe7 (patch) | |
| tree | c88f3b5f752d33ece8896ce41bf542abae5fa914 /about | |
| parent | a87b8da59a35493c4b46050eeaa27c2d88c8318d (diff) | |
Update content for md
Diffstat (limited to 'about')
| -rw-r--r-- | about/resources.md | 208 | ||||
| -rw-r--r-- | about/showcase.md | 1337 | ||||
| -rw-r--r-- | about/showcase/debroid/image-1.png | 38 |
3 files changed, 797 insertions, 786 deletions
diff --git a/about/resources.md b/about/resources.md index 170d670b..2d68546d 100644 --- a/about/resources.md +++ b/about/resources.md @@ -35,110 +35,110 @@ You won't find any links on this site because, over time, the links will break. In random order: -* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press -* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly -* 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 -* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional -* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly -* Perl New Features; Joshua McAdams, brian d foy; Perl School -* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly -* Modern Perl; Chromatic ; Onyx Neon Press +* Site Reliability Engineering; How Google runs production systems; O'Reilly +* Seeking SRE: Conversations About Running Production Systems at Scale; David N. Blank-Edelman; eBook +* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible * Raku Recipes; J.J. Merelo; Apress -* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly -* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible -* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications -* Systemprogrammierung in Go; Frank Müller; dpunkt -* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly -* The Pragmatic Programmer; David Thomas; Addison-Wesley -* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press -* Terraform Cookbook; Mikael Krief; Packt Publishing -* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly -* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt -* The Docker Book; James Turnbull; Kindle -* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly -* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson -* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook -* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton -* Ultimate Go Notebook; Bill Kennedy -* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications -* Effective awk programming; Arnold Robbins; O'Reilly * Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner +* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt +* Systemprogrammierung in Go; Frank Müller; dpunkt +* Perl New Features; Joshua McAdams, brian d foy; Perl School * Raku Fundamentals; Moritz Lenz; Apress -* Chaos Engineering - System Resiliency in Practice; Casey Rosenthal and Nora Jones; eBook -* Polished Ruby Programming; Jeremy Evans; Packt Publishing -* Programming Ruby 3.3 (5th Edition); Noel Rappin, with Dave Thomas; The Pragmatic Bookshelf -* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers * Developing Games in Java; David Brackeen and others...; New Riders -* Seeking SRE: Conversations About Running Production Systems at Scale; David N. Blank-Edelman; eBook * Higher Order Perl; Mark Dominus; Morgan Kaufmann +* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly +* 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 +* Ultimate Go Notebook; Bill Kennedy +* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers +* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press +* Chaos Engineering - System Resiliency in Practice; Casey Rosenthal and Nora Jones; eBook +* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly +* Java ist auch eine Insel; Christian Ullenboom; * Funktionale Programmierung; Peter Pepper; Springer +* The Pragmatic Programmer; David Thomas; Addison-Wesley +* Concurrency in Go; Katherine Cox-Buday; O'Reilly +* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton +* Data Science at the Command Line; Jeroen Janssens; O'Reilly +* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible +* The Docker Book; James Turnbull; Kindle +* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly +* C++ Programming Language; Bjarne Stroustrup; +* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly * Pro Puppet; James Turnbull, Jeffrey McCune; Apress * Effective Java; Joshua Bloch; Addison-Wesley Professional -* Data Science at the Command Line; Jeroen Janssens; O'Reilly -* Leanring eBPF; Liz Rice; O'Reilly -* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers -* Java ist auch eine Insel; Christian Ullenboom; -* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible +* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional +* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly +* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson +* Modern Perl; Chromatic ; Onyx Neon Press * DNS and BIND; Cricket Liu; O'Reilly -* Concurrency in Go; Katherine Cox-Buday; O'Reilly -* Site Reliability Engineering; How Google runs production systems; O'Reilly -* C++ Programming Language; Bjarne Stroustrup; +* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly +* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press +* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers +* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications +* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly +* Programming Ruby 3.3 (5th Edition); Noel Rappin, with Dave Thomas; The Pragmatic Bookshelf +* Leanring eBPF; Liz Rice; O'Reilly +* Polished Ruby Programming; Jeremy Evans; Packt Publishing +* Effective awk programming; Arnold Robbins; O'Reilly +* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook +* Terraform Cookbook; Mikael Krief; Packt Publishing +* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; 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 +* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly * Relayd and Httpd Mastery; Michael W Lucas -* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly +* The Linux Programming Interface; Michael Kerrisk; No Starch Press * Go: Design Patterns for Real-World Projects; Mat Ryer; Packt -* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly +* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly * Implementing Service Level Objectives; Alex Hidalgo; O'Reilly -* The Linux Programming Interface; Michael Kerrisk; No Starch Press +* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley * BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley ## Self-development and soft-skills books In random order: -* The Good Enough Job; Simone Stolzoff; Ebury Edge -* Atomic Habits; James Clear; Random House Business -* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business -* The Courage to Be Disliked; Ichiro Kishimi and Fumitake Koga; Audiobook -* The Off Switch; Mark Cropley; Virgin Books (RE-READ 1ST TIME) +* Influence without Authority; A. Cohen, D. Bradford; Wiley * So Good They Can't Ignore You; Cal Newport; Business Plus -* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion -* Eat That Frog; Brian Tracy -* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook -* The Power of Now; Eckhard Tolle; Yellow Kite +* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd +* The Software Engineer's Guidebook: Navigating senior, tech lead, and staff engineer positions at tech companies and startups; Gergely Orosz; Audiobook +* Getting Things Done; David Allen * Soft Skills; John Sommez; Manning Publications -* Deep Work; Cal Newport; Piatkus -* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press * The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK -* Ultralearning; Anna Laurent; Self-published via Amazon -* Getting Things Done; David Allen -* Influence without Authority; A. Cohen, D. Bradford; Wiley +* Digital Minimalism; Cal Newport; Portofolio Penguin * 101 Essays that change the way you think; Brianna Wiest; Audiobook +* The Courage to Be Disliked; Ichiro Kishimi and Fumitake Koga; Audiobook +* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing +* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly +* Ultralearning; Scott Young; Thorsons +* Ultralearning; Anna Laurent; Self-published via Amazon +* The Power of Now; Eckhard Tolle; Yellow Kite * The Joy of Missing Out; Christina Crook; New Society Publishers -* The Software Engineer's Guidebook: Navigating senior, tech lead, and staff engineer positions at tech companies and startups; Gergely Orosz; Audiobook -* Digital Minimalism; Cal Newport; Portofolio Penguin -* Staff Engineer: Leadership beyond the management track; Will Larson; Audiobook +* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* 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 -* Ultralearning; Scott Young; Thorsons -* The Bullet Journal Method; Ryder Carroll; Fourth Estate -* Slow Productivity; Cal Newport; Penguin Random House -* 97 Things Every Engineering Manager Should Know; Camille Fournier; Audiobook +* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business +* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books +* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook * Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne -* Psycho-Cybernetics; Maxwell Maltz; Perigee Books +* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press +* Eat That Frog; Brian Tracy +* Deep Work; Cal Newport; Piatkus +* Solve for Happy; Mo Gawdat (RE-READ 1ST TIME) +* Staff Engineer: Leadership beyond the management track; Will Larson; Audiobook +* Atomic Habits; James Clear; Random House Business +* Slow Productivity; Cal Newport; Penguin Random House * Coders at Work - Reflections on the craft of programming, Peter Seibel and Mitchell Dorian et al., Audiobook +* The Good Enough Job; Simone Stolzoff; Ebury Edge +* The Bullet Journal Method; Ryder Carroll; Fourth Estate +* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion +* 97 Things Every Engineering Manager Should Know; Camille Fournier; Audiobook * Stop starting, start finishing; Arne Roock; Lean-Kanban University -* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd -* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly -* Solve for Happy; Mo Gawdat (RE-READ 1ST TIME) +* The Off Switch; Mark Cropley; Virgin Books (RE-READ 1ST TIME) * Meditation for Mortals, Oliver Burkeman, Audiobook -* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books -* Eat That Frog!; Brian Tracy; Hodder Paperbacks -* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing [Here are notes of mine for some of the books](../notes/index.md) @@ -146,30 +146,30 @@ In random order: Some of these were in-person with exams; others were online learning lectures only. In random order: -* 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 +* Apache Tomcat Best Practises; 3-day on-site training +* AWS Immersion Day; Amazon; 1-day interactive online training * Developing IaC with Terraform (with Live Lessons); O'Reilly Online +* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training +* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online * Scripting Vim; Damian Conway; O'Reilly Online -* Apache Tomcat Best Practises; 3-day on-site training -* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. -* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online -* Structure and Interpretation of Computer Programs; Harold Abelson and more...; +* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online * Protocol buffers; O'Reilly Online -* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training -* AWS Immersion Day; Amazon; 1-day interactive online training +* Functional programming lecture; Remote University of Hagen +* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon * MySQL Deep Dive Workshop; 2-day on-site training -* The Well-Grounded Rubyist Video Edition; David. A. Black; 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) -* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon -* Ultimate Go Programming; Bill Kennedy; O'Reilly Online -* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online +* F5 Loadbalancers Training; 2-day on-site training; F5, Inc. +* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online ## Technical guides These are not whole books, but guides (smaller or larger) which I found very useful. in random order: -* Advanced Bash-Scripting Guide * How CPUs work at https://cpu.land * Raku Guide at https://raku.guide +* Advanced Bash-Scripting Guide ## Podcasts @@ -177,58 +177,58 @@ These are not whole books, but guides (smaller or larger) which I found very use In random order: -* Cup o' Go [Golang] * Hidden Brain -* Deep Questions with Cal Newport -* The ProdCast (Google SRE Podcast) -* Dev Interrupted -* Fallthrough [Golang] -* Wednesday Wisdom -* Fork Around And Find Out +* Cup o' Go [Golang] * Pratical AI +* The Changelog Podcast(s) * Maintainable -* Backend Banter +* Dev Interrupted +* The ProdCast (Google SRE Podcast) +* Deep Questions with Cal Newport * The Pragmatic Engineer Podcast -* The Changelog Podcast(s) +* Backend Banter * Modern Mentor +* Wednesday Wisdom +* Fallthrough [Golang] +* Fork Around And Find Out * BSD Now [BSD] ### 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. +* Java Pub House * Go Time (predecessor of fallthrough) * Ship It (predecessor of Fork Around And Find Out) -* Modern Mentor -* CRE: Chaosradio Express [german] -* Java Pub House * FLOSS weekly +* CRE: Chaosradio Express [german] +* Modern Mentor ## Newsletters I like This is a mix of tech and non-tech newsletters I am subscribed to. In random order: -* Golang Weekly +* Andreas Brandhorst Newsletter (Sci-Fi author) +* byteSizeGo +* The Pragmatic Engineer +* The Valuable Dev * Changelog News -* Register Spill +* Ruby Weekly * VK Newsletter -* The Imperfectionist -* The Valuable Dev * Applied Go Weekly Newsletter -* The Pragmatic Engineer * Monospace Mentor -* byteSizeGo -* Andreas Brandhorst Newsletter (Sci-Fi author) -* Ruby Weekly +* Golang Weekly +* Register Spill +* The Imperfectionist ## 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 +* freeX (not published anymore) * Linux User * LWN (online only) -* freeX (not published anymore) # Formal education diff --git a/about/showcase.md b/about/showcase.md index c68cbc1b..fb94053a 100644 --- a/about/showcase.md +++ b/about/showcase.md @@ -1,86 +1,88 @@ # Project Showcase -Generated on: 2025-12-31 +Generated on: 2026-01-01 -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 ranked by score, which combines project size and recent activity. +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. ## Table of Contents * [⇢ Project Showcase](#project-showcase) * [⇢ ⇢ Overall Statistics](#overall-statistics) * [⇢ ⇢ Projects](#projects) -* [⇢ ⇢ ⇢ 1. epimetheus](#1-epimetheus) -* [⇢ ⇢ ⇢ 2. conf](#2-conf) -* [⇢ ⇢ ⇢ 3. foo.zone](#3-foozone) -* [⇢ ⇢ ⇢ 4. perc](#4-perc) -* [⇢ ⇢ ⇢ 5. hexai](#5-hexai) -* [⇢ ⇢ ⇢ 6. yoga](#6-yoga) -* [⇢ ⇢ ⇢ 7. gitsyncer](#7-gitsyncer) -* [⇢ ⇢ ⇢ 8. totalrecall](#8-totalrecall) -* [⇢ ⇢ ⇢ 9. foostats](#9-foostats) -* [⇢ ⇢ ⇢ 10. dtail](#10-dtail) -* [⇢ ⇢ ⇢ 11. tasksamurai](#11-tasksamurai) -* [⇢ ⇢ ⇢ 12. ior](#12-ior) -* [⇢ ⇢ ⇢ 13. timr](#13-timr) -* [⇢ ⇢ ⇢ 14. gos](#14-gos) -* [⇢ ⇢ ⇢ 15. ds-sim](#15-ds-sim) -* [⇢ ⇢ ⇢ 16. gemtexter](#16-gemtexter) -* [⇢ ⇢ ⇢ 17. wireguardmeshgenerator](#17-wireguardmeshgenerator) -* [⇢ ⇢ ⇢ 18. rcm](#18-rcm) -* [⇢ ⇢ ⇢ 19. gogios](#19-gogios) -* [⇢ ⇢ ⇢ 20. sillybench](#20-sillybench) -* [⇢ ⇢ ⇢ 21. terraform](#21-terraform) -* [⇢ ⇢ ⇢ 22. quicklogger](#22-quicklogger) -* [⇢ ⇢ ⇢ 23. gorum](#23-gorum) -* [⇢ ⇢ ⇢ 24. guprecords](#24-guprecords) -* [⇢ ⇢ ⇢ 25. docker-radicale-server](#25-docker-radicale-server) -* [⇢ ⇢ ⇢ 26. geheim](#26-geheim) -* [⇢ ⇢ ⇢ 27. algorithms](#27-algorithms) -* [⇢ ⇢ ⇢ 28. randomjournalpage](#28-randomjournalpage) -* [⇢ ⇢ ⇢ 29. photoalbum](#29-photoalbum) -* [⇢ ⇢ ⇢ 30. ioriot](#30-ioriot) -* [⇢ ⇢ ⇢ 31. sway-autorotate](#31-sway-autorotate) -* [⇢ ⇢ ⇢ 32. mon](#32-mon) -* [⇢ ⇢ ⇢ 33. staticfarm-apache-handlers](#33-staticfarm-apache-handlers) -* [⇢ ⇢ ⇢ 34. pingdomfetch](#34-pingdomfetch) -* [⇢ ⇢ ⇢ 35. ychat](#35-ychat) -* [⇢ ⇢ ⇢ 36. perl-c-fibonacci](#36-perl-c-fibonacci) -* [⇢ ⇢ ⇢ 37. xerl](#37-xerl) -* [⇢ ⇢ ⇢ 38. fapi](#38-fapi) -* [⇢ ⇢ ⇢ 39. netcalendar](#39-netcalendar) -* [⇢ ⇢ ⇢ 40. vs-sim](#40-vs-sim) -* [⇢ ⇢ ⇢ 41. loadbars](#41-loadbars) -* [⇢ ⇢ ⇢ 42. gotop](#42-gotop) -* [⇢ ⇢ ⇢ 43. fype](#43-fype) -* [⇢ ⇢ ⇢ 44. rubyfy](#44-rubyfy) -* [⇢ ⇢ ⇢ 45. pwgrep](#45-pwgrep) -* [⇢ ⇢ ⇢ 46. perldaemon](#46-perldaemon) -* [⇢ ⇢ ⇢ 47. jsmstrade](#47-jsmstrade) -* [⇢ ⇢ ⇢ 48. japi](#48-japi) -* [⇢ ⇢ ⇢ 49. perl-poetry](#49-perl-poetry) -* [⇢ ⇢ ⇢ 50. muttdelay](#50-muttdelay) -* [⇢ ⇢ ⇢ 51. netdiff](#51-netdiff) -* [⇢ ⇢ ⇢ 52. debroid](#52-debroid) -* [⇢ ⇢ ⇢ 53. hsbot](#53-hsbot) -* [⇢ ⇢ ⇢ 54. cpuinfo](#54-cpuinfo) -* [⇢ ⇢ ⇢ 55. template](#55-template) -* [⇢ ⇢ ⇢ 56. ipv6test](#56-ipv6test) -* [⇢ ⇢ ⇢ 57. awksite](#57-awksite) -* [⇢ ⇢ ⇢ 58. dyndns](#58-dyndns) +* [⇢ ⇢ ⇢ epimetheus](#epimetheus) +* [⇢ ⇢ ⇢ conf](#conf) +* [⇢ ⇢ ⇢ foo.zone](#foozone) +* [⇢ ⇢ ⇢ perc](#perc) +* [⇢ ⇢ ⇢ yoga](#yoga) +* [⇢ ⇢ ⇢ hexai](#hexai) +* [⇢ ⇢ ⇢ foostats](#foostats) +* [⇢ ⇢ ⇢ gitsyncer](#gitsyncer) +* [⇢ ⇢ ⇢ timr](#timr) +* [⇢ ⇢ ⇢ totalrecall](#totalrecall) +* [⇢ ⇢ ⇢ tasksamurai](#tasksamurai) +* [⇢ ⇢ ⇢ gos](#gos) +* [⇢ ⇢ ⇢ ior](#ior) +* [⇢ ⇢ ⇢ dtail](#dtail) +* [⇢ ⇢ ⇢ wireguardmeshgenerator](#wireguardmeshgenerator) +* [⇢ ⇢ ⇢ ds-sim](#ds-sim) +* [⇢ ⇢ ⇢ sillybench](#sillybench) +* [⇢ ⇢ ⇢ gemtexter](#gemtexter) +* [⇢ ⇢ ⇢ rcm](#rcm) +* [⇢ ⇢ ⇢ gogios](#gogios) +* [⇢ ⇢ ⇢ quicklogger](#quicklogger) +* [⇢ ⇢ ⇢ docker-radicale-server](#docker-radicale-server) +* [⇢ ⇢ ⇢ terraform](#terraform) +* [⇢ ⇢ ⇢ gorum](#gorum) +* [⇢ ⇢ ⇢ guprecords](#guprecords) +* [⇢ ⇢ ⇢ randomjournalpage](#randomjournalpage) +* [⇢ ⇢ ⇢ geheim](#geheim) +* [⇢ ⇢ ⇢ sway-autorotate](#sway-autorotate) +* [⇢ ⇢ ⇢ algorithms](#algorithms) +* [⇢ ⇢ ⇢ perl-c-fibonacci](#perl-c-fibonacci) +* [⇢ ⇢ ⇢ ioriot](#ioriot) +* [⇢ ⇢ ⇢ photoalbum](#photoalbum) +* [⇢ ⇢ ⇢ staticfarm-apache-handlers](#staticfarm-apache-handlers) +* [⇢ ⇢ ⇢ dyndns](#dyndns) +* [⇢ ⇢ ⇢ mon](#mon) +* [⇢ ⇢ ⇢ rubyfy](#rubyfy) +* [⇢ ⇢ ⇢ pingdomfetch](#pingdomfetch) +* [⇢ ⇢ ⇢ gotop](#gotop) +* [⇢ ⇢ ⇢ xerl](#xerl) +* [⇢ ⇢ ⇢ debroid](#debroid) +* [⇢ ⇢ ⇢ fapi](#fapi) +* [⇢ ⇢ ⇢ template](#template) +* [⇢ ⇢ ⇢ muttdelay](#muttdelay) +* [⇢ ⇢ ⇢ netdiff](#netdiff) +* [⇢ ⇢ ⇢ pwgrep](#pwgrep) +* [⇢ ⇢ ⇢ japi](#japi) +* [⇢ ⇢ ⇢ perl-poetry](#perl-poetry) +* [⇢ ⇢ ⇢ ipv6test](#ipv6test) +* [⇢ ⇢ ⇢ cpuinfo](#cpuinfo) +* [⇢ ⇢ ⇢ loadbars](#loadbars) +* [⇢ ⇢ ⇢ perldaemon](#perldaemon) +* [⇢ ⇢ ⇢ awksite](#awksite) +* [⇢ ⇢ ⇢ jsmstrade](#jsmstrade) +* [⇢ ⇢ ⇢ ychat](#ychat) +* [⇢ ⇢ ⇢ netcalendar](#netcalendar) +* [⇢ ⇢ ⇢ hsbot](#hsbot) +* [⇢ ⇢ ⇢ fype](#fype) +* [⇢ ⇢ ⇢ vs-sim](#vs-sim) ## Overall Statistics * 📦 Total Projects: 58 -* 📊 Total Commits: 11,597 -* 📈 Total Lines of Code: 301,588 -* 📄 Total Lines of Documentation: 281,415 -* 💻 Languages: Go (31.5%), Java (18.2%), C++ (12.4%), C/C++ (6.9%), C (6.7%), Perl (5.9%), Shell (5.7%), HTML (4.8%), Config (1.5%), YAML (1.3%), Ruby (1.0%), HCL (0.9%), Python (0.7%), Make (0.7%), CSS (0.5%), JSON (0.4%), Raku (0.3%), XML (0.2%), Haskell (0.2%), TOML (0.1%) -* 📚 Documentation: Text (79.4%), Markdown (19.5%), LaTeX (1.2%) +* 📊 Total Commits: 11,610 +* 📈 Total Lines of Code: 255,476 +* 📄 Total Lines of Documentation: 29,434 +* 💻 Languages: Go (34.7%), Java (15.8%), C (7.9%), XML (6.9%), C++ (6.7%), Perl (6.5%), HTML (5.3%), C/C++ (4.9%), Shell (2.8%), YAML (1.6%), Config (1.4%), Ruby (1.1%), HCL (1.1%), Python (0.8%), Make (0.6%), CSS (0.5%), JSON (0.5%), Raku (0.4%), Haskell (0.2%), TOML (0.1%) +* 📚 Documentation: Markdown (59.6%), Text (38.7%), LaTeX (1.7%) +* 🎵 Vibe-Coded Projects: 6 out of 58 (10.3%) +* 🤖 AI-Assisted Projects (including vibe-coded): 12 out of 58 (20.7% AI-assisted, 79.3% human-only) * 🚀 Release Status: 38 released, 20 experimental (65.5% with releases, 34.5% experimental) ## Projects -### 1. epimetheus +### epimetheus * 💻 Languages: Go (65.0%), Shell (22.5%), JSON (12.5%) * 📚 Documentation: Markdown (98.4%), Text (1.6%) @@ -88,9 +90,10 @@ This page showcases my side projects, providing an overview of what each project * 📈 Lines of Code: 3781 * 📄 Lines of Documentation: 3664 * 📅 Development Period: 2025-12-30 to 2025-12-31 -* 🏆 Score: 2413.4 (combines code size and activity) +* 🔥 Recent Activity: 0.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 [](showcase/epimetheus/image-1.png) @@ -104,15 +107,15 @@ The architecture routes current data (<5 min old) through Pushgateway where Prom --- -### 2. conf +### conf -* 💻 Languages: YAML (41.3%), Perl (21.1%), Shell (16.9%), Python (4.8%), Config (3.7%), CSS (3.6%), TOML (3.3%), Ruby (2.8%), Docker (1.0%), Lua (0.8%), JSON (0.4%), HTML (0.3%) +* 💻 Languages: YAML (41.3%), Perl (21.1%), Shell (17.0%), Python (4.8%), Config (3.7%), CSS (3.6%), TOML (3.3%), Ruby (2.8%), Docker (1.0%), Lua (0.8%), JSON (0.4%), HTML (0.3%) * 📚 Documentation: Markdown (93.7%), Text (6.3%) -* 📊 Commits: 1118 -* 📈 Lines of Code: 9032 -* 📄 Lines of Documentation: 3023 +* 📊 Commits: 1124 +* 📈 Lines of Code: 9044 +* 📄 Lines of Documentation: 3053 * 📅 Development Period: 2021-12-28 to 2025-12-31 -* 🏆 Score: 985.8 (combines code size and activity) +* 🔥 Recent Activity: 2.2 days (avg. age of last 42 commits) * ⚖️ License: No license found * 🧪 Status: Experimental (no releases yet) @@ -126,17 +129,18 @@ The project is organized into distinct subdirectories: `dotfiles/` contains shel --- -### 3. foo.zone +### foo.zone -* 💻 Languages: Shell (74.7%), Go (24.9%), YAML (0.4%) -* 📚 Documentation: Markdown (99.6%), Text (0.4%) -* 📊 Commits: 3337 -* 📈 Lines of Code: 253 -* 📄 Lines of Documentation: 34730 +* 💻 Languages: XML (98.5%), Shell (1.1%), Go (0.4%) +* 📚 Documentation: Text (86.7%), Markdown (13.3%) +* 📊 Commits: 3343 +* 📈 Lines of Code: 17226 +* 📄 Lines of Documentation: 173 * 📅 Development Period: 2021-04-29 to 2025-12-31 -* 🏆 Score: 87.9 (combines code size and activity) +* 🔥 Recent Activity: 5.6 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 foo.zone: source code repository. @@ -146,7 +150,7 @@ foo.zone: source code repository. --- -### 4. perc +### perc * 💻 Languages: Go (100.0%) * 📚 Documentation: Markdown (100.0%) @@ -154,9 +158,10 @@ foo.zone: source code repository. * 📈 Lines of Code: 452 * 📄 Lines of Documentation: 80 * 📅 Development Period: 2025-11-25 to 2025-11-25 -* 🏆 Score: 72.2 (combines code size and activity) +* 🔥 Recent Activity: 36.1 days (avg. age of last 42 commits) * ⚖️ License: No license found * 🏷️ Latest Release: v0.1.0 (2025-11-25) +* 🎵 Vibe-Coded: This project has been vibe coded **perc** is a command-line percentage calculator written in Go that handles the three common percentage calculation scenarios: finding X% of Y (e.g., "20% of 150"), determining what percentage one number is of another (e.g., "30 is what % of 150"), and finding the whole when given a part and percentage (e.g., "30 is 20% of what"). It accepts natural language-style input and shows step-by-step calculation breakdowns alongside results. @@ -168,7 +173,32 @@ The tool is built as a simple Go CLI application with a standard project layout --- -### 5. hexai +### yoga + +* 💻 Languages: Go (100.0%) +* 📚 Documentation: Markdown (100.0%) +* 📊 Commits: 12 +* 📈 Lines of Code: 3408 +* 📄 Lines of Documentation: 82 +* 📅 Development Period: 2025-10-01 to 2025-10-24 +* 🔥 Recent Activity: 85.5 days (avg. age of last 42 commits) +* ⚖️ License: No license found +* 🏷️ Latest Release: v0.3.0 (2025-10-24) +* 🎵 Vibe-Coded: This project has been vibe coded + + +[](showcase/yoga/image-1.png) + +Yoga is a Terminal User Interface (TUI) application written in Go that helps users browse and play local yoga video collections. It scans a designated directory for video files (MP4, MKV, MOV, AVI, WMV, M4V), extracts and caches duration metadata, and presents them in an interactive table. Users can quickly filter videos by name, duration range, or tags, sort by various criteria (name, length, age), and launch playback in VLC with a single keypress. The tool is particularly useful for managing personal yoga practice libraries where you want to quickly find videos matching specific time constraints or styles without opening a file browser. + +The implementation follows clean Go architecture with domain logic organized under `internal/` (including `app` for TUI flow, `fsutil` for filesystem operations, and `meta` for metadata caching). It uses a keyboard-driven interface with vim-like navigation and maintains a `.video_duration_cache.json` file per directory to avoid re-probing video durations on subsequent scans. The project emphasizes maintainability with ≥85% test coverage requirements, table-driven tests, and strict formatting via `gofumpt`, while keeping the entry point minimal in `cmd/yoga/main.go`. + +[View on Codeberg](https://codeberg.org/snonux/yoga) +[View on GitHub](https://github.com/snonux/yoga) + +--- + +### hexai * 💻 Languages: Go (65.3%), HTML (34.7%) * 📚 Documentation: Markdown (100.0%) @@ -176,9 +206,10 @@ The tool is built as a simple Go CLI application with a standard project layout * 📈 Lines of Code: 28331 * 📄 Lines of Documentation: 562 * 📅 Development Period: 2025-08-01 to 2025-11-03 -* 🏆 Score: 45.4 (combines code size and activity) +* 🔥 Recent Activity: 97.5 days (avg. age of last 42 commits) * ⚖️ License: No license found * 🏷️ Latest Release: v0.15.3 (2025-11-03) +* 🤖 AI-Assisted: This project was partially created with the help of generative AI [](showcase/hexai/image-1.png) @@ -192,41 +223,40 @@ The project is implemented as an LSP server written in Go, with a TUI component --- -### 6. yoga - -* 💻 Languages: Go (100.0%) -* 📚 Documentation: Markdown (100.0%) -* 📊 Commits: 12 -* 📈 Lines of Code: 3408 -* 📄 Lines of Documentation: 82 -* 📅 Development Period: 2025-10-01 to 2025-10-24 -* 🏆 Score: 41.0 (combines code size and activity) -* ⚖️ License: No license found -* 🏷️ Latest Release: v0.3.0 (2025-10-24) +### foostats +* 💻 Languages: Perl (100.0%) +* 📚 Documentation: Markdown (54.6%), Text (45.4%) +* 📊 Commits: 98 +* 📈 Lines of Code: 1902 +* 📄 Lines of Documentation: 423 +* 📅 Development Period: 2023-01-02 to 2025-11-01 +* 🔥 Recent Activity: 131.7 days (avg. age of last 42 commits) +* ⚖️ License: Custom License +* 🏷️ Latest Release: v0.2.0 (2025-10-21) -[](showcase/yoga/image-1.png) -Yoga is a Terminal User Interface (TUI) application written in Go that helps users browse and play local yoga video collections. It scans a designated directory for video files (MP4, MKV, MOV, AVI, WMV, M4V), extracts and caches duration metadata, and presents them in an interactive table. Users can quickly filter videos by name, duration range, or tags, sort by various criteria (name, length, age), and launch playback in VLC with a single keypress. The tool is particularly useful for managing personal yoga practice libraries where you want to quickly find videos matching specific time constraints or styles without opening a file browser. +**foostats** is a privacy-respecting web analytics tool designed for OpenBSD that processes both traditional HTTP/HTTPS server logs and Gemini protocol logs to generate anonymous site statistics. It immediately hashes all IP addresses using SHA3-512 before storage, ensuring no personal information is retained while still providing meaningful traffic insights. The tool supports distributed deployments with node-to-node replication, filters out suspicious requests based on configurable patterns, and generates comprehensive daily and monthly reports in both Gemtext and HTML formats. It's particularly useful for privacy-conscious site operators who need traffic analytics without compromising visitor anonymity. -The implementation follows clean Go architecture with domain logic organized under `internal/` (including `app` for TUI flow, `fsutil` for filesystem operations, and `meta` for metadata caching). It uses a keyboard-driven interface with vim-like navigation and maintains a `.video_duration_cache.json` file per directory to avoid re-probing video durations on subsequent scans. The project emphasizes maintainability with ≥85% test coverage requirements, table-driven tests, and strict formatting via `gofumpt`, while keeping the entry point minimal in `cmd/yoga/main.go`. +The implementation uses a modular Perl architecture with specialized components: **Logreader** parses logs from httpd and Gemini servers (vger/relayd), **Filter** blocks suspicious patterns, **Aggregator** compiles statistics, **Replicator** synchronizes data between partner nodes, and **Reporter** generates human-readable reports. Statistics are stored as compressed JSON files, supporting both IPv4 and IPv6, with built-in feed analytics for tracking Atom/RSS and Gemfeed subscribers. The tool is designed specifically for the foo.zone ecosystem but can be adapted for any OpenBSD-based hosting environment requiring privacy-first analytics. -[View on Codeberg](https://codeberg.org/snonux/yoga) -[View on GitHub](https://github.com/snonux/yoga) +[View on Codeberg](https://codeberg.org/snonux/foostats) +[View on GitHub](https://github.com/snonux/foostats) --- -### 7. gitsyncer +### gitsyncer -* 💻 Languages: Go (92.3%), Shell (7.3%), JSON (0.4%) +* 💻 Languages: Go (92.2%), Shell (7.4%), JSON (0.4%) * 📚 Documentation: Markdown (100.0%) -* 📊 Commits: 113 -* 📈 Lines of Code: 10152 -* 📄 Lines of Documentation: 2431 -* 📅 Development Period: 2025-06-23 to 2025-10-31 -* 🏆 Score: 26.5 (combines code size and activity) +* 📊 Commits: 114 +* 📈 Lines of Code: 10075 +* 📄 Lines of Documentation: 2432 +* 📅 Development Period: 2025-06-23 to 2025-12-31 +* 🔥 Recent Activity: 146.5 days (avg. age of last 42 commits) * ⚖️ License: BSD-2-Clause -* 🏷️ Latest Release: v0.10.1 (2025-10-31) +* 🏷️ Latest Release: v0.11.0 (2025-12-31) +* 🎵 Vibe-Coded: This project has been vibe coded GitSyncer is a Go-based CLI tool that automatically synchronizes git repositories across multiple hosting platforms (GitHub, Codeberg, SSH servers). It maintains all branches in sync bidirectionally, never deleting branches but automatically creating and updating them as needed. The tool excels at providing repository redundancy and backup, with special support for one-way SSH backups to private servers (like home NAS devices) that may be offline intermittently. It includes AI-powered features for generating release notes and project showcase documentation, plus automated weekly batch synchronization for hands-off maintenance. @@ -238,7 +268,30 @@ The implementation uses a git remotes approach: it clones from one organization, --- -### 8. totalrecall +### timr + +* 💻 Languages: Go (94.5%), Shell (5.5%) +* 📚 Documentation: Markdown (100.0%) +* 📊 Commits: 31 +* 📈 Lines of Code: 991 +* 📄 Lines of Documentation: 50 +* 📅 Development Period: 2025-06-25 to 2025-11-08 +* 🔥 Recent Activity: 150.2 days (avg. age of last 42 commits) +* ⚖️ License: BSD-2-Clause +* 🏷️ Latest Release: v0.3.0 (2025-11-08) +* 🎵 Vibe-Coded: This project has been vibe coded + + +`timr` is a minimalist command-line stopwatch timer written in Go that helps developers track time spent on tasks. It provides a persistent timer that saves state to disk, allowing you to start, stop, pause, and resume time tracking across terminal sessions. The tool supports multiple viewing modes including a standard status display (with formatted or raw output in seconds/minutes), a live full-screen view with keyboard controls, and specialized output for shell prompt integration. + +The architecture is straightforward: it's a Go-based CLI application that persists timer state to the filesystem, enabling continuous tracking even when the program isn't actively running. Key features include basic timer controls (start/stop/continue/reset), flexible status reporting formats for automation, and fish shell integration that displays a color-coded timer icon and elapsed time directly in your prompt—making it effortless to keep track of how long you've been working without context switching. + +[View on Codeberg](https://codeberg.org/snonux/timr) +[View on GitHub](https://github.com/snonux/timr) + +--- + +### totalrecall * 💻 Languages: Go (98.9%), Shell (0.5%), YAML (0.5%) * 📚 Documentation: Markdown (100.0%) @@ -246,9 +299,10 @@ The implementation uses a git remotes approach: it clones from one organization, * 📈 Lines of Code: 12003 * 📄 Lines of Documentation: 361 * 📅 Development Period: 2025-07-14 to 2025-08-02 -* 🏆 Score: 25.0 (combines code size and activity) +* 🔥 Recent Activity: 162.6 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 [](showcase/totalrecall/image-1.png) @@ -264,55 +318,7 @@ The project offers both a keyboard-driven GUI for interactive use and a CLI for --- -### 9. foostats - -* 💻 Languages: Perl (100.0%) -* 📚 Documentation: Markdown (54.6%), Text (45.4%) -* 📊 Commits: 98 -* 📈 Lines of Code: 1902 -* 📄 Lines of Documentation: 423 -* 📅 Development Period: 2023-01-02 to 2025-11-01 -* 🏆 Score: 24.8 (combines code size and activity) -* ⚖️ License: Custom License -* 🏷️ Latest Release: v0.2.0 (2025-10-21) - - -**foostats** is a privacy-respecting web analytics tool designed for OpenBSD that processes both traditional HTTP/HTTPS server logs and Gemini protocol logs to generate anonymous site statistics. It immediately hashes all IP addresses using SHA3-512 before storage, ensuring no personal information is retained while still providing meaningful traffic insights. The tool supports distributed deployments with node-to-node replication, filters out suspicious requests based on configurable patterns, and generates comprehensive daily and monthly reports in both Gemtext and HTML formats. It's particularly useful for privacy-conscious site operators who need traffic analytics without compromising visitor anonymity. - -The implementation uses a modular Perl architecture with specialized components: **Logreader** parses logs from httpd and Gemini servers (vger/relayd), **Filter** blocks suspicious patterns, **Aggregator** compiles statistics, **Replicator** synchronizes data between partner nodes, and **Reporter** generates human-readable reports. Statistics are stored as compressed JSON files, supporting both IPv4 and IPv6, with built-in feed analytics for tracking Atom/RSS and Gemfeed subscribers. The tool is designed specifically for the foo.zone ecosystem but can be adapted for any OpenBSD-based hosting environment requiring privacy-first analytics. - -[View on Codeberg](https://codeberg.org/snonux/foostats) -[View on GitHub](https://github.com/snonux/foostats) - ---- - -### 10. dtail - -* 💻 Languages: Go (91.0%), Shell (4.1%), JSON (2.1%), C (1.4%), Make (0.9%), C/C++ (0.2%), Config (0.1%) -* 📚 Documentation: Text (98.3%), Markdown (1.7%) -* 📊 Commits: 1046 -* 📈 Lines of Code: 27726 -* 📄 Lines of Documentation: 220214 -* 📅 Development Period: 2020-01-09 to 2025-07-04 -* 🏆 Score: 24.3 (combines code size and activity) -* ⚖️ License: Apache-2.0 -* 🏷️ Latest Release: v4.3.3 (2024-08-23) - - -[](showcase/dtail/image-1.png) - -DTail is a distributed DevOps tool written in Go that enables engineers to tail, cat, and grep log files across thousands of servers simultaneously. It supports compressed logs (gzip and zstd) and includes advanced features like distributed MapReduce aggregations for log analysis at scale. The tool uses SSH for secure, encrypted communication and respects standard UNIX filesystem permissions and ACLs. - -[](showcase/dtail/image-2.gif) - -The architecture follows a client-server model where DTail servers run on target machines and a single DTail client (typically from a developer's laptop) connects to them concurrently, scaling to thousands of servers per session. It can also operate in a serverless mode. This design makes it particularly useful for troubleshooting and monitoring distributed systems, where engineers need to correlate logs across multiple machines in real-time without manually SSH-ing into each server individually. - -[View on Codeberg](https://codeberg.org/snonux/dtail) -[View on GitHub](https://github.com/snonux/dtail) - ---- - -### 11. tasksamurai +### tasksamurai * 💻 Languages: Go (99.8%), YAML (0.2%) * 📚 Documentation: Markdown (100.0%) @@ -320,9 +326,1 |
