Ollaya – Ollama for open-source, Jev-style decision models | 17

ollaya.dev
Ollaya — Run decision models locally
Ollaya downloads and serves open decision models on your own machine. Typed, calibrated answers in milliseconds — private and open source.
Show HN: Jev Plays Pokémon Red | 12

jev-pokemon.vercel.app
Jev Plays Pokémon Red
Watch the AI decision model Jev play Pokémon Red in its entirety, live.
Platform-independent SIMD in Go | 22

go.dev
Platform-independent SIMD in Go - The Go Programming Language
Go 1.27 adds an experimental platform-agnostic SIMD API
Bug: Border radius has infected VSCode editor | 4
microsoft/vscodeBug: Border radius has infected editor · Issue #338035 · microsoft
Bug: Border radius has infected editor · Issue #338035 · microsoft/vscode · GitHub
Does this issue occur when all extensions are disabled?: Yes/No Yes VS Code Version: 1.139.0 (Universal) OS Version: 26.5.1 (25F80) Steps to Reproduce: Open VSCode Your editor is now infected with border radius The VSCode editor has been...
First Principles Thinking | 18

sunilsadasivan.com
First Principles Thinking · Sunil Sadasivan
On first principles thinking, learning to work with agents, and setting experience aside long enough to see a problem clearly.
Git-bug: Distributed, offline-first bug tracker embedded in Git | 29
git-bug/git-bugGitHub - git-bug
GitHub - git-bug/git-bug: Distributed, offline-first bug tracker integrated in git · GitHub
Distributed, offline-first bug tracker integrated in git - git-bug/git-bug
U.S. appeals court upholds designation of Anthropic as supply chain risk | 27

cnbc.com
U.S. appeals court upholds Pentagon designation of Anthropic as supply chain risk
In a 2-1 decision, a federal appeals court upheld the Department of Defense's blacklisting of Anthropic.
Show HN: Make math automatic with Mathy | 4
gmays.com
Making math automatic with Mathy
I finally built Mathy, a little project I’ve been thinking about for a couple years. It’s free, and no account is required if you want to try it on iOS or web.
Too AI; Didn't Read | 1

tai-dr.com
TAI-DR. Too AI. Didn't read.
TAI-DR: Too AI. Didn't read. If you couldn't bother to read it, why should I? AFAIK, a term coined by Ben. Not anti-AI. Pro-giving-a-damn.
Pentium II at 600Mhz with Voodoo 3 Emulated on 86Box with M6 Mac Mini | 31

nyaa.sh
Mac Mini M6: Retro PC Emulation with 86Box (600MHz PII?!)
The best platform for cycle-accurate retro PC emulation may just be the Mac. The M6 achieved a stable 600MHz clock using a 6.0 derived 86Box build.
Meta's Muse appears to use an OpenAI model labeled muse-special | 6

mouse.dev
Is Meta’s Muse secretly running an OpenAI model? | Mouse
While Muse was building my website, one subagent ran on a model called azure/muse-special. So I dug through the filesystem again.
Rising sea destroys homes, erases beaches in California 6
reuters.com
Rising sea destroys homes, erases beaches in California
Ink and Switch interactive homepage | 9
inkandswitch.com
Ink & Switch
An independent research lab exploring the future of tools for thought.
What happens when you analyze your favorite college football team like the CIA? | 7
cultivatelabs.com
What happens when you analyze your favorite college football team like the CIA?
Factorio that you can touch | 15
factorio.com
Friday Facts #447 - Factorio that you can touch | Factorio
Hello, we have very unusual Friday facts for you.
Show HN: Doom or Bloom, map your AI worldview | 15

