2026-03-14
Just a moment...
medium.com/@simeonov1992/mastering-kubernetes-statefulsets-expanding-pvcs-without-downtime-or-gitops-drift-229f8913a3072026-01-17
SFMF / RESOURCES
smallfile.ca/resourcesSmall File Media Society
all pages
permacomputing.net/all_pages2025-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-23
Anubis
lock.cmpxchg8b.com/anubis.html2025-05-18
ISTIO METADATA HEADER
janine.pcfe.net/posts/2022-10-10-istio-envoyfilter-strip-headers2025-01-19
My solar-powered and self-hosted website | Dries Buytaert
dri.es/my-solar-powered-and-self-hosted-websiteHow does the Kernel handle TCP requests? | frn.sh
frn.sh/posts/sockets2024-12-25
Caddy config
caddy.ninja2024-12-02
Go Profiling in Production
blog.oodle.ai/go-profiling-in-production2024-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-09-18
Chaos Mesh
gasidaseo.notion.site/Chaos-Mesh-c78b7ce9d31e4dd7aa611c37d66266bb2024-06-17
Block AI training on a web site
blog.zgp.org/block-ai-training-on-a-web-site2024-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
2024-01-17
Discover How We Reduced Our Cloud Costs by 30Â percents | skeepers
techblog.skeepers.io/how-we-manage-to-reduce-our-cloud-costs-by-25-percents-3f8c26db704a2023-12-31
A Deeper Dive of kube-scheduler - Akila Welihinda
www.awelm.com/posts/kube-scheduler2023-09-22
Just a moment...
askubuntu.com/questions/791961/how-do-i-access-dcim-folder-on-iphone2023-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.