My Thoughts on the Bun Rust Rewrite!
Architectural Implications of Language Migration in High-Performance Runtimes: The Bun Case...
Tag archive
Architectural Implications of Language Migration in High-Performance Runtimes: The Bun Case...
I wrote an event loop using epoll in C this week and I was surprised at how easy it was! But... TCP...
https://github.com/AlexanderRamancha/nxu NXU is an open-source ARM64 operating system project...

Originally published at norvik.tech Introduction Explore the growing relevance of Zig...

Originally published at norvik.tech Introduction Explore Rux, a new systems programming...
Head-to-head comparison of Rust, Go, and Zig for systems programming in 2026 — performance, safety, ecosystem, learning curve, and when to choose each.
Learn Rust from a JavaScript/TypeScript perspective — ownership, borrowing, async, and building your first Rust project with practical comparisons.

A practical look at sp.h and the recurring attempt to fix C's standard library — what to evaluate, when these libraries help, and when they don't.
💡 Understanding union vs std::variant in C++ (from low-level to modern safety) Let’s start with a...
As developers, we're always on the lookout for ways to improve our craft. For those interested in 3D...
In the journey of creating a new programming language, there's a moment when the focus shifts from...

There is much to be said for the merits of eBPF when it comes to the common problems of network...