The Daily Brief — Tech Edition

Daily tech news, edited and dated.

← Archive

Thursday, 20 August 2026

75 stories filed.

Go 1.27

Hacker News ·

Article URL: https://go.dev/blog/go1.27 Comments URL: https://news.ycombinator.com/item?id=49365405 Points: 220 # Comments: 33

Discussion: Hacker News thread →

OpenRouter is joining Stripe

Hacker News ·

Previously: Stripe will reportedly acquire OpenRouter for $7B+ https://news.ycombinator.com/item?id=49323381 Comments URL: https://news.ycombinator.com/item?id=49364559 Points: 328 # Comments: 202

Discussion: Hacker News thread →

AMD EPYC 9005 Series Memory Scaling Performance From 4 To 24 DDR5 RDIMMs

Phoronix ·

With today's memory prices, a frequent question at Phoronix and throughout many organizations is about reducing cost by not necessarily populating all memory channels. Especially with modern servers going up to 12 memory channels per socket or even 16 memory channels with upcoming EPYC Venice, you may be curious about the performance impact of populating less memory channels to see if the…

XWayland 26.1 RC1 Released With Many New Features

Phoronix ·

Olivier Fourdan of Red Hat announced today the first release candidate of XWayland 26.1. This is the first new tagged feature release since XWayland 24.1 back in 2024! As such there are many new features in tow...

PostgreSQL for Everything

Hacker News ·

Article URL: https://www.raphaelbauer.com:443/posts/postgresql-everything/ Comments URL: https://news.ycombinator.com/item?id=49361279 Points: 241 # Comments: 163

Discussion: Hacker News thread →

PHP 7.4 To PHP 8.6 Benchmarks, PHP 8.6 JIT Performance

Phoronix ·

A Phoronix Premium supporter recently relayed a request to see some fresh PHP performance benchmarks. So here are some fresh numbers of PHP 7.4 through the latest PHP 8.5 code plus the current Git state of PHP 8.6 ahead of the official PHP 8.6.0 release later in the year. With PHP 8.6 is also a fresh look at the JIT performance enabled too...

New AMD Low-Power Core & Unified Intel/AMD CPU Core Type Handling In Linux 7.3

Phoronix ·

Covered first on Phoronix back in June was an AMD Linux patch for introducing a new "low power" CPU core type to complement their typical "performance" cores and their "efficiency" cores like with Zen 4C/5C. That low power core is presumed for some Zen 6 clients and that integration is now merged for Linux 7.3 as well as unifying the Intel/AMD CPU core type handling...

Linux 7.3 Adds New "bpf_sock_read_xattr" Feature For systemd, BPF Programs

Phoronix ·

Merged earlier this year for Linux 7.1 was extended attributes on sockets support as a feature sought after by the likes of GNOME and systemd for helping with Varlink IPC usage and other purposes. A limitation though of the functionality has been no efficient means for a BPF program to read those user extended attribute labels back. But with Linux 7.3 that's being addressed with the new…

IOmap Improvement For Linux 7.3 Takes EXT4 & XFS Performance Further

Phoronix ·

As part of the VFS pull requests now merged to the Linux 7.3 development kernel was an improvement to the IOmap framework used by various file-systems for mapping logical file byte offsets in memory to their physical locations on storage. With the now-merged code, this modern block mapping framework is allowing better performance at least for the EXT4 file-system...

Framework Laptop 12 Updated For Intel Wildcat Lake, Shipping Starts In October

Phoronix ·

Last year Framework Computer launched the Framework Laptop 12 as an upgrade-friendly and Linux-compatible 2-in-1 laptop. The Framework Laptop 12 was originally powered by Intel Core 13th Gen "Raptor Lake" low-end processor while now Framework is adding Core Series 3 "Wildcat Lake" as an upgrade or for new Laptop 12 orders...

Rust For Linux 7.3 Begins Seeing Fixes To Prepare For Rust's GCC Backend

Phoronix ·

In addition to the POWER/PowerPC code adding Rust kernel support, the main set of Rust programming language updates for the Linux 7.3 kernel have now been submitted. Most notable are early fixes toward eventually allowing the experimental Rust GCC back-end to be used as an alternative to the official rustc compiler with LLVM code generation...

Linux 7.3 Corrects Faulty Behavior Of FAT File-System Driver For Filenames Too Fat

Phoronix ·

It's not too often that the Linux FAT driver for FAT12/FAT16/FAT32 format support receives updates worth mentioning. For Linux 7.3 there is one patch though and it's due to the driver until now lacking an upper-bounds check on the length of the filename, which could lead to some unexpected situations with extremely long filenames...

Fedora x86-64-v3 Optimized Packages Pushed Back To At Least Fedora 46

Phoronix ·

There was a proposal under discussion the past few months on building x86-64-v3 packages for Fedora 45 while retaining x86-64-v1 packages. The hope was building the Fedora packages with x86-64-v3 where AVX/AVX2, FMA, BMI2, and other newer ISA features can be assumed in the name of better performance. Unfortunately, the x86-64-v3 plans are now delayed but may be reconsidered next year with Fedora…