summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-12-31 15:50:46 +0200
committerPaul Buetow <paul@buetow.org>2025-12-31 15:50:46 +0200
commit6f30f0ddd172eeb3eee1c3e58a26badd524e5147 (patch)
treea026108a0986cff11a98cf9b19efa8f5365eb5e1
parentae439cc2e5c42f9cd5cd9dd561fb231943c7dbf7 (diff)
Update content for md
-rw-r--r--about/resources.md216
-rw-r--r--gemfeed/2025-01-01-posts-from-october-to-december-2024.md1
-rw-r--r--gemfeed/2025-07-01-posts-from-january-to-june-2025.md5
-rw-r--r--gemfeed/2026-01-01-posts-from-july-to-december-2025.md1031
-rw-r--r--gemfeed/index.md1
-rw-r--r--index.md3
-rw-r--r--uptime-stats.md52
7 files changed, 1174 insertions, 135 deletions
diff --git a/about/resources.md b/about/resources.md
index fe965171..c84bc3ee 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:
-* Pro Puppet; James Turnbull, Jeffrey McCune; Apress
-* Raku Fundamentals; Moritz Lenz; Apress
-* Effective Java; Joshua Bloch; Addison-Wesley Professional
-* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton
-* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional
-* C++ Programming Language; Bjarne Stroustrup;
-* Chaos Engineering - System Resiliency in Practice; Casey Rosenthal and Nora Jones; eBook
-* Ultimate Go Notebook; Bill Kennedy
-* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly
-* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly
-* Site Reliability Engineering; How Google runs production systems; O'Reilly
-* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly
-* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible
* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly
-* Effective awk programming; Arnold Robbins; O'Reilly
-* The Pragmatic Programmer; David Thomas; Addison-Wesley
-* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers
-* Developing Games in Java; David Brackeen and others...; New Riders
-* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers
-* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly
-* Modern Perl; Chromatic ; Onyx Neon Press
-* Leanring eBPF; Liz Rice; O'Reilly
-* Data Science at the Command Line; Jeroen Janssens; O'Reilly
-* Systemprogrammierung in Go; Frank Müller; dpunkt
-* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt
-* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible
+* Polished Ruby Programming; Jeremy Evans; Packt Publishing
+* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly
+* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press
+* 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
+* Programming Ruby 3.3 (5th Edition); Noel Rappin, with Dave Thomas; The Pragmatic Bookshelf
+* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional
* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press
-* Raku Recipes; J.J. Merelo; Apress
-* Concurrency in Go; Katherine Cox-Buday; O'Reilly
-* DNS and BIND; Cricket Liu; O'Reilly
+* Perl New Features; Joshua McAdams, brian d foy; Perl School
+* Terraform Cookbook; Mikael Krief; Packt Publishing
+* Pro Puppet; James Turnbull, Jeffrey McCune; Apress
* The Docker Book; James Turnbull; Kindle
+* Developing Games in Java; David Brackeen and others...; New Riders
* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson
-* Programming Ruby 3.3 (5th Edition); Noel Rappin, with Dave Thomas; The Pragmatic Bookshelf
-* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications
+* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible
* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook
-* Seeking SRE: Conversations About Running Production Systems at Scale; David N. Blank-Edelman; eBook
-* Higher Order Perl; Mark Dominus; Morgan Kaufmann
-* Java ist auch eine Insel; Christian Ullenboom;
-* 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
+* Funktionale Programmierung; Peter Pepper; Springer
+* The Pragmatic Programmer; David Thomas; Addison-Wesley
* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications
-* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner
-* Polished Ruby Programming; Jeremy Evans; Packt Publishing
-* Terraform Cookbook; Mikael Krief; Packt Publishing
* 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
-* Funktionale Programmierung; Peter Pepper; Springer
-* 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
+* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications
+* Raku Recipes; J.J. Merelo; Apress
+* DNS and BIND; Cricket Liu; O'Reilly
+* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt
+* Site Reliability Engineering; How Google runs production systems; O'Reilly
+* Leanring eBPF; Liz Rice; O'Reilly
+* C++ Programming Language; Bjarne Stroustrup;
+* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers
+* Effective awk programming; Arnold Robbins; O'Reilly
+* Effective Java; Joshua Bloch; Addison-Wesley Professional
+* Raku Fundamentals; Moritz Lenz; Apress
+* Ultimate Go Notebook; Bill Kennedy
+* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton
+* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly
+* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly
+* Higher Order Perl; Mark Dominus; Morgan Kaufmann
+* Modern Perl; Chromatic ; Onyx Neon Press
+* Chaos Engineering - System Resiliency in Practice; Casey Rosenthal and Nora Jones; eBook
+* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner
+* Seeking SRE: Conversations About Running Production Systems at Scale; David N. Blank-Edelman; eBook
+* Concurrency in Go; Katherine Cox-Buday; O'Reilly
+* Java ist auch eine Insel; Christian Ullenboom;
+* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly
+* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers
+* Systemprogrammierung in Go; Frank Müller; dpunkt
+* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible
+* Data Science at the Command Line; Jeroen Janssens; O'Reilly
+* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly
## 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:
-* The Linux Programming Interface; Michael Kerrisk; No Starch Press
+* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly
* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley
+* The Linux Programming Interface; Michael Kerrisk; No Starch Press
+* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly
+* Go: Design Patterns for Real-World Projects; Mat Ryer; Packt
+* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley
* Relayd and Httpd Mastery; Michael W Lucas
* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly
-* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley
-* Go: Design Patterns for Real-World Projects; Mat Ryer; Packt
-* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly
-* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly
## Self-development and soft-skills books
In random order:
-* The Courage to Be Disliked; Ichiro Kishimi and Fumitake Koga; Audiobook
-* Coders at Work - Reflections on the craft of programming, Peter Seibel and Mitchell Dorian et al., Audiobook
-* Ultralearning; Anna Laurent; Self-published via Amazon
+* Influence without Authority; A. Cohen, D. Bradford; Wiley
+* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing
+* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books
+* The Power of Now; Eckhard Tolle; Yellow Kite
* Staff Engineer: Leadership beyond the management track; Will Larson; Audiobook
-* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business
-* Slow Productivity; Cal Newport; Penguin Random House
+* Solve for Happy; Mo Gawdat (RE-READ 1ST TIME)
* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK
+* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select
+* Stop starting, start finishing; Arne Roock; Lean-Kanban University
+* The Off Switch; Mark Cropley; Virgin Books (RE-READ 1ST TIME)
* 101 Essays that change the way you think; Brianna Wiest; Audiobook
-* Deep Work; Cal Newport; Piatkus
-* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook
* Digital Minimalism; Cal Newport; Portofolio Penguin
-* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion
+* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd
* Soft Skills; John Sommez; Manning Publications
-* Influence without Authority; A. Cohen, D. Bradford; Wiley
-* The Power of Now; Eckhard Tolle; Yellow Kite
+* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne
+* The Courage to Be Disliked; Ichiro Kishimi and Fumitake Koga; Audiobook
+* 97 Things Every Engineering Manager Should Know; Camille Fournier; Audiobook
+* The Software Engineer's Guidebook: Navigating senior, tech lead, and staff engineer positions at tech companies and startups; Gergely Orosz; Audiobook
* The Good Enough Job; Simone Stolzoff; Ebury Edge
-* Ultralearning; Scott Young; Thorsons
-* The Bullet Journal Method; Ryder Carroll; Fourth Estate
-* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select
-* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books
-* The Off Switch; Mark Cropley; Virgin Books (RE-READ 1ST TIME)
+* Coders at Work - Reflections on the craft of programming, Peter Seibel and Mitchell Dorian et al., Audiobook
* Meditation for Mortals, Oliver Burkeman, Audiobook
-* Eat That Frog; Brian Tracy
-* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly
-* Atomic Habits; James Clear; Random House Business
-* 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
-* Solve for Happy; Mo Gawdat (RE-READ 1ST TIME)
-* Stop starting, start finishing; Arne Roock; Lean-Kanban University
* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press
+* Ultralearning; Scott Young; Thorsons
+* Deep Work; Cal Newport; Piatkus
* Psycho-Cybernetics; Maxwell Maltz; Perigee Books
-* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd
+* Ultralearning; Anna Laurent; Self-published via Amazon
+* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business
+* Slow Productivity; Cal Newport; Penguin Random House
+* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook
* Eat That Frog!; Brian Tracy; Hodder Paperbacks
-* 97 Things Every Engineering Manager Should Know; Camille Fournier; Audiobook
-* So Good They Can't Ignore You; Cal Newport; Business Plus
-* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne
-* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing
+* The Joy of Missing Out; Christina Crook; New Society Publishers
* Getting Things Done; David Allen
+* Eat That Frog; Brian Tracy
+* So Good They Can't Ignore You; Cal Newport; Business Plus
+* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion
+* The Bullet Journal Method; Ryder Carroll; Fourth Estate
+* Atomic Habits; James Clear; Random House Business
+* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly
[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:
-* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon
+* 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)
+* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online
* AWS Immersion Day; Amazon; 1-day interactive online training
-* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training
+* MySQL Deep Dive Workshop; 2-day on-site training
+* Structure and Interpretation of Computer Programs; Harold Abelson and more...;
* F5 Loadbalancers Training; 2-day on-site training; F5, Inc.
-* Developing IaC with Terraform (with Live Lessons); O'Reilly Online
-* Functional programming lecture; Remote University of Hagen
-* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online
+* 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
-* Protocol buffers; O'Reilly Online
-* Structure and Interpretation of Computer Programs; Harold Abelson and more...;
+* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training
* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online
-* MySQL Deep Dive Workshop; 2-day on-site training
-* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online
-* Scripting Vim; Damian Conway; O'Reilly Online
+* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online
+* Protocol buffers; O'Reilly Online
* Apache Tomcat Best Practises; 3-day on-site training
-* 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)
+* Scripting Vim; Damian Conway; O'Reilly Online
+* Developing IaC with Terraform (with Live Lessons); O'Reilly Online
+* Functional programming lecture; Remote University of Hagen
## Technical guides
These are not whole books, but guides (smaller or larger) which I found very useful. in random order:
+* Raku Guide at https://raku.guide
* Advanced Bash-Scripting Guide
* How CPUs work at https://cpu.land
-* Raku Guide at https://raku.guide
## Podcasts
@@ -177,58 +177,58 @@ These are not whole books, but guides (smaller or larger) which I found very use
In random order:
-* Fallthrough [Golang]
-* Pratical AI
-* BSD Now [BSD]
-* Modern Mentor
-* The Pragmatic Engineer Podcast
-* Dev Interrupted
-* Wednesday Wisdom
-* The ProdCast (Google SRE Podcast)
-* Fork Around And Find Out
-* Maintainable
+* Hidden Brain
* Backend Banter
+* Wednesday Wisdom
+* Modern Mentor
+* Deep Questions with Cal Newport
+* BSD Now [BSD]
* Cup o' Go [Golang]
* The Changelog Podcast(s)
-* Hidden Brain
-* Deep Questions with Cal Newport
+* The Pragmatic Engineer Podcast
+* Maintainable
+* Fork Around And Find Out
+* The ProdCast (Google SRE Podcast)
+* Pratical AI
+* Dev Interrupted
+* Fallthrough [Golang]
### 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.
-* FLOSS weekly
* Ship It (predecessor of Fork Around And Find Out)
* Modern Mentor
+* CRE: Chaosradio Express [german]
* Go Time (predecessor of fallthrough)
* Java Pub House
-* CRE: Chaosradio Express [german]
+* FLOSS weekly
## Newsletters I like
This is a mix of tech and non-tech newsletters I am subscribed to. In random order:
+* VK Newsletter
+* The Imperfectionist
+* Golang Weekly
+* The Valuable Dev
* Changelog News
-* Monospace Mentor
+* Ruby Weekly
* Register Spill
* byteSizeGo
-* Golang Weekly
-* Andreas Brandhorst Newsletter (Sci-Fi author)
-* The Imperfectionist
-* VK Newsletter
-* The Valuable Dev
-* The Pragmatic Engineer
* Applied Go Weekly Newsletter
-* Ruby Weekly
+* Monospace Mentor
+* The Pragmatic Engineer
+* Andreas Brandhorst Newsletter (Sci-Fi author)
## 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:
* freeX (not published anymore)
+* LWN (online only)
* Linux Magazine
* Linux User
-* LWN (online only)
# Formal education
diff --git a/gemfeed/2025-01-01-posts-from-october-to-december-2024.md b/gemfeed/2025-01-01-posts-from-october-to-december-2024.md
index a44041ee..f5a3a47a 100644
--- a/gemfeed/2025-01-01-posts-from-october-to-december-2024.md
+++ b/gemfeed/2025-01-01-posts-from-october-to-december-2024.md
@@ -327,6 +327,7 @@ My New Year's resolution is not to start any new non-fiction books (or only very
Other related posts:
+[2026-01-01 Posts from July to December 2025](./2026-01-01-posts-from-july-to-december-2025.md)
[2025-07-01 Posts from January to June 2025](./2025-07-01-posts-from-january-to-june-2025.md)
[2025-01-01 Posts from October to December 2024 (You are currently reading this)](./2025-01-01-posts-from-october-to-december-2024.md)
diff --git a/gemfeed/2025-07-01-posts-from-january-to-june-2025.md b/gemfeed/2025-07-01-posts-from-january-to-june-2025.md
index 0620a68b..ed04998d 100644
--- a/gemfeed/2025-07-01-posts-from-january-to-june-2025.md
+++ b/gemfeed/2025-07-01-posts-from-january-to-june-2025.md
@@ -729,3 +729,8 @@ Other related posts:
[2025-01-01 Posts from October to December 2024](./2025-01-01-posts-from-october-to-december-2024.md)
[2025-07-01 Posts from January to June 2025 (You are currently reading this)](./2025-07-01-posts-from-january-to-june-2025.md)
+[2026-01-01 Posts from July to December 2025](./2026-01-01-posts-from-july-to-december-2025.md)
+
+E-Mail your comments to `paul@nospam.buetow.org` :-)
+
+[Back to the main site](../)
diff --git a/gemfeed/2026-01-01-posts-from-july-to-december-2025.md b/gemfeed/2026-01-01-posts-from-july-to-december-2025.md
new file mode 100644
index 00000000..0c6b1704
--- /dev/null
+++ b/gemfeed/2026-01-01-posts-from-july-to-december-2025.md
@@ -0,0 +1,1031 @@
+# Posts from July to December 2025
+
+> Published at 2025-12-31T15:49:06+02:00
+
+Hello there, I wish you all a happy new year! These are my social media posts from the last six months. I keep them here to reflect on them and also to not lose them. Social media networks come and go and are not under my control, but my domain is here to stay.
+
+These are from Mastodon and LinkedIn. Have a look at my about page for my social media profiles. This list is generated with Gos, my social media platform sharing tool.
+
+[My about page](../about/index.md)
+[https://codeberg.org/snonux/gos](https://codeberg.org/snonux/gos)
+
+## Table of Contents
+
+* [⇢ Posts from July to December 2025](#posts-from-july-to-december-2025)
+* [⇢ ⇢ July 2025](#july-2025)
+* [⇢ ⇢ ⇢ In `#Golang`, values are actually copied when ...](#in-golang-values-are-actually-copied-when-)
+* [⇢ ⇢ ⇢ Same experiences I had, but it's a time saver. ...](#same-experiences-i-had-but-it-s-a-time-saver-)
+* [⇢ ⇢ ⇢ We (programmers) all use them (I hope): ...](#we-programmers-all-use-them-i-hope-)
+* [⇢ ⇢ ⇢ Shells of the early unices didnt understand ...](#shells-of-the-early-unices-didnt-understand-)
+* [⇢ ⇢ ⇢ I've picked up a few techniques from this blog ...](#i-ve-picked-up-a-few-techniques-from-this-blog-)
+* [⇢ ⇢ ⇢ I've published the sixth part of my "Kubernetes ...](#i-ve-published-the-sixth-part-of-my-kubernetes-)
+* [⇢ ⇢ ⇢ The book "Coders at Work" offers a fascinating ...](#the-book-coders-at-work-offers-a-fascinating-)
+* [⇢ ⇢ ⇢ For me, that's all normal. Couldn't imagine a ...](#for-me-that-s-all-normal-couldn-t-imagine-a-)
+* [⇢ ⇢ ⇢ This is similar to my `#dtail` project. It got ...](#this-is-similar-to-my-dtail-project-it-got-)
+* [⇢ ⇢ ⇢ I also feel the most comfortable in the ...](#i-also-feel-the-most-comfortable-in-the-)
+* [⇢ ⇢ ⇢ I have been enjoying lately as an alternative ...](#i-have-been-enjoying-lately-as-an-alternative-)
+* [⇢ ⇢ ⇢ Jonathan's reflection of 10 years of ...](#jonathan-s-reflection-of-10-years-of-)
+* [⇢ ⇢ ⇢ Some neat zero-copy `#Golang` tricks here ...](#some-neat-zero-copy-golang-tricks-here-)
+* [⇢ ⇢ ⇢ What was it like working at GitLab? A scary ...](#what-was-it-like-working-at-gitlab-a-scary-)
+* [⇢ ⇢ ⇢ I have learned a lot from the Practical `#AI` ...](#i-have-learned-a-lot-from-the-practical-ai-)
+* [⇢ ⇢ August 2025](#august-2025)
+* [⇢ ⇢ ⇢ At the end of the article it's mentione that ...](#at-the-end-of-the-article-it-s-mentione-that-)
+* [⇢ ⇢ ⇢ Great blog post a out `#OpenBSDAmsterdam`, of ...](#great-blog-post-a-out-openbsdamsterdam-of-)
+* [⇢ ⇢ ⇢ Interesting. `#llm` `#ai` `#slowdown` ...](#interesting-llm-ai-slowdown-)
+* [⇢ ⇢ ⇢ With the help of genai, I could generate this ...](#with-the-help-of-genai-i-could-generate-this-)
+* [⇢ ⇢ ⇢ I tinkered a bit with local LLMs for coding: ...](#i-tinkered-a-bit-with-local-llms-for-coding-)
+* [⇢ ⇢ ⇢ Good stuff: 10 years of functional options and ...](#good-stuff-10-years-of-functional-options-and-)
+* [⇢ ⇢ ⇢ Top 5 performance boosters `#golang` ...](#top-5-performance-boosters-golang-)
+* [⇢ ⇢ ⇢ This person found the balance.. although I ...](#this-person-found-the-balance-although-i-)
+* [⇢ ⇢ ⇢ Let's rewrite all slow in `#assembly`, surely ...](#let-s-rewrite-all-slow-in-assembly-surely-)
+* [⇢ ⇢ ⇢ How to store data forever? `#storage` ...](#how-to-store-data-forever-storage-)
+* [⇢ ⇢ ⇢ No wonder, that almost everyone doing something ...](#no-wonder-that-almost-everyone-doing-something-)
+* [⇢ ⇢ ⇢ Another drawback of running load tests in a ...](#another-drawback-of-running-load-tests-in-a-)
+* [⇢ ⇢ ⇢ Interesting read Learnings from two years of ...](#interesting-read-learnings-from-two-years-of-)
+* [⇢ ⇢ ⇢ Neat little story a school girl writing her ...](#neat-little-story-a-school-girl-writing-her-)
+* [⇢ ⇢ ⇢ Happy, that I am not yet obsolete! `#llm` ...](#happy-that-i-am-not-yet-obsolete-llm-)
+* [⇢ ⇢ September 2025](#september-2025)
+* [⇢ ⇢ ⇢ Loving this as well: `#slackware` `#linux` ...](#loving-this-as-well-slackware-linux-)
+* [⇢ ⇢ ⇢ Some `#fun`: Random Weird Things Part III blog ...](#some-fun-random-weird-things-part-iii-blog-)
+* [⇢ ⇢ ⇢ Yes, write more useless software. I agree that ...](#yes-write-more-useless-software-i-agree-that-)
+* [⇢ ⇢ ⇢ I learned a lot from this `#OpenBSD` `#relayd` ...](#i-learned-a-lot-from-this-openbsd-relayd-)
+* [⇢ ⇢ ⇢ Six weeks of claude code](#-six-weeks-of-claude-code)
+* [⇢ ⇢ ⇢ It's good that there is now a truly open-source ...](#it-s-good-that-there-is-now-a-truly-open-source-)
+* [⇢ ⇢ ⇢ Have to try this at some point ...](#have-to-try-this-at-some-point-)
+* [⇢ ⇢ ⇢ I could not agree more. For me, a personal ...](#i-could-not-agree-more-for-me-a-personal-)
+* [⇢ ⇢ ⇢ The true enterprise developer can write Java in ...](#the-true-enterprise-developer-can-write-java-in-)
+* [⇢ ⇢ ⇢ `#fx` is a neat little tool for viewing JSON ...](#fx-is-a-neat-little-tool-for-viewing-json-)
+* [⇢ ⇢ ⇢ I wish I had as much time as this guy. He ...](#i-wish-i-had-as-much-time-as-this-guy-he-)
+* [⇢ ⇢ ⇢ What exactly was the point of [ “x$var” = ...](#what-exactly-was-the-point-of--xvar--)
+* [⇢ ⇢ ⇢ Neat `#ZFS` feature (here `#FreeBSD`) which I ...](#neat-zfs-feature-here-freebsd-which-i-)
+* [⇢ ⇢ ⇢ Longer hours help only short term. About 40 ...](#longer-hours-help-only-short-term-about-40-)
+* [⇢ ⇢ ⇢ You could also use `#bpf` instead of `#strace`, ...](#you-could-also-use-bpf-instead-of-strace-)
+* [⇢ ⇢ ⇢ Some great things are approaching `#bhyve` on ...](#some-great-things-are-approaching-bhyve-on-)
+* [⇢ ⇢ ⇢ Another synchronization tool part of the ...](#another-synchronization-tool-part-of-the-)
+* [⇢ ⇢ ⇢ Too many open files `#linux` ...](#too-many-open-files-linux-)
+* [⇢ ⇢ ⇢ Just posted Part 4 of my `#Bash` `#Golf` ...](#just-posted-part-4-of-my-bash-golf-)
+* [⇢ ⇢ ⇢ `#Perl` is like a swiss army knife, as one of ...](#perl-is-like-a-swiss-army-knife-as-one-of-)
+* [⇢ ⇢ ⇢ Personally, mainly working with colorless ...](#personally-mainly-working-with-colorless-)
+* [⇢ ⇢ ⇢ How do GPUs work? Usually, people only know ...](#how-do-gpus-work-usually-people-only-know-)
+* [⇢ ⇢ ⇢ For unattended upgrades you must have a good ...](#for-unattended-upgrades-you-must-have-a-good-)
+* [⇢ ⇢ ⇢ Surely, in the age of `#AI` and `#LLM`, people ...](#surely-in-the-age-of-ai-and-llm-people-)
+* [⇢ ⇢ ⇢ On `#AI` changes everything... ...](#on-ai-changes-everything-)
+* [⇢ ⇢ ⇢ Maps in Go under the hood `#golang` ...](#maps-in-go-under-the-hood-golang-)
+* [⇢ ⇢ ⇢ "A project that looks complex might just be ...](#a-project-that-looks-complex-might-just-be-)
+* [⇢ ⇢ ⇢ I must admit that partly I see myself there ...](#i-must-admit-that-partly-i-see-myself-there-)
+* [⇢ ⇢ ⇢ Makes me think of good old times, where I ...](#makes-me-think-of-good-old-times-where-i-)
+* [⇢ ⇢ ⇢ Neat little blog post, showcasing various ...](#neat-little-blog-post-showcasing-various-)
+* [⇢ ⇢ ⇢ share Didn't know, that on MacOS, besides of ...](#share-didn-t-know-that-on-macos-besides-of-)
+* [⇢ ⇢ ⇢ I think this is the way: use LLMs for code you ...](#i-think-this-is-the-way-use-llms-for-code-you-)
+* [⇢ ⇢ ⇢ Always enable keepalive? I'd say most of the ...](#always-enable-keepalive-i-d-say-most-of-the-)
+* [⇢ ⇢ ⇢ I just finished reading "Chaos Engineering" by ...](#i-just-finished-reading-chaos-engineering-by-)
+* [⇢ ⇢ ⇢ fx is a neat and tidy command-line tool for ...](#fx-is-a-neat-and-tidy-command-line-tool-for-)
+* [⇢ ⇢ ⇢ Some nice `#Golang` tricks there ...](#some-nice-golang-tricks-there-)
+* [⇢ ⇢ October 2025](#october-2025)
+* [⇢ ⇢ ⇢ Word! What Are We Losing With AI? `#llm` `#ai` ...](#word-what-are-we-losing-with-ai-llm-ai-)
+* [⇢ ⇢ ⇢ It's not yet time for the friday `#fun`, but: ...](#it-s-not-yet-time-for-the-friday-fun-but-)
+* [⇢ ⇢ ⇢ Finally, I retired my AWS/ECS setup for my ...](#finally-i-retired-my-awsecs-setup-for-my-)
+* [⇢ ⇢ ⇢ A great blog post about my favourite text ...](#a-great-blog-post-about-my-favourite-text-)
+* [⇢ ⇢ ⇢ One of the more confusing parts in Go, nil ...](#one-of-the-more-confusing-parts-in-go-nil-)
+* [⇢ ⇢ ⇢ Strong engineers are pragmatic, work fast, have ...](#strong-engineers-are-pragmatic-work-fast-have-)
+* [⇢ ⇢ ⇢ I am currently binge-listening to the Google ...](#i-am-currently-binge-listening-to-the-google-)
+* [⇢ ⇢ ⇢ Looks like a neat library for writing ...](#looks-like-a-neat-library-for-writing-)
+* [⇢ ⇢ ⇢ Where Gen AI shines is the generation and ...](#where-gen-ai-shines-is-the-generation-and-)
+* [⇢ ⇢ ⇢ At work, everybody is replacable. Some with a ...](#at-work-everybody-is-replacable-some-with-a-)
+* [⇢ ⇢ ⇢ I actually would switch back to `#FreeBSD` as ...](#i-actually-would-switch-back-to-freebsd-as-)
+* [⇢ ⇢ ⇢ Amazing Print is amazing ...](#amazing-print-is-amazing-)
+* [⇢ ⇢ ⇢ Always worth a reminde, what are bloom filters ...](#always-worth-a-reminde-what-are-bloom-filters-)
+* [⇢ ⇢ ⇢ Some `#Ruby` book notes of mine: ...](#some-ruby-book-notes-of-mine-)
+* [⇢ ⇢ ⇢ Sad story. `#work` `#scrum` `#jira` ...](#sad-story-work-scrum-jira-)
+* [⇢ ⇢ ⇢ One of my favorite books: "Some Thoughts on ...](#one-of-my-favorite-books-some-thoughts-on-)
+* [⇢ ⇢ ⇢ ltex-ls is great for integrating ...](#ltex-ls-is-great-for-integrating-)
+* [⇢ ⇢ ⇢ supernote-tool is awesome, as I can now ...](#supernote-tool-is-awesome-as-i-can-now-)
+* [⇢ ⇢ ⇢ Fun story! :-) The case of the 500-mile email ...](#fun-story---the-case-of-the-500-mile-email-)
+* [⇢ ⇢ ⇢ Operating myself some software over 10 years of ...](#operating-myself-some-software-over-10-years-of-)
+* [⇢ ⇢ ⇢ `#git` worktrees are awesome! ...](#git-worktrees-are-awesome-)
+* [⇢ ⇢ ⇢ LLMs for anomaly detection? "While some ...](#llms-for-anomaly-detection-while-some-)
+* [⇢ ⇢ ⇢ After having heavily vibe-coded (personal pet ...](#after-having-heavily-vibe-coded-personal-pet-)
+* [⇢ ⇢ ⇢ Slowly, one after another, I am switching all ...](#slowly-one-after-another-i-am-switching-all-)
+* [⇢ ⇢ ⇢ Some neat slice tricks for Go: `#golang` ...](#some-neat-slice-tricks-for-go-golang-)
+* [⇢ ⇢ ⇢ I spent way too much time on this site. It's ...](#i-spent-way-too-much-time-on-this-site-it-s-)
+* [⇢ ⇢ ⇢ I share similar experiences with `#rust`, but I ...](#i-share-similar-experiences-with-rust-but-i-)
+* [⇢ ⇢ ⇢ Pipelines in Go using channels. `#golang` ...](#pipelines-in-go-using-channels-golang-)
+* [⇢ ⇢ ⇢ Some nifty `#Ruby` tricks: In my opinion, Ruby ...](#some-nifty-ruby-tricks-in-my-opinion-ruby-)
+* [⇢ ⇢ ⇢ Reflects my experience ...](#reflects-my-experience-)
+* [⇢ ⇢ ⇢ I like the fact that Markdown fikes, a RCS. an ...](#i-like-the-fact-that-markdown-fikes-a-rcs-an-)
+* [⇢ ⇢ ⇢ Rich Interactive Widgets for Terminal UIs, it ...](#rich-interactive-widgets-for-terminal-uis-it-)
+* [⇢ ⇢ ⇢ Always fun to dig in the `#Perl` @Perl woods. ...](#always-fun-to-dig-in-the-perl-perl-woods-)
+* [⇢ ⇢ ⇢ How does `#virtual` `#memory` work? `#ram` ...](#how-does-virtual-memory-work-ram-)
+* [⇢ ⇢ ⇢ flamelens - An interactive flamegraph viewer in ...](#flamelens---an-interactive-flamegraph-viewer-in-)
+* [⇢ ⇢ ⇢ You can now run Ansible Playbooks and shell ...](#you-can-now-run-ansible-playbooks-and-shell-)
+* [⇢ ⇢ ⇢ For people working with `#k8s`, this tool is ...](#for-people-working-with-k8s-this-tool-is-)
+* [⇢ ⇢ November 2025](#november-2025)
+* [⇢ ⇢ ⇢ Yes, using the right `#tool` for the job and ...](#yes-using-the-right-tool-for-the-job-and-)
+* [⇢ ⇢ ⇢ Some neat Go tricks: `#golang` ...](#some-neat-go-tricks-golang-)
+* [⇢ ⇢ ⇢ There are some truths in this `#SRE` article: ...](#there-are-some-truths-in-this-sre-article-)
+* [⇢ ⇢ ⇢ The Go flight recorder is a tool that allows ...](#the-go-flight-recorder-is-a-tool-that-allows-)
+* [⇢ ⇢ ⇢ This is useful `#golang` ...](#this-is-useful-golang-)
+* [⇢ ⇢ ⇢ Great visually animated guide how `#raft` ...](#great-visually-animated-guide-how-raft-)
+* [⇢ ⇢ ⇢ "Today’s junior devs who skip the “hard ...](#todays-junior-devs-who-skip-the-hard-)
+* [⇢ ⇢ ⇢ I actually enjoyed readong through the `#Fish` ...](#i-actually-enjoyed-readong-through-the-fish-)
+* [⇢ ⇢ ⇢ There can be many things which can go wrong, ...](#there-can-be-many-things-which-can-go-wrong-)
+* [⇢ ⇢ ⇢ IMHO, motivation is not always enough. There ...](#imho-motivation-is-not-always-enough-there-)
+* [⇢ ⇢ ⇢ Have been generating those CPU flame graphs on ...](#have-been-generating-those-cpu-flame-graphs-on-)
+* [⇢ ⇢ ⇢ I personally don't like the typical whiteboard ...](#i-personally-don-t-like-the-typical-whiteboard-)
+* [⇢ ⇢ ⇢ If you've wondered how CPUs and operating ...](#if-you-ve-wondered-how-cpus-and-operating-)
+* [⇢ ⇢ ⇢ And there's an unexpected winner :-) `#erlang` ...](#and-there-s-an-unexpected-winner---erlang-)
+* [⇢ ⇢ ⇢ Is it it? This is it. What Is It (in Ruby 3.4)? ...](#is-it-it-this-is-it-what-is-it-in-ruby-34-)
+* [⇢ ⇢ ⇢ From my recent `#London` trip, I've uploaded ...](#from-my-recent-london-trip-i-ve-uploaded-)
+* [⇢ ⇢ ⇢ Agreed, you should make your own programming ...](#agreed-you-should-make-your-own-programming-)
+* [⇢ ⇢ ⇢ Principles for C programming `#C` ...](#principles-for-c-programming-c-)
+* [⇢ ⇢ ⇢ `#Typst` appears to be a great modern ...](#typst-appears-to-be-a-great-modern-)
+* [⇢ ⇢ ⇢ Things you can do with a debugger but not with ...](#things-you-can-do-with-a-debugger-but-not-with-)
+* [⇢ ⇢ ⇢ Neat tutorial, I think I've to try `#jujutsu` ...](#neat-tutorial-i-think-i-ve-to-try-jujutsu-)
+* [⇢ ⇢ ⇢ Wise words Best practices are not rules. They ...](#wise-words-best-practices-are-not-rules-they-)
+* [⇢ ⇢ ⇢ How to build a `#Linux` `#Container` from ...](#how-to-build-a-linux-container-from-)
+* [⇢ ⇢ ⇢ When I reach the point where I am trying to ...](#when-i-reach-the-point-where-i-am-trying-to-)
+* [⇢ ⇢ ⇢ Personally one of the main benefits of using ...](#personally-one-of-the-main-benefits-of-using-)
+* [⇢ ⇢ December 2025](#december-2025)
+* [⇢ ⇢ ⇢ Rhese are some nice `#Ruby` tricks (Ruby is onw ...](#rhese-are-some-nice-ruby-tricks-ruby-is-onw-)
+* [⇢ ⇢ ⇢ That's fun, use the C preprocessor as a HTML ...](#that-s-fun-use-the-c-preprocessor-as-a-html-)
+* [⇢ ⇢ ⇢ `#jq` but for `#Markdown`? Thats interesting, ...](#jq-but-for-markdown-thats-interesting-)
+* [⇢ ⇢ ⇢ Elvish seems to be a neat little shell. It's ...](#elvish-seems-to-be-a-neat-little-shell-it-s-)
+* [⇢ ⇢ ⇢ Google `#SRE` required better Wifi on the ...](#google-sre-required-better-wifi-on-the-)
+* [⇢ ⇢ ⇢ Indeed ...](#indeed-)
+* [⇢ ⇢ ⇢ Very interesting post how pods are scheduled ...](#very-interesting-post-how-pods-are-scheduled-)
+* [⇢ ⇢ ⇢ I have added observability to the `#Kubernetes` ...](#i-have-added-observability-to-the-kubernetes-)
+* [⇢ ⇢ ⇢ Wondering where I could make use of it ...](#wondering-where-i-could-make-use-of-it-)
+* [⇢ ⇢ ⇢ Trying out `#COSMIC` `#Desktop`... seems ...](#trying-out-cosmic-desktop-seems-)
+* [⇢ ⇢ ⇢ Best thing I've ever read about `#container` ...](#best-thing-i-ve-ever-read-about-container-)
+* [⇢ ⇢ ⇢ While acknowledging luck in finding the right ...](#while-acknowledging-luck-in-finding-the-right-)
+* [⇢ ⇢ ⇢ Great explanation `#slo` `#sla` `#sli` `#sre` ...](#great-explanation-slo-sla-sli-sre-)
+* [⇢ ⇢ ⇢ Nice service, you send a drive, they host ...](#nice-service-you-send-a-drive-they-host-)
+
+## July 2025
+
+### In `#Golang`, values are actually copied when ...
+
+In `#Golang`, values are actually copied when assigned (boxed) into an interface. That can have performance impact.
+
+[goperf.dev/01-common-patterns/interface-boxing/](https://goperf.dev/01-common-patterns/interface-boxing/)
+
+### Same experiences I had, but it's a time saver. ...
+
+Same experiences I had, but it's a time saver. and when done correctly, those tools are amazing: `#llm` `#coding` `#programming`
+
+[lucumr.pocoo.org/2025/06/21/my-first-ai-library/](https://lucumr.pocoo.org/2025/06/21/my-first-ai-library/)
+
+### We (programmers) all use them (I hope): ...
+
+We (programmers) all use them (I hope): language servers. LSP stands for Language Server Protocol, which standardizes communication between coding editors or IDEs and language servers, facilitating features like autocompletion, refactoring, linting, error-checking, etc.... It's interesting to look under the hood a little bit to see how your code editor actually communicates with a language server. `#LSP` `#coding` `#programming`
+
+[packagemain.tech/p/understanding-the-language-server-protocol](https://packagemain.tech/p/understanding-the-language-server-protocol)
+
+### Shells of the early unices didnt understand ...
+
+Shells of the early unices didnt understand file globbing, that was done by the external glob command! `#unix` `#history` `#shell`
+
+[utcc.utoronto.ca/%7Ecks/space/blog/unix/EtcGlobHistory](https://utcc.utoronto.ca/%7Ecks/space/blog/unix/EtcGlobHistory)
+
+### I've picked up a few techniques from this blog ...
+
+I've picked up a few techniques from this blog post and found them worth sharing here: `#ai` `#llm` `#prompting` `#techniques`
+
+[cracking-ai-engineering.com/writing/2025/07/07/four-prompting-paradigms/](https://cracking-ai-engineering.com/writing/2025/07/07/four-prompting-paradigms/)
+
+### I've published the sixth part of my "Kubernetes ...
+
+I've published the sixth part of my "Kubernetes with FreeBSD" blog series. This time, I set up the storage, which will be used with persistent volume claims later on in the Kubernetes cluster. Have a lot of fun! `#freebsd` `#nfs` `#ha` `#zfs` `#zrepl` `#carp` `#kubernetes` `#k8s` `#k3s` `#homelab`
+
+[foo.zone/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.gmi (Gemini)](gemini://foo.zone/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.gmi)
+[foo.zone/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.html](https://foo.zone/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.html)
+
+### The book "Coders at Work" offers a fascinating ...
+
+The book "Coders at Work" offers a fascinating glimpse into how programming legends emerged in the early days of computing. I especially enjoyed the personal stories and insights. It would be great to see a new edition reflecting today’s AI and LLM revolution—so much has changed since!
+
+[www.goodreads.com/book/show/6713575-coders-at-work](https://www.goodreads.com/book/show/6713575-coders-at-work)
+
+### For me, that's all normal. Couldn't imagine a ...
+
+For me, that's all normal. Couldn't imagine a simpler job. `#software`
+
+[0x1.pt/2025/04/06/the-insanity-of-being-a-software-engineer/](https://0x1.pt/2025/04/06/the-insanity-of-being-a-software-engineer/)
+
+### This is similar to my `#dtail` project. It got ...
+
+This is similar to my `#dtail` project. It got some features, which dtail doesnt, and dtail has some features, which `#nerdlog` hasnt. But the principle is the same, both tools don't have a centralised log store and both use SSH to connect to the servers (sources of the logs) directly.
+
+[github.com/dimonomid/nerdlog](https://github.com/dimonomid/nerdlog)
+
+### I also feel the most comfortable in the ...
+
+I also feel the most comfortable in the `#terminal`. There are a few high-level tools where it doesn't make always a lot of sense like web-browsing most of the web, but for most of the things I do, I prefer the terminal. I think it's a good idea to have a terminal-based interface for most of the things you do. It makes it easier to automate things and to work with other tools.
+
+[lambdaland.org/posts/2025-05-13_real_programmers/](https://lambdaland.org/posts/2025-05-13_real_programmers/)
+
+### I have been enjoying lately as an alternative ...
+
+I have been enjoying lately as an alternative TUI to Claude Code CLI. It is a 100% open-source agentic coding tool, which supports all models from including local ones (e.g. DeepSeek), and has got some nice tweaks like side-by-side diffs and you can also use your favourite text $EDITOR for prompt editing! Highly recommend! `#llm` `#coding` `#programming` `#agentic` `#ai`
+
+[opencode.ai](https://opencode.ai)
+[models.dev](https://models.dev)
+
+### Jonathan's reflection of 10 years of ...
+
+Jonathan's reflection of 10 years of programming!
+
+[jonathan-frere.com/posts/10-years-of-programming/](https://jonathan-frere.com/posts/10-years-of-programming/)
+
+### Some neat zero-copy `#Golang` tricks here ...
+
+Some neat zero-copy `#Golang` tricks here
+
+[goperf.dev/01-common-patterns/zero-copy/](https://goperf.dev/01-common-patterns/zero-copy/)
+
+### What was it like working at GitLab? A scary ...
+
+What was it like working at GitLab? A scary moment was the deletion of the gitlab.com database, though fortunately, there was a six-hour-old copy on the staging server. More people don't necessarily produce better results. Additionally, Ruby's metaprogramming isn't ideal for large projects. A burnout. And many more insights....
+
+[yorickpeterse.com/articles/what-it-was-like-working-for-gitlab/](https://yorickpeterse.com/articles/what-it-was-like-working-for-gitlab/)
+
+### I have learned a lot from the Practical `#AI` ...
+
+I have learned a lot from the Practical `#AI` `#podcast`, especially from episode 312, which discusses the `#MCP` (model context protocol). Are there any MCP servers you plan to use or to build?
+
+[practicalai.fm/312](https://practicalai.fm/312)
+
+## August 2025
+
+### At the end of the article it's mentione that ...
+
+At the end of the article it's mentione that it's difficult to stay in the zone when AI does the coding for you. I think it's possible to stay in the zon, but only when you use AI surgically. `#llm` `#ai` `#programming`
+
+[newsletter.pragmaticengineer.com/p/cur..-..email=true&r=4ijqut&triedRedirect=true](https://newsletter.pragmaticengineer.com/p/cursor-makes-developers-less-effective?publication_id=458709&post_id=169160664&isFreemail=true&r=4ijqut&triedRedirect=true)
+
+### Great blog post a out `#OpenBSDAmsterdam`, of ...
+
+Great blog post a out `#OpenBSDAmsterdam`, of which I am a customer too for some years now. `#OpenBSD`
+
+[www.tumfatig.net/2025/cruising-a-vps-at-openbsd-amsterdam/](https://www.tumfatig.net/2025/cruising-a-vps-at-openbsd-amsterdam/)
+
+### Interesting. `#llm` `#ai` `#slowdown` ...
+
+Interesting. `#llm` `#ai` `#slowdown`
+
+[m.slashdot.org/story/444304](https://m.slashdot.org/story/444304)
+
+### With the help of genai, I could generate this ...
+
+With the help of genai, I could generate this neat small showcase site, of many of my small to medium sized side projects. The projects descriptions were generated by Claude Code CLI with Sonnet 4 based on the git repo contents. The page content by `gitsyncer`, a tool I created (listed on the showcase page as well) and `gemtexter`, which did the HTML generation part (another tool I wrote, listed on the showcase page as well). The stats seem neat, over time a lot of stuff starts to pile up! With the age of AI (so far, only 8 projects were created AI-assisted), I think more projects will spin up faster (not just for me, but for everyone working on side projects). I have more (older) side projects archiv