From Hacker News
Stories 1 – 10
No. 01New Apple AppsApplies to you
by get-inscribe · 536 points · 212 comments
Apple's new SpeechAnalyzer API lands with serious benchmark numbers — and this post puts it head-to-head against OpenAI Whisper and the older SFSpeechRecognizer. If you're building any on-device transcription for macOS or iOS, this is required reading before you commit to a third-party model.
No. 02Dev ToolsApplies to you
by speckx · 472 points · 204 comments
A deep dive into using command-line tools — xcodebuild, altool, notarytool — to build and ship Apple platform apps entirely outside of Xcode's GUI. For anyone who prefers living in the terminal or wants to integrate Apple builds into a CI pipeline, this is the workflow you didn't know you needed.
No. 03Dev ToolsApplies to you
by turbocon · 300 points · 171 comments
A proposed `git history` command that makes navigating and querying a repo's past dramatically more ergonomic than git log incantations. With 171 comments of community debate, this is sparking real conversation about what git's CLI should have shipped years ago.
No. 04AI ToolsApplies to you
by celrenheit · 196 points · 153 comments
Clawk spins up ephemeral Linux VMs so your coding agents — Claude Code, Copilot, whatever — can run arbitrary code without touching your actual machine. This is the sandboxing story AI agentic workflows have been missing, and it's actionable today.
No. 05Dev Tools
by AznHisoka · 185 points · 151 comments
Cloudflare announces Precursor, a new primitive for building composable, durable workflows on their edge platform. Cloudflare keeps quietly shipping infrastructure primitives that would have required an entire backend team five years ago.
No. 06AI ToolsApplies to you
by randomwalker · 136 points · 164 comments
A sharp-eyed essay on what human developer work actually looks like as AI agents absorb more of the stack. Not doomer-y, not hype — just a clear-eyed accounting of where human judgment still compounds. Worth the 10 minutes if you're building with AI tools daily.
No. 07AI ToolsApplies to you
by jbwinters · 88 points · 47 comments
Jacquard is a new language designed from first principles around the workflow of AI generating code and humans reviewing it — with explicit affordances for diffs, intent comments, and provenance. Bold premise: what if the language itself knew it would be written by an LLM?
No. 08Privacy & Security
by roundabout-host · 107 points · 63 comments
The EU's age verification technical spec effectively mandates Android or iOS, locking out alternative platforms and creating a government-mandated device duopoly. Privacy advocates are sounding alarms about what this means for the EU Digital Identity Wallet's supposed openness.
No. 09Dev Tools
by gjvc · 123 points · 37 comments
JetBrains open-sources the graph database engine powering YouTrack, positioning it as a general-purpose object-oriented graph store. Unexpected move from a tooling company — worth watching if you're evaluating graph databases for your stack.
No. 10Weird Science
by donohoe · 481 points · 114 comments
Japanese researchers crack a recycling process that recovers up to 90% of lithium from spent EV batteries — a potential game-changer for supply chain independence. The second-most-voted story of the day, and for good reason: battery recycling is the unsexy bottleneck nobody's talking enough about.
From Pinboard Popular
Stories 11 – 20
No. 11AI ToolsApplies to you
Pinboard Popular · tagged: programming, process, work, quality, ai, llm, computers, productivity, software, learning, communication, collaboration, open-source
Redis creator antirez argues that in the AI coding era, the critical skill shifts from writing code to owning the ideas behind it — and that mindlessly delegating to LLMs erodes the very judgment that makes you useful. A necessary counter-weight to the "just vibe-code it" discourse.
No. 12AI ToolsApplies to you
Pinboard Popular · tagged: ai, 2read
Miessler argues the next skill beyond prompt engineering is "intent engineering" — the ability to precisely articulate what you want at a higher level of abstraction so AI systems can do the heavy lifting. Practically useful framing for anyone building AI-assisted workflows with Claude or similar tools.
No. 13New Apple AppsApplies to you
Pinboard Popular · tagged: untagged
WhatCable is a free macOS app that interrogates USB-C cables plugged into your Mac and tells you their actual capabilities — USB 2, Thunderbolt, USB4, charging wattage, the works. Every developer's junk drawer of mystery cables just became auditable.
No. 14AI ToolsApplies to you
Pinboard Popular · tagged: untagged
A functional-programming perspective on why LLMs generate plausible-looking code that systematically fails at the hard parts — reasoning about state, invariants, and composition. Provocative but grounded; a useful antidote before you fully trust your AI pair programmer.
No. 15AI ToolsApplies to you
Pinboard Popular · tagged: ai, anthropic, bun
Andrew Kelley (Zig) gets quoted on the absurdity of solving agent-induced complexity with more agents, and this post unpacks why the "more tokens, more agents" sales pitch from AI labs is worth scrutinizing. Bracing read for anyone building seriously with agentic AI tools.
No. 16Privacy & Security
Pinboard Popular · tagged: browser, fingerprinting
Floating-point rounding differences in libm across macOS, Windows, and Linux mean that Math.tanh and CSS trig functions silently fingerprint your OS — and anti-bot systems are actively exploiting this. Deeply nerdy and genuinely unsettling privacy research.
No. 17Dev ToolsApplies to you
Pinboard Popular · tagged: PostgreSQL
A curated directory of PostgreSQL extensions that let you retire Redis, Elasticsearch, Kafka, and MongoDB — replacing your whole data stack with one database you already know. Actionable today: pick an extension and delete a service.
No. 18Dev Tools
Pinboard Popular · tagged: docx, word, generator, conversion
dom-docx converts semantic HTML into proper native Word documents (.docx / OOXML) without the fidelity-destroying round-trips of other approaches. If your app ever needs to export reports or contracts that clients can actually edit in Word, this fills a real gap.
No. 19New Apple AppsApplies to you
Pinboard Popular · tagged: til, mlp, mac, network, cli, man
`networkQuality` is a built-in macOS CLI tool that runs a proper responsiveness test (measuring RPM alongside throughput) instead of the blunt instrument of ping. Ships with macOS 12+ and most Mac developers still don't know it exists.
No. 20AI Tools
Pinboard Popular · tagged: science, ai, research, funnel
A Nature-published analysis of 40 million papers finds AI-assisted researchers publish more and get cited more — but science as a whole narrows, clustering around data-rich problems and losing originality. The individual-vs-collective incentive tension maps uncomfortably well onto software development too.