From Hacker News
Stories 1 – 10
No. 01Dev ToolsApplies to you
by DanRosenwasser · 638 points · 250 comments
TypeScript 7 is here, and for Angular/.NET developers this is a must-read. Expect significant type-system improvements, performance gains, and new features that will reshape how you write TypeScript day to day. With 638 points and 250 comments, the community is buzzing — get ahead of the migration curve now.
No. 02Dev Tools
by speckx · 987 points · 270 comments
Chatto, a fast team-chat app for communities that care about data ownership, has gone open source. The top HN story of the day with nearly 1,000 points — self-hosters and privacy-minded teams now have a compelling Slack alternative to evaluate and fork.
No. 03AI ToolsApplies to you
by logickkk1 · 717 points · 478 comments
OpenAI's GPT-Live brings real-time, low-latency conversational AI into the product lineup. With 478 comments, it's generating serious debate about use cases ranging from voice coding assistants to live customer support. If you build AI-powered tools, this changes the latency calculus.
No. 04Privacy & SecurityApplies to you
by ggirelli · 430 points · 164 comments
The EU's controversial client-side scanning proposal is back and closer than ever to becoming law. This would mandate scanning of encrypted private messages — a fundamental threat to end-to-end encryption and digital privacy. Every developer who cares about user privacy needs to be tracking this.
No. 05AI ToolsApplies to you
by BoumTAC · 662 points · 1030 comments
xAI drops Grok 4.5 with a massive 1,030-comment HN thread — the most discussed story of the day. With the LLM landscape evolving fast, understanding where Grok sits relative to Claude and GPT matters for anyone choosing a coding assistant or building on top of frontier models.
No. 06Dev Tools
by afturner · 623 points · 362 comments
The Bun team announces a major architectural shift, rewriting large portions of the JavaScript runtime in Rust. This is a significant technical decision with real implications for performance, safety, and community contributions — and the Zig creator has opinions (see also: Andrew Kelley's response piece).
No. 07AI ToolsApplies to you
by tanelpoder · 102 points · 40 comments
Real-world benchmarking of AI coding agents — not synthetic toy problems — on an actual production codebase with millions of lines. This is the kind of signal that matters when deciding whether Claude Code or a rival is actually useful at scale. Actionable data for teams evaluating AI dev tooling.
No. 08Dev Tools
by coloneltcb · 448 points · 247 comments
Cloudflare launches Drop, a new product with 448 points and a lively 247-comment thread. Cloudflare keeps expanding its developer platform in surprising directions — worth a look to understand where the edge-computing giant is heading next.
No. 09Privacy & Security
by djoldman · 889 points · 173 comments
A landmark FTC settlement forces John Deere to provide repair rights — a huge win for the right-to-repair movement. The precedent this sets for software-locked hardware extends well beyond tractors: it's a signal to every company that embeds locked software in physical products.
No. 10AI ToolsApplies to you
by sk4rekr0w · 219 points · 80 comments
OpenAI digs into the methodology behind coding benchmarks and what actually separates meaningful evals from gaming. If you're choosing an AI coding assistant or building your own evaluation suite, this is essential reading — benchmark inflation is a real problem and this piece names it directly.
From Pinboard Popular
Stories 11 – 20
No. 11New Apple AppsApplies to you
Pinboard Popular · tagged: docker, container
Davit is a polished native macOS app that gives Apple's new container runtime a proper GUI. For macOS developers who've been waiting for a Docker Desktop alternative that actually feels at home on a Mac, this could be the answer. Free to try and actively developed.
No. 12New Apple AppsApplies to you
Pinboard Popular · tagged: terminal
macOS 27 ships with an on-device LLM accessible from the terminal — and most users don't know it's there. This piece walks through 10 practical uses, from smart file search to scriptable text processing, all without sending data to the cloud. A privacy-conscious AI power user's dream.
No. 13New Apple AppsApplies to you
Pinboard Popular · tagged: untagged
Apple is dropping support for encrypted HFS+ (Mac OS Extended) volumes in macOS 28 — if you have any old encrypted drives or Time Machine backups in this format, you need to act now before upgrading. This is the kind of PSA that saves people from data loss scenarios.
No. 14AI ToolsApplies to you
Pinboard Popular · tagged: ai
Martin Fowler's site examines the factors that determine whether local LLMs are actually viable for coding tasks — context window, latency, accuracy, and privacy tradeoffs. Essential reading for developers who want AI coding help without sending proprietary code to the cloud.
No. 15AI ToolsApplies to you
Pinboard Popular · tagged: harness
Lilian Weng's latest deep-dive explores how AI systems can use structured evaluation harnesses to improve themselves — a concept at the frontier of agent design and self-play training. Dense, research-grade, and exactly the kind of mechanistic AI thinking that shapes the next generation of tools.
No. 16AI ToolsApplies to you
Pinboard Popular · tagged: AI_madness
Anthropic's interpretability team (Transformer Circuits) publishes new research connecting LLM internals to Global Workspace Theory — a leading theory of consciousness. This is the same "J-lens" work that's generating buzz; reading the primary source beats the VentureBeat take. Genuinely weird science meets AI mechanistic interpretability.
No. 17New Apple AppsApplies to you
Pinboard Popular · tagged: macos, app, usbc, cable
WhatCable is a macOS utility that reads e-marker data from connected USB-C cables and explains in plain English exactly what each cable supports — speed, charging wattage, display output. If you've ever grabbed the wrong cable for your MacBook Pro display setup, this tool pays for itself immediately.
No. 18New Apple AppsApplies to you
Pinboard Popular · tagged: untagged
Whim is a native Mac file manager built around real-time filtering — filter by type, date, and size simultaneously to find anything instantly. For developers who live in the terminal but want a fast visual file navigator, this looks like a worthy Finder replacement to evaluate.
No. 19Dev ToolsApplies to you
Pinboard Popular · tagged: css
The CSS Anchor Positioning API finally lets you attach tooltips, dropdowns, and popovers to target elements without any JavaScript — just declarative CSS. Josh Comeau's interactive tutorial is the clearest introduction available. Angular/web devs: this will clean up a surprising amount of positioning code.
No. 20Dev Tools
Pinboard Popular · tagged: development, cloudflare
Cloudflare launches Workers Cache — a regionally tiered cache that sits directly in front of Worker entrypoints, configured via standard HTTP headers. For developers running APIs or SSR apps on Cloudflare Workers, this is a significant performance and cost-reduction primitive that requires zero new dependencies.