2025-11-08
32-Bit Cafe
32bit.cafe/websiteideas2025-08-08
The Campsite Rule
www.rubick.com/campsite-rule2025-06-03
🔄 12 CronJobs Every Kubernetes Cluster Should Run | by Devops Trainer | May, 2025 | Medium
medium.com/@shankarrudra36/12-cronjobs-every-kubernetes-cluster-should-run-c98e6e517bab#bypassGrafana 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-08
The Biggest Shell Programs in the World · oils-for-unix/oils Wiki · GitHub
github.com/oils-for-unix/oils/wiki/The-Biggest-Shell-Programs-in-the-World2024-10-19
How the CSI (Container Storage Interface) Works
sklar.rocks/how-container-storage-interface-works2024-04-25
The System Design Template I Use – Aditya Rohilla
adityarohilla.com/2022/03/22/the-system-design-template-i-useWhy Everyone Should Learn To Write – Aditya Rohilla
adityarohilla.com/2020/11/15/why-everyone-should-learn-to-write2024-04-14
Scaling Go to 192 Cores with Heavy I/O · Jaz's Blog
jazco.dev/2024/01/10/golang-and-epoll2024-02-10
Kubernetes: Don't use NodeLocal DNSCache on GKE… - Signicat
www.signicat.com/blog/dont-use-nodelocal-dnscache-on-gkekube dns gke
2024-02-08
Seamless data exchange with Kafka Connect and Strimzi on Kubernetes at Decathlon | by Thomas Dangleterre | Decathlon Digital | Jan, 2024 | Medium
medium.com/decathlondigital/seamless-data-exchange-with-kafka-connect-and-strimzi-on-kubernetes-at-decathlon-e6f81d0345352024-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-3f8c26db704a2024-01-06
Plaintext World
plaintextworld.com2023-08-11
Graceful behavior at capacity - Made of Bugs
blog.nelhage.com/post/systems-at-capacity2023-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-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.