Posts
All the articles I've posted.
Copy Fail, Containers, and Cornela: Detecting Shared-Kernel Risk
Published: at 12:25 PMUnderstanding CVE-2026-31431, how page-cache corruption can become container escape risk, and how Cornela helps detect the kernel signals behind it.
The "System Operator" Shift: Why AI Agents Won’t Replace Senior Engineers
Published: at 08:16 AMAI has become the ultimate "sledgehammer" for boilerplate, but the "scalpel" of the Senior Architect is irreplaceable. This article explores the transition from code-worker to system operator and why deep technical mastery is the only way to command the next generation of AI agents.
Memory Locality, Optimize Your Go Code
Published: at 09:26 AMWhat's the different when you see Go code using []*structs or []structs? Choosing which approach and understand what happen behind that code is important when you want to write high performance code.