diff options
| -rw-r--r-- | about/resources.html | 210 | ||||
| -rw-r--r-- | about/showcase.html | 396 | ||||
| -rw-r--r-- | about/showcase/debroid/image-1.png | 858 | ||||
| -rw-r--r-- | gemfeed/2025-10-02-f3s-kubernetes-with-freebsd-part-7.html | 11 | ||||
| -rw-r--r-- | gemfeed/atom.xml | 13 | ||||
| -rw-r--r-- | index.html | 2 | ||||
| -rw-r--r-- | uptime-stats.html | 28 |
7 files changed, 428 insertions, 1090 deletions
diff --git a/about/resources.html b/about/resources.html index 7c33d56d..9437264d 100644 --- a/about/resources.html +++ b/about/resources.html @@ -50,54 +50,54 @@ <span>In random order:</span><br /> <br /> <ul> -<li>Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson</li> -<li>Terraform Cookbook; Mikael Krief; Packt Publishing</li> -<li>Polished Ruby Programming; Jeremy Evans; Packt Publishing</li> -<li>Pro Puppet; James Turnbull, Jeffrey McCune; Apress</li> +<li>Site Reliability Engineering; How Google runs production systems; O'Reilly</li> +<li>Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner</li> +<li>Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly</li> +<li>Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press</li> <li>Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers </li> -<li>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</li> -<li>Raku Recipes; J.J. Merelo; Apress</li> -<li>Java ist auch eine Insel; Christian Ullenboom; </li> +<li>Concurrency in Go; Katherine Cox-Buday; O'Reilly</li> <li>DNS and BIND; Cricket Liu; O'Reilly</li> -<li>Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt </li> -<li>DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible</li> -<li>Systemprogrammierung in Go; Frank Müller; dpunkt</li> -<li>Seeking SRE: Conversations About Running Production Systems at Scale; David N. Blank-Edelman; eBook</li> -<li>Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly</li> -<li>Ultimate Go Notebook; Bill Kennedy</li> -<li>The Docker Book; James Turnbull; Kindle</li> -<li>Effective Java; Joshua Bloch; Addison-Wesley Professional</li> -<li>Leanring eBPF; Liz Rice; O'Reilly</li> <li>Perl New Features; Joshua McAdams, brian d foy; Perl School</li> -<li>Chaos Engineering - System Resiliency in Practice; Casey Rosenthal and Nora Jones; eBook</li> -<li>Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press</li> -<li>Site Reliability Engineering; How Google runs production systems; O'Reilly</li> -<li>Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly</li> -<li>21st Century C: C Tips from the New School; Ben Klemens; O'Reilly</li> -<li>Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly</li> <li>Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications</li> -<li>100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications</li> -<li>Concurrency in Go; Katherine Cox-Buday; O'Reilly</li> -<li>Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press</li> +<li>Pro Puppet; James Turnbull, Jeffrey McCune; Apress</li> +<li>Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers</li> +<li>Seeking SRE: Conversations About Running Production Systems at Scale; David N. Blank-Edelman; eBook</li> +<li>Programming Ruby 3.3 (5th Edition); Noel Rappin, with Dave Thomas; The Pragmatic Bookshelf</li> <li>Funktionale Programmierung; Peter Pepper; Springer</li> +<li>Leanring eBPF; Liz Rice; O'Reilly</li> +<li>Ultimate Go Notebook; Bill Kennedy</li> +<li>100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications</li> +<li>Systemprogrammierung in Go; Frank Müller; dpunkt</li> +<li>Raku Fundamentals; Moritz Lenz; Apress</li> <li>Higher Order Perl; Mark Dominus; Morgan Kaufmann</li> -<li>Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly</li> -<li>Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner</li> -<li>Programming Ruby 3.3 (5th Edition); Noel Rappin, with Dave Thomas; The Pragmatic Bookshelf</li> -<li>The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional</li> +<li>The Kubernetes Book; Nigel Poulton; Unabridged Audiobook</li> +<li>Java ist auch eine Insel; Christian Ullenboom; </li> +<li>The Pragmatic Programmer; David Thomas; Addison-Wesley</li> +<li>97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly</li> <li>Effective awk programming; Arnold Robbins; O'Reilly</li> -<li>The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible</li> -<li>Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers</li> <li>Data Science at the Command Line; Jeroen Janssens; O'Reilly</li> -<li>C++ Programming Language; Bjarne Stroustrup;</li> -<li>Raku Fundamentals; Moritz Lenz; Apress</li> +<li>Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly</li> +<li>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</li> +<li>Effective Java; Joshua Bloch; Addison-Wesley Professional</li> +<li>Developing Games in Java; David Brackeen and others...; New Riders</li> +<li>Terraform Cookbook; Mikael Krief; Packt Publishing</li> +<li>Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly</li> +<li>Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson</li> +<li>Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly</li> <li>The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton</li> -<li>97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly</li> +<li>Polished Ruby Programming; Jeremy Evans; Packt Publishing</li> +<li>Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press</li> +<li>Chaos Engineering - System Resiliency in Practice; Casey Rosenthal and Nora Jones; eBook</li> <li>Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly</li> -<li>The Kubernetes Book; Nigel Poulton; Unabridged Audiobook</li> -<li>Developing Games in Java; David Brackeen and others...; New Riders</li> +<li>DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible</li> +<li>Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt </li> +<li>Raku Recipes; J.J. Merelo; Apress</li> +<li>The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional</li> +<li>21st Century C: C Tips from the New School; Ben Klemens; O'Reilly</li> <li>Modern Perl; Chromatic ; Onyx Neon Press</li> -<li>The Pragmatic Programmer; David Thomas; Addison-Wesley</li> +<li>C++ Programming Language; Bjarne Stroustrup;</li> +<li>The Docker Book; James Turnbull; Kindle</li> +<li>The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible</li> </ul><br /> <h2 style='display: inline' id='technical-references'>Technical references</h2><br /> <br /> @@ -105,57 +105,57 @@ <br /> <ul> <li>The Linux Programming Interface; Michael Kerrisk; No Starch Press </li> -<li>Relayd and Httpd Mastery; Michael W Lucas</li> -<li>Implementing Service Level Objectives; Alex Hidalgo; O'Reilly</li> <li>Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly</li> -<li>Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley</li> +<li>BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley</li> <li>Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly</li> <li>Go: Design Patterns for Real-World Projects; Mat Ryer; Packt</li> -<li>BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley</li> +<li>Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley</li> +<li>Relayd and Httpd Mastery; Michael W Lucas</li> +<li>Implementing Service Level Objectives; Alex Hidalgo; O'Reilly</li> </ul><br /> <h2 style='display: inline' id='self-development-and-soft-skills-books'>Self-development and soft-skills books</h2><br /> <br /> <span>In random order:</span><br /> <br /> <ul> -<li>Digital Minimalism; Cal Newport; Portofolio Penguin</li> -<li>The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select</li> -<li>Staff Engineer: Leadership beyond the management track; Will Larson; Audiobook</li> -<li>Meditation for Mortals, Oliver Burkeman, Audiobook</li> -<li>Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly</li> -<li>The Off Switch; Mark Cropley; Virgin Books (RE-READ 1ST TIME)</li> -<li>The Power of Now; Eckhard Tolle; Yellow Kite</li> -<li>The Bullet Journal Method; Ryder Carroll; Fourth Estate</li> +<li>97 Things Every Engineering Manager Should Know; Camille Fournier; Audiobook</li> <li>Ultralearning; Scott Young; Thorsons</li> -<li>Deep Work; Cal Newport; Piatkus</li> -<li>Getting Things Done; David Allen</li> -<li>The Good Enough Job; Simone Stolzoff; Ebury Edge</li> <li>Eat That Frog!; Brian Tracy; Hodder Paperbacks</li> -<li>97 Things Every Engineering Manager Should Know; Camille Fournier; Audiobook</li> -<li>The Courage to Be Disliked; Ichiro Kishimi and Fumitake Koga; Audiobook</li> +<li>Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion</li> <li>Coders at Work - Reflections on the craft of programming, Peter Seibel and Mitchell Dorian et al., Audiobook</li> -<li>Never Split the Difference; Chris Voss, Tahl Raz; Random House Business</li> -<li>Slow Productivity; Cal Newport; Penguin Random House</li> -<li>The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books</li> -<li>Soft Skills; John Sommez; Manning Publications</li> -<li>Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne</li> -<li>So Good They Can't Ignore You; Cal Newport; Business Plus</li> +<li>The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook</li> <li>Ultralearning; Anna Laurent; Self-published via Amazon</li> -<li>Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing</li> -<li>Psycho-Cybernetics; Maxwell Maltz; Perigee Books</li> -<li>The Joy of Missing Out; Christina Crook; New Society Publishers</li> +<li>Getting Things Done; David Allen</li> +<li>Stop starting, start finishing; Arne Roock; Lean-Kanban University </li> +<li>The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK</li> +<li>Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly</li> <li>Influence without Authority; A. Cohen, D. Bradford; Wiley</li> -<li>The Software Engineer's Guidebook: Navigating senior, tech lead, and staff engineer positions at tech companies and startups; Gergely Orosz; Audiobook </li> -<li>Atomic Habits; James Clear; Random House Business</li> +<li>Slow Productivity; Cal Newport; Penguin Random House</li> +<li>The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd</li> +<li>Deep Work; Cal Newport; Piatkus</li> <li>Eat That Frog; Brian Tracy</li> -<li>The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK</li> -<li>Stop starting, start finishing; Arne Roock; Lean-Kanban University </li> +<li>Meditation for Mortals, Oliver Burkeman, Audiobook</li> +<li>Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing</li> +<li>Atomic Habits; James Clear; Random House Business</li> +<li>The Software Engineer's Guidebook: Navigating senior, tech lead, and staff engineer positions at tech companies and startups; Gergely Orosz; Audiobook </li> +<li>The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select</li> <li>Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press</li> -<li>The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd</li> -<li>The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook</li> -<li>Solve for Happy; Mo Gawdat (RE-READ 1ST TIME)</li> +<li>The Power of Now; Eckhard Tolle; Yellow Kite</li> +<li>The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books</li> +<li>Staff Engineer: Leadership beyond the management track; Will Larson; Audiobook</li> +<li>The Off Switch; Mark Cropley; Virgin Books (RE-READ 1ST TIME)</li> <li>101 Essays that change the way you think; Brianna Wiest; Audiobook</li> -<li>Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion</li> +<li>Never Split the Difference; Chris Voss, Tahl Raz; Random House Business</li> +<li>The Good Enough Job; Simone Stolzoff; Ebury Edge</li> +<li>The Bullet Journal Method; Ryder Carroll; Fourth Estate</li> +<li>Psycho-Cybernetics; Maxwell Maltz; Perigee Books</li> +<li>The Courage to Be Disliked; Ichiro Kishimi and Fumitake Koga; Audiobook</li> +<li>Digital Minimalism; Cal Newport; Portofolio Penguin</li> +<li>So Good They Can't Ignore You; Cal Newport; Business Plus</li> +<li>Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne</li> +<li>Soft Skills; John Sommez; Manning Publications</li> +<li>Solve for Happy; Mo Gawdat (RE-READ 1ST TIME)</li> +<li>The Joy of Missing Out; Christina Crook; New Society Publishers</li> </ul><br /> <a class='textlink' href='../notes/index.html'>Here are notes of mine for some of the books</a><br /> <br /> @@ -164,31 +164,31 @@ <span>Some of these were in-person with exams; others were online learning lectures only. In random order:</span><br /> <br /> <ul> -<li>Structure and Interpretation of Computer Programs; Harold Abelson and more...; </li> +<li>Functional programming lecture; Remote University of Hagen</li> +<li>Developing IaC with Terraform (with Live Lessons); O'Reilly Online</li> +<li>Scripting Vim; Damian Conway; O'Reilly Online</li> +<li>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)</li> +<li>Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online</li> <li>Ultimate Go Programming; Bill Kennedy; O'Reilly Online</li> -<li>F5 Loadbalancers Training; 2-day on-site training; F5, Inc. </li> -<li>AWS Immersion Day; Amazon; 1-day interactive online training </li> -<li>Protocol buffers; O'Reilly Online</li> <li>Apache Tomcat Best Practises; 3-day on-site training</li> +<li>The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online</li> +<li>Structure and Interpretation of Computer Programs; Harold Abelson and more...; </li> <li>Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon</li> -<li>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)</li> -<li>Functional programming lecture; Remote University of Hagen</li> -<li>Scripting Vim; Damian Conway; O'Reilly Online</li> +<li>Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training</li> +<li>Protocol buffers; O'Reilly Online</li> +<li>AWS Immersion Day; Amazon; 1-day interactive online training </li> <li>MySQL Deep Dive Workshop; 2-day on-site training</li> -<li>Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online</li> -<li>Developing IaC with Terraform (with Live Lessons); O'Reilly Online</li> +<li>F5 Loadbalancers Training; 2-day on-site training; F5, Inc. </li> <li>The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online</li> -<li>Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training</li> -<li>The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online</li> </ul><br /> <h2 style='display: inline' id='technical-guides'>Technical guides</h2><br /> <br /> <span>These are not whole books, but guides (smaller or larger) which I found very useful. in random order:</span><br /> <br /> <ul> -<li>Raku Guide at https://raku.guide </li> -<li>How CPUs work at https://cpu.land</li> <li>Advanced Bash-Scripting Guide </li> +<li>How CPUs work at https://cpu.land</li> +<li>Raku Guide at https://raku.guide </li> </ul><br /> <h2 style='display: inline' id='podcasts'>Podcasts</h2><br /> <br /> @@ -197,51 +197,51 @@ <span>In random order:</span><br /> <br /> <ul> +<li>Fallthrough [Golang]</li> +<li>Deep Questions with Cal Newport</li> +<li>The Pragmatic Engineer Podcast</li> +<li>Fork Around And Find Out</li> <li>Pratical AI</li> <li>Modern Mentor</li> -<li>Fork Around And Find Out</li> -<li>The Changelog Podcast(s)</li> +<li>Cup o' Go [Golang]</li> <li>BSD Now [BSD]</li> +<li>Wednesday Wisdom</li> <li>Backend Banter</li> -<li>Deep Questions with Cal Newport</li> <li>Dev Interrupted</li> -<li>Fallthrough [Golang]</li> -<li>Hidden Brain</li> -<li>Wednesday Wisdom</li> -<li>Cup o' Go [Golang]</li> <li>The ProdCast (Google SRE Podcast)</li> +<li>Hidden Brain</li> +<li>The Changelog Podcast(s)</li> <li>Maintainable</li> -<li>The Pragmatic Engineer Podcast</li> </ul><br /> <h3 style='display: inline' id='podcasts-i-liked'>Podcasts I liked</h3><br /> <br /> <span>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.</span><br /> <br /> <ul> -<li>CRE: Chaosradio Express [german]</li> -<li>Modern Mentor</li> <li>Go Time (predecessor of fallthrough)</li> -<li>FLOSS weekly</li> +<li>CRE: Chaosradio Express [german]</li> <li>Java Pub House</li> +<li>Modern Mentor</li> <li>Ship It (predecessor of Fork Around And Find Out)</li> +<li>FLOSS weekly</li> </ul><br /> <h2 style='display: inline' id='newsletters-i-like'>Newsletters I like</h2><br /> <br /> <span>This is a mix of tech and non-tech newsletters I am subscribed to. In random order:</span><br /> <br /> <ul> -<li>Register Spill</li> -<li>The Valuable Dev</li> -<li>The Imperfectionist</li> -<li>Monospace Mentor</li> -<li>Changelog News</li> -<li>byteSizeGo</li> <li>Applied Go Weekly Newsletter</li> <li>Andreas Brandhorst Newsletter (Sci-Fi author)</li> -<li>Golang Weekly</li> <li>The Pragmatic Engineer</li> -<li>Ruby Weekly</li> +<li>Monospace Mentor</li> +<li>Golang Weekly</li> +<li>Changelog News</li> <li>VK Newsletter</li> +<li>Ruby Weekly</li> +<li>byteSizeGo</li> +<li>The Valuable Dev</li> +<li>Register Spill</li> +<li>The Imperfectionist</li> </ul><br /> <h2 style='display: inline' id='magazines-i-liked'>Magazines I like(d)</h2><br /> <br /> @@ -249,9 +249,9 @@ <br /> <ul> <li>LWN (online only)</li> -<li>Linux User</li> -<li>Linux Magazine</li> <li>freeX (not published anymore)</li> +<li>Linux Magazine</li> +<li>Linux User</li> </ul><br /> <h1 style='display: inline' id='formal-education'>Formal education</h1><br /> <br /> diff --git a/about/showcase.html b/about/showcase.html index e0eb7e54..83500d00 100644 --- a/about/showcase.html +++ b/about/showcase.html @@ -13,7 +13,7 @@ </p> <h1 style='display: inline' id='project-showcase'>Project Showcase</h1><br /> <br /> -<span>Generated on: 2025-11-16</span><br /> +<span>Generated on: 2025-12-24</span><br /> <br /> <span>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.</span><br /> <br /> @@ -24,6 +24,8 @@ <li>⇢ <a href='#overall-statistics'>Overall Statistics</a></li> <li>⇢ <a href='#projects'>Projects</a></li> <li>⇢ ⇢ <a href='#conf'>conf</a></li> +<li>⇢ ⇢ <a href='#perc'>perc</a></li> +<li>⇢ ⇢ <a href='#foozone'>foo.zone</a></li> <li>⇢ ⇢ <a href='#yoga'>yoga</a></li> <li>⇢ ⇢ <a href='#hexai'>hexai</a></li> <li>⇢ ⇢ <a href='#foostats'>foostats</a></li> @@ -44,14 +46,13 @@ <li>⇢ ⇢ <a href='#docker-radicale-server'>docker-radicale-server</a></li> <li>⇢ ⇢ <a href='#terraform'>terraform</a></li> <li>⇢ ⇢ <a href='#gorum'>gorum</a></li> +<li>⇢ ⇢ <a href='#guprecords'>guprecords</a></li> <li>⇢ ⇢ <a href='#randomjournalpage'>randomjournalpage</a></li> <li>⇢ ⇢ <a href='#geheim'>geheim</a></li> <li>⇢ ⇢ <a href='#sway-autorotate'>sway-autorotate</a></li> <li>⇢ ⇢ <a href='#photoalbum'>photoalbum</a></li> -<li>⇢ ⇢ <a href='#foozone'>foo.zone</a></li> <li>⇢ ⇢ <a href='#algorithms'>algorithms</a></li> <li>⇢ ⇢ <a href='#perl-c-fibonacci'>perl-c-fibonacci</a></li> -<li>⇢ ⇢ <a href='#guprecords'>guprecords</a></li> <li>⇢ ⇢ <a href='#ioriot'>ioriot</a></li> <li>⇢ ⇢ <a href='#staticfarm-apache-handlers'>staticfarm-apache-handlers</a></li> <li>⇢ ⇢ <a href='#dyndns'>dyndns</a></li> @@ -67,15 +68,15 @@ <li>⇢ ⇢ <a href='#netdiff'>netdiff</a></li> <li>⇢ ⇢ <a href='#pwgrep'>pwgrep</a></li> <li>⇢ ⇢ <a href='#japi'>japi</a></li> -<li>⇢ ⇢ <a href='#loadbars'>loadbars</a></li> <li>⇢ ⇢ <a href='#perl-poetry'>perl-poetry</a></li> <li>⇢ ⇢ <a href='#ipv6test'>ipv6test</a></li> <li>⇢ ⇢ <a href='#cpuinfo'>cpuinfo</a></li> +<li>⇢ ⇢ <a href='#loadbars'>loadbars</a></li> <li>⇢ ⇢ <a href='#perldaemon'>perldaemon</a></li> <li>⇢ ⇢ <a href='#awksite'>awksite</a></li> <li>⇢ ⇢ <a href='#jsmstrade'>jsmstrade</a></li> -<li>⇢ ⇢ <a href='#netcalendar'>netcalendar</a></li> <li>⇢ ⇢ <a href='#ychat'>ychat</a></li> +<li>⇢ ⇢ <a href='#netcalendar'>netcalendar</a></li> <li>⇢ ⇢ <a href='#hsbot'>hsbot</a></li> <li>⇢ ⇢ <a href='#vs-sim'>vs-sim</a></li> <li>⇢ ⇢ <a href='#fype'>fype</a></li> @@ -83,28 +84,28 @@ <h2 style='display: inline' id='overall-statistics'>Overall Statistics</h2><br /> <br /> <ul> -<li>📦 Total Projects: 56</li> -<li>📊 Total Commits: 11,370</li> -<li>📈 Total Lines of Code: 287,019</li> -<li>📄 Total Lines of Documentation: 25,503</li> -<li>💻 Languages: Go (29.8%), Java (19.7%), C++ (13.0%), C/C++ (7.2%), C (6.7%), Perl (6.2%), Shell (5.3%), HTML (5.0%), Config (1.6%), Ruby (1.0%), HCL (1.0%), Make (0.7%), YAML (0.6%), Python (0.6%), CSS (0.5%), Raku (0.3%), JSON (0.3%), XML (0.2%), Haskell (0.2%), TOML (0.1%)</li> -<li>📚 Documentation: Text (43.5%), Markdown (43.1%), LaTeX (13.4%)</li> -<li>🎵 Vibe-Coded Projects: 5 out of 56 (8.9%)</li> -<li>🤖 AI-Assisted Projects (including vibe-coded): 9 out of 56 (16.1% AI-assisted, 83.9% human-only)</li> -<li>🚀 Release Status: 37 released, 19 experimental (66.1% with releases, 33.9% experimental)</li> +<li>📦 Total Projects: 57</li> +<li>📊 Total Commits: 11,486</li> +<li>📈 Total Lines of Code: 291,461</li> +<li>📄 Total Lines of Documentation: 23,249</li> +<li>💻 Languages: Go (29.6%), HTML (17.3%), Java (13.9%), C (6.6%), C++ (6.1%), Perl (5.7%), XML (5.7%), Shell (4.3%), C/C++ (4.2%), Config (1.3%), Ruby (1.0%), YAML (1.0%), HCL (0.9%), Python (0.6%), Make (0.5%), CSS (0.5%), Raku (0.3%), JSON (0.3%), Haskell (0.2%), TOML (0.1%)</li> +<li>📚 Documentation: Markdown (50.6%), Text (46.9%), LaTeX (2.4%)</li> +<li>🎵 Vibe-Coded Projects: 6 out of 57 (10.5%)</li> +<li>🤖 AI-Assisted Projects (including vibe-coded): 11 out of 57 (19.3% AI-assisted, 80.7% human-only)</li> +<li>🚀 Release Status: 38 released, 19 experimental (66.7% with releases, 33.3% experimental)</li> </ul><br /> <h2 style='display: inline' id='projects'>Projects</h2><br /> <br /> <h3 style='display: inline' id='conf'>conf</h3><br /> <br /> <ul> -<li>💻 Languages: Perl (30.4%), YAML (25.2%), Shell (22.8%), Config (5.4%), CSS (5.2%), TOML (4.7%), Ruby (4.0%), Lua (1.1%), Docker (0.6%), JSON (0.5%)</li> -<li>📚 Documentation: Markdown (69.8%), Text (30.2%)</li> -<li>📊 Commits: 1045</li> -<li>📈 Lines of Code: 6284</li> -<li>📄 Lines of Documentation: 632</li> -<li>📅 Development Period: 2021-12-28 to 2025-11-15</li> -<li>🔥 Recent Activity: 20.0 days (avg. age of last 42 commits)</li> +<li>💻 Languages: YAML (34.5%), Perl (26.3%), Shell (20.1%), Config (4.6%), CSS (4.5%), TOML (4.0%), Ruby (3.5%), Lua (1.0%), Docker (0.5%), JSON (0.5%), HTML (0.3%)</li> +<li>📚 Documentation: Markdown (77.4%), Text (22.6%)</li> +<li>📊 Commits: 1079</li> +<li>📈 Lines of Code: 7266</li> +<li>📄 Lines of Documentation: 846</li> +<li>📅 Development Period: 2021-12-28 to 2025-12-22</li> +<li>🔥 Recent Activity: 25.8 days (avg. age of last 42 commits)</li> <li>⚖️ License: No license found</li> <li>🧪 Status: Experimental (no releases yet)</li> </ul><br /> @@ -118,6 +119,52 @@ <br /> <span>---</span><br /> <br /> +<h3 style='display: inline' id='perc'>perc</h3><br /> +<br /> +<ul> +<li>💻 Languages: Go (100.0%)</li> +<li>📚 Documentation: Markdown (100.0%)</li> +<li>📊 Commits: 7</li> +<li>📈 Lines of Code: 452</li> +<li>📄 Lines of Documentation: 80</li> +<li>📅 Development Period: 2025-11-25 to 2025-11-25</li> +<li>🔥 Recent Activity: 29.0 days (avg. age of last 42 commits)</li> +<li>⚖️ License: No license found</li> +<li>🏷️ Latest Release: v0.1.0 (2025-11-25)</li> +<li>🎵 Vibe-Coded: This project has been vibe coded</li> +</ul><br /> +<br /> +<span>**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.</span><br /> +<br /> +<span>The tool is built as a simple Go CLI application with a standard project layout (<span class='inlinecode'>cmd/perc</span> for the binary, <span class='inlinecode'>internal/</span> for implementation details) and uses Mage as its build system. It's installable via <span class='inlinecode'>go install</span> and designed for quick mental-math verification or scripting scenarios where percentage calculations are needed.</span><br /> +<br /> +<a class='textlink' href='https://codeberg.org/snonux/perc'>View on Codeberg</a><br /> +<a class='textlink' href='https://github.com/snonux/perc'>View on GitHub</a><br /> +<br /> +<span>---</span><br /> +<br /> +<h3 style='display: inline' id='foozone'>foo.zone</h3><br /> +<br /> +<ul> +<li>💻 Languages: HTML (69.4%), XML (29.9%), Shell (0.4%), CSS (0.2%), Go (0.1%)</li> +<li>📚 Documentation: Text (86.9%), Markdown (13.1%)</li> +<li>📊 Commits: 3282</li> +<li>📈 Lines of Code: 53188</li> +<li>📄 Lines of Documentation: 175</li> +<li>📅 Development Period: 2021-04-29 to 2025-12-24</li> +<li>🔥 Recent Activity: 43.3 days (avg. age of last 42 commits)</li> +<li>⚖️ License: No license found</li> +<li>🧪 Status: Experimental (no releases yet)</li> +<li>🤖 AI-Assisted: This project was partially created with the help of generative AI</li> +</ul><br /> +<br /> +<span>foo.zone: source code repository.</span><br /> +<br /> +<a class='textlink' href='https://codeberg.org/snonux/foo.zone'>View on Codeberg</a><br /> +<a class='textlink' href='https://github.com/snonux/foo.zone'>View on GitHub</a><br /> +<br /> +<span>---</span><br /> +<br /> <h3 style='display: inline' id='yoga'>yoga</h3><br /> <br /> <ul> @@ -127,7 +174,7 @@ <li>📈 Lines of Code: 3408</li> <li>📄 Lines of Documentation: 82</li> <li>📅 Development Period: 2025-10-01 to 2025-10-24</li> -<li>🔥 Recent Activity: 40.1 days (avg. age of last 42 commits)</li> +<li>🔥 Recent Activity: 78.4 days (avg. age of last 42 commits)</li> <li>⚖️ License: No license found</li> <li>🏷️ Latest Release: v0.3.0 (2025-10-24)</li> <li>🎵 Vibe-Coded: This project has been vibe coded</li> @@ -153,7 +200,7 @@ <li>📈 Lines of Code: 28331</li> <li>📄 Lines of Documentation: 562</li> <li>📅 Development Period: 2025-08-01 to 2025-11-03</li> -<li>🔥 Recent Activity: 52.1 days (avg. age of last 42 commits)</li> +<li>🔥 Recent Activity: 90.4 days (avg. age of last 42 commits)</li> <li>⚖️ License: No license found</li> <li>🏷️ Latest Release: v0.15.3 (2025-11-03)</li> <li>🤖 AI-Assisted: This project was partially created with the help of generative AI</li> @@ -179,7 +226,7 @@ <li>📈 Lines of Code: 1902</li> <li>📄 Lines of Documentation: 423</li> <li>📅 Development Period: 2023-01-02 to 2025-11-01</li> -<li>🔥 Recent Activity: 86.3 days (avg. age of last 42 commits)</li> +<li>🔥 Recent Activity: 124.6 days (avg. age of last 42 commits)</li> <li>⚖️ License: Custom License</li> <li>🏷️ Latest Release: v0.2.0 (2025-10-21)</li> </ul><br /> @@ -202,7 +249,7 @@ <li>📈 Lines of Code: 991</li> <li>📄 Lines of Documentation: 50</li> <li>📅 Development Period: 2025-06-25 to 2025-11-08</li> -<li>🔥 Recent Activity: 104.8 days (avg. age of last 42 commits)</li> +<li>🔥 Recent Activity: 143.1 days (avg. age of last 42 commits)</li> <li>⚖️ License: BSD-2-Clause</li> <li>🏷️ Latest Release: v0.3.0 (2025-11-08)</li> <li>🎵 Vibe-Coded: This project has been vibe coded</li> @@ -226,7 +273,7 @@ <li>📈 Lines of Code: 10152</li> <li>📄 Lines of Documentation: 2431</li> <li>📅 Development Period: 2025-06-23 to 2025-10-31</li> -<li>🔥 Recent Activity: 105.2 days (avg. age of last 42 commits)</li> +<li>🔥 Recent Activity: 143.5 days (avg. age of last 42 commits)</li> <li>⚖️ License: BSD-2-Clause</li> <li>🏷️ Latest Release: v0.10.1 (2025-10-31)</li> <li>🎵 Vibe-Coded: This project has been vibe coded</li> @@ -250,7 +297,7 @@ <li>📈 Lines of Code: 12003</li> <li>📄 Lines of Documentation: 361</li> <li>📅 Development Period: 2025-07-14 to 2025-08-02</li> -<li>🔥 Recent Activity: 117.2 days (avg. age of last 42 commits)</li> +<li>🔥 Recent Activity: 155.5 days (avg. age of last 42 commits)</li> <li>⚖️ License: MIT</li> <li>🏷️ Latest Release: v0.7.5 (2025-08-02)</li> <li>🎵 Vibe-Coded: This project has been vibe coded</li> @@ -278,7 +325,7 @@ <li>📈 Lines of Code: 6168</li> <li>📄 Lines of Documentation: 164</li> <li>📅 Development Period: 2025-06-19 to 2025-11-02</li> -<li>🔥 Recent Activity: 137.3 days (avg. age of last 42 commits)</li> +<li>🔥 Recent Activity: 175.6 days (avg. age of last 42 commits)</li> <li>⚖️ License: BSD-2-Clause</li> <li>🏷️ Latest Release: v0.9.3 (2025-10-05)</li> <li>🎵 Vibe-Coded: This project has been vibe coded</li> @@ -306,7 +353,7 @@ <li>📈 Lines of Code: 13072</li> <li>📄 Lines of Documentation: 680</li> <li>📅 Development Period: 2024-01-18 to 2025-10-09</li> -<li>🔥 Recent Activity: 155.6 days (avg. age of last 42 commits)</li> +<li>🔥 Recent Activity: 193.9 days (avg. age of last 42 commits)</li> <li>⚖️ License: No license found</li> <li>🧪 Status: Experimental (no releases yet)</li> <li>🤖 AI-Assisted: This project was partially created with the help of generative AI</li> @@ -330,13 +377,13 @@ <ul> <li>💻 Languages: Go (99.8%), JSON (0.2%)</li> <li>📚 Documentation: Markdown (100.0%)</li> -<li>📊 Commits: 394</li> +<li>📊 Commits: 396</li> <li>📈 Lines of Code: 4102</li> <li>📄 Lines of Documentation: 357</li> -<li>📅 Development Period: 2024-05-04 to 2025-09-24</li> -<li>🔥 Recent Activity: 178.9 days (avg. age of last 42 commits)</li> +<li>📅 Development Period: 2024-05-04 to 2025-11-30</li> +<li>🔥 Recent Activity: 203.2 days (avg. age of last 42 commits)</li> <li>⚖️ License: Custom License</li> -<li>🏷️ Latest Release: v1.2.0 (2025-09-24)</li> +<li>🏷️ Latest Release: v1.2.1 (2025-11-30)</li> </ul><br /> <br /> <a href='showcase/gos/image-1.png'><img alt='gos screenshot' title='gos screenshot' src='showcase/gos/image-1.png' /></a><br /> @@ -361,7 +408,7 @@ <li>📈 Lines of Code: 20091</li> <li>📄 Lines of Documentation: 5674</li> <li>📅 Development Period: 2020-01-09 to 2025-06-20</li> -<li>🔥 Recent Activity: 182.5 days (avg. age of last 42 commits)</li> +<li>🔥 Recent Activity: 220.8 days (avg. age of last 42 commits)</li> <li>⚖️ License: Apache-2.0</li> <li>🏷️ Latest Release: v4.3.3 (2024-08-23)</li> <li>🤖 AI-Assisted: This project was partially created with the help of generative AI</li> @@ -389,7 +436,7 @@ <li>📈 Lines of Code: 396</li> <li>📄 Lines of Documentation: 24</li> <li>📅 Development Period: 2025-04-18 to 2025-05-11</li> -<li>🔥 Recent Activity: 201.8 days (avg. age of last 42 commits)</li> +<li>🔥 Recent Activity: 240.1 days (avg. age of last 42 commits)</li> <li>⚖️ License: Custom License</li> <li>🏷️ Latest Release: v1.0.0 (2025-05-11)</li> </ul><br /> @@ -412,7 +459,7 @@ <li>📈 Lines of Code: 25762</li> <li>📄 Lines of Documentation: 3101</li> <li>📅 Development Period: 2008-05-15 to 2025-06-27</li> -<li>🔥 Recent Activity: 215.1 days (avg. age of last 42 commits)</li> +<li>🔥 Recent Activity: 253.4 days (avg. age of last 42 commits)</li> <li>⚖️ License: Custom License</li> <li>🧪 Status: Experimental (no releases yet)</li> <li>🤖 AI-Assisted: This project was partially created with the help of generative AI</li> @@ -438,7 +485,7 @@ <li>📈 Lines of Code: 33</li> <li>📄 Lines of Documentation: 3</li> <li>📅 Development Period: 2025-04-03 to 2025-04-03</li> -<li>🔥 Recent Activity: 227.7 days (avg. age of last 42 commits)</li> +<li>🔥 Recent Activity: 266.0 days (avg. age of last 42 commits)</li> <li>⚖️ License: No license found</li> <li>🧪 Status: Experimental (no releases yet)</li> </ul><br /> @@ -457,11 +504,11 @@ <ul> <li>💻 Languages: Ruby (99.8%), TOML (0.2%)</li> <li>📚 Documentation: Markdown (100.0%)</li> -<li>📊 Commits: 76</li> -<li>📈 Lines of Code: 1373</li> -<li>📄 Lines of Documentation: 48</li> -<li>📅 Development Period: 2024-12-05 to 2025-02-28</li> -<li>🔥 Recent Activity: 268.4 days (avg. age of last 42 commits)</li> +<li>📊 Commits: 78</li> +<li>📈 Lines of Code: 1377</li> +<li>📄 Lines of Documentation: 113</li> +<li>📅 Development Period: 2024-12-05 to 2025-11-26</li> +<li>🔥 Recent Activity: 299.7 days (avg. age of last 42 commits)</li> <li>⚖️ License: Custom License</li> <li>🧪 Status: Experimental (no releases yet)</li> </ul><br /> @@ -480,11 +527,11 @@ <ul> <li>💻 Languages: Shell (68.3%), CSS (28.4%), Config (1.9%), HTML (1.3%)</li> <li>📚 Documentation: Text (76.1%), Markdown (23.9%)</li> -<li>📊 Commits: 468</li> +<li>📊 Commits: 470</li> <li>📈 Lines of Code: 2285</li> <li>📄 Lines of Documentation: 1180</li> -<li>📅 Development Period: 2021-05-21 to 2025-11-06</li> -<li>🔥 Recent Activity: 293.0 days (avg. age of last 42 commits)</li> +<li>📅 Development Period: 2021-05-21 to 2025-12-07</li> +<li>🔥 Recent Activity: 309.0 days (avg. age of last 42 commits)</li> <li>⚖️ License: GPL-3.0</li> <li>🏷️ Latest Release: 3.0.0 (2024-10-01)</li> </ul><br /> @@ -501,13 +548,13 @@ <h3 style='display: inline' id='gogios'>gogios</h3><br /> <br /> <ul> -<li>💻 Languages: Go (96.6%), JSON (1.9%), YAML (1.4%)</li> +<li>💻 Languages: Go (96.7%), JSON (1.9%), YAML (1.4%)</li> <li>📚 Documentation: Markdown (100.0%)</li> -<li>📊 Commits: 83</li> -<li>📈 Lines of Code: 1246</li> +<li>📊 Commits: 84</li> +<li>📈 Lines of Code: 1263</li> <li>📄 Lines of Documentation: 211</li> -<li>📅 Development Period: 2023-04-17 to 2025-10-28</li> -<li>🔥 Recent Act |
