Hacker News

Latest

Revealing the details of how OpenAI agents hacked Hugging Face

2026-09-25 @ 21:09:27Points: 149Comments: 99

Ask HN: Who's still keeping a DOS machine up because the business depends on it?

2026-09-25 @ 19:37:55Points: 75Comments: 55

* dBase/Clipper/CLARION/Paradox/other DOS RAD environments on period hardware to run business processes?

* CNC mills/spectrometers/microscopes/other industrial instruments controlled by ISA cards (either bespoke or standards like GPIB)?

* Anything with a parallel port dongle?

If so, I'd be very interested in hearing your experience here, or feel free to send me an email at the address in my profile. I'm not trying to sell anything, just doing some research for an idea around keeping these going on modern hardware.

Bug: Border radius has infected VSCode editor

2026-09-25 @ 19:27:37Points: 68Comments: 45

Letterboxd Is Up for Sale, and A24, Sony and the New York Times Are Bidding

2026-09-25 @ 19:26:10Points: 59Comments: 28

Alan Kay: Shannon gave us a way of dealing with noisy channels [video]

2026-09-25 @ 18:37:05Points: 115Comments: 22

https://news.ycombinator.com/item?id=49622607:

Alan Kay performs an improvisational avant garde layered audio feedback loop about Claude Shannon, live online during Kristen Nygaard's 100-year birthday celebration.

Alan was scheduled to talk about how encountering Simula sparked his early thoughts about objects. During setup, somebody had the live stream playing out loud near an open Zoom mic, so his own voice kept arriving back in his ears about 21 seconds late, over and over.

What he said was not random: "Shannon gave us a way of dealing with noisy channels." And: "I think about that almost every day. I realize what the fuck is going on and it's just so amazing." Shannon's noisy channel coding theorem is the math for exactly the kind of channel that was garbling him as he praised it.

Alan joked it was "being rerouted to Mars and back." At the speed of light, a 21 second round trip is about 3 million km one way -- eight trips to the Moon and back, but only about a seventeenth of the way to Mars at closest approach.

This is an accidental Zoom performance of Alvin Lucier's "I Am Sitting in a Room" (1969), where Lucier re-recorded his own voice in a room until only the room's resonance remained. Here what remains is the network: delay, compression, dropouts.

Bonus noise: YouTube's auto-transcript bleeps Alan's enthusiasm into [ __ ]. So the full chain is: Alan's voice, Zoom, stream, room, Zoom again times three, my screen recording, YouTube's speech recognizer, a censored transcript.

The fix: "Just turn off the audio at your end on Zoom."

I Am Sitting in a Room: https://en.wikipedia.org/wiki/I_Am_Sitting_in_a_Room

Alvin Lucier on "I am sitting in a room": https://www.youtube.com/watch?v=v9XJWBZBzq4

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

2026-09-25 @ 18:33:50Points: 316Comments: 94

Astronomer watches Starlink satellites sinking to build a 'planetary barometer'

2026-09-25 @ 18:29:49Points: 53Comments: 16

Meta's Muse appears to use an OpenAI model labeled muse-special

2026-09-25 @ 18:18:06Points: 109Comments: 46

Show HN: Doom or Bloom, map your AI worldview

2026-09-25 @ 16:51:28Points: 52Comments: 40

only takes a few minutes && free & open source && private by default && powered by Jev

I think this is a really important question for everyone to be asking themselves, and my hope is that this lil project helps to move our conversations around AI futures in a more balanced, productive direction.

Show HN: I discovered roads in the US across > 1000 themes

2026-09-25 @ 16:05:08Points: 8Comments: 5

This interactive dataviz I created lets you explore about ~1k different themes I computed by cross referencing popular Wikidata articles against OSM roads.

Gravity seems holographic. What does that mean for reality?

2026-09-25 @ 15:31:02Points: 112Comments: 112

