ELSEIF
Your brief EB
348 stories from 115 feeds 436 clusters Refreshed 14 minutes ago next pull 08:09

CLUSTERED TODAY

One story, several feeds.

All 436 clusters →

INFRA 496

NetBSD 11.0

Engineers targeting embedded or heterogeneous systems now have an officially supported RISC-V target within NetBSD, which can simplify cross-platform...

THE INDEX

Everything else today.

03 567 -4

Tech Techmeme

Former Meta engineering director testifies Zuckerberg allegedly prioritized growth over child safety on Facebook and Instagram

Why it matters — This testimony could influence regulatory scrutiny of Meta’s internal decision-making and safety protocols. For engineers, it underscores the ethical trade-offs embedded in platform design and algorithmic prioritization. The outcome may shape future product governance policies in tech.

2 feeds Compare ↗
77 min
04 520 -2

Security modular.com

Mojo compiler and toolchain now open source under Apache 2.0

Why it matters — Engineers can now build the Mojo compiler from source, inspect the implementation, and use it under a permissive license. However, contributions to the compiler and tooling are not yet accepted, limiting immediate collaborative development on the core language.

5 feeds Compare ↗
4 min
05 520 -4

Tech Daniel Lemire's blog

Parsing IP addresses in C# at crazy speeds

Why it matters — Engineers who process large volumes of IP addresses in C# can now reduce parsing latency without leaving managed code. The technique demonstrates how SIMD extensions can be exploited in .NET 10 for common string operations. Fallback to the standard parser ensures compatibility on older hardware

2 feeds Compare ↗
5 min
06 511 -3

Edge Cloudflare

A revisit of remote Spectre attacks on Cloudflare Workers

Why it matters — The finding shows that even with existing mitigations, Spectre-style transient execution can still leak data in a multi-tenant edge environment, highlighting the importance of continuous reassessment. Engineers must consider timer restrictions, co-location challenges, and the need for layered defenses when running untrusted code at the edge. The updated defenses reduce the risk, but the research underscores that speculative execution remains a persistent threat.

2 feeds Compare ↗
16 min
07 504 -5

Tech Azure

Microsoft reportedly replaced Windows 95 anti-piracy hologram with clothed baby version, dropping arm animation

Why it matters — Engineers must be prepared for non-functional design elements, such as packaging artwork, to trigger regulatory or cultural objections that require rapid hardware redesign. Such last-minute changes can disrupt production schedules, increase costs, and create unexpected collector-grade variants of the original hardware.

1 feed
2 min
08 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 Compare ↗
1 min
09 482 -3

Infra Phoronix

XWayland 26.1 RC1 released, first feature release since 24.1

Why it matters — This release candidate is the first feature release since 24.1, indicating a significant update after a long gap. Engineers using XWayland should test this RC to prepare for the final release. The announcement by Olivier Fourdan of Red Hat signals active development.

2 feeds Compare ↗
4 min
10 480 new

Tech OpenAI

Ten advances in mathematics and theoretical computer science

Why it matters — These breakthroughs resolve problems that have been open for a long time, potentially reshaping algorithmic design and security assumptions used by engineers. One of the cryptographic results was uncovered with the help of an AI model, showing that large-scale language-model prompting can contribute to security research, albeit at a significant token cost. The mix of new theory and AI-driven discovery suggests both new technical constraints and new research tools for software builders.

4 feeds Compare ↗
4 min
11 478 -3

Platforms The Verge

Pixel 11 Pro Fold review: Google's foldable stays thick and creased as rivals slim down

Why it matters — For engineers building foldable hardware, the Pixel 11 Pro Fold shows that iterative upgrades without addressing the crease and thickness may not keep pace with competitors. The $100 price hike with no storage bump also signals a shift in value. Google's focus on software features like Bubbles may not compensate for the dated physical design.

2 feeds Compare ↗
12 min
13 466 -3

Languages Simon Willison

smolvm reportedly enables hardware-isolated sandboxing for untrusted Python and JavaScript code

