Thursday · June 25, 2026

Morning Edition

Twenty stories from Hacker News and Pinboard Popular, curated for tech-leaning readers who care about Claude Code, the Apple ecosystem, and privacy.

In this issue

  1. We're making Bunny DNS free
  2. OpenAI unveils its first custom chip, built by Broadcom
  3. Anthropic says Alibaba illicitly extracted Claude AI model capabilities
  4. Computer use in Gemini 3.5 Flash
  5. GLM-5.2 is a step change for open agents
  6. Krea 2: SOTA open-weights 12B image model
  7. A Practical Guide to SSH Tunnels: Local and Remote Port Forwarding
  8. Show HN: Nub – A Bun-like all-in-one toolkit for Node.js
  9. Show HN: Monolisa v3 – a typeface for developers and creatives
  10. Cloudflare launched self-managed OAuth for all
  11. GitHub - DeusData/codebase-memory-mcp: High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 64 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependen
  12. Pure Effect: Business logic as plain data
  13. News from WWDC26: WebKit in Safari 27 beta | WebKit
  14. Swift Package Index joins Apple, pledges to remain open source - 9to5Mac
  15. Vibecoding is becoming a deal-breaker test for software acquisitions
  16. AWS Launches Blocks, an Open-Source TypeScript Framework Designed for AI Agents to Build Backends
  17. Postgres Is Enough
  18. Animating The Dialog Element Using View Transitions - Pqina
  19. GitHub - DietrichGebert/ponytail: Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.
  20. baidu/Unlimited-OCR: Unlimited OCR Works: Welcome the Era of One-shot Long-horizon Parsing.

From Hacker News

Stories 1 – 10
No. 01Dev ToolsApplies to you

We're making Bunny DNS free

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

OpenAI unveils its first custom chip, built by Broadcom

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

Anthropic says Alibaba illicitly extracted Claude AI model capabilities

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

Computer use in Gemini 3.5 Flash

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

GLM-5.2 is a step change for open agents

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

Krea 2: SOTA open-weights 12B image model

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

A Practical Guide to SSH Tunnels: Local and Remote Port Forwarding

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

Show HN: Nub – A Bun-like all-in-one toolkit for Node.js

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

Show HN: Monolisa v3 – a typeface for developers and creatives

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

Cloudflare launched self-managed OAuth for all

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

GitHub - DeusData/codebase-memory-mcp: High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds. 64 languages, sub-ms queries, 99% fewer tokens. Single static binary, zero dependen

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

Pure Effect: Business logic as plain data

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

News from WWDC26: WebKit in Safari 27 beta | WebKit

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

Swift Package Index joins Apple, pledges to remain open source - 9to5Mac

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

Vibecoding is becoming a deal-breaker test for software acquisitions

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

AWS Launches Blocks, an Open-Source TypeScript Framework Designed for AI Agents to Build Backends

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

Postgres Is Enough

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

Animating The Dialog Element Using View Transitions - Pqina

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

GitHub - DietrichGebert/ponytail: Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.

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

baidu/Unlimited-OCR: Unlimited OCR Works: Welcome the Era of One-shot Long-horizon Parsing.

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.