From fa09cd0ab8ebbdc11f61298272d22f52380683af Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 12 Oct 2025 22:46:42 +0300 Subject: Update content for html --- about/resources.html | 190 ++++++++++----------- gemfeed/2021-07-04-the-well-grounded-rubyist.html | 2 +- ...4-12-03-f3s-kubernetes-with-freebsd-part-2.html | 8 +- ...5-07-14-f3s-kubernetes-with-freebsd-part-6.html | 10 +- ...y-takeaways-from-the-well-grounded-rubyist.html | 2 +- gemfeed/atom.xml | 22 +-- index.html | 2 +- uptime-stats.html | 2 +- 8 files changed, 121 insertions(+), 117 deletions(-) diff --git a/about/resources.html b/about/resources.html index b49e1156..82a80303 100644 --- a/about/resources.html +++ b/about/resources.html @@ -50,109 +50,109 @@ In random order:


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:


Self-development and soft-skills books



In random order:


Here are notes of mine for some of the books

@@ -161,22 +161,22 @@ Some of these were in-person with exams; others were online learning lectures only. In random order:


Technical guides



@@ -184,8 +184,8 @@

Podcasts



@@ -194,61 +194,61 @@ In random order:


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.


Newsletters I like



This is a mix of tech and non-tech newsletters I am subscribed to. In random order:


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:


Formal education



diff --git a/gemfeed/2021-07-04-the-well-grounded-rubyist.html b/gemfeed/2021-07-04-the-well-grounded-rubyist.html index 14332626..75d538d5 100644 --- a/gemfeed/2021-07-04-the-well-grounded-rubyist.html +++ b/gemfeed/2021-07-04-the-well-grounded-rubyist.html @@ -135,7 +135,7 @@ Hello World
Other Ruby-related posts:

-2025-10-11 Key kakeaways from The Well-Grounded Rubyist
+2025-10-11 Key Takeaways from The Well-Grounded Rubyist
2021-07-04 The Well-Grounded Rubyist (You are currently reading this)

Back to the main site
diff --git a/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.html b/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.html index 62b03900..df4e5185 100644 --- a/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.html +++ b/gemfeed/2024-12-03-f3s-kubernetes-with-freebsd-part-2.html @@ -213,20 +213,20 @@ http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite -->
root@f0:~ # cat <<END >>/etc/periodic.conf
 daily_zfs_snapshot_enable="YES"
-daily_zfs_snapshot_pools="zroot zdata"
+daily_zfs_snapshot_pools="zroot"
 daily_zfs_snapshot_keep="7"
 weekly_zfs_snapshot_enable="YES"
-weekly_zfs_snapshot_pools="zroot zdata"
+weekly_zfs_snapshot_pools="zroot"
 weekly_zfs_snapshot_keep="5"
 monthly_zfs_snapshot_enable="YES"
-monthly_zfs_snapshot_pools="zroot zdata"
+monthly_zfs_snapshot_pools="zroot"
 monthly_zfs_snapshot_keep="6"
 END
 

https://github.com/ross/zfs-periodic

-Note: We have also added zdata to the list of snapshot pools. Currently, this pool does not exist yet, but it will be created later in this blog series.
+Note: We have not added zdata to the list of snapshot pools. Currently, this pool does not exist yet, but it will be created later in this blog series. zrepl, which we will use for replication, later in this blog series will manage the zdata snapshots.

Uptime tracking



diff --git a/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.html b/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.html index df04504e..5912c3d4 100644 --- a/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.html +++ b/gemfeed/2025-07-14-f3s-kubernetes-with-freebsd-part-6.html @@ -449,11 +449,13 @@ global: interval: 1m pruning: keep_sender: - - type: last_n - count: 10 + - type: grid + grid: 4x7d | 6x30d + regex: "^zrepl_.*" keep_receiver: - - type: last_n - count: 10 + - type: grid + grid: 4x7d | 6x30d + regex: "^zrepl_.*" - name: f0_to_f1_fedora type: push diff --git a/gemfeed/2025-10-11-key-takeaways-from-the-well-grounded-rubyist.html b/gemfeed/2025-10-11-key-takeaways-from-the-well-grounded-rubyist.html index 1b893408..75950fb3 100644 --- a/gemfeed/2025-10-11-key-takeaways-from-the-well-grounded-rubyist.html +++ b/gemfeed/2025-10-11-key-takeaways-from-the-well-grounded-rubyist.html @@ -258,7 +258,7 @@ p hash.values_at(:a, :c)
Other Ruby-related posts:

-2025-10-11 Key kakeaways from The Well-Grounded Rubyist (You are currently reading this)
+2025-10-11 Key Takeaways from The Well-Grounded Rubyist (You are currently reading this)
2021-07-04 The Well-Grounded Rubyist

Back to the main site
diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index e119c57b..9341893b 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2025-10-12T11:09:49+03:00 + 2025-10-12T22:45:20+03:00 foo.zone feed To be in the .zone! @@ -265,7 +265,7 @@ p hash.values_at(:a, :c)
Other Ruby-related posts:

-2025-10-11 Key kakeaways from The Well-Grounded Rubyist (You are currently reading this)
+2025-10-11 Key Takeaways from The Well-Grounded Rubyist (You are currently reading this)
2021-07-04 The Well-Grounded Rubyist

Back to the main site
@@ -3064,11 +3064,13 @@ global: interval: 1m pruning: keep_sender: - - type: last_n - count: 10 + - type: grid + grid: 4x7d | 6x30d + regex: "^zrepl_.*" keep_receiver: - - type: last_n - count: 10 + - type: grid + grid: 4x7d | 6x30d + regex: "^zrepl_.*" - name: f0_to_f1_fedora type: push @@ -9779,20 +9781,20 @@ http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite -->
root@f0:~ # cat <<END >>/etc/periodic.conf
 daily_zfs_snapshot_enable="YES"
-daily_zfs_snapshot_pools="zroot zdata"
+daily_zfs_snapshot_pools="zroot"
 daily_zfs_snapshot_keep="7"
 weekly_zfs_snapshot_enable="YES"
-weekly_zfs_snapshot_pools="zroot zdata"
+weekly_zfs_snapshot_pools="zroot"
 weekly_zfs_snapshot_keep="5"
 monthly_zfs_snapshot_enable="YES"
-monthly_zfs_snapshot_pools="zroot zdata"
+monthly_zfs_snapshot_pools="zroot"
 monthly_zfs_snapshot_keep="6"
 END
 

https://github.com/ross/zfs-periodic

-Note: We have also added zdata to the list of snapshot pools. Currently, this pool does not exist yet, but it will be created later in this blog series.
+Note: We have not added zdata to the list of snapshot pools. Currently, this pool does not exist yet, but it will be created later in this blog series. zrepl, which we will use for replication, later in this blog series will manage the zdata snapshots.

Uptime tracking



diff --git a/index.html b/index.html index 144ac20c..6c75331e 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@

Hello!



-This site was generated at 2025-10-12T11:09:49+03:00 by Gemtexter
+This site was generated at 2025-10-12T22:45:20+03:00 by Gemtexter

Welcome to the foo.zone!

diff --git a/uptime-stats.html b/uptime-stats.html index ddb3824f..2ed4a014 100644 --- a/uptime-stats.html +++ b/uptime-stats.html @@ -13,7 +13,7 @@

My machine uptime stats



-This site was last updated at 2025-10-12T11:09:49+03:00
+This site was last updated at 2025-10-12T22:45:20+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.

-- cgit v1.2.3