Essays on code, math, tech and everything in-between.
Braindump about IP addresses
📆 30 May '25 | 📋 Networking
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
We built a race car for a RTOS course. We made it pretty responsive with some trivial state caching.
📆 01 Feb '24 | 📋 CG2271 RTOS
A guide to boot into different Linux kernels for whatever (cursed) reason.
📆 20 Jan '24 | 📋 Essay Linux