Tag

Rust

All articles tagged with #rust

technology17 days ago

Kconfirm Targets Linux Kernel's Kconfig Woes With Rust-Powered Cleanup Tool

A new Rust-based tool named Kconfirm is being developed to detect misuses and issues in the Linux kernel's Kconfig configuration system, including dead code, constant conditions, and invalid ranges, as well as dead links in help text. It has already helped surface problems like hundreds of duplicate dependencies in Linux 7.0, and, as of 7.1-rc2, raises alarms under its default checks (489 or 1,789 with extra checks) while patches for mainline consideration (RFC v2) are circulating on the Linux kernel mailing list.

Civil Case Over Rust Shooting Advances Toward Trial
entertainment1 month ago

Civil Case Over Rust Shooting Advances Toward Trial

A Los Angeles judge allowed Serge Svetnoy’s civil case against Alec Baldwin and the Rust production company to proceed toward trial, finding negligence and intentional infliction of emotional distress claims viable after Baldwin’s criminal case was dismissed in 2024; Svetnoy, who was near Halyna Hutchins when she was fatally shot, accuses the set of violating firearm-safety protocols, while Baldwin says he did not pull the trigger and had no duty to personally verify the gun’s contents; the trial is scheduled to begin Oct. 12 and involves other Rust personnel and the production company.

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

technology3 months 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.

technology3 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
security4 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.

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