Latest Linux and open source news from around the web

Cat6 Ethernet Cable 5-Pack Sponsored · View on Amazon → Logitech MX Master 3S Mouse Sponsored · View on Amazon →
Fedora Magazine

Contribute to Fedora 44 KDE and GNOME Test Days

Fedora test days are events where anyone can help make certain that changes in Fedora Linux work well in an upcoming release. Fedora community members often participate, and the public is welcome at these events. If you’ve never contributed to Fedora before, this is a perfect way to get started. There are two test periods […]

OMG! Ubuntu

Microsoft PowerToys Proposal Adds Linux-style UI to Windows

Microsoft appears to be taking a cue from Linux with a new Command Palette Dock proposal for PowerToys. This would let Windows users add a second panel to their desktop with widgets, flexible positioning, and custom theming. Functionality that is standard across most Linux desktop environments (for decades), and a reminder of how inflexible Windows and its Taskbar are by default. The idea, posted by Microsoft designer Niels Laute on GitHub, is to add a Command Palette Dock in PowerToys to compliment the (popular) Command Palette. Command Palette is a newer PowerToys feature that provides a keyboard-driven launcher for extensions […]

LWN.net

[$] Compiling Rust to readable C with Eurydice

A few years ago, the only way to compile Rust code was using the rustc compiler with LLVM as a backend. Since then, several projects, including Mutabah's Rust Compiler (mrustc), GCC's Rust support (gccrs), rust_codegen_gcc, and Cranelift have made enormous progress on diversifying Rust's compiler implementations. The most recent such project, Eurydice, has a more ambitious goal: converting Rust code to clean C code. This is especially useful in high-assurance software, where existing verification and compliance tools expect C. Until such tools can be updated to work with Rust, Eurydice could provide a smoother transition for these projects, as well as a stepping-stone for environments that have a C compiler but no working Rust compiler. Eurydice has been used to compile some post-quantum-cryptography routines from Rust to C, for example.

Phoronix

AI Code Review Prompts Initiative Making Progress For The Linux Kernel

Chris Mason, the longtime Linux kernel developer most known for being the creator of Btrfs, has been working on a Git repository with AI review prompts he has been working on for LLM-assisted code review of Linux kernel patches. This initiative has been happening for some weeks now while the latest work was posted today for comments...