Digest · 18 stories · 37 sources
2026-06-15
Updated
Top stories
- Linux 7.1 stable released Linus Torvalds released the Linux 7.1 stable kernel on 2026-06-14, half a day early ahead of travel, after declaring 7.1-rc7 the final candidate. Headline changes are a new in-tree NTFS driver that gives native read and write support for Microsoft's filesystem, Intel FRED (Flexible Return and Event Delivery) enabled on supporting hardware including Panther Lake for faster privilege-level transitions, faster Intel Arc Battlemage graphics, expanded AMD GPU defaults, and the removal of Intel 486 CPU support. The cycle ran heavier than usual due to a surge of AI-agent-generated patches.
- Claude Sonnet 4 and Opus 4 retire 2026-06-15 claude-sonnet-4-20250514 and claude-opus-4-20250514 are removed from the Claude API at 09:00 PT on 2026-06-15 with no grace period; requests to the retired model IDs fail immediately after the cutoff. Successors are claude-sonnet-4-6 and claude-opus-4-8. The Agent SDK credit split from subscription usage also takes effect 2026-06-15.
- EU Commission examines US directive that suspended Fable 5 and Mythos 5 The US export-control directive issued 2026-06-12 that forced Anthropic to block all foreign-national access to Fable 5 and Mythos 5, which the company implemented by disabling both models for all customers worldwide, remains in effect. On 2026-06-14 a European Commission spokesperson said the Commission is assessing the practical consequences of the directive and that measures should not discriminate against partners, while acknowledging that powerful models offer cybersecurity advantages alongside cybersecurity risk. Anthropic has said it disagrees with the recall and is seeking to restore access.
- Arch Linux AUR hit by a second, more sophisticated malware wave One day after Arch maintainers considered the "Atomic Arch" AUR supply-chain incident (more than 1,500 packages affected) under control, a second wave of malicious AUR packages surfaced on 2026-06-13 to 2026-06-14, reported by an AUR developer (handle a821). This wave uses code obfuscation to conceal intent rather than the earlier plain PKGBUILD calls to fetch the atomic-lockfile and js-digest npm payloads, and spans Node.js packages, a Plasma 6 applets package, Firefox-related packages, the Aura browser, LibreWolf extensions, and a Neovim plugin. Maintainers are again removing malicious content and banning the involved accounts; official Arch binary repositories remain unaffected.
AI
- GLM 5.2 available on coding plan; MIT open weights still pending Z.ai (Zhipu) announced GLM 5.2 on 2026-06-13 as a coding-and-agent-focused model with a context window up to 1 million tokens (model ID reported as glm-5.2[1m]) and maximum output of 131,072 tokens, with High and Max thinking modes. It is available on all GLM Coding Plan tiers now; the standalone API, chatbot access, and an MIT-licensed open-weight release were stated as arriving the following week. No official benchmark numbers had been published at announcement, so capability claims remain unverified.
- Anthropic reports LLMs cut N-day exploit development from weeks to hours In a red-team report dated 2026-06-08 that resurfaced on Hacker News this cycle, Anthropic states that frontier models can reduce the time to develop a working exploit for an already-disclosed (N-day) vulnerability from weeks to hours, shrinking the patch-gap window defenders rely on. The evaluation used 21 Windows kernel vulnerabilities disclosed in January and February 2026, after the tested models' training cutoffs. The figures are the lab's own measurement and have not been independently reproduced.
Agentic coding
Security
Developer tools
Apple platforms
Infrastructure
- Iroh 1.0 freezes its peer-to-peer networking wire protocol The n0 team released Iroh 1.0 on 2026-06-15. Iroh is a Rust networking library that addresses devices by cryptographic public key rather than IP, using QUIC with multipath and NAT traversal to open direct peer-to-peer connections and falling back to public relays when no direct path exists. The 1.0 release freezes the wire protocol: a v1 endpoint interoperates with any other v1 endpoint across minor versions and across the language bindings (the Rust crate plus Python, Node.js, Swift, and Kotlin). The project reports that about 95 percent of transferred data typically passes directly between devices. The prior 0.35 line receives no further releases, and public-relay support for it ends 2026-12-31.
- Hetzner raises cloud and dedicated server prices Hetzner raised prices on cloud and dedicated servers effective 2026-06-15 at 08:00 CEST, applying to new orders and cloud instance rescales. Published cloud-server increases vary by instance: for example CAX11 from EUR 0.0072 to EUR 0.0096 per hour (about 33 percent), CPX22 from EUR 0.0128 to EUR 0.0312 per hour (about 144 percent), and CCX13 from EUR 0.0256 to EUR 0.0689 per hour (about 169 percent). Dedicated-server prices also rose; the 262-point Hacker News thread reports increases of roughly 3 to 4 times on some dedicated lines, which is the discussion framing rather than a per-line figure in the price table. Orders placed before the cutoff but delivered after it keep the previous price.
- PlanetScale argues the only scalable delete in Postgres is DROP TABLE A PlanetScale engineering post argues that large DELETE statements add work to a Postgres database rather than reclaiming it: deleted rows become dead tuples that still consume space until vacuum runs, indexes are not immediately shrunk, and a big delete generates WAL and vacuum pressure proportional to the rows removed. The recommendation is to structure schemas so removal maps to DROP TABLE or TRUNCATE, for example by partitioning time-series or tenant data so retention becomes dropping whole partitions instead of row-by-row deletes. It surfaced on Hacker News (152 points).
Engineering posts
Markets and companies
Hacker News
- Not everyone is using AI for everything A widely discussed front-page post (444 points) by DuckDuckGo founder Gabriel Weinberg argues that broad usage statistics overstate how much people rely on AI, distinguishing occasional consumer use from sustained workflow integration. HN discussion split between practitioners reporting heavy daily agent use and others reporting little durable adoption.
- How to earn a billion dollars A new Paul Graham essay (526 points) drew heavy discussion on startup wealth creation. The thread is opinion and career discussion rather than a technical artifact.
- Rio de Janeiro "homegrown" LLM alleged to be a model merge A GitHub issue and a 321-point Hacker News thread allege that a model promoted as a Rio de Janeiro city-government LLM is a merge or fine-tune of existing open-weight models rather than a model trained from scratch, with a separate thread questioning benchmark claims that it beats Qwen. The provenance allegation rests on community inspection of the published weights and configuration and is not confirmed by the project. Treat both the "homegrown" framing and the rebuttal as unverified.