AI from First Principle less than 1 minute read Published: August 09, 2025Hi, Bro Interviewing is a skill and the more skillful you are, the better the results will be.Share on Bluesky Facebook LinkedIn X (formerly Twitter) Previous Next
How to Build a Build System in C 15 minute read Published: April 27, 2026“Don’t use Make. Use C.” — A philosophy for engineers who want full control.
YTube Downloader — A Native C Command-Line Tool 13 minute read Published: April 27, 2026No Python. No Node. No shell scripts. Just C, fork(), and execvp() calling yt-dlp at full speed.
Automated LaTeX Research Writing Environment 18 minute read Published: April 27, 2026“Write-Once, Compile-Anywhere” — A containerized academic paper workflow using Docker, VSCode, and TeX Live.
System Design Part 1 6 minute read Published: April 10, 2026System Design from First Principle - The Natural Science of Softwares