2026-01-17
all pages
permacomputing.net/all_pages2025-11-10
Trixter: A Chaos Proxy for Simulating Network Faults | Viacheslav Biriukov
biriukov.dev/posts/trixter-chaos-proxy#why-trixter-vs-gnulinux-tc-netem-kernel-network-emulatorChaos Engineering and Network Fault Injection
2025-09-13
“Bro, ban me at the IP level if you don't like me!”
boston.conman.org/2025/08/21.12025-08-01
adr
docs.wantedly.dev/fields/dev-process/adr2025-07-30
SIGHUP Signal for Configuration Reloads
blog.devtrovert.com/p/sighup-signal-for-configuration-reloads2025-07-06
OpenTelemetry Resource Attributes: Best Practices for Kubernetes · Dash0
www.dash0.com/guides/opentelemetry-kubernetes-attributes-best-practicesTunneling SSH over HTTPS
blog.frost.kiwi/ssh-over-https-tunneling2025-01-12
disable oom group #IYKYK
github.com/kubernetes/kubernetes/pull/117793#issuecomment-2199463469disable oom group cgroup on kubernetes way
2024-12-02
Flouting the Internet Protocols with Tunnels
www.macchaffee.com/blog/2024/tunneling2024-02-10
Hiring Challenge: Smallest golang Websocket Client
dyte.io/blog/hiring-challenge-smallest-golang-websocket-client2024-02-08
From Docker Container to Bootable Linux Disk Image
iximiuz.com/en/posts/from-docker-container-to-bootable-linux-disk-imagedocker to bootable linux
2023-12-06
Reliability Engineering Mindset - Alex Ewerlöf Notes
blog.alexewerlof.com/p/book-intro-reliability-engineering2023-10-02
Kube-Prometheus-Stack And ArgoCD 2.3 - How to remove a workaround
blog.ediri.io/kube-prometheus-stack-and-argocd-23-how-to-remove-a-workaround#heading-application-ii-sync-options-replace2023-08-11
Graceful behavior at capacity - Made of Bugs
blog.nelhage.com/post/systems-at-capacity2023-07-25
github action cheatsheet and structure image^
miro.medium.com/v2/resize:fit:1364/1*8mUtip6z_oydfLi4P86KUw.pngGitHub - 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.