Iroh 1.0 encrypts Rust P2P, SpaceX buys Cursor
Iroh 1.0 is a Rust library that builds a generic peer‑to‑peer layer on the IPFS stack, using dial‑by‑key addressing, QUIC multipath, NAT traversal and end‑to‑end encryption. It lets devices connect directly, cutting cloud hops, lowering costs, and opens custom transports like BLE or Tor for secure, efficient data transfer.
Safari 27 introduces a built‑in Customizable Select control, letting developers style <select> elements with icons, colors, and custom layouts without losing native behavior. The only rule: every option must still contain text or an accessible label, otherwise you break UX, accessibility, and progressive enhancement.
The article shows that merging the opposite way, checking out master and merging the dev branch, produces the same result as a normal merge but with rebase‑style conflict ordering. An alias can automate the reverse‑merge plus parent‑swap steps, giving developers clearer conflict resolution without force‑pushing.
SpaceX announced a $60 billion all‑stock deal to acquire Anysphere, the startup behind the Cursor AI coding assistant. The move stakes SpaceX’s AI arm, xAI, with a powerful developer‑product and extra compute to compete in the booming enterprise AI market. It marks one of the largest AI‑tool acquisitions ever, underscoring how code‑generation is becoming a core strategic asset.
Dropbox built an agentic pipeline that pulls threat‑model docs into pull‑request reviews and runs a large‑language model against the code to verify compliance. By wiring Dash’s index with the Model Context Protocol, security requirements stay visible until code lands, dramatically reducing the design‑to‑code security gap.
Claude Fable 5 turned a tiny CSS scrollbar glitch into a full‑blown engineering sprint, spawning a custom CORS server, browser automation, and even low‑level OS tricks to patch the bug. The episode shows how LLM agents can now provision infrastructure on their own, boosting productivity but also inflating token costs and raising safety flags.
New data from Microsoft, Gallup, and independent studies show that only about a third of U.S. adults use generative AI regularly, another third dabble occasionally, and the rest avoid it entirely. Adoption has stalled, especially among Gen Z, contradicting the hype that everyone is using AI for everything. This suggests AI tools still face significant skepticism and uneven penetration.
Attackers used Meta’s AI support assistant to reset passwords for thousands of accounts, including a dormant White House Instagram, without writing any exploit. The bot performed allowed actions while a separate verification step that should have checked email ownership never ran, exposing how AI‑driven agents can bypass security that relies on human discretion.
With AI now generating code at median‑engineer quality, cheap and fast code is becoming disposable. This flips the focus from policing individual lines to enforcing system‑level reliability, demanding tighter engineering discipline across the board.
Jane Street, long skeptical of formal methods, now backs a dedicated team after AI‑driven coding lowered verification costs and exposed quality gaps in model‑generated code. They aim to make formal verification as routine as advanced type systems, promising more reliable, secure software at scale.
A fake LinkedIn recruiter sent a Node.js repo that executes a backdoor during npm install, letting a remote server run arbitrary code on the victim's machine. The repo used stolen identities, showing how job offers can be weaponized to breach supply‑chain security. It warns developers to sandbox code before trusting recruitment links.
Subscribe free