ELSEIF
Your brief EB
178 stories from 125 feeds 522 clusters Refreshed 13 minutes ago next pull 15:39

Techmeme Security Signal 570 · 2 feeds carried it

Iran-linked hackers reportedly shut down small UK power plant for four days in unprecedented attack

Why it matters — This incident shows that cyberattacks can now cause physical disruption to critical infrastructure, not just data breaches. Engineers must consider that even small facilities are targets and that coordinated attacks across sectors require a broader security posture. The success of this attack suggests that current defenses may be insufficient, prompting a need for more robust industrial control system security.

CLUSTERED TODAY

One story, several feeds.

All 522 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.

01 626 -2

Tech Earendil Posts

Defines agent harness and its role in building AI agents

Why it matters — Engineers need to understand how harnesses govern model behavior through system prompts and tool availability. This knowledge lets them design agents that can safely perform tasks such as web search, code generation, or email composition.

2 feeds Compare ↗
8 min
02 570 -2

Security Techmeme

Iran-linked hackers reportedly shut down small UK power plant for four days in unprecedented attack

Why it matters — This incident shows that cyberattacks can now cause physical disruption to critical infrastructure, not just data breaches. Engineers must consider that even small facilities are targets and that coordinated attacks across sectors require a broader security posture. The success of this attack suggests that current defenses may be insufficient, prompting a need for more robust industrial control system security.

2 feeds Compare ↗
40 min
03 536 -2

Infra LWN.net

Stable Linux kernel updates 7.1.10, 6.18.46, 6.12.105, 6.6.153, 6.1.184, 5.15.217, and 5.10.266 released with fixes

Why it matters — Stable kernel updates ensure ongoing security and stability for systems running these versions. Engineers maintaining production environments must evaluate and apply these patches to mitigate vulnerabilities or regressions. The breadth of versions updated indicates active maintenance across multiple long-term support branches.

1 feed
4 min
04 529 -3

Observability risky.biz

Slovakia halts deployment of traffic cameras after Russian backdoor and security flaws found

Why it matters — This incident highlights the risks of integrating untrusted hardware into critical infrastructure, even when isolated on closed networks. The backdoor and disabled security features could allow remote access or data exfiltration, undermining the integrity of traffic monitoring systems. Engineers must treat such devices as potential attack vectors, not just tools.

1 feed
13 min
06 524 -3

Infra LWN.net

Linux kernel loses longtime SMB filesystem maintainer Steve French

Why it matters — French’s work underpinned enterprise Linux deployments that rely on SMB for file sharing. His absence leaves a critical subsystem without its primary steward. The kernel community must now identify and onboard a successor to sustain the codebase

1 feed
1 min
08 513 -2

Tech geometridae.bearblog.dev

Racket tutorial introduces Lisp-family language for language-oriented programming

Why it matters — Racket’s homoiconicity and macro system let engineers design languages tailored to their problems instead of contorting code to fit a general-purpose syntax. The tutorial lowers the barrier to experimenting with these ideas, but the paradigm shift may not justify the effort for teams already invested in mainstream toolchains.

2 feeds Compare ↗
6 min
09 512 -2

Tech shkspr.mobi

Vodafone reportedly forced by armed authorities to broadcast pro-regime SMS during Egypt uprising

Why it matters — This event highlights the vulnerability of technical infrastructure to coercion by state actors. Engineers must consider how systems they build could be repurposed under duress, even when designed with safeguards. The trade-offs between compliance, resistance, and civic responsibility remain unresolved in high-stakes scenarios.

2 feeds Compare ↗
7 min
10 507 -2

Tech shkspr.mobi

Using ch and ex units instead of px creates proportional CSS text layouts

Why it matters — CSS pixels are perceptual units that do not map one-to-one with physical device pixels, which can complicate text-heavy layouts. Using ch for horizontal spacing and ex for vertical spacing ties the layout directly to the typography, ensuring readability across different devices.

1 feed
2 min
11 505 -2

Performance malisper.me

pgrust JIT compiler compiles SQL queries in around 5μs using copy-and-patch

Why it matters — Traditional database JIT compilers rely on LLVM or C/C++ code generation, both of which have high compile times that limit when compilation is worthwhile. At 5μs, the compilation cost is low enough to apply JIT optimization to every query, including single-execution ones. The author also notes that AI assistance made directly targeting assembly far more approachable than historically expected.

2 feeds Compare ↗
15 min
12 505 -3

Tech bookdna.com

My favorite nonfiction books about cults, scams, and schemes

Why it matters — The post shows that Hacker News users are sharing and discussing nonfiction works on cults, scams, and schemes. This indicates a community interest in understanding deceptive practices.

1 feed
4 min
13 500 -3

Security securelist.com

Multi-stage Android malware spread through DoFun head unit updater, researchers attribute to MoYu Group

Why it matters — The infection abuses a legitimate system app that already has silent-install privileges, so ordinary Android install prompts never fire. Engineers building or auditing Android-based head units should treat any OTA updater that consumes remote instructions as a high-value target, not as inert plumbing. The same updater-as-dropper pattern is portable to any vendor whose update client trusts a server-pushed instruction, which makes this a template rather than a one-off.

1 feed
16 min
14 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
15 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
16 455 -2

Tech smh.com.au

AFL manager quits rather than use Microsoft Copilot after opt-out denied

Why it matters — This case shows that Australian employers can mandate AI use with little legal constraint, leaving workers with a choice between compliance and resignation. It also highlights how few employees are aware of their employer's AI policies, even as such tools are rolled out rapidly.

1 feed
9 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 -2

Tech bbc.com

Sydney Marathon 2026 medal design shows Munich's Allianz Arena rather than Sydney's Allianz Stadium

Why it matters — This is a name-collision error with physical consequences: two stadiums sharing the 'Allianz' sponsorship name led to the wrong landmark being etched on 40,000 medals. For anyone building systems that reference entities by name, it illustrates how ambiguous naming can produce errors that survive review and reach production.

1 feed
2 min
19 443 +3

Languages www.theregister.com - Articles

Cursor's Origin moves Git source of truth to S3 with local NVMe as warm cache

Why it matters — GitHub's approach of keeping three synchronized NVMe copies of every repository scales poorly as replica synchronization slows and Git resists eventual consistency. Cursor's architecture sidesteps both problems by making S3 the canonical store and treating local repositories as disposable warm caches, which matters increasingly as AI agents generate massive numbers of repositories.

1 feed
4 min
20 443 -2

Observability substack.com

AI-generated fake peptide review sites created to train LLMs

Why it matters — These sites are built to be consumed by LLM crawlers, injecting AI-generated text into model training pipelines. This can degrade model quality and spread misinformation about peptide safety and efficacy. Engineers must treat AI-generated slop as a data integrity threat when sourcing or curating online content.

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.