summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-12-31 19:00:58 +0200
committerPaul Buetow <paul@buetow.org>2024-12-31 19:00:58 +0200
commit30c91712524f5faf3fa625cf99409cb2b9de6005 (patch)
tree413431fc0b36b0a4a1a132ec98978b2f8dd994b5
parentd4794420dcc93c88e9c6f9436f76b6b2dbe53612 (diff)
Update content for gemtext
-rw-r--r--about/resources.gmi178
-rw-r--r--gemfeed/2025-01-01-posts-from-october-to-december-2024.gmi9
-rw-r--r--gemfeed/2025-01-01-posts-from-october-to-december-2024.gmi.tpl8
-rw-r--r--gemfeed/atom.xml11
-rw-r--r--index.gmi2
-rw-r--r--uptime-stats.gmi2
6 files changed, 95 insertions, 115 deletions
diff --git a/about/resources.gmi b/about/resources.gmi
index 27648891..1710e1ac 100644
--- a/about/resources.gmi
+++ b/about/resources.gmi
@@ -35,100 +35,100 @@ You won't find any links on this site because, over time, the links will break.
In random order:
-* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook
* Ultimate Go Notebook; Bill Kennedy
-* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly
-* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly
-* Raku Fundamentals; Moritz Lenz; Apress
-* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional
-* C++ Programming Language; Bjarne Stroustrup;
+* Site Reliability Engineering; How Google runs production systems; O'Reilly
+* Effective awk programming; Arnold Robbins; O'Reilly
+* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt
+* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly
+* Leanring eBPF; Liz Rice; O'Reilly
+* Data Science at the Command Line; Jeroen Janssens; O'Reilly
* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson
+* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible
+* Java ist auch eine Insel; Christian Ullenboom;
* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press
-* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton
-* Terraform Cookbook; Mikael Krief; Packt Publishing
-* Developing Games in Java; David Brackeen and others...; New Riders
-* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly
+* Modern Perl; Chromatic ; Onyx Neon Press
+* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional
* Raku Recipes; J.J. Merelo; Apress
-* 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
-* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly
-* Higher Order Perl; Mark Dominus; Morgan Kaufmann
-* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications
-* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt
-* Effective Java; Joshua Bloch; Addison-Wesley Professional
-* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications
-* Perl New Features; Joshua McAdams, brian d foy; Perl School
-* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner
-* Effective awk programming; Arnold Robbins; O'Reilly
+* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press
* Funktionale Programmierung; Peter Pepper; Springer
-* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers
-* Systemprogrammierung in Go; Frank Müller; dpunkt
-* Java ist auch eine Insel; Christian Ullenboom;
+* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible
+* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly
+* Developing Games in Java; David Brackeen and others...; New Riders
* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly
-* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible
+* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner
+* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly
+* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly
+* C++ Programming Language; Bjarne Stroustrup;
* Concurrency in Go; Katherine Cox-Buday; O'Reilly
-* DNS and BIND; Cricket Liu; O'Reilly
-* The Pragmatic Programmer; David Thomas; Addison-Wesley
-* Modern Perl; Chromatic ; Onyx Neon Press
+* Raku Fundamentals; Moritz Lenz; Apress
* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers
-* Data Science at the Command Line; Jeroen Janssens; O'Reilly
+* DNS and BIND; Cricket Liu; O'Reilly
+* Terraform Cookbook; Mikael Krief; Packt Publishing
* Polished Ruby Programming; Jeremy Evans; Packt Publishing
* The Docker Book; James Turnbull; Kindle
-* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly
+* Systemprogrammierung in Go; Frank Müller; dpunkt
+* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook
+* Higher Order Perl; Mark Dominus; Morgan Kaufmann
+* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications
+* The Pragmatic Programmer; David Thomas; Addison-Wesley
+* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers
+* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton
+* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications
* Pro Puppet; James Turnbull, Jeffrey McCune; Apress
* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly
-* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible
-* Site Reliability Engineering; How Google runs production systems; O'Reilly
-* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press
+* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly
+* Perl New Features; Joshua McAdams, brian d foy; Perl School
+* 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
+* Effective Java; Joshua Bloch; Addison-Wesley Professional
## 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:
-* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly
-* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley
-* The Linux Programming Interface; Michael Kerrisk; No Starch Press
-* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly
* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley
* Relayd and Httpd Mastery; Michael W Lucas
* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly
+* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley
+* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly
+* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly
+* The Linux Programming Interface; Michael Kerrisk; No Starch Press
## Self-development and soft-skills books
In random order:
-* Ultralearning; Scott Young; Thorsons
-* The Off Switch; Mark Cropley; Virgin Books
-* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing
-* 101 Essays that change the way you think; Brianna Wiest; Audible
+* Stop starting, start finishing; Arne Roock; Lean-Kanban University
* Ultralearning; Anna Laurent; Self-published via Amazon
-* So Good They Can't Ignore You; Cal Newport; Business Plus
+* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business
+* The Power of Now; Eckhard Tolle; Yellow Kite
+* Digital Minimalism; Cal Newport; Portofolio Penguin
* The Good Enough Job; Simone Stolzoff; Ebury Edge
+* 101 Essays that change the way you think; Brianna Wiest; Audible
+* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books
+* Soft Skills; John Sommez; Manning Publications
+* Slow Productivity; Cal Newport; Penguin Random House
* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press
-* Staff Engineer: Leadership beyond the management track; Will Larson; Audible
+* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook
* Eat That Frog!; Brian Tracy; Hodder Paperbacks
-* Psycho-Cybernetics; Maxwell Maltz; Perigee Books
-* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne
-* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business
+* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select
* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd
-* Eat That Frog; Brian Tracy
-* Soft Skills; John Sommez; Manning Publications
-* The Bullet Journal Method; Ryder Carroll; Fourth Estate
-* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK
+* Solve for Happy; Mo Gawdat
+* The Off Switch; Mark Cropley; Virgin Books
+* So Good They Can't Ignore You; Cal Newport; Business Plus
+* The Joy of Missing Out; Christina Crook; New Society Publishers
* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion
* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly
-* Slow Productivity; Cal Newport; Penguin Random House
-* Atomic Habits; James Clear; Random House Business
-* Digital Minimalism; Cal Newport; Portofolio Penguin
-* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select
-* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook
-* The Power of Now; Eckhard Tolle; Yellow Kite
-* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books
-* Influence without Authority; A. Cohen, D. Bradford; Wiley
-* The Joy of Missing Out; Christina Crook; New Society Publishers
-* Solve for Happy; Mo Gawdat
-* Stop starting, start finishing; Arne Roock; Lean-Kanban University
+* The Bullet Journal Method; Ryder Carroll; Fourth Estate
+* Staff Engineer: Leadership beyond the management track; Will Larson; Audible
+* Ultralearning; Scott Young; Thorsons
+* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK
+* Eat That Frog; Brian Tracy
* Deep Work; Cal Newport; Piatkus
+* Psycho-Cybernetics; Maxwell Maltz; Perigee Books
+* Influence without Authority; A. Cohen, D. Bradford; Wiley
+* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing
+* Atomic Habits; James Clear; Random House Business
+* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne
=> ../notes/index.gmi Here are notes of mine for some of the books
@@ -136,30 +136,30 @@ In random order:
Some of these were in-person with exams; others were online learning lectures only. In random order:
-* Scripting Vim; Damian Conway; O'Reilly Online
-* AWS Immersion Day; Amazon; 1-day interactive online training
-* Structure and Interpretation of Computer Programs; Harold Abelson and more...;
-* MySQL Deep Dive Workshop; 2-day on-site training
-* Apache Tomcat Best Practises; 3-day on-site training
+* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online
* Ultimate Go Programming; Bill Kennedy; O'Reilly Online
-* Protocol buffers; O'Reilly Online
-* Developing IaC with Terraform (with Live Lessons); O'Reilly Online
-* Red Hat Certified System Administrator; Course + certification (Although I had the option, I decided not to take the next course as it is more effective to self learn what I need)
-* F5 Loadbalancers Training; 2-day on-site training; F5, Inc.
+* Apache Tomcat Best Practises; 3-day on-site training
* Functional programming lecture; Remote University of Hagen
* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon
-* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online
+* Red Hat Certified System Administrator; Course + certification (Although I had the option, I decided not to take the next course as it is more effective to self learn what I need)
+* Scripting Vim; Damian Conway; O'Reilly Online
+* Protocol buffers; O'Reilly Online
+* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online
+* MySQL Deep Dive Workshop; 2-day on-site training
+* Developing IaC with Terraform (with Live Lessons); O'Reilly Online
+* AWS Immersion Day; Amazon; 1-day interactive online training
* The Well-Grounded Rubyist Video Edition; David. A. Black; 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
+* F5 Loadbalancers Training; 2-day on-site training; F5, Inc.
## 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
* Advanced Bash-Scripting Guide
* Raku Guide at https://raku.guide
-* How CPUs work at https://cpu.land
## Podcasts
@@ -167,45 +167,45 @@ These are not whole books, but guides (smaller or larger) which I found very use
In random order:
+* Cup o' Go [Golang]
* The Changelog Podcast(s)
* Fallthrough [Golang]
-* Hidden Brain
-* Backend Banter
-* The Pragmatic Engineer Podcast
+* Fork Around And Find Out
+* The ProdCast (Google SRE Podcast)
* Maintainable
+* The Pragmatic Engineer Podcast
* Dev Interrupted
-* Cup o' Go [Golang]
-* The ProdCast (Google SRE Podcast)
-* Fork Around And Find Out
+* Backend Banter
+* Hidden Brain
* Deep Questions with Cal Newport
### 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
+* Modern Mentor
* CRE: Chaosradio Express [german]
* Go Time (predecessor of fallthrough)
+* FLOSS weekly
* Ship It (predecessor of Fork Around And Find Out)
-* Modern Mentor
* Java Pub House
## Newsletters I like
This is a mix of tech and non-tech newsletters I am subscribed to. In random order:
-* Andreas Brandhorst Newsletter (Sci-Fi author)
* byteSizeGo
+* Monospace Mentor
+* VK Newsletter
* The Prgagmatic Engineer
-* Ruby Weekly
-* The Imperfectionist
-* Changelog News
+* Golang Weekly
+* Register Spill
* The Valuable Dev
+* Andreas Brandhorst Newsletter (Sci-Fi author)
+* Changelog News
+* The Imperfectionist
* Applied Go Weekly Newsletter
-* VK Newsletter
-* Register Spill
-* Golang Weekly
-* Monospace Mentor
+* Ruby Weekly
# Formal education
diff --git a/gemfeed/2025-01-01-posts-from-october-to-december-2024.gmi b/gemfeed/2025-01-01-posts-from-october-to-december-2024.gmi
index 394db343..e4e08dfb 100644
--- a/gemfeed/2025-01-01-posts-from-october-to-december-2024.gmi
+++ b/gemfeed/2025-01-01-posts-from-october-to-december-2024.gmi
@@ -34,7 +34,6 @@ These are from Mastodon and LinkedIn. Have a look at my about page for my social
* ⇢ ⇢ ⇢ So, `#Haskell` is better suited for general ...
* ⇢ ⇢ ⇢ 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 ...
* ⇢ ⇢ ⇢ eks-node-viewer is a nifty tool, showing the ...
* ⇢ ⇢ ⇢ Have put more Photos on - On my static photo ...
@@ -169,12 +168,6 @@ At first, functional options add a bit of boilerplate, but they turn out to be q
### Revamping my home lab a little bit. `#freebsd` ...
-Revamping my home lab a little bit. `#freebsd` `#bhyve` `#rocky` `#linux` `#vm` `#k3s` `#kuberbetes` `#wireguard` `#zfs` `#nfs` `#ha` `#relayd` `#k8s` `#selfhosting` `#self`-hosting `#homelab` `#home`-lab
-
-=> https://foo.zone/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html foo.zone/gemf...d-part-1.html
-
-### 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`
=> https://foo.zone/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html foo.zone/gemf...d-part-1.html
@@ -324,7 +317,7 @@ It's the small things, which make Unix like systems, like GNU/Linux, interesting
### My New Year's resolution is not to start any ...
-My New Year's resolution is not to start any new non-fiction books (or only very few) but to re-read and listen to my favorites, which I read to reflect on and see things from different perspectives. Every time you re-read a book, you gain new insights.
+A plan of mine for next year is not to start any new non-fiction books (or only very few) but to re-read and listen to my favorites, which I read to reflect on and see things from different perspectives. Every time you re-read a book, you gain new insights.
Other related posts:
diff --git a/gemfeed/2025-01-01-posts-from-october-to-december-2024.gmi.tpl b/gemfeed/2025-01-01-posts-from-october-to-december-2024.gmi.tpl
index 4045a7dc..02d4018b 100644
--- a/gemfeed/2025-01-01-posts-from-october-to-december-2024.gmi.tpl
+++ b/gemfeed/2025-01-01-posts-from-october-to-december-2024.gmi.tpl
@@ -120,12 +120,6 @@ At first, functional options add a bit of boilerplate, but they turn out to be q
### Revamping my home lab a little bit. `#freebsd` ...
-Revamping my home lab a little bit. `#freebsd` `#bhyve` `#rocky` `#linux` `#vm` `#k3s` `#kuberbetes` `#wireguard` `#zfs` `#nfs` `#ha` `#relayd` `#k8s` `#selfhosting` `#self`-hosting `#homelab` `#home`-lab
-
-=> https://foo.zone/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html foo.zone/gemf...d-part-1.html
-
-### 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`
=> https://foo.zone/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html foo.zone/gemf...d-part-1.html
@@ -275,7 +269,7 @@ It's the small things, which make Unix like systems, like GNU/Linux, interesting
### My New Year's resolution is not to start any ...
-My New Year's resolution is not to start any new non-fiction books (or only very few) but to re-read and listen to my favorites, which I read to reflect on and see things from different perspectives. Every time you re-read a book, you gain new insights.
+A plan of mine for next year is not to start any new non-fiction books (or only very few) but to re-read and listen to my favorites, which I read to reflect on and see things from different perspectives. Every time you re-read a book, you gain new insights.
Other related posts:
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml
index da3cd3ad..7d0828da 100644
--- a/gemfeed/atom.xml
+++ b/gemfeed/atom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
- <updated>2024-12-31T18:48:23+02:00</updated>
+ <updated>2024-12-31T19:00:17+02:00</updated>
<title>foo.zone feed</title>
<subtitle>To be in the .zone!</subtitle>
<link href="gemini://foo.zone/gemfeed/atom.xml" rel="self" />
@@ -55,7 +55,6 @@
<li>⇢ ⇢ <a href='#so-haskell-is-better-suited-for-general-'>So, <span class='inlinecode'>#Haskell</span> is better suited for general ...</a></li>
<li>⇢ ⇢ <a href='#at-first-functional-options-add-a-bit-of-'>At first, functional options add a bit of ...</a></li>
<li>⇢ ⇢ <a href='#revamping-my-home-lab-a-little-bit-freebsd-'>Revamping my home lab a little bit. <span class='inlinecode'>#freebsd</span> ...</a></li>
-<li>⇢ ⇢ <a href='#revamping-my-home-lab-a-little-bit-freebsd-'>Revamping my home lab a little bit. <span class='inlinecode'>#freebsd</span> ...</a></li>
<li>⇢ ⇢ <a href='#wondering-to-which-web-browser-i-should-'>Wondering to which <span class='inlinecode'>#web</span> <span class='inlinecode'>#browser</span> I should ...</a></li>
<li>⇢ ⇢ <a href='#eks-node-viewer-is-a-nifty-tool-showing-the-'>eks-node-viewer is a nifty tool, showing the ...</a></li>
<li>⇢ ⇢ <a href='#have-put-more-photos-on---on-my-static-photo-'>Have put more Photos on - On my static photo ...</a></li>
@@ -190,12 +189,6 @@
<br />
<h3 style='display: inline' id='revamping-my-home-lab-a-little-bit-freebsd-'>Revamping my home lab a little bit. <span class='inlinecode'>#freebsd</span> ...</h3><br />
<br />
-<span>Revamping my home lab a little bit. <span class='inlinecode'>#freebsd</span> <span class='inlinecode'>#bhyve</span> <span class='inlinecode'>#rocky</span> <span class='inlinecode'>#linux</span> <span class='inlinecode'>#vm</span> <span class='inlinecode'>#k3s</span> <span class='inlinecode'>#kuberbetes</span> <span class='inlinecode'>#wireguard</span> <span class='inlinecode'>#zfs</span> <span class='inlinecode'>#nfs</span> <span class='inlinecode'>#ha</span> <span class='inlinecode'>#relayd</span> <span class='inlinecode'>#k8s</span> <span class='inlinecode'>#selfhosting</span> <span class='inlinecode'>#self</span>-hosting <span class='inlinecode'>#homelab</span> <span class='inlinecode'>#home</span>-lab</span><br />
-<br />
-<a class='textlink' href='https://foo.zone/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html'>foo.zone/gemf...d-part-1.html</a><br />
-<br />
-<h3 style='display: inline' id='revamping-my-home-lab-a-little-bit-freebsd-'>Revamping my home lab a little bit. <span class='inlinecode'>#freebsd</span> ...</h3><br />
-<br />
<span>Revamping my home lab a little bit. <span class='inlinecode'>#freebsd</span> <span class='inlinecode'>#bhyve</span> <span class='inlinecode'>#rocky</span> <span class='inlinecode'>#linux</span> <span class='inlinecode'>#vm</span> <span class='inlinecode'>#k3s</span> <span class='inlinecode'>#kubernetes</span> <span class='inlinecode'>#wireguard</span> <span class='inlinecode'>#zfs</span> <span class='inlinecode'>#nfs</span> <span class='inlinecode'>#ha</span> <span class='inlinecode'>#relayd</span> <span class='inlinecode'>#k8s</span> <span class='inlinecode'>#selfhosting</span> <span class='inlinecode'>#homelab</span></span><br />
<br />
<a class='textlink' href='https://foo.zone/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html'>foo.zone/gemf...d-part-1.html</a><br />
@@ -345,7 +338,7 @@
<br />
<h3 style='display: inline' id='my-new-year-s-resolution-is-not-to-start-any-'>My New Year&#39;s resolution is not to start any ...</h3><br />
<br />
-<span>My New Year&#39;s resolution is not to start any new non-fiction books (or only very few) but to re-read and listen to my favorites, which I read to reflect on and see things from different perspectives. Every time you re-read a book, you gain new insights.</span><br />
+<span>A plan of mine for next year is not to start any new non-fiction books (or only very few) but to re-read and listen to my favorites, which I read to reflect on and see things from different perspectives. Every time you re-read a book, you gain new insights.</span><br />
<br />
<span>Other related posts:</span><br />
<br />
diff --git a/index.gmi b/index.gmi
index 688434fd..a5d08e07 100644
--- a/index.gmi
+++ b/index.gmi
@@ -1,6 +1,6 @@
# foo.zone
-> This site was generated at 2024-12-31T18:48:23+02:00 by `Gemtexter`
+> This site was generated at 2024-12-31T19:00:17+02:00 by `Gemtexter`
Welcome to the foo.zone. 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, programming and sometimes also about self-improvement here. Note that this blog usually does not overlap with what I do at my day job as a Site Reliability Engineer.
diff --git a/uptime-stats.gmi b/uptime-stats.gmi
index dfc62ac7..807f3bbe 100644
--- a/uptime-stats.gmi
+++ b/uptime-stats.gmi
@@ -1,6 +1,6 @@
# My machine uptime stats
-> This site was last updated at 2024-12-31T18:48:23+02:00
+> This site was last updated at 2024-12-31T19:00:17+02: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.