Why it matters — Engineers running user-provided code for data transformations or plugins need secure isolation without the overhead of traditional containers. smolvm's approach offers a potential alternative with faster cold starts and hardware-enforced limits. The trade-off is dependency on KVM-capable infrastructure, which may not be universally available.

1 feed
2 min
14 451 new

Languages Linuxiac

Canonical funds three-year research project to automate translation of large C codebases into safe Rust

Why it matters — Automated C-to-Rust translation could reduce the cost and risk of modernising legacy codebases, improving memory safety and maintainability. By combining machine learning with formal analysis, the project aims to produce idiomatic Rust without the extensive manual rewrites that current approaches require.

1 feed
3 min
15 451 -3

Tech youtube.com

Susan Kare’s original Mac icons and graphics enter public discussion

Why it matters — The original Mac icons set the pattern for decades of GUI design. Re-examining them offers a baseline for how much, or how little, today’s iconography has evolved. No new tools or code are involved, but the conversation may prompt engineers to audit their own visual debt to early pixel constraints.

2 feeds Compare ↗
4 min
16 450 -3

Tech daverupert.com

MicroLighter ships a 2kb client-side syntax highlighter built on the CSS Custom Highlights API

Why it matters — For engineers who embed code in static sites, MicroLighter offers a way to highlight syntax without DOM mutation or span injection, using the browser's native Highlight API. It keeps the bundle small by loading grammars on demand and moves extra UI features into a custom element. The trade-off is that the CSS ::highlight() pseudo-element does not support italics, bold, or font swapping, so styling is limited to color and background.

2 feeds Compare ↗
4 min
17 445 new

Tech gruhn.me

Don't Be a Meat Proxy

Why it matters — This practice shifts cognitive labor onto peers, who must parse verbose, jargon-heavy, or incorrect AI output. It also erodes accountability in code reviews and technical discussions, as the original author may not understand the work they’re submitting. Teams adopting AI tools must now explicitly decide whether to treat them as assistants or crutches.

3 feeds Compare ↗
2 min
18 444 -3

Infra [ngrok news]

Kubernetes probes explained: startup, readiness, and liveness checks prevent dropped requests and restart loops

Why it matters — Without probes, Kubernetes marks containers Ready the moment they start, sending traffic to processes that are still initializing and causing request failures. Understanding probe behavior is essential for reliable rollouts and avoiding CrashLoopBackOff scenarios that can take minutes to recover from. The article also surfaces a bug found in Kubernetes itself through its simulation approach.

2 feeds Compare ↗
19 min
19 442 -4

AI Simon Willison

LLMs and sandbox primitives cut cost and boost security for web extensible software

Why it matters — By reducing the cost of writing extensions and improving sandbox security, the approach lowers the barrier for users to contribute new functionality. This shifts software development from a monolithic release cycle to a continuously extensible platform where the core remains stable and user-driven features can be added safely.

1 feed
1 min
20 441 -5

Performance InfoQ

Harper 5.2 adds record cache and isolated commits, benchmarks co-located architecture against Vercel stack

Why it matters — The release directly addresses a real operational pain point, shared commit paths that stall unrelated work under heavy writes, while the benchmark provides concrete data on when a single-runtime architecture beats a distributed stack. The results are workload-dependent: co-located runtimes win on personalized data paths, while serverless stacks win on cacheable content and high-concurrency fan-out.

1 feed
4 min

HOW RANKING WORKS

Nothing here is paid, boosted, or weighted by time on page.

Every story carries a signal score, and every score decomposes into named parts you can inspect on the story page. If you disagree with a ranking, you can see exactly which component put it there.

Read the full method →

01 · RECENCY

How recently it was published, decaying on a fixed half-life rather than falling off a cliff.

02 · CROSS-FEED AGREEMENT

How many independent feeds carried the same story. Agreement reached separately is the strongest signal we have.

03 · SOURCE AUTHORITY

Editorial trust in the feed that carried it, which is not always the publisher shown. Primary engineering write-ups outrank rewrite desks.

04 · EARLY VELOCITY

Discussion the story drew in the feed that surfaced it, not on elseif. We never rank on our own click data.

05 · TOPIC CLARITY

How confidently the story classified. A story we cannot place is unlikely to be what you came for.