6d ago · 13 min read · Every time I pushed to GitHub, the ritual was the same: SSH into the server, git pull, restart the process (hoping the port was free), and pray nothing broke. Logs were scattered, rollbacks were manua
Join discussionMay 2 · 7 min read · Consider the digital photograph. To the human eye, it is a continuous, evocative memory. May it be a face, a landscape, a fleeting moment of light and shadow. But beneath the veneer of human perceptio
Join discussion
Apr 23 · 6 min read · If you've ever stared at a cryptic segmentation fault message in C, wondering what on earth you did wrong, I promise you’re not alone. I remember the exact moment pointers finally clicked for me: it was late at night, debugging a real program for a c...
Join discussionApr 11 · 6 min read · If you’ve ever wondered whether Rust and WebAssembly could really outperform Java microservices for AI workloads at the edge, I’ve got some real-world experience to share. I spent months migrating our LLM (Large Language Model) microservices from a c...
Join discussionApr 7 · 6 min read · An in-memory vector database in C# stores and queries high-dimensional vector embeddings entirely in RAM. This architecture enables lightning-fast AI and semantic search operations, allowing AI agents and applications to access relevant information a...
Join discussion