summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-06-22 19:04:25 +0300
committerPaul Buetow <paul@buetow.org>2025-06-22 19:04:25 +0300
commitb2e0b9ee2934af5edc7e73eaa2f336c820553f28 (patch)
tree3c839d7c2ed5d098b85eb78b8b8f3d65030f91e2
parentf9e6fb7566bbc2149b966574b5b8aa4d0ed75c23 (diff)
Update content for md
-rw-r--r--about/resources.md194
-rw-r--r--gemfeed/2025-01-01-posts-from-october-to-december-2024.md284
-rw-r--r--gemfeed/2025-07-22-task-samurai.md25
-rw-r--r--gemfeed/index.md2
-rw-r--r--index.md85
-rw-r--r--notes/search-inside-yourself.md70
-rw-r--r--uptime-stats.md2
7 files changed, 549 insertions, 113 deletions
diff --git a/about/resources.md b/about/resources.md
index 344ab134..39c3cb81 100644
--- a/about/resources.md
+++ b/about/resources.md
@@ -35,105 +35,105 @@ You won't find any links on this site because, over time, the links will break.
In random order:
-* Funktionale Programmierung; Peter Pepper; Springer
-* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers
+* Polished Ruby Programming; Jeremy Evans; Packt Publishing
+* Data Science at the Command Line; Jeroen Janssens; O'Reilly
+* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional
+* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton
+* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly
* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly
-* Programming Ruby 3.3 (5th Edition); Noel Rappin, with Dave Thomas; The Pragmatic Bookshelf
-* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications
-* Raku Fundamentals; Moritz Lenz; Apress
-* Developing Games in Java; David Brackeen and others...; New Riders
-* Raku Recipes; J.J. Merelo; Apress
+* C++ Programming Language; Bjarne Stroustrup;
+* Leanring eBPF; Liz Rice; O'Reilly
+* DNS and BIND; Cricket Liu; O'Reilly
* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible
-* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications
-* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson
-* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt
-* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly
-* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton
+* Java ist auch eine Insel; Christian Ullenboom;
+* The Docker Book; James Turnbull; Kindle
+* Perl New Features; Joshua McAdams, brian d foy; Perl School
+* Raku Recipes; J.J. Merelo; Apress
+* Pro Puppet; James Turnbull, Jeffrey McCune; Apress
+* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers
+* 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
+* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press
+* Higher Order Perl; Mark Dominus; Morgan Kaufmann
+* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications
* Ultimate Go Notebook; Bill Kennedy
+* The Pragmatic Programmer; David Thomas; Addison-Wesley
+* 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
+* Programming Ruby 3.3 (5th Edition); Noel Rappin, with Dave Thomas; The Pragmatic Bookshelf
* Effective Java; Joshua Bloch; Addison-Wesley Professional
-* Modern Perl; Chromatic ; Onyx Neon Press
-* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press
-* Systemprogrammierung in Go; Frank Müller; dpunkt
-* Terraform Cookbook; Mikael Krief; Packt Publishing
* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press
-* Polished Ruby Programming; Jeremy Evans; Packt Publishing
-* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly
-* Data Science at the Command Line; Jeroen Janssens; O'Reilly
* Effective awk programming; Arnold Robbins; O'Reilly
-* C++ Programming Language; Bjarne Stroustrup;
-* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible
-* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner
-* Concurrency in Go; Katherine Cox-Buday; O'Reilly
-* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly
-* Perl New Features; Joshua McAdams, brian d foy; Perl School
-* Site Reliability Engineering; How Google runs production systems; O'Reilly
+* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson
+* Terraform Cookbook; Mikael Krief; Packt Publishing
+* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt
+* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly
+* Systemprogrammierung in Go; Frank Müller; dpunkt
* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly
+* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly
+* Raku Fundamentals; Moritz Lenz; Apress
+* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications
+* Funktionale Programmierung; Peter Pepper; Springer
+* Modern Perl; Chromatic ; Onyx Neon Press
+* Developing Games in Java; David Brackeen and others...; New Riders
+* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner
* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers
-* Leanring eBPF; Liz Rice; O'Reilly
-* The Practise of System and Network Administration; Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup; Addison-Wesley Professional Pro Git; Scott Chacon, Ben Straub; Apress
-* Java ist auch eine Insel; Christian Ullenboom;
-* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional
-* DNS and BIND; Cricket Liu; O'Reilly
-* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly
* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook
-* The Docker Book; James Turnbull; Kindle
-* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly
-* Higher Order Perl; Mark Dominus; Morgan Kaufmann
-* The Pragmatic Programmer; David Thomas; Addison-Wesley
-* Pro Puppet; James Turnbull, Jeffrey McCune; Apress
+* Concurrency in Go; Katherine Cox-Buday; O'Reilly
+* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible
## 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:
+* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley
+* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly
* The Linux Programming Interface; Michael Kerrisk; No Starch Press
* Go: Design Patterns for Real-World Projects; Mat Ryer; Packt
* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley
-* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly
* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly
* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly
* Relayd and Httpd Mastery; Michael W Lucas
-* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley
## Self-development and soft-skills books
In random order:
-* Getting Things Done; David Allen
-* Slow Productivity; Cal Newport; Penguin Random House
-* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select
-* Meditation for Mortals, Oliver Burkeman, Audiobook
-* Atomic Habits; James Clear; Random House Business
-* Influence without Authority; A. Cohen, D. Bradford; Wiley
-* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK
-* So Good They Can't Ignore You; Cal Newport; Business Plus
-* The Bullet Journal Method; Ryder Carroll; Fourth Estate
-* Staff Engineer: Leadership beyond the management track; Will Larson; Audiobook
-* Solve for Happy; Mo Gawdat (RE-READ 1ST TIME)
-* Eat That Frog!; Brian Tracy; Hodder Paperbacks
-* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd
+* Coders at Work - Reflections on the craft of programming, Peter Seibel and Mitchell Dorian et al., Audiobook
+* Ultralearning; Anna Laurent; Self-published via Amazon
* 101 Essays that change the way you think; Brianna Wiest; Audiobook
-* The Off Switch; Mark Cropley; Virgin Books (RE-READ 1ST TIME)
-* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books
-* The Joy of Missing Out; Christina Crook; New Society Publishers
-* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press
+* Psycho-Cybernetics; Maxwell Maltz; Perigee Books
* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business
-* Digital Minimalism; Cal Newport; Portofolio Penguin
-* The Power of Now; Eckhard Tolle; Yellow Kite
-* Ultralearning; Scott Young; Thorsons
* Stop starting, start finishing; Arne Roock; Lean-Kanban University
-* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne
+* The Joy of Missing Out; Christina Crook; New Society Publishers
+* Soft Skills; John Sommez; Manning Publications
+* Digital Minimalism; Cal Newport; Portofolio Penguin
+* So Good They Can't Ignore You; Cal Newport; Business Plus
* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook
* Deep Work; Cal Newport; Piatkus
-* Coders at Work - Reflections on the craft of programming, Peter Seibel and Mitchell Dorian et al., Audiobook
-* Eat That Frog; Brian Tracy
-* Ultralearning; Anna Laurent; Self-published via Amazon
+* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK
+* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd
+* Eat That Frog!; Brian Tracy; Hodder Paperbacks
+* 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 Good Enough Job; Simone Stolzoff; Ebury Edge
+* The Power of Now; Eckhard Tolle; Yellow Kite
+* Eat That Frog; Brian Tracy
+* Ultralearning; Scott Young; Thorsons
+* Solve for Happy; Mo Gawdat (RE-READ 1ST TIME)
+* Atomic Habits; James Clear; Random House Business
+* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press
+* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select
* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly
+* The Good Enough Job; Simone Stolzoff; Ebury Edge
+* The Bullet Journal Method; Ryder Carroll; Fourth Estate
+* Slow Productivity; Cal Newport; Penguin Random House
+* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books
+* Getting Things Done; David Allen
+* Staff Engineer: Leadership beyond the management track; Will Larson; Audiobook
* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion
-* Psycho-Cybernetics; Maxwell Maltz; Perigee Books
-* Soft Skills; John Sommez; Manning Publications
+* The Off Switch; Mark Cropley; Virgin Books (RE-READ 1ST TIME)
+* Meditation for Mortals, Oliver Burkeman, Audiobook
+* Influence without Authority; A. Cohen, D. Bradford; Wiley
[Here are notes of mine for some of the books](../notes/index.md)
@@ -141,30 +141,30 @@ In random order:
Some of these were in-person with exams; others were online learning lectures only. In random order:
+* Developing IaC with Terraform (with Live Lessons); O'Reilly Online
+* Apache Tomcat Best Practises; 3-day on-site training
* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online
-* The Ultimate Kubernetes Bootcamp; School of Devops; 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
+* AWS Immersion Day; Amazon; 1-day interactive online training
+* Algorithms Video Lectures; Robert Sedgewick; 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
* 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)
* Structure and Interpretation of Computer Programs; Harold Abelson and more...;
-* Apache Tomcat Best Practises; 3-day on-site training
-* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online
-* Scripting Vim; Damian Conway; O'Reilly Online
-* Ultimate Go Programming; Bill Kennedy; O'Reilly Online
* Functional programming lecture; Remote University of Hagen
-* F5 Loadbalancers Training; 2-day on-site training; F5, Inc.
* MySQL Deep Dive Workshop; 2-day on-site training
+* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online
* Protocol buffers; O'Reilly Online
-* Developing IaC with Terraform (with Live Lessons); O'Reilly Online
+* Ultimate Go Programming; Bill Kennedy; O'Reilly Online
+* F5 Loadbalancers Training; 2-day on-site training; F5, Inc.
+* Scripting Vim; Damian Conway; O'Reilly Online
## Technical guides
These are not whole books, but guides (smaller or larger) which I found very useful. in random order:
-* How CPUs work at https://cpu.land
-* Raku Guide at https://raku.guide
* Advanced Bash-Scripting Guide
+* Raku Guide at https://raku.guide
+* How CPUs work at https://cpu.land
## Podcasts
@@ -172,56 +172,56 @@ These are not whole books, but guides (smaller or larger) which I found very use
In random order:
-* Cup o' Go [Golang]
-* Fork Around And Find Out
+* Deep Questions with Cal Newport
+* The ProdCast (Google SRE Podcast)
* Hidden Brain
+* Maintainable
* Fallthrough [Golang]
* BSD Now [BSD]
+* Backend Banter
+* Modern Mentor
+* The Pragmatic Engineer Podcast
+* Cup o' Go [Golang]
+* Fork Around And Find Out
* The Changelog Podcast(s)
* Dev Interrupted
-* The Pragmatic Engineer Podcast
-* Maintainable
-* Modern Mentor
-* Backend Banter
-* Deep Questions with Cal Newport
-* The ProdCast (Google SRE Podcast)
### 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.
+* Ship It (predecessor of Fork Around And Find Out)
* FLOSS weekly
-* CRE: Chaosradio Express [german]
-* Java Pub House
* Go Time (predecessor of fallthrough)
+* CRE: Chaosradio Express [german]
* Modern Mentor
-* Ship It (predecessor of Fork Around And Find Out)
+* Java Pub House
## Newsletters I like
This is a mix of tech and non-tech newsletters I am subscribed to. In random order:
-* Golang Weekly
+* The Imperfectionist
* The Valuable Dev
-* VK Newsletter
-* Ruby Weekly
-* Changelog News
-* Register Spill
* The Pragmatic Engineer
+* Register Spill
* Monospace Mentor
-* byteSizeGo
-* The Imperfectionist
-* Andreas Brandhorst Newsletter (Sci-Fi author)
* Applied Go Weekly Newsletter
+* Golang Weekly
+* Changelog News
+* VK Newsletter
+* Andreas Brandhorst Newsletter (Sci-Fi author)
+* Ruby Weekly
+* byteSizeGo
## 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)
* Linux Magazine
-* Linux User
* LWN (online only)
+* Linux User
+* freeX (not published anymore)
# 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 0bdc34d7..30b0e55b 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
@@ -282,6 +282,290 @@ This blog post is basically a rant against DataDog... Personally, I don't have m
Quick trick to get Helix themes selected randomly `#HelixEditor`
+# Posts from October to December 2024
+
+> Published at 2024-12-31T18:09:58+02:00
+
+Happy new year!
+
+These are my social media posts from the last three 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 October to December 2024](#posts-from-october-to-december-2024)
+* [⇢ ⇢ October 2024](#october-2024)
+* [⇢ ⇢ ⇢ First on-call experience in a startup. Doesn't ...](#first-on-call-experience-in-a-startup-doesn-t-)
+* [⇢ ⇢ ⇢ Reviewing your own PR or MR before asking ...](#reviewing-your-own-pr-or-mr-before-asking-)
+* [⇢ ⇢ ⇢ Fun with defer in `#golang`, I did't know, that ...](#fun-with-defer-in-golang-i-did-t-know-that-)
+* [⇢ ⇢ ⇢ I have been in incidents. Understandably, ...](#i-have-been-in-incidents-understandably-)
+* [⇢ ⇢ ⇢ Little tips using strings in `#golang` and I ...](#little-tips-using-strings-in-golang-and-i-)
+* [⇢ ⇢ ⇢ Reading this post about `#rust` (especially the ...](#reading-this-post-about-rust-especially-the-)
+* [⇢ ⇢ ⇢ The opposite of `#ChaosMonkey` ... ...](#the-opposite-of-chaosmonkey--)
+* [⇢ ⇢ November 2024](#november-2024)
+* [⇢ ⇢ ⇢ I just became a Silver Patreon for OSnews. What ...](#i-just-became-a-silver-patreon-for-osnews-what-)
+* [⇢ ⇢ ⇢ Until now, I wasn't aware, that Go is under a ...](#until-now-i-wasn-t-aware-that-go-is-under-a-)
+* [⇢ ⇢ ⇢ These are some book notes from "Staff Engineer" ...](#these-are-some-book-notes-from-staff-engineer-)
+* [⇢ ⇢ ⇢ Looking at `#Kubernetes`, it's pretty much ...](#looking-at-kubernetes-it-s-pretty-much-)
+* [⇢ ⇢ ⇢ There has been an outage at the upstream ...](#there-has-been-an-outage-at-the-upstream-)
+* [⇢ ⇢ ⇢ One of the more confusing parts in Go, nil ...](#one-of-the-more-confusing-parts-in-go-nil-)
+* [⇢ ⇢ ⇢ Agreeably, writing down with Diagrams helps you ...](#agreeably-writing-down-with-diagrams-helps-you-)
+* [⇢ ⇢ ⇢ I like the idea of types in Ruby. Raku is ...](#i-like-the-idea-of-types-in-ruby-raku-is-)
+* [⇢ ⇢ ⇢ So, `#Haskell` is better suited for general ...](#so-haskell-is-better-suited-for-general-)
+* [⇢ ⇢ ⇢ At first, functional options add a bit of ...](#at-first-functional-options-add-a-bit-of-)
+* [⇢ ⇢ ⇢ Revamping my home lab a little bit. `#freebsd` ...](#revamping-my-home-lab-a-little-bit-freebsd-)
+* [⇢ ⇢ ⇢ Wondering to which `#web` `#browser` I should ...](#wondering-to-which-web-browser-i-should-)
+* [⇢ ⇢ ⇢ eks-node-viewer is a nifty tool, showing the ...](#eks-node-viewer-is-a-nifty-tool-showing-the-)
+* [⇢ ⇢ ⇢ Have put more Photos on - On my static photo ...](#have-put-more-photos-on---on-my-static-photo-)
+* [⇢ ⇢ ⇢ In Go, passing pointers are not automatically ...](#in-go-passing-pointers-are-not-automatically-)
+* [⇢ ⇢ ⇢ Myself being part of an on-call rotations over ...](#myself-being-part-of-an-on-call-rotations-over-)
+* [⇢ ⇢ ⇢ Feels good to code in my old love `#Perl` again ...](#feels-good-to-code-in-my-old-love-perl-again-)
+* [⇢ ⇢ ⇢ This is an interactive summary of the Go ...](#this-is-an-interactive-summary-of-the-go-)
+* [⇢ ⇢ December 2024](#december-2024)
+* [⇢ ⇢ ⇢ Thats unexpected, you cant remove a NaN key ...](#thats-unexpected-you-cant-remove-a-nan-key-)
+* [⇢ ⇢ ⇢ My second blog post about revamping my home lab ...](#my-second-blog-post-about-revamping-my-home-lab-)
+* [⇢ ⇢ ⇢ Very insightful article about tech hiring in ...](#very-insightful-article-about-tech-hiring-in-)
+* [⇢ ⇢ ⇢ for `#bpf` `#ebpf` performance debugging, have ...](#for-bpf-ebpf-performance-debugging-have-)
+* [⇢ ⇢ ⇢ 89 things he/she knows about Git commits is a ...](#89-things-heshe-knows-about-git-commits-is-a-)
+* [⇢ ⇢ ⇢ I found that working on multiple side projects ...](#i-found-that-working-on-multiple-side-projects-)
+* [⇢ ⇢ ⇢ Agreed? Agreed. Besides `#Ruby`, I would also ...](#agreed-agreed-besides-ruby-i-would-also-)
+* [⇢ ⇢ ⇢ Plan9 assembly format in Go, but wait, it's not ...](#plan9-assembly-format-in-go-but-wait-it-s-not-)
+* [⇢ ⇢ ⇢ This is a neat blog post about the Helix text ...](#this-is-a-neat-blog-post-about-the-helix-text-)
+* [⇢ ⇢ ⇢ This blog post is basically a rant against ...](#this-blog-post-is-basically-a-rant-against-)
+* [⇢ ⇢ ⇢ Quick trick to get Helix themes selected ...](#quick-trick-to-get-helix-themes-selected-)
+* [⇢ ⇢ ⇢ Example where complexity attacks you from ...](#example-where-complexity-attacks-you-from-)
+* [⇢ ⇢ ⇢ LLMs for Ops? Summaries of logs, probabilities ...](#llms-for-ops-summaries-of-logs-probabilities-)
+* [⇢ ⇢ ⇢ Excellent article about your dream Product ...](#excellent-article-about-your-dream-product-)
+* [⇢ ⇢ ⇢ I just finished reading all chapters of CPU ...](#i-just-finished-reading-all-chapters-of-cpu-)
+* [⇢ ⇢ ⇢ Indeed, useful to know this stuff! `#sre` ...](#indeed-useful-to-know-this-stuff-sre-)
+* [⇢ ⇢ ⇢ It's the small things, which make Unix like ...](#it-s-the-small-things-which-make-unix-like-)
+* [⇢ ⇢ ⇢ My New Year's resolution is not to start any ...](#my-new-year-s-resolution-is-not-to-start-any-)
+
+## October 2024
+
+### First on-call experience in a startup. Doesn't ...
+
+First on-call experience in a startup. Doesn't sound a lot of fun! But the lessons were learned! `#sre`
+
+[ntietz.com/blog/lessons-from-my-first-on-call/](https://ntietz.com/blog/lessons-from-my-first-on-call/)
+
+### Reviewing your own PR or MR before asking ...
+
+Reviewing your own PR or MR before asking others to review it makes a lot of sense. Have seen so many silly mistakes which would have been avoided. Saving time for the real reviewer.
+
+[www.jvt.me/posts/2019/01/12/self-code-review/](https://www.jvt.me/posts/2019/01/12/self-code-review/)
+
+### Fun with defer in `#golang`, I did't know, that ...
+
+Fun with defer in `#golang`, I did't know, that a defer object can either be heap or stack allocated. And there are some rules for inlining, too.
+
+[victoriametrics.com/blog/defer-in-go/](https://victoriametrics.com/blog/defer-in-go/)
+
+### I have been in incidents. Understandably, ...
+
+I have been in incidents. Understandably, everyone wants the issue to be resolved as quickly and others want to know how long TTR will be. IMHO, providing no estimates at all is no solution either. So maybe give a rough estimate but clearly communicate that the estimate is rough and that X, Y, and Z can interfere, meaning there is a chance it will take longer to resolve the incident. Just my thought. What's yours?
+
+[firehydrant.com/blog/hot-take-dont-provide-incident-resolution-estimates/](https://firehydrant.com/blog/hot-take-dont-provide-incident-resolution-estimates/)
+
+### Little tips using strings in `#golang` and I ...
+
+Little tips using strings in `#golang` and I personally think one must look more into the std lib (not just for strings, also for slices, maps,...), there are tons of useful helper functions.
+
+[www.calhoun.io/6-tips-for-using-strings-in-go/](https://www.calhoun.io/6-tips-for-using-strings-in-go/)
+
+### Reading this post about `#rust` (especially the ...
+
+Reading this post about `#rust` (especially the first part), I think I made a good choice in deciding to dive into `#golang` instead. There was a point where I wanted to learn a new programming language, and Rust was on my list of choices. I think the Go project does a much better job of deciding what goes into the language and how. What are your thoughts?
+
+[josephg.com/blog/rewriting-rust/](https://josephg.com/blog/rewriting-rust/)
+
+### The opposite of `#ChaosMonkey` ... ...
+
+The opposite of `#ChaosMonkey` ... automatically repairing and healing services helping to reduce manual toil work. Runbooks and scripts are only the first step, followed by a fully blown service written in Go. Could be useful, but IMHO why not rather address the root causes of the manual toil work? `#sre`
+
+[blog.cloudflare.com/nl-nl/improving-platform-resilience-at-cloudflare/](https://blog.cloudflare.com/nl-nl/improving-platform-resilience-at-cloudflare/)
+
+## November 2024
+
+### I just became a Silver Patreon for OSnews. What ...
+
+I just became a Silver Patreon for OSnews. What is OSnews? It is an independent news site about IT. It is slightly independent and, at times, alternative. I have enjoyed it since my early student days. This one and other projects I financially support are listed here:
+
+[foo.zone/gemfeed/2024-09-07-projects-i-support.gmi (Gemini)](gemini://foo.zone/gemfeed/2024-09-07-projects-i-support.gmi)
+[foo.zone/gemfeed/2024-09-07-projects-i-support.html](https://foo.zone/gemfeed/2024-09-07-projects-i-support.html)
+
+### Until now, I wasn't aware, that Go is under a ...
+
+Until now, I wasn't aware, that Go is under a BSD-style license (3-clause as it seems). Neat. I don't know why, but I always was under the impression it would be MIT. `#bsd` `#golang`
+
+[go.dev/LICENSE](https://go.dev/LICENSE)
+
+### These are some book notes from "Staff Engineer" ...
+
+These are some book notes from "Staff Engineer" – there is some really good insight into what is expected from a Staff Engineer and beyond in the industry. I wish I had read the book earlier.
+
+[foo.zone/gemfeed/2024-10-24-staff-engineer-book-notes.gmi (Gemini)](gemini://foo.zone/gemfeed/2024-10-24-staff-engineer-book-notes.gmi)
+[foo.zone/gemfeed/2024-10-24-staff-engineer-book-notes.html](https://foo.zone/gemfeed/2024-10-24-staff-engineer-book-notes.html)
+
+### Looking at `#Kubernetes`, it's pretty much ...
+
+Looking at `#Kubernetes`, it's pretty much following the Unix way of doing things. It has many tools, but each tool has its own single purpose: DNS, scheduling, container runtime, various controllers, networking, observability, alerting, and more services in the control plane. Everything is managed by different services or plugins, mostly running in their dedicated pods. They don't communicate through pipes, but network sockets, though. `#k8s`
+
+### There has been an outage at the upstream ...
+
+There has been an outage at the upstream network provider for OpenBSD.Amsterdam (hoster, I am using). This was the first real-world test for my KISS HA setup, and it worked flawlessly! All my sites and services failed over automatically to my other `#OpenBSD` VM!
+
+[foo.zone/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi (Gemini)](gemini://foo.zone/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi)
+[foo.zone/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.html](https://foo.zone/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.html)
+[openbsd.amsterdam/](https://openbsd.amsterdam/)
+
+### One of the more confusing parts in Go, nil ...
+
+One of the more confusing parts in Go, nil values vs nil errors: `#golang`
+
+[unexpected-go.com/nil-errors-that-are-non-nil-errors.html](https://unexpected-go.com/nil-errors-that-are-non-nil-errors.html)
+
+### Agreeably, writing down with Diagrams helps you ...
+
+Agreeably, writing down with Diagrams helps you to think things more through. And keeps others on the same page. Only worth for projects from a certain size, IMHO.
+
+[ntietz.com/blog/reasons-to-write-design-docs/](https://ntietz.com/blog/reasons-to-write-design-docs/)
+
+### I like the idea of types in Ruby. Raku is ...
+
+I like the idea of types in Ruby. Raku is supports that already, but in Ruby, you must specify the types in a separate .rbs file, which is, in my opinion, cumbersome and is a reason not to use it extensively for now. I believe there are efforts to embed the type information in the standard .rb files, and that the .rbs is just an experiment to see how types could work out without introducing changes into the core Ruby language itself right now? `#Ruby` `#RakuLang`
+
+[github.com/ruby/rbs](https://github.com/ruby/rbs)
+
+### So, `#Haskell` is better suited for general ...
+
+So, `#Haskell` is better suited for general purpose than `#Rust`? I thought deploying something in Haskell means publishing an academic paper :-) Interesting rant about Rust, though:
+
+[chrisdone.com/posts/rust/](https://chrisdone.com/posts/rust/)
+
+### At first, functional options add a bit of ...
+
+At first, functional options add a bit of boilerplate, but they turn out to be quite neat, especially when you have very long parameter lists that need to be made neat and tidy. `#golang`
+
+[www.calhoun.io/using-functional-options-instead-of-method-chaining-in-go/](https://www.calhoun.io/using-functional-options-instead-of-method-chaining-in-go/)
+
+### Revamping my home lab a little bit. `#freebsd` ...
+
+Revamping my home lab a little bit. `#freebsd` `#bhyve` `#rocky` `#linux` `#vm` `#k3s` `#kubernetes` `#wireguard` `#zfs` `#nfs` `#ha` `#relayd` `#k8s` `#selfhosting` `#homelab`
+
+[foo.zone/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi (Gemini)](gemini://foo.zone/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi)
+[foo.zone/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html](https://foo.zone/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html)
+
+### Wondering to which `#web` `#browser` I should ...
+
+Wondering to which `#web` `#browser` I should switch now personally ...
+
+[www.osnews.com/story/141100/mozilla-fo..-..dvocacy-for-open-web-privacy-and-more/](https://www.osnews.com/story/141100/mozilla-foundation-lays-off-30-of-its-employees-ends-advocacy-for-open-web-privacy-and-more/)
+
+### eks-node-viewer is a nifty tool, showing the ...
+
+eks-node-viewer is a nifty tool, showing the compute nodes currently in use in the `#EKS` cluster. especially useful when dynamically allocating nodes with `#karpenter` or auto scaling groups.
+
+[github.com/awslabs/eks-node-viewer](https://github.com/awslabs/eks-node-viewer)
+
+### Have put more Photos on - On my static photo ...
+
+Have put more Photos on - On my static photo sites - Generated with a `#bash` script
+
+[irregular.ninja](https://irregular.ninja)
+
+### In Go, passing pointers are not automatically ...
+
+In Go, passing pointers are not automatically faster than values. Pointers often force the memory to be allocated on the heap, adding GC overhad. With values, Go can determine whether to put the memory on the stack instead. But with large structs/objects (how you want to call them) or if you want to modify state, then pointers are the semantic to use. `#golang`
+
+[blog.boot.dev/golang/pointers-faster-than-values/](https://blog.boot.dev/golang/pointers-faster-than-values/)
+
+### Myself being part of an on-call rotations over ...
+
+Myself being part of an on-call rotations over my whole professional life, just have learned this lesson "Tell people who are new to on-call: Just have fun" :-) This is a neat blog post to read:
+
+[ntietz.com/blog/what-i-tell-people-new-to-oncall/](https://ntietz.com/blog/what-i-tell-people-new-to-oncall/)
+
+### Feels good to code in my old love `#Perl` again ...
+
+Feels good to code in my old love `#Perl` again after a while. I am implementing a log parser for generating site stats of my personal homepage! :-) @Perl
+
+### This is an interactive summary of the Go ...
+
+This is an interactive summary of the Go release, with a lot of examples utilising iterators in the slices and map packages. Love it! `#golang`
+
+[antonz.org/go-1-23/](https://antonz.org/go-1-23/)
+
+## December 2024
+
+### Thats unexpected, you cant remove a NaN key ...
+
+Thats unexpected, you cant remove a NaN key from a map without clearing it! `#golang`
+
+[unexpected-go.com/you-cant-remove-a-nan-key-from-a-map-without-clearing-it.html](https://unexpected-go.com/you-cant-remove-a-nan-key-from-a-map-without-clearing-it.html)
+
+### My second blog post about revamping my home lab ...
+
+My second blog post about revamping my home lab a little bit just hit the net. `#FreeBSD` `#ZFS` `#n100` `#k8s` `#k3s` `#kubernetes`
+
+[foo.zone/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi (Gemini)](gemini://foo.zone/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi)
+[foo.zone/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.html](https://foo.zone/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.html)
+
+### Very insightful article about tech hiring in ...
+
+Very insightful article about tech hiring in the age of LLMs. As an interviewer, I have experienced some of the scrnarios already first hand...
+
+[newsletter.pragmaticengineer.com/p/how-genai-changes-tech-hiring](https://newsletter.pragmaticengineer.com/p/how-genai-changes-tech-hiring)
+
+### for `#bpf` `#ebpf` performance debugging, have ...
+
+for `#bpf` `#ebpf` performance debugging, have a look at bpftop from Netflix. A neat tool showing you the estimated CPU time and other performance statistics for all the BPF programs currently loaded into the `#linux` kernel. Highly recommend!
+
+[github.com/Netflix/bpftop](https://github.com/Netflix/bpftop)
+
+### 89 things he/she knows about Git commits is a ...
+
+89 things he/she knows about Git commits is a neat list of `#Git` wisdoms
+
+[www.jvt.me/posts/2024/07/12/things-know-commits/](https://www.jvt.me/posts/2024/07/12/things-know-commits/)
+
+### I found that working on multiple side projects ...
+
+I found that working on multiple side projects concurrently is better than concentrating on just one. This seems inefficient at first, but whenever you tend to lose motivation, you can temporarily switch to another one with full élan. However, remember to stop starting and start finishing. This doesn't mean you should be working on 10+ (and a growing list of) side projects concurrently! Select your projects and commit to finishing them before starting the next thing. For example, my current limit of concurrent side projects is around five.
+
+### Agreed? Agreed. Besides `#Ruby`, I would also ...
+
+Agreed? Agreed. Besides `#Ruby`, I would also add `#RakuLang` and `#Perl` @Perl to the list of languages that are great for shell scripts - "Making Easy Things Easy and Hard Things Possible"
+
+[lucasoshiro.github.io/posts-en/2024-06-17-ruby-shellscript/](https://lucasoshiro.github.io/posts-en/2024-06-17-ruby-shellscript/)
+
+### Plan9 assembly format in Go, but wait, it's not ...
+
+Plan9 assembly format in Go, but wait, it's not the Operating System Plan9! `#golang` `#rabbithole`
+
+[www.osnews.com/story/140941/go-plan9-memo-speeding-up-calculations-450/](https://www.osnews.com/story/140941/go-plan9-memo-speeding-up-calculations-450/)
+
+### This is a neat blog post about the Helix text ...
+
+This is a neat blog post about the Helix text editor, to which I personally switched around a year ago (from NeoVim). I should blog about my experience as well. To summarize: I am using it together with the terminal multiplexer `#tmux`. It doesn't bother me that Helix is purely terminal-based and therefore everything has to be in the same font. `#HelixEditor`
+
+[jonathan-frere.com/posts/helix/](https://jonathan-frere.com/posts/helix/)
+
+### This blog post is basically a rant against ...
+
+This blog post is basically a rant against DataDog... Personally, I don't have much experience with DataDog (actually, I have never used it), but one reason to work with logs at my day job (with over 2,000 physical server machines) and to be cost-effective is by using dtail! `#dtail` `#logs` `#logmanagement`
+
+[crys.site/blog/2024/reinventint-the-weel/](https://crys.site/blog/2024/reinventint-the-weel/)
+[dtail.dev](https://dtail.dev)
+
+### Quick trick to get Helix themes selected ...
+
+Quick trick to get Helix themes selected randomly `#HelixEditor`
+
[foo.zone/gemfeed/2024-12-15-random-helix-themes.gmi (Gemini)](gemini://foo.zone/gemfeed/2024-12-15-random-helix-themes.gmi)
[foo.zone/gemfeed/2024-12-15-random-helix-themes.html](https://foo.zone/gemfeed/2024-12-15-random-helix-themes.html)
diff --git a/gemfeed/2025-07-22-task-samurai.md b/gemfeed/2025-07-22-task-samurai.md
index 6da5eb0a..20a47e16 100644
--- a/gemfeed/2025-07-22-task-samurai.md
+++ b/gemfeed/2025-07-22-task-samurai.md
@@ -1,4 +1,4 @@
-# Task Samurai
+# Task Samurai: An agentic coding learning experiment
> Published at 2025-06-22T18:49:11+03:00
@@ -6,17 +6,17 @@
## Table of Contents
-* [⇢ Task Samurai](#task-samurai)
+* [⇢ Task Samurai: An agentic coding learning experiment](#task-samurai-an-agentic-coding-learning-experiment)
* [⇢ ⇢ Introduction](#introduction)
* [⇢ ⇢ ⇢ Why does this exist?](#why-does-this-exist)
* [⇢ ⇢ ⇢ How it works](#how-it-works)
+* [⇢ ⇢ Where and how to get it](#where-and-how-to-get-it)
* [⇢ ⇢ Lessons Learned from Building Task Samurai with Agentic Coding](#lessons-learned-from-building-task-samurai-with-agentic-coding)
* [⇢ ⇢ ⇢ How It Went Down](#how-it-went-down)
* [⇢ ⇢ ⇢ What Went Wrong](#what-went-wrong)
* [⇢ ⇢ ⇢ Patterns That Helped](#patterns-that-helped)
* [⇢ ⇢ ⇢ What I Learned Using Agentic Coding](#what-i-learned-using-agentic-coding)
* [⇢ ⇢ ⇢ How Much Time Did I Save?](#how-much-time-did-i-save)
-* [⇢ ⇢ Where and how to get it](#where-and-how-to-get-it)
* [⇢ ⇢ Wrapping Up](#wrapping-up)
## Introduction
@@ -41,6 +41,14 @@ Task Samurai invokes the `task` command to read and modify tasks. The tasks are
[![Task Samurai Screenshot](./task-samurai/screenshot.png "Task Samurai Screenshot")](./task-samurai/screenshot.png)
+## Where and how to get it
+
+Go to:
+
+[https://codeberg.org/snonux/tasksamurai](https://codeberg.org/snonux/tasksamurai)
+
+And follow the `README.md`!
+
## Lessons Learned from Building Task Samurai with Agentic Coding
If you've ever wanted to supercharge your dev speed—or just throw a fireworks display in your terminal—here's a peek behind the scenes of building Task Samurai. This terminal interface for Taskwarrior was developed entirely through agentic coding by me, leveraging OpenAI Codex to do all the heavy lifting (and sometimes some cleanup afterwards). The project name might be snappy, but it was the iterative, semi-automated workflow that made the impact.
@@ -62,7 +70,7 @@ Most big breakthroughs (and bug introductions) came during that middle day of in
Going agentic isn't all smooth sailing. Here are the hiccups I ran into, plus a few hard-earned lessons:
-* Merge Floods: Every minor feature or fix existed on its branch, so merging was a constant process. It kept progress flowing but also drowned the committed history in noise and the occasional conflict.
+* Merge Floods: Every minor feature or fix existed on its branch, so merging was a constant process. It kept progress flowing but also drowned the committed history in noise and the occasional conflict. I found this to be an issue with OpenAI's Codex in particular. Not so much with other agentic coding tools like Claude Code CLI (not covered in this blog post.)
* Fixes on Fixes: Features like "fireworks on exit" had chains of "fix exit," "fix cell selection," etc. Sometimes, new additions introduced bugs that needed rapid patching.
### Patterns That Helped
@@ -73,6 +81,7 @@ Despite the chaos, a few strategies kept things moving:
* Tiny PRs: Small, atomic merges meant feedback came fast (and so did fixes).
* Tests Matter: A solid base of unit tests for task manipulations kept things from breaking entirely when experimenting.
* Live Documentation: Documentation, such as the README, is updated regularly to reflect all the hotkey and feature changes.
+Maybe a better approach would have been to design the whole application from scratch before letting Codix do any of the coding. I will try that with my next toy project.
### What I Learned Using Agentic Coding
@@ -90,14 +99,6 @@ Let's do some back-of-the-envelope math:
* If you coded it all yourself, including all the bug fixes, features, design, and documentation, you might spend *10–20 hours*.
* That's a potential savings, so what's usually weeks of work got compressed into just a few frantic days.
-## Where and how to get it
-
-Go to:
-
-[https://codeberg.org/snonux/tasksamurai](https://codeberg.org/snonux/tasksamurai)
-
-And follow the `README.md`!
-
## Wrapping Up
Building Task Samurai with agentic coding was a wild ride—rapid feature growth, plenty of churns, countless fast fixes, and more merge commits I'd expected. The big lessons? Keep the iterations short, keep tests and documentation concise, and review and refine for final polish at the end. Even with the bumps along the way, shipping a polished terminal UI in days instead of weeks is a testament to the raw power (and some hazards) of agentic development.
diff --git a/gemfeed/index.md b/gemfeed/index.md
index db0b7693..c956350a 100644
--- a/gemfeed/index.md
+++ b/gemfeed/index.md
@@ -2,7 +2,7 @@
## To be in the .zone!
-[2025-07-22 - Task Samurai](./2025-07-22-task-samurai.md)
+[2025-07-22 - Task Samurai: An agentic coding learning experiment](./2025-07-22-task-samurai.md)
[2025-06-07 - 'A Monk's Guide to Happiness' book notes](./2025-06-07-a-monks-guide-to-happiness-book-notes.md)
[2025-05-11 - f3s: Kubernetes with FreeBSD - Part 5: WireGuard mesh network](./2025-05-11-f3s-kubernetes-with-freebsd-part-5.md)
[2025-05-02 - Terminal multiplexing with `tmux` - Fish edition](./2025-05-02-terminal-multiplexing-with-tmux-fish-edition.md)
diff --git a/index.md b/index.md
index 464d8ae0..0a85b55a 100644
--- a/index.md
+++ b/index.md
@@ -1,6 +1,6 @@
# Hello!
-> This site was generated at 2025-06-22T18:57:24+03:00 by `Gemtexter`
+> This site was generated at 2025-06-22T19:02:11+03:00 by `Gemtexter`
Welcome to the ...
@@ -38,7 +38,88 @@ Everything you read on this site is my personal opinion and experience. You can
### Posts
-[2025-07-22 - Task Samurai](./gemfeed/2025-07-22-task-samurai.md)
+[2025-07-22 - Task Samurai: An agentic coding learning experiment](./gemfeed/2025-07-22-task-samurai.md)
+[2025-06-07 - 'A Monk's Guide to Happiness' book notes](./gemfeed/2025-06-07-a-monks-guide-to-happiness-book-notes.md)
+[2025-05-11 - f3s: Kubernetes with FreeBSD - Part 5: WireGuard mesh network](./gemfeed/2025-05-11-f3s-kubernetes-with-freebsd-part-5.md)
+[2025-05-02 - Terminal multiplexing with `tmux` - Fish edition](./gemfeed/2025-05-02-terminal-multiplexing-with-tmux-fish-edition.md)
+[2025-04-19 - 'When: The Scientific Secrets of Perfect Timing' book notes](./gemfeed/2025-04-19-when-book-notes.md)
+[2025-04-05 - f3s: Kubernetes with FreeBSD - Part 4: Rocky Linux Bhyve VMs](./gemfeed/2025-04-05-f3s-kubernetes-with-freebsd-part-4.md)
+[2025-03-05 - Sharing on Social Media with Gos v1.0.0](./gemfeed/2025-03-05-sharing-on-social-media-with-gos.md)
+[2025-02-08 - Random Weird Things - Part Ⅱ](./gemfeed/2025-02-08-random-weird-things-ii.md)
+[2025-02-01 - f3s: Kubernetes with FreeBSD - Part 3: Protecting from power cuts](./gemfeed/2025-02-01-f3s-kubernetes-with-freebsd-part-3.md)
+[2025-01-15 - Working with an SRE Interview](./gemfeed/2025-01-15-working-with-an-sre-interview.md)
+[2025-01-01 - Posts from October to December 2024](./gemfeed/2025-01-01-posts-from-october-to-december-2024.md)
+[2024-12-15 - Random Helix Themes](./gemfeed/2024-12-15-random-helix-themes.md)
+[2024-12-03 - f3s: Kubernetes with FreeBSD - Part 2: Hardware and base installation](./gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.md)
+[2024-11-17 - f3s: Kubernetes with FreeBSD - Part 1: Setting the stage](./gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.md)
+[2024-10-24 - 'Staff Engineer' book notes](./gemfeed/2024-10-24-staff-engineer-book-notes.md)
+[2024-10-02 - Gemtexter 3.0.0 - Let's Gemtext again⁴](./gemfeed/2024-10-02-gemtexter-3.0.0-lets-gemtext-again-4.md)
+[2024-09-07 - Site Reliability Engineering - Part 4: Onboarding for On-Call Engineers](./gemfeed/2024-09-07-site-reliability-engineering-part-4.md)
+[2024-09-07 - Projects I financially support](./gemfeed/2024-09-07-projects-i-support.md)
+[2024-08-05 - Typing `127.1` words per minute (`>100wpm average`)](./gemfeed/2024-08-05-typing-127.1-words-per-minute.md)
+[2024-07-07 - 'The Stoic Challenge' book notes](./gemfeed/2024-07-07-the-stoic-challenge-book-notes.md)
+[2024-07-05 - Random Weird Things - Part Ⅰ](./gemfeed/2024-07-05-random-weird-things.md)
+[2024-06-23 - Terminal multiplexing with `tmux` - Z-Shell edition](./gemfeed/2024-06-23-terminal-multiplexing-with-tmux.md)
+[2024-05-03 - Projects I currently don't have time for](./gemfeed/2024-05-03-projects-i-currently-dont-have-time-for.md)
+[2024-05-01 - 'Slow Productivity' book notes](./gemfeed/2024-05-01-slow-productivity-book-notes.md)
+[2024-04-01 - KISS high-availability with OpenBSD](./gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.md)
+[2024-03-03 - A fine Fyne Android app for quickly logging ideas programmed in Go](./gemfeed/2024-03-03-a-fine-fyne-android-app-for-quickly-logging-ideas-programmed-in-golang.md)
+[2024-02-04 - From `babylon5.buetow.org` to `*.buetow.cloud`](./gemfeed/2024-02-04-from-babylon5.buetow.org-to-.cloud.md)
+[2024-01-13 - One reason why I love OpenBSD](./gemfeed/2024-01-13-one-reason-why-i-love-openbsd.md)
+[2024-01-09 - Site Reliability Engineering - Part 3: On-Call Culture](./gemfeed/2024-01-09-site-reliability-engineering-part-3.md)
+[2023-12-10 - Bash Golf Part 3](./gemfeed/2023-12-10-bash-golf-part-3.md)
+[2023-11-19 - Site Reliability Engineering - Part 2: Operational Balance](./gemfeed/2023-11-19-site-reliability-engineering-part-2.md)
+[2023-11-11 - 'Mind Management' book notes](./gemfeed/2023-11-11-mind-management-book-notes.md)
+[2023-10-29 - KISS static web photo albums with `photoalbum.sh`](./gemfeed/2023-10-29-kiss-static-web-photo-albums-with-photoalbum.sh.md)
+[2023-09-25 - DTail usage examples](./gemfeed/2023-09-25-dtail-usage-examples.md)
+[2023-08-18 - Site Reliability Engineering - Part 1: SRE and Organizational Culture](./gemfeed/2023-08-18-site-reliability-engineering-part-1.md)
+[2023-07-21 - Gemtexter 2.1.0 - Let's Gemtext again³](./gemfeed/2023-07-21-gemtexter-2.1.0-lets-gemtext-again-3.md)
+[2023-07-17 - 'Software Developmers Career Guide and Soft Skills' book notes](./gemfeed/2023-07-17-career-guide-and-soft-skills-book-notes.md)
+[2023-06-01 - KISS server monitoring with Gogios](./gemfeed/2023-06-01-kiss-server-monitoring-with-gogios.md)
+[2023-05-06 - 'The Obstacle is the Way' book notes](./gemfeed/2023-05-06-the-obstacle-is-the-way-book-notes.md)
+[2023-05-01 - Unveiling `guprecords.raku`: Global Uptime Records with Raku](./gemfeed/2023-05-01-unveiling-guprecords:-uptime-records-with-raku.md)
+[2023-04-01 - 'Never split the difference' book notes](./gemfeed/2023-04-01-never-split-the-difference-book-notes.md)
+# Hello!
+
+> This site was generated at 2025-06-22T19:03:14+03:00 by `Gemtexter`
+
+Welcome to the ...
+
+```
+ ____  __    __     ____  __   __ _  ____ 
+(  __)/  \  /  \   (__  )/  \ (  ( \(  __)
+ ) _)(  O )(  O )_  / _/(  O )/    / ) _) 
+(__)  \__/  \__/(_)(____)\__/ \_)__)(____)
+
+```
+
+Everything you read on this site is my personal opinion and experience. You can call me a Linux/*BSD enthusiast and hobbyist. I mainly write about tech, IT, coding, programming and sometimes also about self-improvement here.
+
+## Some links
+
+[About me](./about/index.md)
+[My machine uptime statistics](./uptime-stats.md)
+[Welcome to the Geminispace](./gemfeed/2021-04-24-welcome-to-the-geminispace.md)
+
+## Blog
+
+### Atom and Gemfeeds
+
+[Subscribe to this blog's Atom feed](./gemfeed/atom.xml)
+[Subscribe to this blog's Gemfeed](./gemfeed/index.md)
+
+```
+ |\---/|
+ | ,_, |
+ \_`_/-..----.
+ ___/ ` ' ,""+ \ sk
+(__...' __\ |`.___.';
+ (_,...'(_,.`__)/'.....+
+```
+
+### Posts
+
+[2025-07-22 - Task Samurai: An agentic coding learning experiment](./gemfeed/2025-07-22-task-samurai.md)
[2025-06-07 - 'A Monk's Guide to Happiness' book notes](./gemfeed/2025-06-07-a-monks-guide-to-happiness-book-notes.md)
[2025-05-11 - f3s: Kubernetes with FreeBSD - Part 5: WireGuard mesh network](./gemfeed/2025-05-11-f3s-kubernetes-with-freebsd-part-5.md)
[2025-05-02 - Terminal multiplexing with `tmux` - Fish edition](./gemfeed/2025-05-02-terminal-multiplexing-with-tmux-fish-edition.md)
diff --git a/notes/search-inside-yourself.md b/notes/search-inside-yourself.md
index b5659897..86e4fc5c 100644
--- a/notes/search-inside-yourself.md
+++ b/notes/search-inside-yourself.md
@@ -68,6 +68,76 @@
* [⇢ ⇢ Empathy](#empathy)
* [⇢ ⇢ Creating Mental Habits](#creating-mental-habits)
* [⇢ ⇢ ⇢ Just Like Me / Loving Kindness Practice](#just-like-me--loving-kindness-practice)
+* # "Search Inside Yourself" book notes
+
+> Last updated 23.7.2024
+
+## Table of Contents
+
+* [⇢ "Search Inside Yourself" book notes](#search-inside-yourself-book-notes)
+* [⇢ ⇢ How to Master Your Mind in 100 Minutes](#how-to-master-your-mind-in-100-minutes)
+* [⇢ ⇢ Mindfulness and Personal Development](#mindfulness-and-personal-development)
+* [⇢ ⇢ Three Steps of "Search Inside Yourself"](#three-steps-of-search-inside-yourself)
+* [⇢ ⇢ Even an Engineer Can Thrive on Emotional Intelligence](#even-an-engineer-can-thrive-on-emotional-intelligence)
+* [⇢ ⇢ Emotional Intelligence Enables Three Important Skills](#emotional-intelligence-enables-three-important-skills)
+* [⇢ ⇢ ⇢ 1. Stellar Work Performance](#1-stellar-work-performance)
+* [⇢ ⇢ ⇢ 2. Outstanding Leadership](#2-outstanding-leadership)
+* [⇢ ⇢ ⇢ 3. The Ability to Create the Conditions for Happiness](#3-the-ability-to-create-the-conditions-for-happiness)
+* [⇢ ⇢ Attention Training](#attention-training)
+* [⇢ ⇢ ⇢ Train Attention](#train-attention)
+* [⇢ ⇢ Self-Knowledge and Self-Mastery](#self-knowledge-and-self-mastery)
+* [⇢ ⇢ Creating Useful Mental Habits](#creating-useful-mental-habits)
+* [⇢ ⇢ Optimize Thyself](#optimize-thyself)
+* [⇢ ⇢ Train at the Level of Physiology](#train-at-the-level-of-physiology)
+* [⇢ ⇢ ⇢ High-Resolution Perception](#high-resolution-perception)
+* [⇢ ⇢ Mindfulness in Two Minutes](#mindfulness-in-two-minutes)
+* [⇢ ⇢ ⇢ Meditation is Exercise](#meditation-is-exercise)
+* [⇢ ⇢ ⇢ Sustaining Your Practice](#sustaining-your-practice)
+* [⇢ ⇢ Breathing as if Your Life Depends on It](#breathing-as-if-your-life-depends-on-it)
+* [⇢ ⇢ Happiness is the Default State of Mind](#happiness-is-the-default-state-of-mind)
+* [⇢ ⇢ Experience, Without Judging or Reacting](#experience-without-judging-or-reacting)
+* [⇢ ⇢ Attention and Mindful Meditation is like MacGyver's Swiss Army Knife](#attention-and-mindful-meditation-is-like-macgyver-s-swiss-army-knife)
+* [⇢ ⇢ Meditation techniques](#meditation-techniques)
+* [⇢ ⇢ ⇢ Expensive Food Meditation](#expensive-food-meditation)
+* [⇢ ⇢ ⇢ Walking Meditation](#walking-meditation)
+* [⇢ ⇢ Mindful Listening](#mindful-listening)
+* [⇢ ⇢ Lightness and Joy in Meditation](#lightness-and-joy-in-meditation)
+* [⇢ ⇢ Mastering Both Focused and Open Attention](#mastering-both-focused-and-open-attention)
+* [⇢ ⇢ ⇢ Meditation Circuit Training](#meditation-circuit-training)
+* [⇢ ⇢ Zen and a Walking Baby](#zen-and-a-walking-baby)
+* [⇢ ⇢ Clarity](#clarity)
+* [⇢ ⇢ About Self-Awareness](#about-self-awareness)
+* [⇢ ⇢ ⇢ 1. Emotional Awareness](#1-emotional-awareness)
+* [⇢ ⇢ ⇢ 2. Accurate Self-Assessment](#2-accurate-self-assessment)
+* [⇢ ⇢ ⇢ 3. Self-Confidence](#3-self-confidence)
+* [⇢ ⇢ Developing Self-Awareness](#developing-self-awareness)
+* [⇢ ⇢ ⇢ Body Scan](#body-scan)
+* [⇢ ⇢ ⇢ Scan for Emotion](#scan-for-emotion)
+* [⇢ ⇢ ⇢ Journaling](#journaling)
+* [⇢ ⇢ My Emotions Are Not Me](#my-emotions-are-not-me)
+* [⇢ ⇢ Riding Your Emotions Like a Horse](#riding-your-emotions-like-a-horse)
+* [⇢ ⇢ Self-Regulation](#self-regulation)
+* [⇢ ⇢ ⇢ Practice of Letting Go](#practice-of-letting-go)
+* [⇢ ⇢ ⇢ Know When You Are Not in Pain](#know-when-you-are-not-in-pain)
+* [⇢ ⇢ Dealing with Triggers](#dealing-with-triggers)
+* [⇢ ⇢ ⇢ Siberian North Railroad](#siberian-north-railroad)
+* [⇢ ⇢ ⇢ Siberian North Railroad Practice](#siberian-north-railroad-practice)
+* [⇢ ⇢ ⇢ When You Get Triggered:](#when-you-get-triggered)
+* [⇢ ⇢ ⇢ Creating Willingness to Experience and Accept the Emotions:](#creating-willingness-to-experience-and-accept-the-emotions)
+* [⇢ ⇢ Making Friends with Emotions](#making-friends-with-emotions)
+* [⇢ ⇢ Pleasure, Passion, and Higher Purpose](#pleasure-passion-and-higher-purpose)
+* [⇢ ⇢ Motivation in Three Easy Steps](#motivation-in-three-easy-steps)
+* [⇢ ⇢ ⇢ Alignment: Having Fun for a Living](#alignment-having-fun-for-a-living)
+* [⇢ ⇢ ⇢ Flow](#flow)
+* [⇢ ⇢ ⇢ Autonomy, Mastery, Purpose](#autonomy-mastery-purpose)
+* [⇢ ⇢ Envisioning](#envisioning)
+* [⇢ ⇢ ⇢ Discovering My Ideal Future](#discovering-my-ideal-future)
+* [⇢ ⇢ Resilience](#resilience)
+* [⇢ ⇢ ⇢ Meditation on Resilience](#meditation-on-resilience)
+* [⇢ ⇢ Cognitive Resilience](#cognitive-resilience)
+* [⇢ ⇢ Empathy](#empathy)
+* [⇢ ⇢ Creating Mental Habits](#creating-mental-habits)
+* [⇢ ⇢ ⇢ Just Like Me / Loving Kindness Practice](#just-like-me--loving-kindness-practice)
* [⇢ ⇢ Establishing Trust is Good for Work](#establishing-trust-is-good-for-work)
* [⇢ ⇢ ⇢ Three Assumptions](#three-assumptions)
* [⇢ ⇢ ⇢ Empathic Listening](#empathic-listening)
diff --git a/uptime-stats.md b/uptime-stats.md
index ef37761c..af3db4e3 100644
--- a/uptime-stats.md
+++ b/uptime-stats.md
@@ -1,6 +1,6 @@
# My machine uptime stats
-> This site was last updated at 2025-06-22T18:57:24+03:00
+> This site was last updated at 2025-06-22T19:03:14+03:00
The following stats were collected via `uptimed` on all of my personal computers over many years and the output was generated by `guprecords`, the global uptime records stats analyser of mine.