2026-06-01
Setting up eMMC on an Orange Pi - Michael Bianco
mikebian.co/setting-up-emmc-on-an-orange-pi2026-01-17
all pages
permacomputing.net/all_pages2025-08-23
My process to debug DNS timeouts in a large EKS cluster ยท Jack's home on the web
cep.dev/posts/eks-dns-timeouts-sudo-hostname-lookupsTIL Sudo need hostname lookups
Anubis
lock.cmpxchg8b.com/anubis.html2025-08-08
The Campsite Rule
www.rubick.com/campsite-rule2025-07-06
tc command
www.sambaiz.net/en/article/484#:~:text=tc is a command or,pods with the following annotatiton2025-06-12
ThinkPad T14s Gen 3 AMD Linux User Review + Tweaks
linuxblog.io/thinkpad-t14s-gen-3-amd-linux-user-review-tweaks#Extend_ThinkPad_Battery_life_on_Linux2025-06-02
Improving EC2 boot time from 4s to 2.8s to accelerate builds
depot.dev/blog/accelerating-builds-improve-ec2-boot-time2025-01-19
Using static websites for tiny archives
alexwlchan.net/2024/static-websites2024-12-02
Flouting the Internet Protocols with Tunnels
www.macchaffee.com/blog/2024/tunnelingLAN Party House
lanparty.house2024-06-10
How to use Prometheus for anomaly detection in GitLab
about.gitlab.com/blog/2019/07/23/anomaly-detection-using-prometheus2024-04-14
Optimizing SQLite for servers
kerkour.com/sqlite-for-servers2023-12-31
A Deeper Dive of kube-scheduler - Akila Welihinda
www.awelm.com/posts/kube-scheduler2023-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-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.