summaryrefslogtreecommitdiff
path: root/gemfeed
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-01-19 13:22:37 +0200
committerPaul Buetow <paul@buetow.org>2025-01-19 13:22:37 +0200
commit6cc7a7cd404b9a0782c41c4413bf94869605f2d6 (patch)
tree75edf1f529573ee60b7447b87057aaafc1a45cbe /gemfeed
parent947359508511db03f080dbb09e9d6bc0dfac6cda (diff)
Update content for gemtext
Diffstat (limited to 'gemfeed')
-rw-r--r--gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi3
-rw-r--r--gemfeed/2025-01-01-posts-from-october-to-december-2024.gmi11
-rw-r--r--gemfeed/2025-01-01-posts-from-october-to-december-2024.gmi.tpl10
-rw-r--r--gemfeed/atom.xml16
4 files changed, 32 insertions, 8 deletions
diff --git a/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi b/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi
index eded8930..861809ae 100644
--- a/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi
+++ b/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi
@@ -171,8 +171,7 @@ root@f0:~ # cp /usr/local/etc/doas.conf.sample /usr/local/etc/doas.conf
`zfs-periodic` is a nifty tool for automatically creating ZFS snapshots. I decided to go with the following configuration here:
```sh
-root@f0:~ #
-cat <<END >>/etc/periodic.conf
+root@f0:~ # cat <<END >>/etc/periodic.conf
daily_zfs_snapshot_enable="YES"
daily_zfs_snapshot_pools="zroot"
daily_zfs_snapshot_keep="7"
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 e4e08dfb..1bb2907d 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
@@ -14,6 +14,7 @@ These are from Mastodon and LinkedIn. Have a look at my about page for my social
## Table of Contents
* ⇢ Posts from October to December 2024
+* ⇢ Posts for 202410 202411 202412
* ⇢ ⇢ October 2024
* ⇢ ⇢ ⇢ First on-call experience in a startup. Doesn't ...
* ⇢ ⇢ ⇢ Reviewing your own PR or MR before asking ...
@@ -61,6 +62,8 @@ These are from Mastodon and LinkedIn. Have a look at my about page for my social
* ⇢ ⇢ ⇢ It's the small things, which make Unix like ...
* ⇢ ⇢ ⇢ My New Year's resolution is not to start any ...
+# Posts for 202410 202411 202412
+
## October 2024
### First on-call experience in a startup. Doesn't ...
@@ -111,6 +114,7 @@ The opposite of `#ChaosMonkey` ... automatically repairing and healing services
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:
+=> gemini://foo.zone/gemfeed/2024-09-07-projects-i-support.gmi foo.zone/gemf...i-support.gmi (Gemini)
=> https://foo.zone/gemfeed/2024-09-07-projects-i-support.html foo.zone/gemf...-support.html
### Until now, I wasn't aware, that Go is under a ...
@@ -123,6 +127,7 @@ Until now, I wasn't aware, that Go is under a BSD-style license (3-clause as it
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.
+=> gemini://foo.zone/gemfeed/2024-10-24-staff-engineer-book-notes.gmi foo.zone/gemf...ook-notes.gmi (Gemini)
=> https://foo.zone/gemfeed/2024-10-24-staff-engineer-book-notes.html foo.zone/gemf...ok-notes.html
### Looking at `#Kubernetes`, it's pretty much ...
@@ -133,6 +138,7 @@ Looking at `#Kubernetes`, it's pretty much following the Unix way of doing thing
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!
+=> gemini://foo.zone/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi foo.zone/gemf...h-OpenBSD.gmi (Gemini)
=> https://foo.zone/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.html foo.zone/gemf...-OpenBSD.html
=> https://openbsd.amsterdam/ openbsd.amsterdam/
@@ -170,6 +176,7 @@ At first, functional options add a bit of boilerplate, but they turn out to be q
Revamping my home lab a little bit. `#freebsd` `#bhyve` `#rocky` `#linux` `#vm` `#k3s` `#kubernetes` `#wireguard` `#zfs` `#nfs` `#ha` `#relayd` `#k8s` `#selfhosting` `#homelab`
+=> gemini://foo.zone/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi foo.zone/gemf...sd-part-1.gmi (Gemini)
=> https://foo.zone/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html foo.zone/gemf...d-part-1.html
### Wondering to which `#web` `#browser` I should ...
@@ -224,6 +231,7 @@ Thats unexpected, you cant remove a NaN key from a map without clearing it! `#go
My second blog post about revamping my home lab a little bit just hit the net. `#FreeBSD` `#ZFS` `#n100` `#k8s` `#k3s` `#kubernetes`
+=> gemini://foo.zone/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi foo.zone/gemf...sd-part-2.gmi (Gemini)
=> https://foo.zone/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.html foo.zone/gemf...d-part-2.html
### Very insightful article about tech hiring in ...
@@ -277,6 +285,7 @@ This blog post is basically a rant against DataDog... Personally, I don't have m
Quick trick to get Helix themes selected randomly `#HelixEditor`
+=> gemini://foo.zone/gemfeed/2024-12-15-random-helix-themes.gmi foo.zone/gemf...ix-themes.gmi (Gemini)
=> https://foo.zone/gemfeed/2024-12-15-random-helix-themes.html foo.zone/gemf...x-themes.html
### Example where complexity attacks you from ...
@@ -317,7 +326,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 ...
-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.
+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.<nil>16350
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 02d4018b..42216caa 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
@@ -13,6 +13,8 @@ These are from Mastodon and LinkedIn. Have a look at my about page for my social
<< template::inline::toc
+# Posts for 202410 202411 202412
+
## October 2024
### First on-call experience in a startup. Doesn't ...
@@ -63,6 +65,7 @@ The opposite of `#ChaosMonkey` ... automatically repairing and healing services
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:
+=> gemini://foo.zone/gemfeed/2024-09-07-projects-i-support.gmi foo.zone/gemf...i-support.gmi (Gemini)
=> https://foo.zone/gemfeed/2024-09-07-projects-i-support.html foo.zone/gemf...-support.html
### Until now, I wasn't aware, that Go is under a ...
@@ -75,6 +78,7 @@ Until now, I wasn't aware, that Go is under a BSD-style license (3-clause as it
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.
+=> gemini://foo.zone/gemfeed/2024-10-24-staff-engineer-book-notes.gmi foo.zone/gemf...ook-notes.gmi (Gemini)
=> https://foo.zone/gemfeed/2024-10-24-staff-engineer-book-notes.html foo.zone/gemf...ok-notes.html
### Looking at `#Kubernetes`, it's pretty much ...
@@ -85,6 +89,7 @@ Looking at `#Kubernetes`, it's pretty much following the Unix way of doing thing
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!
+=> gemini://foo.zone/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi foo.zone/gemf...h-OpenBSD.gmi (Gemini)
=> https://foo.zone/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.html foo.zone/gemf...-OpenBSD.html
=> https://openbsd.amsterdam/ openbsd.amsterdam/
@@ -122,6 +127,7 @@ At first, functional options add a bit of boilerplate, but they turn out to be q
Revamping my home lab a little bit. `#freebsd` `#bhyve` `#rocky` `#linux` `#vm` `#k3s` `#kubernetes` `#wireguard` `#zfs` `#nfs` `#ha` `#relayd` `#k8s` `#selfhosting` `#homelab`
+=> gemini://foo.zone/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi foo.zone/gemf...sd-part-1.gmi (Gemini)
=> https://foo.zone/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.html foo.zone/gemf...d-part-1.html
### Wondering to which `#web` `#browser` I should ...
@@ -176,6 +182,7 @@ Thats unexpected, you cant remove a NaN key from a map without clearing it! `#go
My second blog post about revamping my home lab a little bit just hit the net. `#FreeBSD` `#ZFS` `#n100` `#k8s` `#k3s` `#kubernetes`
+=> gemini://foo.zone/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi foo.zone/gemf...sd-part-2.gmi (Gemini)
=> https://foo.zone/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.html foo.zone/gemf...d-part-2.html
### Very insightful article about tech hiring in ...
@@ -229,6 +236,7 @@ This blog post is basically a rant against DataDog... Personally, I don't have m
Quick trick to get Helix themes selected randomly `#HelixEditor`
+=> gemini://foo.zone/gemfeed/2024-12-15-random-helix-themes.gmi foo.zone/gemf...ix-themes.gmi (Gemini)
=> https://foo.zone/gemfeed/2024-12-15-random-helix-themes.html foo.zone/gemf...x-themes.html
### Example where complexity attacks you from ...
@@ -269,7 +277,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 ...
-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.
+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.<nil>16350
Other related posts:
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml
index c97e859b..76b3f8bd 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>2025-01-16T22:57:25+02:00</updated>
+ <updated>2025-01-19T13:21:25+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" />
@@ -231,6 +231,7 @@
<br />
<ul>
<li><a href='#posts-from-october-to-december-2024'>Posts from October to December 2024</a></li>
+<li><a href='#posts-for-202410-202411-202412'>Posts for 202410 202411 202412</a></li>
<li>⇢ <a href='#october-2024'>October 2024</a></li>
<li>⇢ ⇢ <a href='#first-on-call-experience-in-a-startup-doesn-t-'>First on-call experience in a startup. Doesn&#39;t ...</a></li>
<li>⇢ ⇢ <a href='#reviewing-your-own-pr-or-mr-before-asking-'>Reviewing your own PR or MR before asking ...</a></li>
@@ -278,6 +279,8 @@
<li>⇢ ⇢ <a href='#it-s-the-small-things-which-make-unix-like-'>It&#39;s the small things, which make Unix like ...</a></li>
<li>⇢ ⇢ <a href='#my-new-year-s-resolution-is-not-to-start-any-'>My New Year&#39;s resolution is not to start any ...</a></li>
</ul><br />
+<h1 style='display: inline' id='posts-for-202410-202411-202412'>Posts for 202410 202411 202412</h1><br />
+<br />
<h2 style='display: inline' id='october-2024'>October 2024</h2><br />
<br />
<h3 style='display: inline' id='first-on-call-experience-in-a-startup-doesn-t-'>First on-call experience in a startup. Doesn&#39;t ...</h3><br />
@@ -328,6 +331,7 @@
<br />
<span>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:</span><br />
<br />
+<a class='textlink' href='gemini://foo.zone/gemfeed/2024-09-07-projects-i-support.gmi'>foo.zone/gemf...i-support.gmi (Gemini)</a><br />
<a class='textlink' href='https://foo.zone/gemfeed/2024-09-07-projects-i-support.html'>foo.zone/gemf...-support.html</a><br />
<br />
<h3 style='display: inline' id='until-now-i-wasn-t-aware-that-go-is-under-a-'>Until now, I wasn&#39;t aware, that Go is under a ...</h3><br />
@@ -340,6 +344,7 @@
<br />
<span>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.</span><br />
<br />
+<a class='textlink' href='gemini://foo.zone/gemfeed/2024-10-24-staff-engineer-book-notes.gmi'>foo.zone/gemf...ook-notes.gmi (Gemini)</a><br />
<a class='textlink' href='https://foo.zone/gemfeed/2024-10-24-staff-engineer-book-notes.html'>foo.zone/gemf...ok-notes.html</a><br />
<br />
<h3 style='display: inline' id='looking-at-kubernetes-it-s-pretty-much-'>Looking at <span class='inlinecode'>#Kubernetes</span>, it&#39;s pretty much ...</h3><br />
@@ -350,6 +355,7 @@
<br />
<span>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 <span class='inlinecode'>#OpenBSD</span> VM!</span><br />
<br />
+<a class='textlink' href='gemini://foo.zone/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.gmi'>foo.zone/gemf...h-OpenBSD.gmi (Gemini)</a><br />
<a class='textlink' href='https://foo.zone/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.html'>foo.zone/gemf...-OpenBSD.html</a><br />
<a class='textlink' href='https://openbsd.amsterdam/'>openbsd.amsterdam/</a><br />
<br />
@@ -387,6 +393,7 @@
<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='gemini://foo.zone/gemfeed/2024-11-17-f3s-kubernetes-with-freebsd-part-1.gmi'>foo.zone/gemf...sd-part-1.gmi (Gemini)</a><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='wondering-to-which-web-browser-i-should-'>Wondering to which <span class='inlinecode'>#web</span> <span class='inlinecode'>#browser</span> I should ...</h3><br />
@@ -441,6 +448,7 @@
<br />
<span>My second blog post about revamping my home lab a little bit just hit the net. <span class='inlinecode'>#FreeBSD</span> <span class='inlinecode'>#ZFS</span> <span class='inlinecode'>#n100</span> <span class='inlinecode'>#k8s</span> <span class='inlinecode'>#k3s</span> <span class='inlinecode'>#kubernetes</span></span><br />
<br />
+<a class='textlink' href='gemini://foo.zone/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.gmi'>foo.zone/gemf...sd-part-2.gmi (Gemini)</a><br />
<a class='textlink' href='https://foo.zone/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.html'>foo.zone/gemf...d-part-2.html</a><br />
<br />
<h3 style='display: inline' id='very-insightful-article-about-tech-hiring-in-'>Very insightful article about tech hiring in ...</h3><br />
@@ -494,6 +502,7 @@
<br />
<span>Quick trick to get Helix themes selected randomly <span class='inlinecode'>#HelixEditor</span></span><br />
<br />
+<a class='textlink' href='gemini://foo.zone/gemfeed/2024-12-15-random-helix-themes.gmi'>foo.zone/gemf...ix-themes.gmi (Gemini)</a><br />
<a class='textlink' href='https://foo.zone/gemfeed/2024-12-15-random-helix-themes.html'>foo.zone/gemf...x-themes.html</a><br />
<br />
<h3 style='display: inline' id='example-where-complexity-attacks-you-from-'>Example where complexity attacks you from ...</h3><br />
@@ -534,7 +543,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>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 />
+<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.&lt;nil&gt;16350</span><br />
<br />
<span>Other related posts:</span><br />
<br />
@@ -869,8 +878,7 @@ http://www.gnu.org/software/src-highlite -->
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
-<pre>root@f0:~ <i><font color="silver"># </font></i>
-cat &lt;&lt;END &gt;&gt;/etc/periodic.conf
+<pre>root@f0:~ <i><font color="silver"># cat &lt;&lt;END &gt;&gt;/etc/periodic.conf</font></i>
daily_zfs_snapshot_enable=<font color="#808080">"YES"</font>
daily_zfs_snapshot_pools=<font color="#808080">"zroot"</font>
daily_zfs_snapshot_keep=<font color="#808080">"7"</font>