summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-07-09 00:54:06 +0300
committerPaul Buetow <paul@buetow.org>2025-07-09 00:54:06 +0300
commit7c82d9c821a900e8970c8c1c6b1d85ec9bde734a (patch)
tree38d12c1057992259d94f67182e49aa1fec228546
parent7248767f16f90cf241da2e910bb1f181ad7bba1e (diff)
Update content for html
-rw-r--r--CLAUDE.md60
-rw-r--r--about/index.html8
-rw-r--r--about/resources.html190
-rw-r--r--about/showcase.html2111
-rw-r--r--about/showcase/debroid/image-1.png1972
-rw-r--r--about/showcase/ds-sim/image-1.pngbin0 -> 139067 bytes
-rw-r--r--about/showcase/dtail/image-1.pngbin0 -> 84933 bytes
-rw-r--r--about/showcase/dtail/image-2.gifbin0 -> 2290260 bytes
-rw-r--r--about/showcase/gogios/image-1.pngbin0 -> 56698 bytes
-rw-r--r--about/showcase/gos/image-1.pngbin0 -> 3861 bytes
-rw-r--r--about/showcase/gos/image-2.pngbin0 -> 137561 bytes
-rw-r--r--about/showcase/ior/image-1.pngbin0 -> 46683 bytes
-rw-r--r--about/showcase/ior/image-2.svg12270
-rw-r--r--about/showcase/ioriot/image-1.pngbin0 -> 12508 bytes
-rw-r--r--about/showcase/jsmstrade/image-1.pngbin0 -> 13636 bytes
-rw-r--r--about/showcase/netcalendar/image-1.pngbin0 -> 131869 bytes
-rw-r--r--about/showcase/netcalendar/image-2.pngbin0 -> 217299 bytes
-rw-r--r--about/showcase/quicklogger/image-1.pngbin0 -> 63314 bytes
-rw-r--r--about/showcase/quicklogger/image-2.pngbin0 -> 13498 bytes
-rw-r--r--about/showcase/tasksamurai/image-1.pngbin0 -> 227442 bytes
-rw-r--r--about/showcase/tasksamurai/image-2.pngbin0 -> 1382480 bytes
-rw-r--r--about/showcase/vs-sim/image-1.jpgbin0 -> 214287 bytes
-rw-r--r--gemfeed/2025-07-01-posts-from-january-to-june-2025.html8
-rw-r--r--gemfeed/DRAFT-f3s-kubernetes-with-freebsd-part-6.html457
-rw-r--r--gemfeed/STUNNEL-NFS-SETUP-R1-R2.md277
-rw-r--r--gemfeed/atom.xml12
-rwxr-xr-xgemfeed/configure-stunnel-nfs-r1-r2.sh163
-rw-r--r--gemfeed/stunnel-nfs-quick-reference.txt78
-rw-r--r--index.html2
-rw-r--r--stats/20250531.html129
-rw-r--r--stats/20250601.html126
-rw-r--r--stats/20250602.html124
-rw-r--r--stats/20250603.html130
-rw-r--r--stats/20250604.html127
-rw-r--r--stats/20250605.html131
-rw-r--r--stats/20250606.html132
-rw-r--r--stats/20250607.html130
-rw-r--r--stats/20250608.html127
-rw-r--r--stats/20250609.html127
-rw-r--r--stats/20250610.html128
-rw-r--r--stats/20250611.html134
-rw-r--r--stats/20250612.html128
-rw-r--r--stats/20250613.html127
-rw-r--r--stats/20250614.html126
-rw-r--r--stats/20250615.html125
-rw-r--r--stats/20250616.html124
-rw-r--r--stats/20250617.html133
-rw-r--r--stats/20250618.html132
-rw-r--r--stats/20250619.html125
-rw-r--r--stats/20250620.html129
-rw-r--r--stats/20250621.html127
-rw-r--r--stats/20250622.html123
-rw-r--r--stats/20250623.html124
-rw-r--r--stats/20250624.html128
-rw-r--r--stats/20250625.html132
-rw-r--r--stats/20250626.html127
-rw-r--r--stats/20250627.html130
-rw-r--r--stats/20250628.html127
-rw-r--r--stats/20250629.html126
-rw-r--r--stats/20250630.html122
-rw-r--r--stats/30day_summary_20250630.html222
-rw-r--r--uptime-stats.html58
62 files changed, 17495 insertions, 4353 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
new file mode 100644
index 00000000..5a79f3e0
--- /dev/null
+++ b/CLAUDE.md
@@ -0,0 +1,60 @@
+# CLAUDE.md
+
+This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
+
+## Project Overview
+
+This is a static site generator project that uses **Gemtext** as the source format and generates multiple output formats. The project uses "Gemtexter" (a Bash-based static site generator) to convert Gemtext files into HTML, Markdown, and various feed formats.
+
+**Key Architecture:**
+- **Source files**: Gemtext (`.gmi`) and template files (`.gmi.tpl`) in the `/gemtext` directory
+- **Generated outputs**: HTML in `../html/`, Markdown in `../md/`, with caching in `../cache/`
+- **Content structure**: Blog posts in `gemfeed/`, personal notes in `notes/`, about pages in `about/`
+- **Template system**: `.gmi.tpl` files are processed to generate final `.gmi` files with dynamic content
+
+## Build Commands
+
+Since this project uses Gemtexter (a Bash-based static site generator), the build process involves:
+
+**Main generation command:**
+```bash
+# From the parent directory (/home/paul/git/foo.zone-content/)
+# Look for gemtexter script or build scripts in the parent directory
+```
+
+**File structure patterns:**
+- `.gmi.tpl` → `.gmi` (template processing)
+- `.gmi` → `.html` + `.md` + feeds (multi-format generation)
+
+## Content Architecture
+
+**Template System:**
+- Files with `.gmi.tpl` extension are templates that get processed
+- Templates can include dynamic content like timestamps and automatic content generation
+- Example: `index.gmi.tpl` generates `index.gmi` with current timestamp
+
+**Output Formats:**
+- **Gemtext**: Native format for Gemini protocol (`.gmi` files)
+- **HTML**: Web-ready format with embedded CSS and fonts
+- **Markdown**: For GitHub Pages deployment
+- **Atom feeds**: For blog subscription (XML format)
+- **Gemfeeds**: Gemini-specific feed format
+
+**Content Organization:**
+- `gemfeed/`: Blog posts with date-prefixed naming (YYYY-MM-DD-title.gmi)
+- `notes/`: Book notes and technical references
+- `about/`: Personal information and resource lists
+
+## Development Workflow
+
+1. **Content Creation**: Write new content in Gemtext format (`.gmi` files)
+2. **Template Updates**: Modify `.gmi.tpl` files for dynamic content
+3. **Generation**: Run Gemtexter to generate all output formats
+4. **Multi-format Output**: Content automatically appears in HTML, Markdown, and feed formats
+
+## Important Notes
+
+- The current working directory is `/gemtext` but build tools are likely in the parent directory
+- Generated files should not be edited directly - edit source `.gmi` or `.gmi.tpl` files instead
+- The project generates a complete multi-format website from simple Gemtext sources
+- Cache files in `../cache/` help with performance during regeneration \ No newline at end of file
diff --git a/about/index.html b/about/index.html
index 54327b7e..baabd3fb 100644
--- a/about/index.html
+++ b/about/index.html
@@ -27,11 +27,15 @@
<h2 style='display: inline' id='my-sites'>My sites</h2><br />
<br />
<a class='textlink' href='../'>My blog here at foo.zone</a><br />
-<a class='textlink' href='https://codeberg.org/snonux'>codeberg.org/snonux - My Codeberg page</a><br />
-<a class='textlink' href='https://github.com/snonux'>github.com/snonux - My GitHub page (it&#39;s just a mirror of Codeberg, really)</a><br />
<a class='textlink' href='https://irregular.ninja'>irregular.ninja - My street photography site (warn: multiple MBs, it&#39;s photos after all)</a><br />
<a class='textlink' href='./dtail.html'>DTail - the distributed log tailing program</a><br />
<br />
+<h2 style='display: inline' id='show-me-the-code'>Show me the code</h2><br />
+<br />
+<a class='textlink' href='./showcase.html'>Project showcase</a><br />
+<a class='textlink' href='https://codeberg.org/snonux'>codeberg.org/snonux - My Codeberg page</a><br />
+<a class='textlink' href='https://github.com/snonux'>github.com/snonux - My GitHub page (it&#39;s just a mirror of Codeberg, really)</a><br />
+<br />
<h2 style='display: inline' id='social-media-and-communities'>Social Media and Communities</h2><br />
<br />
<a class='textlink' href='https://fosstodon.org/@snonux'>@snonux@fosstodon.org - Me at Mastodon</a><br />
diff --git a/about/resources.html b/about/resources.html
index 919040c5..08df9872 100644
--- a/about/resources.html
+++ b/about/resources.html
@@ -50,107 +50,107 @@
<span>In random order:</span><br />
<br />
<ul>
-<li>Polished Ruby Programming; Jeremy Evans; Packt Publishing</li>
+<li>Clusterbau mit Linux-HA; Michael Schwartzkopff; O&#39;Reilly</li>
+<li>Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press</li>
+<li>Data Science at the Command Line; Jeroen Janssens; O&#39;Reilly</li>
+<li>Effective Java; Joshua Bloch; Addison-Wesley Professional</li>
+<li>Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O&#39;Reilly</li>
+<li>Modern Perl; Chromatic ; Onyx Neon Press</li>
+<li>Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications</li>
+<li>Higher Order Perl; Mark Dominus; Morgan Kaufmann</li>
<li>Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press</li>
-<li>Leanring eBPF; Liz Rice; O&#39;Reilly</li>
-<li>Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers </li>
-<li>Perl New Features; Joshua McAdams, brian d foy; Perl School</li>
<li>Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner</li>
-<li>The Kubernetes Book; Nigel Poulton; Unabridged Audiobook</li>
-<li>Java ist auch eine Insel; Christian Ullenboom; </li>
-<li>DNS and BIND; Cricket Liu; O&#39;Reilly</li>
-<li>Effective awk programming; Arnold Robbins; O&#39;Reilly</li>
-<li>Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press</li>
-<li>Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers</li>
-<li>Ultimate Go Notebook; Bill Kennedy</li>
-<li>The Docker Book; James Turnbull; Kindle</li>
-<li>The Pragmatic Programmer; David Thomas; Addison-Wesley</li>
-<li>The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional</li>
<li>Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson</li>
-<li>Concurrency in Go; Katherine Cox-Buday; O&#39;Reilly</li>
-<li>21st Century C: C Tips from the New School; Ben Klemens; O&#39;Reilly</li>
+<li>Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt </li>
+<li>Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall &amp; Jon Orwant; O&#39;Reilly</li>
<li>The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible</li>
-<li>Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O&#39;Reilly</li>
-<li>97 things every SRE should know; Emil Stolarsky, Jaime Woo; O&#39;Reilly</li>
+<li>Developing Games in Java; David Brackeen and others...; New Riders</li>
+<li>DNS and BIND; Cricket Liu; O&#39;Reilly</li>
+<li>The Docker Book; James Turnbull; Kindle</li>
+<li>Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers</li>
<li>Terraform Cookbook; Mikael Krief; Packt Publishing</li>
-<li>Raku Fundamentals; Moritz Lenz; Apress</li>
-<li>Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications</li>
-<li>Pro Puppet; James Turnbull, Jeffrey McCune; Apress</li>
+<li>The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional</li>
<li>Funktionale Programmierung; Peter Pepper; Springer</li>
-<li>Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O&#39;Reilly</li>
-<li>Modern Perl; Chromatic ; Onyx Neon Press</li>
-<li>Developing Games in Java; David Brackeen and others...; New Riders</li>
-<li>Systemprogrammierung in Go; Frank Müller; dpunkt</li>
<li>100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications</li>
-<li>Data Science at the Command Line; Jeroen Janssens; O&#39;Reilly</li>
-<li>Raku Recipes; J.J. Merelo; Apress</li>
-<li>Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall &amp; Jon Orwant; O&#39;Reilly</li>
-<li>C++ Programming Language; Bjarne Stroustrup;</li>
+<li>Leanring eBPF; Liz Rice; O&#39;Reilly</li>
+<li>Pro Puppet; James Turnbull, Jeffrey McCune; Apress</li>
+<li>Polished Ruby Programming; Jeremy Evans; Packt Publishing</li>
+<li>Ultimate Go Notebook; Bill Kennedy</li>
+<li>Perl New Features; Joshua McAdams, brian d foy; Perl School</li>
<li>Programming Ruby 3.3 (5th Edition); Noel Rappin, with Dave Thomas; The Pragmatic Bookshelf</li>
-<li>Higher Order Perl; Mark Dominus; Morgan Kaufmann</li>
-<li>Effective Java; Joshua Bloch; Addison-Wesley Professional</li>
-<li>Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt </li>
+<li>Raku Recipes; J.J. Merelo; Apress</li>
+<li>The Kubernetes Book; Nigel Poulton; Unabridged Audiobook</li>
+<li>Effective awk programming; Arnold Robbins; O&#39;Reilly</li>
+<li>DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible</li>
+<li>Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers </li>
<li>Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O&#39;Reilly</li>
+<li>Java ist auch eine Insel; Christian Ullenboom; </li>
+<li>Concurrency in Go; Katherine Cox-Buday; O&#39;Reilly</li>
+<li>Systemprogrammierung in Go; Frank Müller; dpunkt</li>
+<li>The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton</li>
+<li>Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O&#39;Reilly</li>
+<li>97 things every SRE should know; Emil Stolarsky, Jaime Woo; O&#39;Reilly</li>
+<li>The Pragmatic Programmer; David Thomas; Addison-Wesley</li>
+<li>21st Century C: C Tips from the New School; Ben Klemens; O&#39;Reilly</li>
<li>Site Reliability Engineering; How Google runs production systems; O&#39;Reilly</li>
+<li>C++ Programming Language; Bjarne Stroustrup;</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>DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible</li>
-<li>The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton</li>
-<li>Clusterbau mit Linux-HA; Michael Schwartzkopff; O&#39;Reilly</li>
+<li>Raku Fundamentals; Moritz Lenz; Apress</li>
</ul><br />
<h2 style='display: inline' id='technical-references'>Technical references</h2><br />
<br />
<span>I didn&#39;t read them from the beginning to the end, but I am using them to look up things. The books are in random order:</span><br />
<br />
<ul>
-<li>Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley</li>
+<li>Relayd and Httpd Mastery; Michael W Lucas</li>
+<li>Groovy Kurz &amp; Gut; Joerg Staudemeier; O&#39;Reilly</li>
<li>Implementing Service Level Objectives; Alex Hidalgo; O&#39;Reilly</li>
<li>Go: Design Patterns for Real-World Projects; Mat Ryer; Packt</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&#39;Reilly</li>
-<li>Groovy Kurz &amp; Gut; Joerg Staudemeier; O&#39;Reilly</li>
<li>The Linux Programming Interface; Michael Kerrisk; No Starch Press </li>
-<li>Relayd and Httpd Mastery; Michael W Lucas</li>
-<li>BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley</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>Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion</li>
-<li>Deep Work; Cal Newport; Piatkus</li>
-<li>Coders at Work - Reflections on the craft of programming, Peter Seibel and Mitchell Dorian et al., Audiobook</li>
-<li>Getting Things Done; David Allen</li>
-<li>Slow Productivity; Cal Newport; Penguin Random House</li>
-<li>Meditation for Mortals, Oliver Burkeman, Audiobook</li>
-<li>Staff Engineer: Leadership beyond the management track; Will Larson; Audiobook</li>
-<li>The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd</li>
-<li>Solve for Happy; Mo Gawdat (RE-READ 1ST TIME)</li>
-<li>Never Split the Difference; Chris Voss, Tahl Raz; Random House Business</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>Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press</li>
<li>Stop starting, start finishing; Arne Roock; Lean-Kanban University </li>
+<li>Influence without Authority; A. Cohen, D. Bradford; Wiley</li>
+<li>Eat That Frog!; Brian Tracy; Hodder Paperbacks</li>
+<li>Time Management for System Administrators; Thomas A. Limoncelli; O&#39;Reilly</li>
+<li>Slow Productivity; Cal Newport; Penguin Random House</li>
+<li>Psycho-Cybernetics; Maxwell Maltz; Perigee Books</li>
+<li>Ultralearning; Scott Young; Thorsons</li>
+<li>Digital Minimalism; Cal Newport; Portofolio Penguin</li>
+<li>Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing</li>
+<li>The Complete Software Developer&#39;s Career Guide; John Sonmez; Unabridged Audiobook</li>
+<li>101 Essays that change the way you think; Brianna Wiest; Audiobook</li>
<li>Soft Skills; John Sommez; Manning Publications</li>
-<li>Ultralearning; Anna Laurent; Self-published via Amazon</li>
-<li>The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books</li>
<li>The Joy of Missing Out; Christina Crook; New Society Publishers</li>
-<li>The Complete Software Developer&#39;s Career Guide; John Sonmez; Unabridged Audiobook</li>
-<li>Digital Minimalism; Cal Newport; Portofolio Penguin</li>
-<li>The Bullet Journal Method; Ryder Carroll; Fourth Estate</li>
-<li>So Good They Can&#39;t Ignore You; Cal Newport; Business Plus</li>
-<li>Ultralearning; Scott Young; Thorsons</li>
-<li>Influence without Authority; A. Cohen, D. Bradford; Wiley</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>The Off Switch; Mark Cropley; Virgin Books (RE-READ 1ST TIME)</li>
-<li>Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press</li>
+<li>Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion</li>
+<li>Staff Engineer: Leadership beyond the management track; Will Larson; Audiobook</li>
+<li>Ultralearning; Anna Laurent; Self-published via Amazon</li>
+<li>Atomic Habits; James Clear; Random House Business</li>
+<li>The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd</li>
<li>The Good Enough Job; Simone Stolzoff; Ebury Edge</li>
-<li>Psycho-Cybernetics; Maxwell Maltz; Perigee Books</li>
+<li>The Bullet Journal Method; Ryder Carroll; Fourth Estate</li>
<li>The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon &amp; Schuster UK</li>
-<li>The Power of Now; Eckhard Tolle; Yellow Kite</li>
<li>Eat That Frog; Brian Tracy</li>
-<li>Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing</li>
-<li>101 Essays that change the way you think; Brianna Wiest; Audiobook</li>
-<li>Eat That Frog!; Brian Tracy; Hodder Paperbacks</li>
-<li>Time Management for System Administrators; Thomas A. Limoncelli; O&#39;Reilly</li>
+<li>Getting Things Done; David Allen</li>
+<li>Meditation for Mortals, Oliver Burkeman, 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>Atomic Habits; James Clear; Random House Business</li>
+<li>Deep Work; Cal Newport; Piatkus</li>
+<li>Never Split the Difference; Chris Voss, Tahl Raz; Random House Business</li>
+<li>So Good They Can&#39;t Ignore You; Cal Newport; Business Plus</li>
+<li>The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books</li>
+<li>Coders at Work - Reflections on the craft of programming, Peter Seibel and Mitchell Dorian et al., Audiobook</li>
+<li>The Power of Now; Eckhard Tolle; Yellow Kite</li>
+<li>Solve for Happy; Mo Gawdat (RE-READ 1ST TIME)</li>
</ul><br />
<a class='textlink' href='../notes/index.html'>Here are notes of mine for some of the books</a><br />
<br />
@@ -159,30 +159,30 @@
<span>Some of these were in-person with exams; others were online learning lectures only. In random order:</span><br />
<br />
<ul>
+<li>Apache Tomcat Best Practises; 3-day on-site training</li>
+<li>F5 Loadbalancers Training; 2-day on-site training; F5, Inc. </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>AWS Immersion Day; Amazon; 1-day interactive online training </li>
-<li>Ultimate Go Programming; Bill Kennedy; O&#39;Reilly Online</li>
-<li>The Well-Grounded Rubyist Video Edition; David. A. Black; O&#39;Reilly Online</li>
<li>The Ultimate Kubernetes Bootcamp; School of Devops; O&#39;Reilly Online</li>
+<li>MySQL Deep Dive Workshop; 2-day on-site training</li>
+<li>Developing IaC with Terraform (with Live Lessons); O&#39;Reilly Online</li>
+<li>The Well-Grounded Rubyist Video Edition; David. A. Black; O&#39;Reilly Online</li>
+<li>Protocol buffers; O&#39;Reilly Online</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>Apache Tomcat Best Practises; 3-day on-site training</li>
<li>Structure and Interpretation of Computer Programs; Harold Abelson and more...; </li>
-<li>Scripting Vim; Damian Conway; O&#39;Reilly Online</li>
<li>Functional programming lecture; Remote University of Hagen</li>
-<li>F5 Loadbalancers Training; 2-day on-site training; F5, Inc. </li>
-<li>Protocol buffers; O&#39;Reilly Online</li>
-<li>Developing IaC with Terraform (with Live Lessons); O&#39;Reilly Online</li>
-<li>Algorithms Video Lectures; Robert Sedgewick; O&#39;Reilly Online</li>
+<li>Scripting Vim; Damian Conway; O&#39;Reilly Online</li>
<li>Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training</li>
-<li>MySQL Deep Dive Workshop; 2-day on-site training</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&#39;Reilly Online</li>
+<li>Ultimate Go Programming; Bill Kennedy; O&#39;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>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 />
@@ -192,20 +192,20 @@
<span>In random order:</span><br />
<br />
<ul>
-<li>Backend Banter</li>
-<li>Hidden Brain</li>
-<li>Fallthrough [Golang]</li>
<li>The Pragmatic Engineer Podcast</li>
-<li>Fork Around And Find Out</li>
+<li>Fallthrough [Golang]</li>
+<li>The Changelog Podcast(s)</li>
+<li>Backend Banter</li>
+<li>Maintainable</li>
+<li>Modern Mentor</li>
+<li>Dev Interrupted</li>
<li>BSD Now [BSD]</li>
+<li>Hidden Brain</li>
<li>Deep Questions with Cal Newport</li>
-<li>Maintainable</li>
-<li>Pratical AI</li>
<li>The ProdCast (Google SRE Podcast)</li>
+<li>Pratical AI</li>
<li>Cup o&#39; Go [Golang]</li>
-<li>Dev Interrupted</li>
-<li>The Changelog Podcast(s)</li>
-<li>Modern Mentor</li>
+<li>Fork Around And Find Out</li>
</ul><br />
<h3 style='display: inline' id='podcasts-i-liked'>Podcasts I liked</h3><br />
<br />
@@ -213,28 +213,28 @@
<br />
<ul>
<li>Go Time (predecessor of fallthrough)</li>
-<li>Java Pub House</li>
-<li>Ship It (predecessor of Fork Around And Find Out)</li>
<li>CRE: Chaosradio Express [german]</li>
<li>FLOSS weekly</li>
+<li>Java Pub House</li>
<li>Modern Mentor</li>
+<li>Ship It (predecessor of Fork Around And Find Out)</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>Ruby Weekly</li>
<li>The Valuable Dev</li>
<li>VK Newsletter</li>
-<li>Applied Go Weekly Newsletter</li>
-<li>The Imperfectionist</li>
+<li>Monospace Mentor</li>
<li>byteSizeGo</li>
<li>The Pragmatic Engineer</li>
+<li>The Imperfectionist</li>
<li>Changelog News</li>
-<li>Register Spill</li>
<li>Andreas Brandhorst Newsletter (Sci-Fi author)</li>
-<li>Monospace Mentor</li>
+<li>Register Spill</li>
+<li>Ruby Weekly</li>
+<li>Applied Go Weekly Newsletter</li>
<li>Golang Weekly</li>
</ul><br />
<h2 style='display: inline' id='magazines-i-liked'>Magazines I like(d)</h2><br />
@@ -242,10 +242,10 @@
<span>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:</span><br />
<br />
<ul>
-<li>Linux User</li>
+<li>LWN (online only)</li>
<li>freeX (not published anymore)</li>
<li>Linux Magazine</li>
-<li>LWN (online only)</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
new file mode 100644
index 00000000..74988153
--- /dev/null
+++ b/about/showcase.html
@@ -0,0 +1,2111 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+<title>Project Showcase</title>
+<link rel="shortcut icon" type="image/gif" href="/favicon.ico" />
+<link rel="stylesheet" href="../style.css" />
+<link rel="stylesheet" href="style-override.css" />
+</head>
+<body>
+<p class="header">
+<a href="https://foo.zone">Home</a> | <a href="https://codeberg.org/snonux/foo.zone/src/branch/content-md/about/showcase.md">Markdown</a> | <a href="gemini://foo.zone/about/showcase.gmi">Gemini</a>
+</p>
+<h1 style='display: inline' id='project-showcase'>Project Showcase</h1><br /