The Semiotic Entropy of Pictographic Reduction
A Quantified Analysis of Lossy Emotional Compression in Digital Intercourse(Emojis)
The Metabolic Cost of Mediocrity
An Analysis of Why You Refuse to Utilize Your Prefrontal Cortex
Why I Rebuilt My Website (Again)
v4 is here. ASCII art loaders, liquid glass docks, live CP stats, and the most beautiful RSS feed you have ever seen. Built on Astro with obsessive attention to detail.
What Actually Happens When You Press ^C?
You know that moment when magic becomes real? This is about that moment.
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.
Git Diff Is Just LCS
Every CS student grinds LCS problems on LeetCode. But do they know it powers git diff? A deep dive into the Hunt-McIlroy algorithm and why your DSA practice is more relevant than Twitter debates suggest.
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.
The Curious Case of Bloom Filters: When "Maybe" Is Good Enough
A deep dive into the elegant mathematics and practical applications of Bloom filters — probabilistic data structures that trade perfect accuracy for astonishing space efficiency.