News
I Rewrote My CLI in Zig — and Didn’t Miss the Borrow Checker Once
Exploring why Zig often feels more practical than Rust for real-world CLI tools, focusing on memory management, developer ergonomi...
rust-lld: How It Can Give You Faster Linking Times
rustc will use rust-lld by default on x86_64-unknown-linux-gnu on nightly to significantly reduce linking times.
Rust 1.80.0: Exclusive Ranges in Patterns, Stabilized APIs, and More
Rust ranged patterns can now use exclusive endpoints, written a..b or ..b similar to the Range and RangeTo expression types.
Transitive Dependency Version Resolution in Rust and Java: Comparing the Two
You learn by comparing to what you already know. I was recently bitten by assuming Rust worked as Java regarding transitive depend...
The Ins and Outs of Rust 1.81.0
1.81 stabilizes the Error trait in core, allowing usage of the trait in #![no_std] libraries. This primarily enables the wider Rus...
Rust at the Edge: How Rust Improves AI Systems for Real-Time Computer Vision in...
By bridging deep learning research in Python with safe, high-performance deployment in Rust, we could unlock the true potential of...
Inside the Bonkers DIY Project to Corral Every Gadget Rumor on Earth
A devblog about me attempting something insane.
