TIL: October 8, 2025 - Weekly Reading: Programming and Kubernetes
Programming
Processes and Threads – Ben Dicken, PlanetScale
A simple overview of the processes, how they are multiplexed on a CPU, how
they use memory, and how they differ from threads. It’s a bit simplistic
though and I didn’t l...
TIL: August 25, 2025 - Weekly Reading: Kubernetes swap, and beating Dijkstra's algorithm
Kubernetes
Tuning Linux Swap for Kubernetes: A Deep
Dive
– Ajay Sundar Karuppasamy
With the new NodeSwap
feature
becoming stable in Kubernetes 1.34, using Linux swap in Kubernetes clusters
becomes more viable as a way to deal w...