U.S. appeals court upholds designation of Anthropic as supply chain risk

2026-09-25 @ 15:29:25Points: 367Comments: 678

Show HN: Jev Plays Pokémon Red

2026-09-25 @ 14:28:07Points: 137Comments: 61

I've spent endless hours playing this game as a child so building this was a ton of fun.

I open sourced everything in case you want to hack on it yourself here: https://github.com/christianmat/jev-pokemon

The game is being streamed live including the tokens and cost - hopefully we get all the badges and don't get stuck in a cave :)

Factorio that you can touch

2026-09-25 @ 14:24:42Points: 312Comments: 100

First Principles Thinking

2026-09-25 @ 13:55:37Points: 205Comments: 95

What happens when you analyze your favorite college football team like the CIA?

2026-09-25 @ 13:47:21Points: 33Comments: 19

Platform-independent SIMD in Go

2026-09-25 @ 11:47:06Points: 351Comments: 132

Git-bug: Distributed, offline-first bug tracker embedded in Git

2026-09-25 @ 11:38:31Points: 297Comments: 100

Ink and Switch interactive homepage

2026-09-25 @ 09:50:25Points: 227Comments: 25

Amiga Screens: A Primer

2026-09-25 @ 07:31:12Points: 127Comments: 36

Pentium II at 600Mhz with Voodoo 3 Emulated on 86Box with M6 Mac Mini

2026-09-25 @ 07:27:45Points: 265Comments: 115

Remembering Johannes Doerfert

2026-09-24 @ 23:36:50Points: 44Comments: 1

Ask HN: Any nerds out there who've read a lot of research papers?

2026-09-24 @ 19:43:04Points: 18Comments: 14

Which are the most memorable abstracts you have read? I know I am a jackass who usually vibecodes my way through assignments but even I don't want to write a cookie-cutter intro for my paper. I wanna write something that stays with the reader. What paper has stuck with you, what made it memorable?

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

2026-09-24 @ 17:21:36Points: 396Comments: 129

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

Ask HN: Hypothesis: Cellular providers are deprioritizing voice calls

2026-09-24 @ 16:39:20Points: 14Comments: 27

This was a pattern across more than a year, spanning multiple devices (all iphones). It happens on both wifi and cellular. It happens with wifi calling enabled and disabled. It happens with people I call every day, in my address book, as well as new contacts (say someone I met who called to follow up). I called support, searched online, reset network settings multiple times at different points months apart.

After being on T-Mobile for about a year, the degraded service is about the same as Verizon. Every week, more than once, people call me, my phone never rings, and I never see a missed call on my device. It happens at home, at work, on work trips in different states.

I still get missed calls regularly and my device shows I missed the call. It seems like a certain % of callers get my VM, but I never know the call attempt happened. The missed calls never appear later on my phone (like a late VM or text deliver, coming minutes or sometimes hours after it was sent).

Hypothesis: A growing number of cellular subscribers don't care enough or use voice calls as much, so (regardless of motive/feelings) cellular providers have found they can simply reduce quality without losing customers.

Show HN: Jevgpt – reinventing the wheel with another wheel

2026-09-23 @ 22:14:52Points: 13Comments: 0

https://github.com/giga-james/jevgpt

had some trouble getting it to explore enough token options so i did a small spec decoding pass to expand token vocab (jev as drafter and verifier lol)

it aint much and it aint honest work either

Bwbach, My Guardian Goblin

2026-09-22 @ 12:25:57Points: 22Comments: 15

Show HN: Make math automatic with Mathy

2026-09-21 @ 14:49:05Points: 71Comments: 18

A History of the Chiming Machines at Gloucester's Cathedral and Churches (2017) [pdf]

2026-09-20 @ 16:48:20Points: 13Comments: 2

How video games inspire great UX (2019)

2026-09-20 @ 16:00:13Points: 91Comments: 16

Archives

2026

2025

2024

2023

2022