T

Tejas Mahajan

(he/him)

Experimenting...

Posts by Tejas Mahajan

The Semiotic Entropy of Pictographic Reduction

A Quantified Analysis of Lossy Emotional Compression in Digital Intercourse(Emojis)

January 20, 2026 · 6 min read · information-theory, social-engineering

The Metabolic Cost of Mediocrity

An Analysis of Why You Refuse to Utilize Your Prefrontal Cortex

January 19, 2026 · 12 min read · 1 · psychology, thermodynamics

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.

January 17, 2026 · 8 min read · meta, web-dev

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

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.

October 9, 2025 · 15 min read · algorithms, computer-science

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

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.

May 1, 2025 · 12 min read · algorithms, data-structures