📰 Dev.to · Alex Voste
8 articles · Updated every 3 hours · View all reads
All
Articles 76,698Blog Posts 102,401Tech Tutorials 18,716Research Papers 16,245News 13,278
⚡ AI Lessons

Dev.to · Alex Voste
2w ago
Performance tuning in progress
AEGIS was about hardening. The next phase is speed. Current benchmark snapshot from...

Dev.to · Alex Voste
2w ago
ForgeZero 3.1 “AEGIS”: Hardening a CLI Toolchain into a Secure Engineering Platform
We’ve just released ForgeZero v3.1.0 “AEGIS” — the largest architectural update since the project...

Dev.to · Alex Voste
2w ago
ForgeZero v3.0.0 “Gloria”: Building Toward Sovereign Engineering
In modern software development, a build system is no longer just a file pipeline—it’s the foundation...

Dev.to · Alex Voste
2w ago
fz 2.0.0 NEXUS — package manager, BLAKE3 cache, and cross-compilation for C/ASM
Yesterday I shipped 1.9.0. Got a solid mix of hate and genuinely useful feedback. Didn't sleep. Took...

Dev.to · Alex Voste
2w ago
I haven't slept properly in days. I'm building a package manager for C. And I regret nothing.
4 hours of sleep a night for the past few days. ForgeZero went from 1.0 to 1.9.0 in that time. This...

Dev.to · Alex Voste
2w ago
I built a build tool in Go — and now I'm slowly rewriting pieces in Rust (fz 1.9.0 release)
So I've been solo-building fz — a fast, opinionated build tool for C/ASM projects written in Go. No...

Dev.to · Alex Voste
3w ago
I got tired of typing nasm/ld/gcc by hand, so I built a tool that does it for me
If you've ever written assembly or C without CMake, Makefiles, or any build system — you know the...

Dev.to · Alex Voste
3w ago
ForgeZero: How I stopped fearing linkers and wrote a universal assembly builder (Node.js Go)
Hey everyone, low-level programmers and fellow weirdos. About two months ago, I was tinkering with a...
DeepCamp AI