ARM Give a man a fire and he's warm for a day, but set fire to him and he's warm for the rest of his life (Terry Pratchett, Jingo)

Mesa's Terrific Year With Better Vulkan Ray-Tracing, NVK Progress & Same-Day Vulkan 1.4

([Mesa] 30 December 09:00 AM EST Mesa 2024)

The open-source Mesa 3D graphics driver had a rather great year with a number of performance optimizations landing, on-time support for Intel Lunar Lake and Battlemage Xe2 graphics, early AMD RDNA4 support, multiple drivers having same-day Vulkan 1.4 support, the continued progress of the open-source NVIDIA NVK Vulkan driver, and much more thanks to the contributions of Intel, AMD, Valve, and other organizations -- even Microsoft's continued merge requests!



RadeonSI Driver Now Uses ACO By Default For Pre-RDNA GPUs

([Mesa] 30 December 07:08 AM EST Mesa 25.0 RadeonSI)

As a very interesting end-of-year change for Mesa 25.0, AMD is now using the ACO compiler by default for pre-GFX10 (before RDNA / Navi) GPUs with the RadeonSI Gallium3D driver.



AMD's GPUOpen Vulkan Memory Allocator Now Supports Vulkan 1.4

([Radeon] 30 December 06:26 AM EST Vulkan Memory Allocator 3.2)

AMD's GPUOpen team managed to squeeze in a new Vulkan Memory Allocator release into 2024. As a reminder this is a easy to use/integrate Vulkan memory allocation library for both Windows and Linux systems with hopes of making memory allocation and resource creation more easier like with Direct3D 11 and OpenGL.



Updated Serpent OS Alpha Brings Few Fixes To This Original Linux Distribution

([Operating Systems] 30 December 06:38 AM EST Serpent OS Alpha Update)

Last week Ikey Doherty's Serpent OS Linux distribution debuted in alpha form while kicking off the new week is updated install media to provide a few fixes for this original from-scratch Linux distribution.



xxHash 0.8.3 Brings Runtime Vector Extension Handling For x86/x86_64

([Free Software] 30 December 06:17 AM EST xxHash 0.8.3)

Meta's Yann Collet of Zstd fame is rounding out 2024 by releasing xxHash 0.8.3 as the newest update to this extremely fast non-cryptographic hash algorithm. The xxHash fast hash algorithm pushes for RAM speed limits and with the v0.8.3 update brings more enhancements.



Linux 6.13-rc5 Released To Cap Off Linus Torvalds' Birthday Week

([Linux Kernel] 29 December 04:30 PM EST Linux 6.13-rc5)

The holiday between Christmas and New Year's is... Linus Torvalds' birthday on 28 December. Capping off the Linux creator's 55th birthday week is the Linux 6.13-rc5 kernel release.



KDE Amarok 3.2 Music Player Released With Initial Qt6/KF6 Support

([KDE] 29 December 04:00 PM EST Amarok 3.2)

Back in April was the release of the Amarok 3.0 music player for KDE after a six year hiatus and their first version ported to using the Qt5 toolkit and KDE Frameworks 5. Now in ending out 2024, the Amarok team has released an updated version of this open-source music player that provides initial support for the Qt6 toolkit and KDE Frameworks 6.



Benchmarking The AMD INVLPGB Linux Kernel Patches For Better Performance

([Software] 29 December 04:15 PM EST 9 Comments)

Last weekend a Meta engineer posted Linux kernel patches to make use of the AMD INVLPGB instruction for broadcast TLB invalidation. The Linux kernel can in turn invalidate TLB entries on remote CPUs without needing to send IPIs and without having to wait for remote CPUs to handle those interrupts. Synthetic benchmarks shown in that patch series were very promising and thus I carried out some benchmarking over the holidays of this AMD INVLPGB support for the Linux kernel.



Kdenlive Preparing For An Exciting 2025 With Background Removal Tool & More

([KDE] 29 December 10:15 AM EST Kdenlive Video Editor)

The KDE app Kdenlive that is a very popular and featureful open-source video editor is preparing for an exciting 2025.



Faster USB Performance For xHCI DbC Coming With Linux 6.14 Plus A 10 Year Old Bug Fixed

([Hardware] 29 December 09:45 AM EST USB xHCI DbC)

Thanks to work from Intel engineers, the upcoming Linux 6.14 kernel cycle will feature faster USB xHCI DbC performance for debug performance and a few other missing xHCI bits being addressed. Plus there is a fix for a rare 10 year old USB bug report.



