Tag

Rust

All articles tagged with #rust

technology1 month ago

Rust Coreutils 0.7 Brings Broad Performance Optimizations

Rust Coreutils 0.7 is a performance-focused release that speeds up dozens of utilities with faster hash maps, ASCII fast paths, and reduced malloc allocations, while refactoring unsafe Rust code for safer abstractions; GNU Test Suite compatibility sits at 94.5% after adding 19 new tests from GNU Coreutils 9.10, with more tests causing increased skips and failures; the update also includes build fixes for NetBSD and PowerPC and is available on GitHub.

technology1 month ago

AI-assisted Rust port of LibJS powers Ladybird in two weeks

Ladybird’s lead developer ported LibJS, the browser’s JavaScript engine, from C++ to Rust in about two weeks using human-directed prompts and multiple AI reviews, achieving byte-for-byte identical output between the Rust port and the original C++ baseline; the thread also explores Rust’s role in browser development, interop with C++, and the broader implications of AI-assisted coding in large projects.

technology2 months ago

Rust Coreutils Pushes Toward Full GNU Compatibility Amid Ubuntu Adoption

Rust Coreutils is advancing toward full GNU Coreutils compatibility, with FOSDEM 2026 highlighting Ubuntu 25.10’s adoption, rapid bug fixes, and ongoing cross‑platform improvements; the project aims to mirror Rust‑based success for other Linux tools, supported by growing contributions and a slide deck/video from the talk available at fosdem.org.

WhatsApp Scales Up Security with Rust-Powered Media Checks
security2 months ago

WhatsApp Scales Up Security with Rust-Powered Media Checks

WhatsApp deployed a Rust-based media library across billions of devices, replacing 160k lines of C++ with 90k lines of Rust to boost memory-safety and performance. Sparked by the Stagefright vulnerability, the rollout used fuzzing and tests to ensure compatibility, and introduced Kaleidoscope checks to flag dangerous, non-conformant, or spoofed files. The effort spans Android, iOS, Mac, Web, wearables, and more—the largest Rust deployment on client-side platforms—and signals broader Rust adoption for defense-in-depth security.

technology2 months ago

Cursor's 'autonomous' browser claim buckles under scrutiny and borrowed code

Skeptics scrutinize Cursor’s claim of an autonomous, from-scratch browser built by hundreds of AI agents. Discussion shows the project uses open-source components (notably Servo) and only reached a compiling state after human intervention, with doubts about actual JS execution and browser functionality. Critics say the hype outpaced verifiable evidence of a working browser built entirely by autonomous agents.

Rust director bids $25M to save New World, unclear if serious
gaming2 months ago

Rust director bids $25M to save New World, unclear if serious

Rust director Alistair McFarlane offered $25 million to buy Amazon's struggling MMO New World as it heads toward shutdown, urging a community-led approach with publicly hostable servers; whether the bid is serious is unclear and Amazon has not commented, but the move underscores New World's troubles and has drawn attention from other developers, including Hytale's creator.

technology3 months ago

Linux Kernel 2025: Rust Integration and Security Enhancements

The article reviews the most significant Linux kernel developments in 2025, including increased Rust integration, community decisions on file systems like Bcachefs and Btrfs, hardware support updates, and Linus Torvalds' commentary on kernel policies and architecture proposals, highlighting ongoing innovation and challenges in kernel development.

technology3 months ago

The Rise of UV Speed

The article discusses how uv's impressive speed improvements stem from treating Python packaging as a well-defined systems problem, rather than solely relying on a Rust rewrite. It highlights the importance of standardization, good tooling, and the influence of commercial projects in overcoming longstanding issues in Python's ecosystem, emphasizing that language choice is less critical than thoughtful design and implementation.