Exploring science,
sharing knowledge.

Writing about computer science, low-level systems, AI experiments, and things I've built.

C / C++ Linux Open source AI experiments Networking

Latest articles

Introduction to DNS

How domain name resolution works under the hood — from your browser to root servers and back.

Latest from the blog

Tutorials

GDB step-by-step debugging

A practical walkthrough of debugging C programs with GDB — breakpoints, watchpoints, and reading stack frames.

→ achint/gdb-tutorial