2026-03-14
Just a moment...
medium.com/@simeonov1992/mastering-kubernetes-statefulsets-expanding-pvcs-without-downtime-or-gitops-drift-229f8913a3072025-09-13
Isolating CPU cores for Virtual Machines :: NaniBot
nanibot.net/posts/isolcpus2025-07-30
SIGHUP Signal for Configuration Reloads
blog.devtrovert.com/p/sighup-signal-for-configuration-reloads2025-07-16
postgres exporter
techblog.goinc.jp/entry/2024/06/17/1801032025-07-06
This blog is hosted on a Nintendo Wii
blog.infected.systems/posts/2025-04-21-this-blog-is-hosted-on-a-nintendo-wiiTunneling SSH over HTTPS
blog.frost.kiwi/ssh-over-https-tunnelingInternet Resiliency Club
bowshock.nl/irc2025-06-12
ThinkPad T14s Gen 3 AMD Linux User Review + Tweaks
linuxblog.io/thinkpad-t14s-gen-3-amd-linux-user-review-tweaks#Extend_ThinkPad_Battery_life_on_Linux2025-06-03
🔄 12 CronJobs Every Kubernetes Cluster Should Run | by Devops Trainer | May, 2025 | Medium
medium.com/@shankarrudra36/12-cronjobs-every-kubernetes-cluster-should-run-c98e6e517bab#bypass2025-06-02
Improving EC2 boot time from 4s to 2.8s to accelerate builds
depot.dev/blog/accelerating-builds-improve-ec2-boot-time2025-05-18
ISTIO METADATA HEADER
janine.pcfe.net/posts/2022-10-10-istio-envoyfilter-strip-headers2025-01-19
6 lessons I learned working at an art gallery
www.henrikkarlsson.xyz/p/art-gallery2024-12-08
The Biggest Shell Programs in the World · oils-for-unix/oils Wiki · GitHub
github.com/oils-for-unix/oils/wiki/The-Biggest-Shell-Programs-in-the-World2024-07-19
How Many Maybe’s until Empathy? – Will Gallego
willgallego.com/2024/06/21/how-many-maybes-until-empathy2024-04-14
Scaling Go to 192 Cores with Heavy I/O · Jaz's Blog
jazco.dev/2024/01/10/golang-and-epoll2023-12-06
Service Level Indicator (SLI) - Alex Ewerlöf Notes
blog.alexewerlof.com/p/sli2023-09-15
Kubernetes Cluster Upgrade (kubeadm) - Cheat Sheet
www.linkedin.com/posts/govardhana-miriyala-kannaiah_gopuwrites-devops-kubernetes-activity-7108075668495638530-4N4A?utm_source=share&utm_medium=member_ios2023-07-22
GCP Secret Manager with self-hosted Kubernetes
medium.com/@jjlakis/gcp-secret-manager-with-self-hosted-kubernetes-db35d01d65f0k3s on premise with OIDC, secret manager, and workload identity GCP
2023-07-17
Preventing Pipewire from being SIGKILLed
lantian.pub/en/article/random-notes/pipewire-sigkill-fix.lantianI frequently encounter the situation that the Pipewire audio server is suddenly stopped:
The problem usually appears when I connect/disconnect my laptop from the power adapter. My computer usually lags for a short time while switching between performance profiles.
systemctl --user status pipewire.service only shows that the Pipewire process was terminated by a SIGKILL signal, without any other useful log information.
Neither coredumpctl nor dmesg shows the existence of a core dump event.