frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Body Remembers but the Doctor Cannot- Experiments with AI in Personal Health

https://karankurani.com/writing/post/w_20260721140414_b0e102/the-body-remembers-but-the-doctor-ca...
1•BIackSwan•2m ago•0 comments

The Despair of the Professor in the Age of A.I

https://www.newyorker.com/news/fault-lines/the-despair-of-the-professor-in-the-age-of-ai
1•the-mitr•5m ago•0 comments

Airlines Don't Want You to Buy Their Cheapest Tickets

https://www.wsj.com/lifestyle/travel/airlines-really-dont-want-you-to-buy-their-cheapest-tickets-...
1•fortran77•11m ago•1 comments

Do You Think OpenAI Is Apple Circa the 1980s?

1•Taikhoom2010•13m ago•0 comments

I cracked 150 PRs a week [video]

https://www.youtube.com/watch?v=TK1OeQZswiQ
1•berenddeboer•16m ago•1 comments

Amtrak Bicycle Access

https://amtrak-bike-map.transittools.dev/
3•raybb•23m ago•0 comments

Tell HN: Wife used Chat GPT to set up her new biz domain, email, and website

1•jvanderbot•26m ago•0 comments

Wargamer's shed named UK Shed of the Year 2026

https://newatlas.com/tiny-houses/2026-shed-of-year-winner/
2•Gaishan•27m ago•0 comments

Neats and Scruffies

https://en.wikipedia.org/wiki/Neats_and_scruffies
2•Hooke•27m ago•0 comments

The auto industry is building for a past that's never coming back

https://www.wardsauto.com/news/the-auto-industry-is-building-for-a-past-thats-never-coming-back/8...
2•avonmach•28m ago•0 comments

Show HN: Aidress – open-source discovery and trust registry for agents

https://github.com/Aidress-ai/Aidress
1•mehulv24•28m ago•1 comments

How to secure Manticore Search with built-in authentication and authorization

https://medium.com/@s_nikolaev/how-to-secure-manticore-search-with-built-in-authentication-and-au...
1•snikolaev•35m ago•0 comments

How to export Claude chats to Markdown [video]

https://www.youtube.com/watch?v=eWCf5HGQYMQ
3•quysala12•39m ago•1 comments

America's Bet on AI – The winner takes it all. What if we lose?

https://foreignpolicy.com/2026/08/04/united-states-artificial-intelligence-race-china-openai-anth...
2•mapping365•39m ago•3 comments

Mysterious elephant deaths in Kenya raise questions around pesticides

https://www.bbc.com/news/articles/cx27p32jzj2o
1•ChrisArchitect•41m ago•0 comments

Rands Management Glossary

https://randsinrepose.com/glossary/
1•Garbage•44m ago•0 comments

OcuClaw: One Human, a Fleet of Agents

https://fly.io/customer-stories/ocuclaw/
3•lesenmiaoyu•44m ago•0 comments

America's obsession with whey protein has a delicious consequence: More cheese

https://www.nbcnews.com/business/consumer/americas-obsession-whey-protein-leading-cheese-rcna588939
2•bushwart•49m ago•0 comments

Disney Data Dump: What's the Best Day of the Week to Visit the Magic Kingdom?

https://touringplans.com/blog/disney-data-dump-whats-the-best-day-of-the-week-to-visit-the-magic-...
1•bariumbitmap•50m ago•0 comments

David Ellison: Here's Why You Can Trust Me with the News

https://www.nytimes.com/2026/08/04/opinion/david-ellison-paramount-warner-deal.html
1•aaronbrethorst•51m ago•1 comments

New museum find shows nature can't stop inventing seahorses

https://phys.org/news/2026-08-museum-nature-seahorses.html
1•MaxLeiter•52m ago•0 comments

The Investing Heavyweights That Backed Situational Awareness Before It Blew Up

https://www.wsj.com/finance/investing/the-investing-heavyweights-that-backed-situational-awarenes...
1•vdalal•56m ago•0 comments

Google AI Studio exposed. Drive Trash is fake

https://scored.co/c/News/p/1ATC9NarFD/google-drive-trash-is-just-a-vis/c
1•Bitu79•57m ago•1 comments

Dark Mode for Pinterest – Themes and Night Mode