doom-or-bloom.com
Doom or Bloom
Map your AI worldview, and compare it with others. Explore how public figures think AI could change our future, then discover where you land.
Letterboxd Is Up for Sale, and A24, Sony and the New York Times Are Bidding | 11
worldofreel.com
Letterboxd Is Up for Sale, and A24, Sony and the New York Times Are Bidding
Show HN: Whiteboard (YC W26) – An open-source IDE for thoughtful software design | 65
devdotfast/whiteboard
Show HN: Whiteboard (YC W26) – An open-source IDE for thoughtful software design
Hello! We’re Sid, Alex, Ketan, and Milan. We’re building Whiteboard (<a href="https://whiteboard.dev.fast/">https://whiteboard.dev.fast/</a>), an open-source desktop app where humans and agents can architect software together in a common workspace. Here’s our repo: <a href="https://github.com/devdotfast/whiteboard" rel="nofollow">https://github.com/devdotfast/whiteboard</a>.<p>We were missing the feeling of a “whiteboard session” with another dev where you leave with a deep understanding of a system, so we built this app for ourselves. Whiteboard plugs into the tools you already use - e.g. Claude Code, Codex, etc. – and gives your agent an SDK to draw on an in-app canvas to describe its work. We began with an MVP based on HTML artifacts and started rethinking the app as we ran into limitations:<p>1. Built on top of CodeOSS: We found that in pure HTML tools it was hard to connect a spec or diagram to code. In Whiteboard, when you click on visualizations like a sequence diagram, an entity relationship diagram, or a quote from the agent’s trace, you can jump to the underlying code directly. When navigating code, you get keybindings and LSP support from VSCode out of the box. We’ve found this is especially valuable because tradeoffs are often only discovered after a first pass at implementation (re: slop)<p>2. Semantic diff viewer: we wrote a semantic, AST-aware diff viewer in Rust so you can only view the code changes which are relevant to you [1]. We’ve set up some sane defaults: large added functions are summarized as pseudocode, and things like unit tests and large documentation changes are collapsed / hidden. This is all customizable with a WASM-based plugin system.<p>3. Decision Log: We found it difficult to reason about what set of decisions our agents made autonomously. So we built tools for agents to query and link their own traces to the Whiteboard, so you can understand how the requirements that you set were implemented, and understand what decisions your agent made autonomously.<p>Here’s a quick demo video explaining more: <a href="https://www.youtube.com/watch?v=ChPn3ftULWE" rel="nofollow">https://www.youtube.com/watch?v=ChPn3ftULWE</a><p>Folks at companies like Salesforce and Modal are using Whiteboard today as a review tool for architecture or spec-level changes – really any change where they want to be involved:<p>1. Reviewing your own coding agent’s work: because Whiteboard makes it easier to review large amounts of code, folks will typically have their AI agents create a prototype and a corresponding Whiteboard session so they can iterate on the design.<p>2. Reviewing other people’s changes: We’ve found that Whiteboard is particularly helpful when composed with tools like Greptile. For example, you can run an automated code reviewer on small changes and escalate to a Whiteboard session for the changes that require human judgement.<p>Why we built this: we’re four buddies from college who quit our jobs as tech leads right before agentic coding became industry standard. As we iterated towards an MVP for a previous idea, we struggled to maintain a comprehensible codebase while reaping all the velocity benefits of agentic coding. As more PRs were merged without our understanding, we felt a ‘cognitive debt’ begin to seep in, until it became difficult for us to even contribute to the system [2].<p>We’re releasing our desktop app under an MIT license. Please poke through and feel free to contribute! Eventually we’ll charge companies for a hosted web version that manages whiteboard session creation alongside features like trajectory storage and multiplayer reviews. Everything will always remain self-hostable.<p>Thanks for reading, and we hope you try it out! We would love to hear any feedback and to learn from your expertise.<p>Here’s are the project links again: <a href="https://github.com/devdotfast/whiteboard" rel="nofollow">https://github.com/devdotfast/whiteboard</a>, and you can install (for MacOS + Linux) at <a href="https://install.dev.fast">https://install.dev.fast</a><p>[1] diffs library: <a href="https://github.com/devdotfast/diffr" rel="nofollow">https://github.com/devdotfast/diffr</a>
[2] Credit for the term ‘cognitive debt’ goes to <a href="https://www.geoffreylitt.com/2026/07/02/understanding-is-the-new-bottleneck" rel="nofollow">https://www.geoffreylitt.com/2026/07/02/understanding-is-the...</a>
What About Rails? | 43
jardo.dev
What About Rails? | Jared Norman
DHH's opening keynote had shockingly little to say about Rails.
A History of the Chiming Machines at Gloucester's Cathedral and Churches (2017) [pdf] 1
bgas.org.uk
A History of the Chiming Machines at Gloucester's Cathedral and Churches (2017) [pdf]
Why is the liver so weirdly regenerative? | 45
dynomight.substack.com
Why is the liver so weirdly regenerative?
CVE-2025-13032: Entering and Breaking the Avast Antivirus Sandbox Part 2 | 4
safateam.com