Essays on code, math, tech and everything in-between.
What's the difference between Docker and VMs? A quick rundown.
📆 10 Jul '25 | 📋 Docker Linux Explainer
Implementing spinlock from one atomic instruction. Inspired by an advanced OS class.
📆 03 Jun '25 | 📋 C/C++ Concurrency
A stupid essay about some art I saw. Don't take this too seriously!
📆 30 May '25 | 📋 Essay Pop Philo Pop Tech
Why does some Rust code compile when it "violates" the borrow-checker rules? Hint: Non-lexical-lifetimes. Answering a common misconception from learners new to Rust.
📆 05 Apr '25 | 📋 Rust
A proof-of-concept MPMC message queue with only atomics for synchronization.
📆 16 Jun '24 | 📋 C/C++ Concurrency