Hacker News

Latest

Show HN: Koi.rest – watch some fish and regain your balance

2026-09-24 @ 21:33:03Points: 100Comments: 24

This last part, along with everything else this past year, has caused me a great deal of stress.

While our balcony zen garden project is yet to be completed, I had an idea to create a virtual one that everyone can use.

It's an idea that, unfortunately, I’ve been postponing for a while now, mostly because I have no fucking idea how to do it as I don’t know JavaScript, and I don't have the capacity to learn it right now.

So I let perfect be the enemy of good and, well... just kept the idea to myself.

Then I said "fuck it" and used AI to make the thing I really wanted to make.

I realized I didn't want "perfect". I wanted "good enough".

I tweaked, added, removed, drew, researched, questioned, tested... I just wasn't the one coding it.

So now, instead of occupying my brain, it now lives on the internet for others to enjoy.

Yes, there’s something noble about making something entirely on your own, but what good is an idea that just sits in my head?

So here I am. I made the thing. The weird, little, quiet koi pond.

The silly project of passion. The little corner of the internet to let strangers watch fish quietly, together.

I hope this pond helps you as much as it helped me.

The Board Game of the Alpha Nerds (2014)

2026-09-24 @ 20:53:39Points: 36Comments: 17

Security headers on 4,688 small-business websites: 49.7% met none of 7 criteria

2026-09-24 @ 20:42:02Points: 15Comments: 13

California is chasing wealth that has feet

2026-09-24 @ 20:34:32Points: 103Comments: 281

Opus 5.5 is good at explainer videos

2026-09-24 @ 20:28:47Points: 108Comments: 80

Sourcehut account takeover via build logs (XSS in ansi2html)

2026-09-24 @ 19:54:21Points: 52Comments: 9

August 27 TCRF DDoS Attack Postmortem

2026-09-24 @ 19:46:22Points: 21Comments: 8

Using LLMs to trace alchemical knowledge and decode 17th century letters

2026-09-24 @ 19:14:27Points: 48Comments: 9

Stable (YC W20) Is Hiring Product Engineers

2026-09-24 @ 18:29:18Points: 1

Show HN: Whiteboard (YC W26) – An open-source IDE for thoughtful software design

2026-09-24 @ 17:21:36Points: 168Comments: 75

https://whiteboard.dev.fast/), an open-source desktop app where humans and agents can architect software together in a common workspace. Here’s our repo: https://github.com/devdotfast/whiteboard.

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:

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)

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.

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.

Here’s a quick demo video explaining more: https://www.youtube.com/watch?v=ChPn3ftULWE

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:

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.

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.

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].

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.

Thanks for reading, and we hope you try it out! We would love to hear any feedback and to learn from your expertise.

Here’s are the project links again: https://github.com/devdotfast/whiteboard, and you can install (for MacOS + Linux) at https://install.dev.fast

[1] diffs library: https://github.com/devdotfast/diffr [2] Credit for the term ‘cognitive debt’ goes to https://www.geoffreylitt.com/2026/07/02/understanding-is-the...

Why is the liver so weirdly regenerative?

2026-09-24 @ 16:23:00Points: 209Comments: 134

F-Droid 2.0

2026-09-24 @ 15:26:12Points: 878Comments: 248

Tutoring company tells parents to save their money and 'use AI instead'

2026-09-24 @ 15:09:38Points: 70Comments: 115

Forging 1024-bit RSA signatures in nearly SNFS time [pdf]

2026-09-24 @ 14:26:32Points: 45Comments: 5

Google’s Project Suncatcher to put ML infrastructure in space

2026-09-24 @ 13:53:29Points: 85Comments: 167

Two-tier encryption in the UK

2026-09-24 @ 10:39:19Points: 364Comments: 362

Early rogue AI agent activity and attempts to hack found on urlquery.net

2026-09-24 @ 05:21:10Points: 235Comments: 223

Show HN: Make cursed fonts like Times New Bastard

2026-09-23 @ 22:53:28Points: 416Comments: 57

A joke tool that abuses OpenType's ligature feature to mix fonts. It works pretty fast on client-side by loading Python in WASM.

Toyota is taking the Corolla electric

2026-09-23 @ 22:37:28Points: 181Comments: 260

Geothermal heat map of US hot springs

2026-09-23 @ 20:12:10Points: 77Comments: 32

Show HN: AgentRun: DSL to turn agents into workflows

2026-09-23 @ 19:42:58Points: 38Comments: 7

I just open sourced the DSL that our harness in grep.ai uses to turn repeatable parts of agent work into workflows. You can combine tool calls, code, Jev-powered system one decisions for things like routing and screening evidence, and agents when a step needs more investigation.

Our harness uses the traces and retro notes agents leave behind when doing a job to figure out which parts can become a workflow. The idea is to make the work easier to understand and avoid paying for a full agent loop where one isn’t needed. For example, a research workflow can split a question into subquestions, send agents to research them in parallel, use Jev to screen the evidence, and have another agent write the report. You can inspect the steps, evaluate the evidence screening separately, or change one agent without rebuilding everything.

The DSL and examples are in our GitHub. There’s a scripted demo you can run without API keys: https://github.com/Parcha-ai/agentrun

You can also use it as a Pi extension to build, inspect, and run workflows: https://github.com/Parcha-ai/agentrun#use-it-in-pi

I would love to hear if this is useful to others.

More background on how AgentRun works in this video: https://www.youtube.com/watch?v=vOVhtGjtwpg. Or read about our use cases in this article: https://x.com/MiguelriosEN/status/2101029313906987422.

Rails World 2026 Opening Keynote [video]

2026-09-23 @ 15:33:33Points: 209Comments: 224

WaveDigger: Dig into wireless signals to discover their physical locations

2026-09-23 @ 12:57:07Points: 86Comments: 14

Web-based IBM 1620 emulator and IPL-V from 1963

2026-09-23 @ 00:06:25Points: 47Comments: 12

My weird new hobby: Wandering around Tokyo on Google Maps

2026-09-22 @ 17:49:46Points: 189Comments: 80

Show HN: Treepeat – Code similarity detection using Tree-sitter

2026-09-22 @ 16:53:25Points: 48Comments: 3

Find duplicate code blocks meaningful to the language (classes/functions), not just lines.

Find near-duplicates: ignore whitespace, strings, high level AST nodes such as function and names.

Find structurally similar code: anonymize identifiers, constants, etc.

Pull requests welcome: This is very much an proof of concept - I'm happy with it, but I haven't supported very many languages at present.

Languages supported: astro, bash, css, go, html, javascript, lua, markdown (plus codeblocks), python, sql, typescript, java, kotlin, rust, yaml

2DWillNeverDie

2026-09-22 @ 14:00:08Points: 69Comments: 7

Fearless SIMD v1.0

2026-09-22 @ 12:23:37Points: 160Comments: 28

The forgotten battle of East Lansing

2026-09-21 @ 20:07:08Points: 79Comments: 12

Book review: Is parallel programming hard, and, if so, what can you do about it?

2026-09-21 @ 14:30:00Points: 79Comments: 22

Archives

2026

2025

2024

2023

2022