From Hacker News
Stories 1 – 10
No. 01Dev ToolsApplies to you
by dabinat · 880 points · 261 comments
Bunny is making its enterprise-grade DNS service completely free for everyone, with anycast routing across 100+ PoPs. For developers who care about reliability and speed without vendor lock-in, this is an immediate actionable win. The 261-comment HN thread is lively with comparisons to Cloudflare DNS.
No. 02AI ToolsApplies to you
by jamdesk · 698 points · 387 comments
OpenAI's first custom silicon is a direct shot across NVIDIA's bow — vertical integration of inference hardware is the next frontier in the AI arms race. If training and inference costs drop as a result, every Claude Code and GPT-powered workflow benefits downstream. Huge strategic story.
No. 03AI ToolsApplies to you
by htrp · 402 points · 690 comments
Anthropic is accusing Alibaba of systematically distilling Claude's capabilities into competing models — a landmark IP dispute that will shape how AI companies protect their most valuable assets. Directly relevant to anyone building on Claude Code or Anthropic's API. The 690-comment thread is the real story.
No. 04AI ToolsApplies to you
by swolpers · 215 points · 138 comments
Google brings computer-use capabilities to Gemini 3.5 Flash, entering the agentic AI space that Anthropic pioneered with Claude. For developers building AI workflows, having a fast, cheap model that can interact with desktop UIs is a game-changer for automation. Worth benchmarking against Claude's computer use.
No. 05AI ToolsApplies to you
by vantareed · 229 points · 128 comments
Nathan Lambert's analysis of GLM-5.2 argues it represents a genuine leap for open-weight agentic models — the kind of thing that could make self-hosted AI agents practical. If you're evaluating alternatives to Claude Code for local or private workflows, this is essential reading.
No. 06Creative SoftwareApplies to you
by mattnewton · 379 points · 41 comments
Krea releases a fully open-weights 12B image generation model claiming state-of-the-art results — you can run it locally without API costs. For developers and creatives building generative image pipelines, open weights means fine-tuning, private deployment, and no rate limits. A strong challenger to Flux.
No. 07Dev ToolsApplies to you
by signa11 · 329 points · 62 comments
A beautifully illustrated interactive tutorial on SSH tunneling — local, remote, and dynamic forwarding explained with live demos in the browser. This is the definitive reference to bookmark and share; the kind of evergreen resource that makes complex infrastructure concepts immediately clickable.
No. 08Dev ToolsApplies to you
by colinmcd · 239 points · 66 comments
Nub brings Bun's developer-experience philosophy — bundler, test runner, package manager — to vanilla Node.js without requiring a runtime switch. If you have a large Node codebase you can't migrate, this is worth a hard look. Actionable today.
No. 09Creative SoftwareApplies to you
by bebraw · 174 points · 75 comments
MonoLisa v3 ships with a major refresh — refined letter shapes, extended ligature set, and better coverage for coding-heavy scripts. If you spend all day staring at a terminal or editor, your font choice is a quality-of-life investment. The v3 upgrade is substantial enough to revisit even if you already own it.
No. 10Dev ToolsApplies to you
by terryds · 157 points · 65 comments
Cloudflare now lets any developer run a full OAuth 2.0 provider on its infrastructure for free, removing a major barrier for apps that need identity without a third-party auth vendor. Great for privacy-conscious developers who'd rather not funnel user logins through Auth0 or Okta. Actionable right now.
From Pinboard Popular
Stories 11 – 20
No. 11AI ToolsApplies to you
Pinboard Popular · tagged: ai, mcp, codebase, index
A zero-dependency MCP server that indexes your entire codebase into a persistent knowledge graph in milliseconds, then answers sub-millisecond queries with 99% fewer tokens than naive context stuffing. Claude Code users should install this immediately — it's a direct upgrade to codebase-aware AI assistance.
No. 12Dev ToolsApplies to you
Pinboard Popular · tagged: javascript, typescript, effects, effect-ts
Pure Effect proposes modeling all business logic as plain, serializable data rather than imperative function calls — think Effect-TS but with an emphasis on inspectability and testability. TypeScript developers building .NET-style layered architectures will find the ideas immediately transferable. The companion HN thread is worth reading alongside.
No. 13New Apple AppsApplies to you
Pinboard Popular · tagged: untagged
The official WebKit rundown of what's new in Safari 27 beta, fresh from WWDC26 — new CSS features, View Transitions improvements, and Web API additions that will affect every web app running on macOS and iOS. Essential reading if you're testing Angular apps against Safari. Via Daring Fireball.
No. 14New Apple AppsApplies to you
Pinboard Popular · tagged: untagged
Apple has acquired the Swift Package Index — the community-run registry for Swift libraries — while publicly committing to keep it open source. A big deal for the Apple developer ecosystem; it signals Apple is investing seriously in Swift's tooling story rather than leaving it to volunteers.
No. 15AI ToolsApplies to you
Pinboard Popular · tagged: GenAI, code
Due diligence teams are reportedly now red-flagging codebases that were primarily vibe-coded with AI tools — poorly structured, low-test-coverage code generated at speed is becoming an M&A liability. A sobering counterpoint to the AI-coding hype, directly relevant to anyone building products with Claude Code or Cursor.
No. 16Dev ToolsApplies to you
Pinboard Popular · tagged: untagged
AWS Blocks is an open-source TypeScript framework where each "Block" bundles app code, local mocks, and AWS infrastructure together — designed so AI agents can generate correct, deployable backends from the start. Runs locally without an AWS account; deploys to Lambda, DynamoDB, and Bedrock unchanged. TypeScript-first developers should watch this closely.
No. 17Dev ToolsApplies to you
Pinboard Popular · tagged: PostgreSQL
A curated, browsable directory of PostgreSQL extensions and tools that let you replace Redis, Elasticsearch, Kafka, and MongoDB with the one database you already know. This is the practical companion site to the manifesto — actionable for .NET developers who want to simplify their infrastructure stack.
No. 18Dev ToolsApplies to you
Pinboard Popular · tagged: dialog, command, button, view-transition, progressive-enhancement
A hands-on tutorial animating the native HTML `<dialog>` element with the View Transition API, following progressive enhancement best practices. Directly applicable to Angular component libraries that use dialogs/modals — you can swap in native browser animations without a third-party library.
No. 19AI ToolsApplies to you
Pinboard Popular · tagged: untagged
Ponytail is a prompt-layer that nudges AI coding agents toward the laziest correct solution — pushing back on unnecessary complexity, preferring deletion over addition. A useful guardrail for Claude Code sessions that have a tendency to over-engineer. Install it and see if your output shrinks.
No. 20AI Tools
Pinboard Popular · tagged: ocr
Baidu open-sources a long-horizon document OCR model that can parse entire books or complex multi-page documents in a single pass, rather than page-by-page. The "one-shot" architecture is a genuine advance for document intelligence pipelines. Interesting for anyone building RAG systems over scanned or PDF content.