2026-05-09
The Boring Internet (text) | Terry Godier
www.terrygodier.com/the-boring-internet/ascii2026-03-14
Stop Hunting Logs: How OpenTelemetry Brings Metrics, Logs, and Traces Together | HackerNoon
hackernoon.com/stop-hunting-logs-how-opentelemetry-brings-metrics-logs-and-traces-together2025-09-13
Automatically Setting Kubernetes Context for Users Upon SSH Login in On-Premise Kubernetes Cluster | by Sharath A | DevOps.dev
blog.devops.dev/automatically-setting-kubernetes-context-for-users-upon-ssh-login-in-on-premise-kubernetes-cluster-dcd0603659c02025-08-08
The Campsite Rule
www.rubick.com/campsite-rule2025-07-06
The evolution of incident response at Podia | Jamie’s blog
jamie.ideasasylum.com/2024/11/02/the-evolution-of-incident-response-at-podiafluxcd: Validate flux-system Root Kustomization
sven.stormbind.net/blog/posts/fluxcd_validate_flux-system_ks2025-06-03
Grafana Loki: Production Setup & Upgrade Guide | by Sai Kiran Pikili | May, 2025 | Medium
saikiranpikili.medium.com/grafana-loki-production-setup-upgrade-guide-15b4f33ce222#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-17
Prometheus: How We Slashed Memory Usage
devoriales.com/post/384/prometheus-how-we-slashed-memory-usage2025-01-19
6 lessons I learned working at an art gallery
www.henrikkarlsson.xyz/p/art-gallery2024-12-02
Evolving my ergonomic setup (or, my laptop with extra steps) | nicole@web
ntietz.com/blog/evolving-ergo-setup2024-10-12
Life Lessons from the First Half-Century of My Career – Communications of the ACM
cacm.acm.org/opinion/life-lessons-from-the-first-half-century-of-my-career2024-04-01
Product-Focused Reliability for SRE - Google - Site Reliability Engineering
sre.google/resources/practices-and-processes/product-focused-reliability-for-sre2024-01-14
Getting things done (in small increments)
dubroy.com/blog/getting-things-done-in-small-increments2023-10-02
Kube-Prometheus-Stack And ArgoCD 2.3 - How to remove a workaround
blog.ediri.io/kube-prometheus-stack-and-argocd-23-how-to-remove-a-workaround#heading-application-ii-sync-options-replace2023-07-20
pumba
github.com/alexei-led/pumbaChaos testing, network emulation, and stress testing tool for containers
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.