Hemant Pandey

phemantics

I study and build computer systems. This is where I write about experiments, engineering ideas, and things that changed how I think.

Writings

all writing

2026

Learning Lenses

On doing something tangentially related you are familiar with to learn a new concept.

2025

Shy Code

An antipattern I see often in intertwined code

Learning about format string vulnerabilities

Sometime last year, I took part in the company hackathon and came across some nice questions which were fun to solve. This post is about learning how to exploit unsafe uses of printf in C code.