https://www.sortpin.com/pinterest-dark-mode
1•trungpv1601•58m ago•0 comments

OpenAI's Unreleased Model Astra Solves Ten Major Open Mathematics Problems

https://thezvi.substack.com/p/openais-unreleased-model-astra-solves
1•paulpauper•58m ago•1 comments

Cyberpunk on 1GB of VRAM [video]

https://www.youtube.com/watch?v=H6uX-PI95ok
2•behnamoh•59m ago•0 comments

Roby Yonge

https://en.wikipedia.org/wiki/Roby_Yonge
2•petethomas•59m ago•1 comments

Hackerne.ws Cert Needs Updating

https://hackerne.ws
2•mproud•1h ago•3 comments

Ukrainian and Iran War Coalescence Discussion

https://open.spotify.com/episode/2Q6jmheUC8nTDDEH9xgL4h
1•silver92bullet•1h ago•0 comments

Designing a Query System

https://bal-e.org/speed/krabby/2026/query-system-design/
2•vinhnx•1h ago•0 comments
Open in hackernews

Accidentally Turing-Complete

https://beza1e1.tuxen.de/articles/accidentally_turing_complete.html
25•bschne•1y ago

Comments

panstromek•1y ago
Nice list. Some of those are arguably not accidental, TypeScript type system seems kinda obvious to be turing complete when it tries to describe dynamically typed langauage.
WalterGR•1y ago
x86 MOV instruction: “The mov-only DOOM [game] renders approximately one frame every 7 hours, so playing this version requires somewhat increased patience.”
a_cardboard_box•1y ago
Rule 110 is only Turing-Complete if you have an infinitely large array of cells, and are able to initialize it with an infinite repeating pattern. If I'm not mistaken, HTML+CSS can only do a fixed-sized array.

With a Turing-Complete language, if a program runs out of memory on one machine, you can run the same code on a bigger machine without modifying it, and it can use the additional memory. With fixed-length rule 110, you need to modify the code if you want to use more memory.

256_•1y ago
This is addressed in the second paragraph of TFA:

"Stuff which is somehow limited (stack overflows, arbitrary configuration, etc) is still considered Turing complete, since all "physical" Turing machines are resource limited."

In my opinion, worrying about infinite memory, in regards to Turing completeness, makes the task of implementing computation much less interesting.

Also, I'm pretty sure CSS only does one generation (or a finite number of them) before stopping anyway.

256_•1y ago
Logic in Doom is particularly interesting to me. Apparently you can fit ~64k logic gates in a map (using the method described). From [1]:

"As the DOOM engine was not designed to be an interpreter, there are some constraints on our programs written against it. The biggest one is how large our programs can be. Since each gate uses at least one tag, we can use this as a metric to derive an upper-bound on the size of a program. As the DOOM engine uses 16-bit tags, this means we can have, at most, 65535 gates. This is not a particularly large number. We may be able to implement a very small CPU but this limit will be hit pretty quickly I believe."

The z80 had ~8,500 transistors. The 8086 had ~29,000 (checking Wikipedia). You could get far fewer if you use a 1-bit microarchitecture, I'm sure. I think there was a DEC (PDP?) computer that used that trick to have a really low transistor count, but I don't remember what it was called.

The real problem is RAM; for this you may as well cheat and modify Doom's code to add a RAM chip, and I/O while you're at it.

You could create a CPU in Doom implementing an architecture for which a C compiler exists, capable of compiling Doom, and run it in the CPU in Doom. For "reasonable" speed you'd have to do more than one simulation step per frame render (in the host Doom). If you ran it for long enough maybe you could get a full frame of Doom in Doom.

[1]: https://calabi-yau.space/blog/doom.html

karmakaze•1y ago
Doom running in TypeScript static type checker[0].

> half trillion lines of types totaling 177 terabytes ran through the type checker around the clock for 12 days to get the first frame

[0] https://news.ycombinator.com/item?id=43184291

karmakaze•1y ago
My favorite one is Conway's Game of Life. It's perhaps the least surprising one, but it's also the most visually appealing. Really like this video that leads up to making the Game of Life in itself[0]. It's something you can show a non-technical person and they can get a sense of how crazy it is that something so simple can do anything.

[0] https://www.youtube.com/watch?v=Kk2MH9O4pXY