ELSEIF
Your brief EB
297 stories from 172 feeds 984 clusters Refreshed 3 minutes ago next pull 00:41

TOPIC

Infra

The machines, networks, and orchestration underneath everything else. Post-mortems, capacity limits, and the operational trade-offs teams made at the moment something broke.

34TODAY
8FEEDS
4mMEDIAN
FEEDS Phoronix 322 Hacker News 187 Techmeme 153 Tomshardware 116 Lobsters 89 LWN.net 84 Linuxiac 62 www.theregister.com - Articles 59

INFRA

Everything in Infra.

01 606 -4

Infra netbsd.org

NetBSD 9.5 released and EOL for netbsd-9

Why it matters — Engineers running NetBSD-9.x must migrate to a newer release because the 9 branch will no longer receive updates or security patches. Continuing on an unsupported branch could expose systems to unpatched vulnerabilities and incompatibilities with newer software.

3 feeds
1 min
02 578 -2

Infra Phoronix

Asahi Linux Now Officially Supports Apple M3 Macs - With Caveats

Why it matters — Running Linux on Apple-silicon hardware gives engineers access to a new class of low-power, high-performance machines for development and deployment. However, the stated feature caveats and lack of support for the Mac Studio M3 Ultra mean that not all workloads will run unchanged, requiring validation before adoption.

4 feeds
2 min
03 550 -5

Infra Simon Willison

Abusive crawlers consume more CPU than legitimate access on git.kernel.org

Why it matters — For anyone operating public web infrastructure with crawlable content, aggressive automated scraping has become a material operational cost rather than a minor nuisance. The constant crawler load rivals or exceeds legitimate use, forcing capacity planning to account for traffic that provides zero value to the service's intended users.

1 feed
2 min
04 541 -4

Infra meanmicio.org

NetBSD 11 manual installation guide demonstrates disk encryption and MBR setup from scratch

Why it matters — This guide provides engineers with a deeper understanding of NetBSD’s internals by bypassing the standard installer. It highlights trade-offs between flexibility and complexity, particularly for custom configurations or troubleshooting edge cases. The approach may appeal to those working with legacy systems or requiring fine-grained control over disk encryption and partitioning.

2 feeds
17 min
06 537 -3

Infra werwolv.net

Guide explains bringing up the Linux kernel on a new RISC-V platform

Why it matters — Engineers working with custom hardware often need to perform initial kernel bring-up, a process that requires understanding the kernel's minimal hardware dependencies. This guide provides a practical walkthrough of those requirements and the boot process, using an emulated RISC-V environment as a concrete example. It bridges the gap between abstract kernel requirements and actual implementation on a new SoC.

2 feeds
13 min
07 496 new

Infra Phoronix

NetBSD 11.0

Why it matters — Engineers targeting embedded or heterogeneous systems now have an officially supported RISC-V target within NetBSD, which can simplify cross-platform toolchains. The upgraded Linux compatibility layer reduces friction when running Linux binaries on NetBSD, useful for legacy software or container-like workloads. Firewall improvements in NPF affect anyone who relies on NetBSD for routing or security appliances.

4 feeds
1 min
08 441 -4

Infra LWN.net

Greg Kroah-Hartman releases stable kernels 7.2.4, 6.18.50, and 6.12.109

Why it matters — Stable kernel releases typically contain backported fixes for bugs and security issues. Engineers running any of these kernel lines should test and deploy the updates to keep their systems patched. The announcement advises upgrading, so this is a routine but important maintenance step.

1 feed
4 min
09 428 -5

Infra Linuxiac

Bottles adds ARM64 Linux support for Windows app compatibility layer

Why it matters — This update allows engineers to run Windows applications on ARM64 Linux devices like Raspberry Pi and ARM laptops, reducing reliance on x86_64 hardware. However, x86 Windows apps still require an architecture translation layer, limiting full compatibility.

1 feed
2 min
10 423 new

Infra Cloudflare

Introducing: Cloudflare Agents

