2026-04-03
The 6th Annual State of FinOps survey is a snapshot from the global FinOps community.
data.finops.orgThe 6th Annual State of FinOps survey is a snapshot from the global FinOps community.
2026-03-14
Just a moment...
quluzadafa.medium.com/we-cut-our-kubernetes-pods-by-60-and-doubled-traffic-capacity-b1cfb6850fcaJust 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-06
This blog is hosted on a Nintendo Wii
blog.infected.systems/posts/2025-04-21-this-blog-is-hosted-on-a-nintendo-wiiWeigh the soul of incoming HTTP requests to protect your website!
anubis.techaro.lol/docsTunneling SSH over HTTPS
blog.frost.kiwi/ssh-over-https-tunneling2025-06-13
I made a tier ranking for each ArgoCD setting
en.ca-srg.dev/28baefb78f0f44169b1879555dc81dbd2025-06-11
ArgoCD's Rough Edges: A Field Guide to Real-World Problems
scalr.com/learning-center/argocds-rough-edges-a-field-guide-to-real-world-problems2025-01-19
Today I learned that bash has hashmaps - Xe Iaso
xeiaso.net/notes/2024/bash-hashmap2024-12-02
Go Profiling in Production
blog.oodle.ai/go-profiling-in-production2024-09-18
Chaos Mesh
gasidaseo.notion.site/Chaos-Mesh-c78b7ce9d31e4dd7aa611c37d66266bb2024-04-14
Scaling Go to 192 Cores with Heavy I/O · Jaz's Blog
jazco.dev/2024/01/10/golang-and-epoll2024-03-18
Keeping on-call calm
exploring-better-ways.bellroy.com/keeping-on-call-calm.html2024-02-10
Hiring Challenge: Smallest golang Websocket Client
dyte.io/blog/hiring-challenge-smallest-golang-websocket-client2023-12-06
Service Level Indicator (SLI) - Alex Ewerlöf Notes
blog.alexewerlof.com/p/sli2023-09-19
PostgreSQL and IoT Data Localization, Integration, and Write Scalability - 2ndQuadrant | PostgreSQL
www.2ndquadrant.com/en/blog/postgresql-iot-data-localization-integration-write-scalability2023-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.