Did you miss this weekβs top articles? Here are the five most read article on FOSS Force for the week that just ended. The post FOSS Forceβs Top Five Articles β For the Week Ending January 31, 2025 appeared first on FOSS Force.
Another great albeit overdue improvement for GNOME 50 has landed: Variable Rate Refresh "VRR" functionality for modern displays is now promoted and no longer treated as an experimental feature...
KDE Plasma developers remain quite busy preparing for the Plasma 6.6 desktop release coming up in a little more than two weeks while at the same time continuing to land early features for the Plasma 6.7 release coming later in the year...
For those interested in the Dolby Digital Plus "Enhanced AC-3" audio compression format for open-source software, the last of the patents for this widely-used format by streaming services and more appears to have expired...
GNOME developers had a busy week in preparing for the GNOME 50 beta release, many GNOME developers attending FOSDEM this weekend in Brussels, and other happenings...
The third Ubuntu 26.04 snapshot is out, giving you an easy way to test the 'Resolute Raccoon' ahead of its stable release in April. Details and links inside.
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 [β¦]
Emergency Tails 7.4.1 update patches critical OpenSSL flaws that could let malicious Tor relays deanonymize users. The post Tails 7.4.1 Ships Fast to Patch OpenSSL Bug Threatening Anonymity appeared first on FOSS Force.
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 [β¦]
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.
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...