Why it matters — For engineers running agentic workloads on Workers, the new view fills a real observability gap: prior traces covered fetch, KV, and D1 operations but stopped at the agent boundary, leaving you unable to tell whether a slow turn was the model, a tool, or the network. First-day support is limited to three OpenTelemetry-compatible harnesses, so adoption cost depends on whether your stack already uses one of them. Replay is recorded rather than re-executed, and payload capture is opt-in for sensitive data, so teams will need to make explicit choices about what gets stored.

6 feeds
7 min
11 413 -3

Infra LWN.net

Kernel 6.19 integrates RSEQ-based fix for TCMalloc performance regression

Why it matters — This change directly impacts low-latency and high-throughput applications relying on TCMalloc for memory allocation. The fix restores expected performance by leveraging RSEQ to avoid preemption-related retries in lockless operations, though adoption requires kernel and user-space coordination.

1 feed
2 min
12 404 -3

Infra IEEE Spectrum

IEEE workshops in Kenya, Rwanda, Uganda teach publishing and improve Xplore access

Why it matters — Researchers in these countries face significant financial hurdles to accessing and publishing scientific work, which limits their participation in global engineering. By educating them on the publishing process and improving access to Xplore, IEEE helps integrate these researchers into the broader technical community. This can lead to more diverse contributions and knowledge sharing.

1 feed
1 min
13 398 -3

Infra LWN.net

Buildroot 2026.08 released with M68K and IBM Power 10/11 support

Why it matters — This release updates the default toolchain versions available to Buildroot users and expands the range of target architectures. Engineers building for M68K or IBM Power 10/11 platforms can now use Buildroot without custom patches for those targets.

1 feed
1 min
14 397 -4

Infra grepular.com

Custom hardened container image for PowerDNS Recursor reduces attack surface and dependencies

Why it matters — This approach demonstrates how to reduce container attack surfaces by eliminating unnecessary dependencies, restricting syscalls, and enforcing least-privilege runtime constraints. For engineers deploying critical infrastructure, it highlights trade-offs between security and maintainability when deviating from official images. The work also surfaces gaps in default container configurations that may require manual hardening for production use

1 feed
9 min
15 389 new

Infra Phoronix

Audacity 4.0 switches from wxWidgets to Qt6 for its user interface

Why it matters — The shift to Qt6 may improve cross-platform consistency and modernize the editor’s look, but it could also introduce compatibility breaks for plugins or scripts tied to the old UI framework. Engineers maintaining Audacity integrations should test workflows early.

5 feeds
4 min
17 373 new

Infra leodemoura.github.io

Postmortem for Kernel Soundness Bug #14576

Why it matters — The bug exposed a gap in the kernel's handling of nested inductive types with phantom parameters, meaning ill-typed terms could slip through the core type checker. Because the exploit required two independent implementation errors, one in Lean and one in the external checker nanoda, relying on a single alternative kernel is no longer sufficient for safety. The rapid fix and subsequent hardening affect any workflow that builds or verifies Lean code, especially projects like lean4lean that depend on the kernel's correctness.

2 feeds
4 min
18 371 -1

Infra asahilinux.org

Asahi Linux adds official support for Apple M3 series Macs

Why it matters — Engineers can now run a full Linux distribution on the latest Apple Silicon Macs without relying on virtualization. The support is gated behind an Expert mode install step, adding operational overhead for testing environments. Remaining limitations such as missing GPU acceleration and disabled HDMI ports affect workloads that depend on graphics or external displays.

3 feeds
2 min
19 364 new

Infra Krebs on Security

FBI opens probe into source of 153M+ driver's license scans sold on dark web

Why it matters — This breach exposes a systemic risk in identity verification services: a single compromised vendor can leak millions of sensitive documents. Engineers who integrate such services need to assume that identity data may be compromised and design for breach response. The FBI inquiry may reveal the source, but the data is already in the wild.

4 feeds
9 min
20 357 new

Infra Cloudflare

How we saved 100 terabytes of memory by optimizing 1.1.1.1’s DNS cache

Why it matters — For systems operating at massive scale, minor per-entry memory overhead translates to massive fleet-wide waste. These optimizations not only reclaimed 100 TB of RAM but also improved cache insert throughput by 43% and reduced lookup latency by 19%. The approach demonstrates that immutable data structures can leverage more compact memory representations without sacrificing performance.

3 feeds
12 min