Tag

Rust

All articles tagged with #rust

technology4 days 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.

technology25 days 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
security1 month 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.

technology1 month 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
gaming1 month 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.

technology2 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.

technology2 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.