2026-03-14
Just a moment...
medium.com/@simeonov1992/mastering-kubernetes-statefulsets-expanding-pvcs-without-downtime-or-gitops-drift-229f8913a3072025-09-13
“Bro, ban me at the IP level if you don't like me!”
boston.conman.org/2025/08/21.12025-07-16
postgres exporter
techblog.goinc.jp/entry/2024/06/17/1801032025-07-06
Weigh the soul of incoming HTTP requests to protect your website!
anubis.techaro.lol/docsfluxcd: Validate flux-system Root Kustomization
sven.stormbind.net/blog/posts/fluxcd_validate_flux-system_ks2025-05-18
ISTIO METADATA HEADER
janine.pcfe.net/posts/2022-10-10-istio-envoyfilter-strip-headers2025-01-19
How does the Kernel handle TCP requests? | frn.sh
frn.sh/posts/sockets2024-12-25
Caddy config
caddy.ninja2024-12-02
Evolving my ergonomic setup (or, my laptop with extra steps) | nicole@web
ntietz.com/blog/evolving-ergo-setup2024-09-28
ArgoCD: Multi-cluster Helm charts management in mono-repo | by Geoffrey | Medium
medium.com/@geoffrey.muselli/argocd-multi-cluster-helm-charts-installation-in-mono-repo-0a406ff7c5782024-03-15
Cache-Control: Cheat Sheet
shayy.org/posts/cache-control2024-02-10
Kubernetes: Don't use NodeLocal DNSCache on GKE… - Signicat
www.signicat.com/blog/dont-use-nodelocal-dnscache-on-gkekube dns gke
2024-02-08
From Docker Container to Bootable Linux Disk Image
iximiuz.com/en/posts/from-docker-container-to-bootable-linux-disk-imagedocker to bootable linux
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.