Login to get more features including translations and can subscribe to get daily digest and more.

2025-05-09

Rusty Nu POSIX
The GNU is Dead! Long Live the GNU!

2025-05-08

Beating the fastest lexer generator in Rust (2023)
This blog post takes a look at a popular Rust crate for generating lexers, and my attempt to outperform it.
Memory Safety Features in Zig
Memory safety is a cornerstone of Zig’s design philosophy. While maintaining the performance benefits of manual memory management, Zig incorporates sophis

2025-05-07

A Rust API Inspired by Python, Powered by Serde
Years ago, I worked on reimplementing some Python code in Rust and needed to adapt Python’s dynamic reflection capabilities (aka __getattr__) to the strict and …