The Daily Brief — Tech Edition

Daily tech news, edited and dated.

Edition of

Friday, 08 May 2026

Today’s edition gathers 79 stories from the wires of Ars Technica, The Register, Phoronix, and the front page of Hacker News. Headlines lead to the originating publication; where a discussion thread of substance exists, it is linked beneath the summary.

OpenZL 0.2 Released For Meta's Content-Aware Compression Software

Phoronix ·

Last October engineers at Meta announced OpenZL as a format-aware compression framework. OpenZL aims to be speedy yet capable of delivering high compression ratios depending upon what is being compressed. OpenZL is viewed as their next leap in data compression beyond their wonderful work on Zstandard (Zstd).

AMD's Local, Open-Source AI Can Now Easily Interact With Your Gmail

Phoronix ·

AMD software engineers continue rapidly advancing their open-source software efforts around local AI/LLM use on consumer-class Radeon and Ryzen hardware. AMD GAIA 0.17.6 was released on Thursday with more improvements for local AI processing on Windows, Linux, and even macOS. For those trusting enough in local LLM pipelines to do the right thing, there is even integration now for AMD GAIA to…

Linux Erroneously Thinks Intel Bartlett Lake CPUs Run At 7GHz

Phoronix ·

With Intel's recently-launched Bartlett Lake P-core-only processors intended for the embedded market, there is a rather surprising oversight under Linux: the Intel P-State driver reporting a 7.0+ GHz clock speed. While many would yearn for a 7GHz CPU, the Core 9 273PE where this issue was discovered in reality can only boost up to 5.7GHz for its maximum turbo frequency...

Dirty Frag Vulnerability Made Public Early: Root Privilege On All Distributions

Phoronix ·

One week after the Copy Fail vulnerability, a new Linux local privilege escalation bug has been made public. This time around there are no patches or CVEs yet for this "Dirty Frag" vulnerability as the embargo was broken early and thus the security researcher went ahead and published earlier than anticipated...

Linux 7.2 To Support Realtek RTL8159 10GbE USB Ethernet

Phoronix ·

The Realtek RTL8159 has been appearing in some 10G-rated USB network adapters at online retailers, some for less than $100 USD. But currently the RTL8159 is only supported by Realtek's out-of-tree Linux kernel driver, but fortunately there will be mainline support coming with the Linux 7.2 kernel this summer...

Flattened Image Tree 1.0 Specification For Embedded Linux Systems

Phoronix ·

The Flattened Image Tree "FIT" 1.0 specification was recently finalized for this container format used by U-Boot on embedded systems for providing various boot components like DTBs, the Linux kernel image, and more into a single file...

AMD Instinct MI350P: PCIe Add-In Card For High Performance Open-Source AI/Compute

Phoronix ·

While there is the AMD Instinct MI400 series coming this year, today AMD announced an interesting and arguably overdue offering for the Instinct MI350 series: the MI350P. The AMD Instinct MI350P is a PCIe add-in-card to add Instinct MI350 compute capabilities to existing PCIe 5.0 air-cooled servers as an alternative to the Open Accelerator Module (OAM) currently used by the Instinct MI350 series.

Linux Drivers For The AMD Elan SoCs From The 1990s On Track For Retirement

Phoronix ·

Merged for the current Linux 7.1 cycle was beginning to phase out the Intel 486 processor support from the mainline kernel moving forward. That initial step with Linux 7.1 was dropping the various Kconfig options to allow compiling Linux kernel builds for targeting various i486 platforms. As part of that, the AMD Elan SoC configuration patches were dropped.

KDE Plasma 6.7 To Provide A Much Better Experience For CPU-Based Rendering

Phoronix ·

KDE developer Xaver Hugl has whipped up another nice improvement for the upcoming Plasma 6.7 desktop release. Due to QtWidgets still relying on CPU-based rendering and finding the performance subpar with Wayland shared memory "wl_shm" usage, Xaver has leveraged UDMABUF for avoiding excess buffer copies to provide a much more fluid experience when dealing with CPU-based rendering / shared memory…

New GCC Back-End Proposed For WebAssembly

Phoronix ·

When it comes to compiling C/C++ code to WebAssembly (WASM), LLVM/Clang and other LLVM-based tooling has dominated the space. Nearly a decade ago was a proposal for a GCC WebAssembly back-end that ultimately never ended up being merged while now there is a new proposal for a WebAssembly back-end for the GNU toolchain...

SR-IOV Support Appears To Be Coming For Next-Gen Ryzen AI NPUs

Phoronix ·

AMD recently upstreamed Linux support for their next-gen AIE4 NPU. That next-gen AMD NPU support is expected to premiere in Linux 7.2 while this week an interesting new patch series has surfaced for SR-IOV support with those upcoming neural processing units...

Rust-Written Redox OS Sees Improvements For Running On Real Hardware

Phoronix ·

Redox OS is out with its status report for April 2026. During the past month this open-source, Rust-based operating system written from scratch has seen improvements for running on real hardware as well as a wide variety of other improvements for bettering this original OS project...

D7VK 1.9 Brings Some Hefty Performance Improvements

Phoronix ·

D7VK continues advancing for this Vulkan-based implementation of Direct3D 7 that also supports D3D 6 / 5 / 3 APIs too for vintage games ultimately rendered using the modern Vulkan API...

Mesa 26.1 Released With Many Improvements For Open-Source Vulkan Drivers

Phoronix ·

Eric Engestrom just announced another timely feature release of the Mesa drivers. Mesa 26.1 is out today for this collection of predominantly OpenGL and Vulkan drivers for a variety of hardware as well as the likes of Rusticl for OpenCL, Zink for OpenGL-on-Vulkan, various Windows acceleration components, and more...

Programming Still Sucks

Hacker News ·

Article URL: https://www.stvn.sh/writing/programming-still-sucks-fqffhyp Comments URL: https://news.ycombinator.com/item?id=48040269 Points: 631 # Comments: 308

Discussion: Hacker News thread →

Linux 7.2 To Integrate The AMDGPU "Power Module" To Better Align With Windows

Phoronix ·

Sent out today was a batch of "new stuff" for the AMDGPU graphics and AMDKFD compute kernel drivers that are ready for DRM-Next to queue until the Linux 7.2 merge window happens in June. Most notable is the introduction of the AMDGPU DC power module to better align with the Radeon power management behavior under Microsoft Windows...

Nouveau vs. NVIDIA R595 Linux Driver For Workstation Graphics Performance

Phoronix ·

When having the HP Z6 G5 A workstation in the lab for benchmarking, one of the curiosity-driven tests was seeing how well the latest open-source and upstream Nouveau driver stack is competing against the latest official NVIDIA R595 driver for workstations. The official NVIDIA Linux driver stack remains the best positioned software solution for RTX (PRO) hardware but Nouveau continues evolving…

Intel's Vulkan Linux Driver Now Supports Device Generated Commands "DGC"

Phoronix ·

Exciting yesterday in the land of Intel's open-source Vulkan driver "ANV" for Linux systems was introducing experimental support for descriptor heaps with the VK_EXT_descriptor_heap extension. Today there is another separate exciting development for this open-source Intel driver: Vulkan device generated commands are finally merged!..