2026-03-15
The Internet is Cool. Thank you, TCP | Moncef Abboud
cefboud.com/posts/tcp-deep-dive-internals2026-02-19
Handling Large Files and CRDs in Helm and the 1MB Release Limit - Personal Blog | Jan-Otto Kröpke
jkroepke.de/2026/02/handling-large-files-and-crds-in-helm-and-the-1mb-release-limit2025-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-11-08
Use a Sidecar Container to Read Logs from Another Container // Erik Horton
blog.erikhorton.com/2023/10/01/use-a-sidecar-container-to-read-logs-from-another-container.html#hashicorp-vault-audit-logs2025-08-08
The Campsite Rule
www.rubick.com/campsite-rule2025-07-30
SIGHUP Signal for Configuration Reloads
blog.devtrovert.com/p/sighup-signal-for-configuration-reloads2025-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-01-19
What's the Postgres server? | frn.sh
frn.sh/posts/postgres-server2025-01-12
disable oom group #IYKYK
github.com/kubernetes/kubernetes/pull/117793#issuecomment-2199463469disable oom group cgroup on kubernetes way
2024-12-02
LAN Party House
lanparty.houseEvolving my ergonomic setup (or, my laptop with extra steps) | nicole@web
ntietz.com/blog/evolving-ergo-setupUsing (only) a Linux terminal for my personal computing in 2024
neilzone.co.uk/2024/11/using-only-a-linux-terminal-for-my-personal-computing-in-20242024-07-19
How Many Maybe’s until Empathy? – Will Gallego
willgallego.com/2024/06/21/how-many-maybes-until-empathy2024-04-25
Why Everyone Should Learn To Write – Aditya Rohilla
adityarohilla.com/2020/11/15/why-everyone-should-learn-to-write2023-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-08-08
Unveil the Secret Ingredients of Continuous Delivery at Enterprise Scale with Argo CD - Yuan's Blog
terrytangyuan.github.io/2022/01/11/unveil-the-secret-ingredients-of-continuous-delivery-at-enterprise-scale-with-argocd-kubecon-china-20212023-08-05
The System Resiliency Pyramid
www.codereliant.io/the-system-resiliency-pyramidAdditional:
2023-08-04
Goldydocs
example.docsy.devdocsy; hugo documentation
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.