What Actually Happens When You Press ^C?
You know that moment when magic becomes real? This is about that moment.
October 19, 2025 · 8 min read · c, low-level
Nerds Like to Ping
The most powerful network diagnostic tool you'll ever use is 1,000 lines of code written in a single evening in 1983.
October 17, 2025 · 10 min read · networking, c
Beyond %d: The Hidden World of printf Formats That Most Devs Never Use
Bet you only use %d in your printf statements. Time to discover %x, %o, %b and unlock debugging superpowers you never knew existed.
August 18, 2025 · 6 min read · programming, debugging