2026-05-10
What I Learned Using Neon Postgres for a Week of Live Traffic
ishan.page/blog/dbms-neon2026-03-15
A Quick(ish) Introduction to Tuning Postgres
byteofdev.com/posts/tuning-postgres-intro2025-11-10
Encryption using SSH Keys with age in Linux - Ittavern.com
ittavern.com/encryption-using-ssh-keys-with-age-in-linuxEncryption using SSH Keys with age in Linux
2025-08-08
The Campsite Rule
www.rubick.com/campsite-rule2025-07-03
We moved from AWS to Hetzner, saved 90%, kept ISO 27001 with Ansible
news.ycombinator.com/item?id=443359202024-12-02
LAN Party House
lanparty.house2024-10-19
How the CSI (Container Storage Interface) Works
sklar.rocks/how-container-storage-interface-works2024-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-0a406ff7c578Scrum sucks.. Breaking news: Scrum is bad. | by Matteo Bianchi | Medium
blog.mb-consulting.dev/scrum-sucks-9960011fc5cf2024-06-26
Running a Raspberry Pi with a read-only root filesystem # Chris Dzombak
www.dzombak.com/blog/2024/03/Running-a-Raspberry-Pi-with-a-read-only-root-filesystem.html2024-06-10
How to use Prometheus for anomaly detection in GitLab
about.gitlab.com/blog/2019/07/23/anomaly-detection-using-prometheus2024-06-05
Extending Kubernetes Functionality: A Practical Guide to Custom Resource Definitions | by Gianluca Mardente | Jun, 2024 | ITNEXT
itnext.io/extending-kubernetes-functionality-a-practical-guide-to-custom-resource-definitions-ab00e45eccd62024-04-14
Running a Raspberry Pi with a read-only root filesystem
www.dzombak.com/blog/2024/03/Running-a-Raspberry-Pi-with-a-read-only-root-filesystem.htmlread only mode rpi
Scaling Go to 192 Cores with Heavy I/O · Jaz's Blog
jazco.dev/2024/01/10/golang-and-epoll2024-01-06
Plaintext World
plaintextworld.comThe challenges of configuring Kubernetes resources’ Requests & Limits in combination with HPA at Scale | by Alexandre Souza | Nov, 2023 | Medium
medium.com/@alexandre.highrollers/the-challenges-of-configuring-kubernetes-resources-requests-limits-in-combination-with-hpa-at-92177cb5a3782023-08-06
Run GitHub Actions on Your Local Machine! 🐙 💻 - DEV Community
dev.to/ken_mwaura1/run-github-actions-on-your-local-machine-bdmact
2023-07-25
GitHub - rhysd/actionlint: :octocat: Static checker for GitHub Actions workflow files
github.com/rhysd/actionlintgithub action linter
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.