2026-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-07-06
sftp sandboxing
jyn.dev/sftp-sandboxingInternet Resiliency Club
bowshock.nl/irc2025-07-03
We moved from AWS to Hetzner, saved 90%, kept ISO 27001 with Ansible
news.ycombinator.com/item?id=443359202025-01-19
My solar-powered and self-hosted website | Dries Buytaert
dri.es/my-solar-powered-and-self-hosted-websiteToday I learned that bash has hashmaps - Xe Iaso
xeiaso.net/notes/2024/bash-hashmap2024-12-02
LAN Party House
lanparty.houseHow Much Memory Do You Need in 2024 to Run 1 Million Concurrent Tasks?
hez2010.github.io/async-runtimes-benchmarks-20242024-09-28
Scrum sucks.. Breaking news: Scrum is bad. | by Matteo Bianchi | Medium
blog.mb-consulting.dev/scrum-sucks-9960011fc5cf2024-05-11
Why does my 2vCPU application run faster in a VM than in a container? | by HungWei Chiu | Medium
hwchiu.medium.com/why-does-my-2vcpu-application-run-faster-in-a-vm-than-in-a-container-6438ffaba2452024-03-15
Automatic HTTPS Certificates for Services on Internal Home Network • Helge Klein
helgeklein.com/blog/automatic-https-certificates-for-services-on-internal-home-network-without-opening-firewall-port2024-02-08
Seamless data exchange with Kafka Connect and Strimzi on Kubernetes at Decathlon | by Thomas Dangleterre | Decathlon Digital | Jan, 2024 | Medium
medium.com/decathlondigital/seamless-data-exchange-with-kafka-connect-and-strimzi-on-kubernetes-at-decathlon-e6f81d0345352023-12-06
Service Level Indicator (SLI) - Alex Ewerlöf Notes
blog.alexewerlof.com/p/sli2023-11-10
Building a Successful SRE Team. Successful techniques to ensure your… | by Sven Hans Knecht | Medium
blog.hans-knecht.com/building-a-successful-sre-team-283232bc26942023-08-12
An NGINX and DNS based outage | Andy Dote
andydote.co.uk/2022/04/23/nginx-dnsI recently encountered a behaviour in Nginx that I didn’t expect and caused a production outage in the process. While I would love to blame DNS for this, as it’s usually the cause of most network-related issues, in this case, the fault lies with Nginx.
2023-08-11
Graceful behavior at capacity - Made of Bugs
blog.nelhage.com/post/systems-at-capacity2023-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.