Ubuntu's Great Year From 24.04 LTS To Focusing More On Performance Optimizations

([Ubuntu] 29 December 07:01 AM EST Ubuntu 2024)

From my independent monitoring, Ubuntu Linux had a pretty great year. Ubuntu 24.04 LTS shipped and has been well received across enterprises, Canonical engineers have been focusing more on performance optimizations for Ubuntu, and there has been other interesting changes like their new commitment to always ship the latest upstream Linux kernel version as of Ubuntu release time. Plus they have continued with various GNOME desktop improvements, Ubuntu on servers continues with steady traction, and all-around was a pretty exciting year for the Ubuntu camp.



Apple DWI Backlight Linux Driver Updated For Various iPhones, iPods & iPads

([Apple] 29 December 06:49 AM EST Apple DWI Backlight)

While Linux 6.13 is introducing basic support for various Apple iPads and iPhones using A-series SoCs, the support is just that: basic. Various feature limitations remain for those dreaming over the prospects of running Linux on older Apple mobile devices. One of various feature limitations remaining are around backlight control for different models and for that there is the Apple DWI backlight driver for Linux that continues to be hacked on.



Fish Shell Outlines Their Successes & Challenges Going From C++ To Rust

([Programming] 29 December 06:53 AM EST Fish Shell Rust Port)

Earlier this month the Fish Shell 4.0 went into beta with the C++ code ported to Rust. Now with most of the Fish Shell code transitioned to Rust, the project put out a blog post this weekend outlining the successes and challenges they have encountered in porting their large C++ codebase to Rust.



Linux 6.13-rc5 To See Fix For Intel TDX CoCo VMs Potentially Leaking Decrypted Memory

([Intel] 29 December 06:24 AM EST Intel TDX VM Fix)

The x86 fixes pull request was sent out this morning ahead of the Linux 6.13-rc5 kernel being released later today. Both x86 fixes this week pertain to Intel bits: a self-test issue on upcoming Intel FRED (Flexible Return and Event Delivery) systems and also an issue of Intel TDX confidential computing VM guests potentially leaking decrypted memory within the unrecoverable error handling.



NVIDIA Made Great Strides With Their Open-Source Kernel Code & Wayland Support In 2024

([NVIDIA] 28 December 11:37 AM EST NVIDIA 2024)

This year NVIDIA's official Linux graphics driver enjoyed much more robust Wayland support, their open-source kernel modules have matured greatly and are now being used by default, and their proprietary Vulkan and OpenGL drivers remain in good standing for performant Linux gaming and workstation graphics. NVIDIA's Linux driver stack had a rather great year.



A "Safe C++" Being Explored Using The New ClangIR

([LLVM] 28 December 09:00 AM EST Safe C++ With ClangIR)

An interesting "request for comments" proposal I have been meaning to write about since last month is in-development work developing "Safe C++" as an extension to the LLVM Clang compiler and making use of the new, in-development ClangIR.



FFmpeg Lands Improved Support For Flash Video "FLV" With Multi-Track Audio/Video

([Multimedia] 28 December 08:45 AM EST FFmpeg + FLV)

It wasn't on my bingo card for end of year 2024 but the widely-used FFmpeg multimedia library has seen a new round of improvements to the Flash Video (FLV) support.



Fedora's Captivating 2024 With Many New Features & Leading Innovations

([Fedora] 28 December 06:41 AM EST Fedora 2024)

The Fedora Linux distribution had another great year with the successful releases of Fedora 40 and Fedora 41 that were both rather polished and largely on-time -- something that couldn't be said frequently of Fedora releases long ago. Fedora Linux has continued pushing leading edge innovations into their distribution thanks to the sponsorship and upstream contributions of Red Hat engineers. 2024 was a rather successful year for this high grade Linux distribution.



FSF Encouraging Pressure Campaign On Microsoft For 2025

([Microsoft] 28 December 06:33 AM EST Pressuring Microsoft)

Looking for a 2025 New Year's resolution? The Free Software Foundation (FSF) is encouraging a pressure campaign on Microsoft to continue.



GIMP 3.0 RC2 Released With Bug Fixes Plus A Few Last Minute Features

([Free Software] 27 December 07:16 PM EST GIMP 3.0 RC2)

The long-awaited GIMP 3.0 image editing program that is a free software alternative to Adobe Photoshop will not see its stable release in 2024... But just before the New Year, the GIMP 3.0 Release Candidate 2 is now available for testing.



More

Bond reflected that good Americans were fine people and that most of them
seemed to come from Texas.
-- Ian Fleming, "Casino Royale"