In this issue
- Codex Security
- Kimi K3 Architecture Overview and Notes
- Discovering Cryptographic Weaknesses with Claude
- MCP 2026-07-28 Specification: transport going stateless
- Substack writers, you need a website
- DMARC has been public since 2012 but most company domains still don't enforce it
- Half-Life ported to Mac OS 9
- Una GPS smart watch – Repairable, USB-C charging, developer-friendly
- The iPhone Upgrade Program is being replaced by Apple Upgrade
- SQLite in Production: Optimizing WAL Mode, Concurrency, and VFS Layers
- Beyond grep: The case for a context-rich AI coding harness
- scriptc | TypeScript-to-Native Compiler
- Open Minis — Your Private On-Device AI Agent
- JustVugg/colibri: Run GLM-5.2 (744B MoE) on a 25GB-RAM consumer machine — pure C, zero deps, experts streamed from disk. Tiny engine, immense model.
- With smart glasses, Meta holds all the cards but fails to play them well | The Verge
- The US is charging an American citizen for wiping his phone at the border | The Verge
- NameThat — the visual dictionary of UI
- Datatype — variable font that turns text into charts
- GitHub - abue-ammar/tinycast: Tinycast — a tiny, fully native macOS launcher, hotkeys, and clipboard history
- LM Studio Bionic adds support for Moonshot AI's Kimi K3 model - 9to5Mac
From Hacker News
Stories 1 – 10
No. 01AI ToolsApplies to you
by bakigul · 507 points · 175 comments
OpenAI's official security guidelines and hardening practices for Codex-powered coding agents. If you're running Claude Code or similar agentic tools in your workflow, the threat model here is directly relevant — sandboxing, prompt injection, and supply-chain risks all apply. Required reading before you give an AI agent write access to your codebase.
No. 02AI ToolsApplies to you
by ModelForge · 433 points · 92 comments
Sebastian Raschka's clear-eyed technical breakdown of Moonshot AI's Kimi K3 architecture — a model making serious waves in the open-weights space. Understanding how frontier MoE models are structured helps you make smarter choices about which models to use for which tasks. LM Studio on Mac already supports it (see story 20).
No. 03AI ToolsApplies to you
by gslin · 219 points · 160 comments
Anthropic researchers used Claude to autonomously discover real cryptographic vulnerabilities — not just explain known ones. This is a significant signal about AI's capability for genuine security research, not just code completion. The privacy/security implications cut both ways: this same capability could accelerate both attack and defense.
No. 04AI ToolsApplies to you
by Eldodi · 118 points · 37 comments
The Model Context Protocol just shipped a major spec update making its transport layer stateless — a fundamental shift that affects how Claude Code and every other MCP-powered tool manages sessions. If you're building or consuming MCP servers, you need to know about this now before the ecosystem migrates. Breaking change territory.
No. 05Actionable
by speckx · 551 points · 284 comments
The top HN story of the day makes a blunt case: platform dependency on Substack is a trap, and owning your own domain and CMS is non-negotiable for any serious writer. The 284-comment thread is a goldmine of practical migration advice and alternative stack recommendations. The argument extends naturally to any creator over-indexed on a single platform.
No. 06Privacy & SecurityApplies to you
by adulion · 188 points · 121 comments
Fourteen years after DMARC was standardized, the majority of domains still run in monitor-only mode, leaving them wide open to spoofing attacks. This post dissects the enforcement gap and the fragmented RUA reporting ecosystem that makes fixing it harder than it should be. If you run a .NET backend sending transactional email, your domain is probably in this cohort.
No. 07New Apple AppsApplies to you
by freediver · 251 points · 117 comments
Someone actually got Half-Life running on Mac OS 9 — an OS that predates the game's original Mac port. It's a remarkable feat of reverse engineering and a love letter to the classic Mac ecosystem. For anyone nostalgic about the pre-OS X era, this is pure catnip.
No. 08Dev Tools
by pimterry · 224 points · 139 comments
A smartwatch designed from the ground up to be repairable, hackable, and developer-accessible — the anti-Apple Watch. USB-C charging, open SDK, and a focus on longevity over planned obsolescence. The 139-comment HN thread is a substantive debate about right-to-repair and the wearables ecosystem.
No. 09New Apple AppsApplies to you
by lkurtz · 182 points · 331 comments
Apple is rebranding and restructuring its annual iPhone upgrade program — the most-commented story in today's HN batch at 331 comments. The changes affect financing terms and Apple Card integration, which matters if you're already in the Apple services ecosystem. Check the fine print before your next iPhone cycle.
No. 10Dev ToolsApplies to you
by ankitg12 · 71 points · 25 comments
A practical deep-dive into running SQLite seriously in production — WAL mode tuning, VFS layer customization, and concurrency strategies for low-latency app servers. SQLite's renaissance as a serious production database is real, and this is the kind of operational knowledge that makes the difference between it working and falling over.
From Pinboard Popular
Stories 11 – 20
No. 11AI ToolsApplies to you
Pinboard Popular · tagged: ai, agents, programming
Augment Code's Vinay Perneti makes the case that the real differentiator for AI coding tools isn't the model — it's the context harness. This is directly relevant to Claude Code users: how much of your codebase is actually visible to the model, and how is that context ranked and surfaced? A useful framework for evaluating and improving your AI coding setup.
No. 12Dev ToolsApplies to you
Pinboard Popular · tagged: TypeScript, compiler
A new TypeScript-to-native compiler that compiles TS directly to native binaries — no Node.js runtime required. For a TypeScript/.NET developer this is intriguing: native TypeScript tooling could mean faster CLI tools and smaller deployment footprints. Early days, but worth watching closely.
No. 13AI ToolsApplies to you
Pinboard Popular · tagged: ai, ios
An on-device AI agent for iOS, macOS, and visionOS that handles web browsing, health data, scheduling, and home automation — entirely privately on your device. For a privacy-conscious Apple ecosystem user, this is the pitch: all the agentic capability of cloud AI without the data leaving your hardware. The macOS support makes it immediately actionable.
No. 14AI ToolsApplies to you
Pinboard Popular · tagged: untagged
Colibri is a pure-C inference engine that streams a 744B MoE model's experts from disk, making it runnable on a standard MacBook Pro with 25GB RAM. Zero dependencies, no Python, no Metal setup drama. This is the kind of project that makes local LLM inference genuinely accessible on Apple Silicon.
No. 15Privacy & SecurityApplies to you
Pinboard Popular · tagged: untagged
The Verge's deep-cut analysis of why Meta's Ray-Ban glasses dominate the smart glasses market yet keep fumbling on privacy and features. The privacy angle is sharp: always-on cameras on a device people trust because it looks like eyewear is a different threat model than a phone. Essential context as this category heats up.
No. 16Privacy & SecurityApplies to you
Pinboard Popular · tagged: untagged
A US citizen is being prosecuted for wiping their phone when border agents demanded access — a landmark case for digital rights at the border. If you travel internationally with a work laptop or phone containing client code, this case redefines the risk calculus. The EFF has guidance on what to do and not do at border crossings.
No. 17Dev ToolsApplies to you
Pinboard Popular · tagged: ui, reference, design
A visual dictionary that gives you the correct name for every UI component — the thing you always have to Google when writing Angular templates or design specs. Bookmarkable reference that will save you from typing 'that little toggle switch thing' in Slack. Directly useful for Angular/TypeScript developers communicating with designers.
No. 18Creative Software
Pinboard Popular · tagged: charts, visualization, typeface
A mind-bending variable font where character glyphs are actually bar chart segments — type a number and it renders as a visualization. It's a genuinely novel intersection of typography and data visualization that will make your brain short-circuit in the best way. Creative coding inspiration of the week.
No. 19New Apple AppsApplies to you
Pinboard Popular · tagged: from:ifttt, github
A lightweight, fully native macOS launcher with hotkeys and clipboard history — no Electron, no subscriptions, no bloat. For macOS power users already running Raycast or Alfred, this is the minimalist alternative worth evaluating. Native Swift means it won't fight with your battery or your privacy.
No. 20New Apple AppsApplies to you
Pinboard Popular · tagged: untagged
LM Studio's Bionic build for Apple Silicon now supports Kimi K3 — the 744B MoE model getting architectural attention today (see story 2). This means you can run one of the most capable open-weight models locally on your Mac right now. Pair with the Colibri story for a full picture of local LLM options on Apple hardware.