The Daily Brief — Tech Edition

Daily tech news, edited and dated.

← Archive

Saturday, 04 July 2026

73 stories filed.

UPower 1.91.3 Fixes Behavior To Avoid Degrading Your Laptop Battery Faster

Phoronix ·

The UPower abstraction layer used for power management on Linux systems, especially laptops and desktops, is out with an important fix today to avoid inadvertently falling back to the laptop battery "fast" charging mode on some laptops that in turn could degrade your laptop battery faster...

Vulkan Adds Extension For OCP's Microscaling MX Formats To Help Machine Learning

Phoronix ·

Vulkan 1.4.356 is out today and it's interesting for the lone new extension debuting: VK_EXT_shader_ocp_microscaling_types. The VK_EXT_shader_ocp_microscaling_types is for enabling the Open Compute Project's Microscaling MX data types to help with machine learning workloads with Vulkan...

Costco is the anti-Amazon

Hacker News ·

Article URL: https://phenomenalworld.org/analysis/the-anti-amazon/ Comments URL: https://news.ycombinator.com/item?id=48776044 Points: 167 # Comments: 134

Discussion: Hacker News thread →

Factories are just rooms

Hacker News ·

Article URL: https://interconnected.org/home/2026/07/03/factories Comments URL: https://news.ycombinator.com/item?id=48776035 Points: 142 # Comments: 57

Discussion: Hacker News thread →

Coreboot + AMD openSIL On MSI Ryzen Motherboard Now Works With Windows 11

Phoronix ·

With 3mdeb's Dasharo port of AMD openSIL and Coreboot running on the Gigabyte EPYC motherboard, 3mdeb engineers have been devoting more time to their bring-up of Coreboot+openSIL on the MSI PRO B850-P consumer motherboard for desktop AMD Ryzen. They now even have Microsoft Windows 11 working atop this open-source firmware alternative along with other features implemented...

The Fall and Rise of Screwworm

Hacker News ·

Article URL: https://www.construction-physics.com/p/the-fall-and-rise-of-screwworm Comments URL: https://news.ycombinator.com/item?id=48774492 Points: 115 # Comments: 44

Discussion: Hacker News thread →

Rust Coreutils cp Ended Up Breaking Ubuntu Image Builds With Latest Incompatibility

Phoronix ·

While the Rust Coreutils offers better memory safety than GNU Coreutils due to being written in the Rust programming language, subtle incompatibilities continue to be spotted in the Rust Coreutils implementations of the different commands. The latest coming to light this week was the Rust Coreutils cp command breaking Ubuntu image builds due to differences in argument handling...

Intel Prepares More Nova Lake Graphics/Display Enablement For Linux 7.3

Phoronix ·

On Thursday Intel sent out their first batch of Intel kernel graphics driver changes of new feature material targeting the Linux 7.3 kernel. This first batch of drm-intel-next for v7.3 continues to focus heavily on lining up Nova Lake's Xe3P integrated graphics/display support...

NVIDIA VR-NVL BMC Device Tree Being Upstreamed For OpenBMC Support

Phoronix ·

NVIDIA's latest Linux kernel mailing list patches are for providing the Device Tree for the baseboard management controller (BMC) of their Vera Rubin VR-NVL server platform. With the Linux kernel patches and also for U-Boot, it's part of the upstreaming effort for supporting the open-source OpenBMC software on their latest hardware...

Linux Preparing To Retire Its 32-bit MSR Interfaces

Phoronix ·

Currently measuring in at 32 patches, SUSE engineer Juergen Gross has been leading the effort to end the Linux kernel's usage of their 32-bit model specific register (MSR) interfaces so the more modern 64-bit interfaces can be exclusively used. This allows for better code unification and cleaning up the MSR code...

Half-Baked Product

Hacker News ·

Article URL: https://weli.dev/blog/half-baked-product/ Comments URL: https://news.ycombinator.com/item?id=48772388 Points: 1143 # Comments: 349

Discussion: Hacker News thread →

ReactOS Implements First Windows NT6 System Call In Step Toward Vista Compatibility

Phoronix ·

The ReactOS project that is striving to be the "open-source Windows" with Windows driver and software binary compatibility hit another milestone today. ReactOS to date has primarily targeted Windows NT 5.2 as the architecture from Windows XP and Windows Server 2003 but with an eye toward Windows NT 6.0 for Windows Vista and later compatibility with software. ReactOS has now landed their first…

RISC-V RVV Vector Performance Benchmarks With The SpacemiT K3 SoC

Phoronix ·

Since May we have been benchmarking the SpacemiT K3 RISC-V SoC as one of the first to market RISC-V chips supporting the RVA23 profile. The SpacemiT K3 has shown how far RISC-V performance has come in the past half decade and one of the promising elements of this modern RISC-V SoC with its X100/A100 cores is supporting the RISC-V Vector Extension "RVV" 1.0. In this article are some initial…

Intel Posts Initial GCC Compiler Patches For AI Compute Extensions "ACE"

Phoronix ·

The x86 Ecosystem Advisory Group led by Intel and AMD recently firmed up the AI Compute Extensions (ACE) specification for optimizing x86 for AI computation tasks around matrix multiplication and the like for machine learning workloads. The cross-vendor ACE extension is ultimately a successor to Intel's Advanced Matrix Extensions (AMX). Posted to the GCC mailing list today by Intel engineers are…

Linux Looking To Retire A Number Of Old ARM Platforms In Early 2027

Phoronix ·

It's not only old x86 i486 CPU support being removed from the Linux kernel but a number of older ARM platforms and features are on the chopping block too. A proposal has been laid out for deprecating and then removing a number of outdated ARM platforms and features from the Linux kernel in early 2027...

FFmpeg Introduces Vulkan APV Encoder

Phoronix ·

Back in May the FFmpeg project introduced Vulkan-accelerated decoding for the APV video format. The Advanced Professional Video (APV) codec was being handled using Vulkan shaders in a similar way to how FFmpeg implemented Vulkan acceleration for Apple ProRes. Now there is Vulkan-accelerated APV encoding too...