A decade of Rust is celebrated with a new graphic of Ferris the crab, and an interview with its creator, Karen Rustad Tölva, discussing the mascot's origins and impact.
This article explores the design pattern of using a hypervisor as a library to integrate Linux compatibility into a new operating system, offering flexibility and performance benefits.
A Reddit user analyzes the evolution of Rust compiler error messages from version 1.0.0 onwards, highlighting improvements and interesting changes over time.
This article discusses how to improve error handling in Rust programs, focusing on providing informative error messages to users and ensuring the program behaves robustly in unexpected situations.
This article compares async/await and the calloop model for asynchronous programming in Rust, discussing their strengths, weaknesses, and suitability for different use cases, particularly in networking and GUI applications.
An interview with Astral's CEO, Charlie Marsh, discussing the company's mission to improve the Python ecosystem with high-performance tools built in Rust, like Ruff and uv.
Explore Tokio's lesser-known features like current-thread runtimes, seeded runtimes, and paused clocks for enhanced testing and task management in asynchronous Rust.
This article explores solutions in Rust for joining multiple threads immediately as they finish, similar to Python's `concurrent.futures.as_completed`, including handling potential panics and comparing different approaches.
This video is about Rust programming, memory performance, and latency, but viewers are advised to watch the 4K version instead due to processing issues.
An interview with Scanner's CTO, Steven Wu, discussing their petabyte-scale log search and analysis tool, Scanner, its architecture, optimizations, and the company's journey, culture, and tech stack, highlighting its speed and cost advantages over traditional solutions like Splunk.
A $20,000 bounty is offered for improving the performance of the Rust-based rav1d AV1 decoder to match or exceed the speed of its C-based counterpart, dav1d.