From 485a073bd5dfa1072cd5d10945066907a72f80c3 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 31 Dec 2024 18:47:42 +0200 Subject: Update content for html --- ...-01-01-posts-from-october-to-december-2024.html | 73 ++++++++++----------- gemfeed/atom.xml | 75 +++++++++++----------- 2 files changed, 71 insertions(+), 77 deletions(-) (limited to 'gemfeed') diff --git a/gemfeed/2025-01-01-posts-from-october-to-december-2024.html b/gemfeed/2025-01-01-posts-from-october-to-december-2024.html index 8791b41d..040da879 100644 --- a/gemfeed/2025-01-01-posts-from-october-to-december-2024.html +++ b/gemfeed/2025-01-01-posts-from-october-to-december-2024.html @@ -24,13 +24,10 @@ View this page as First on-call experience in a startup. Doesn't sound a lot of fun! But the lessons were learned! #sre

-
https://ntiet...irst-on-call/
+ntietz.com/bl...irst-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.

-https://www.j...-code-review/
+www.jvt.me/po...-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.

-https://victo.../defer-in-go/
+victoriametri.../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?

-https://fireh...on-estimates/
+firehydrant.c...on-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.

-https://www.c...trings-in-go/
+www.calhoun.i...trings-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?

-https://josep...writing-rust/
+josephg.com/b...writing-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

-https://blog....t-cloudflare/
+blog.cloudfla...t-cloudflare/

November 2024



@@ -129,7 +126,7 @@ View this page as 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.

-
https://foo.z...ok-notes.html
+foo.zone/gemf...ok-notes.html

Looking at #Kubernetes, it's pretty much ...



@@ -151,20 +148,20 @@ View this page as 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:

-
https://chris...m/posts/rust/
+chrisdone.com...m/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

-https://www.c...aining-in-go/
+www.calhoun.i...aining-in-go/

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.z...d-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.z...d-part-1.html
+foo.zone/gemf...d-part-1.html

Wondering to which #web #browser I should ...



Wondering to which #web #browser I should switch now personally ...

-https://www.o...acy-and-more/
+www.osnews.co...acy-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.

-https://githu...s-node-viewer
+github.com/aw...s-node-viewer

Have put more Photos on - On my static photo ...



@@ -218,13 +215,13 @@ View this page as

-
https://ntiet...ew-to-oncall/
+ntietz.com/bl...ew-to-oncall/

Feels good to code in my old love #Perl again ...



@@ -242,31 +239,31 @@ View this page as 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"

-
https://lucas...-shellscript/
+lucasoshiro.g...-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

-https://www.o...ulations-450/
+www.osnews.co...ulations-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

-https://jonat.../posts/helix/
+jonathan-frer.../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

-https://crys....int-the-weel/
+crys.site/blo...int-the-weel/
https://dtail.dev

Quick trick to get Helix themes selected ...



Quick trick to get Helix themes selected randomly #HelixEditor

-https://foo.z...x-themes.html
+foo.zone/gemf...x-themes.html

Example where complexity attacks you from ...



Example where complexity attacks you from behind #k8s #kubernetes #OpenAI

-https://surfi...ent-write-up/
+surfingcomple...ent-write-up/

LLMs for Ops? Summaries of logs, probabilities ...



LLMs for Ops? Summaries of logs, probabilities about correctness, auto-generating Ansible, some uses cases are there. Wouldn't trust it fully, though.

-https://youtu...0egrfl5izCSQI
+youtu.be/Woda...0egrfl5izCSQI

Excellent article about your dream Product ...



Excellent article about your dream Product Manager: Why every software team needs a product manager to thrive via @wallabagapp

-https://testd...ware-delivery
+testdouble.co...ware-delivery

I just finished reading all chapters of CPU ...



@@ -331,13 +328,13 @@ View this page as - 2024-12-31T18:42:15+02:00 + 2024-12-31T18:46:45+02:00 foo.zone feed To be in the .zone! @@ -31,13 +31,10 @@ My about page
https://codeberg.org/snonux/gos

-

Posts for 202410 202411 202412


-

Table of Contents