News
14 hours ago
Why Odin Deserves a Place Beside C, Zig, and Rust in Your Toolbox
I like many others initially dismissed Odin as that language that was primarily intended for game development.
1 day ago
The Project That Made Me Choose C Again
In a world dominated by modern programming languages, C remains a powerful choice for low-level system programming and efficiency.
2 weeks ago
Rewriting memcpy in Assembly: A Journey Into x86_64
A journey into implementing memcpy, going from a naive implementation to optimisations involving SIMD, instruction ordering, and s...
Aug 13, 2025
Go Interfaces: Favoring Composition Over Inheritance (With a Dash of Common Sens...
Coming from a language like C# or JavaScript, interfaces in Go can feel like a cruel joke.