frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Gatwick Airport left without running water at both terminals

https://www.bbc.com/news/articles/cdew2dnxlzzo
1•bookofjoe•6m ago•0 comments

This July I Was Fired from Simple AI (A Deeply YC Company)

https://andys.blog/this-july-i-was-fired-from-simple-ai/
2•andytratt•6m ago•0 comments

Welcome to the age of decadence without pleasure

https://www.theguardian.com/us-news/ng-interactive/2026/jul/26/age-of-decadence-pleasure-ai
1•n1b0m•6m ago•0 comments

Ask HN:Anyone know a good AI slop detection service.

2•boveyking•12m ago•0 comments

Climate change is now threatening a pillar of childhood: summer break

https://www.npr.org/2026/07/26/nx-s1-5900911/wildfire-smoke-fires-camp-minnesota
3•geox•14m ago•0 comments

Van freed after two years trapped in automated car park (2025)

https://www.bbc.com/news/articles/c20z46p0p6jo
1•starkparker•14m ago•0 comments

Malicious sites use JavaScript to build malware in browser memory

https://www.bleepingcomputer.com/news/security/malicious-sites-use-javascript-to-build-malware-in...
2•Brajeshwar•14m ago•0 comments

Roast My Startup (thebuildnation.com)

1•Guru_Raj•15m ago•0 comments

Agent Harness Design for Claude

https://claude.com/blog/harnessing-claudes-intelligence
1•ankitg12•16m ago•0 comments

Are we all programmers now? We Replaced the Build Layer, Not the Runtime

https://ibrahimcesar.cloud/blog/we-replaced-the-build-layer-not-the-runtime/
1•ibrahimcesar•18m ago•0 comments

Show HN: Cookbook AI – turn scattered recipe files into a print-ready cookbook

https://cookbookai.io/index.html
2•bookletaitcv1re•23m ago•0 comments

Make an Origami Circuit Board

https://spectrum.ieee.org/origami-circuit-boards
4•ohjeez•25m ago•0 comments

Terminal-native music and video player

https://github.com/dangerous-person/dopogoto-terminal-player
2•jimsojim•25m ago•0 comments

Show HN: CheapSecurity – Lightweight, Self-Hosted CCTV for Linux SBCs

https://github.com/gmrandazzo/CheapSecurity
5•zeldone•27m ago•0 comments

Show HN: A client side PDF and article reader backed by Google Drive

https://pdf-reader-peach.vercel.app/
2•northfield27•27m ago•0 comments

Ask HN: Is an in-page speed reader useful?

2•jvbotelho•27m ago•2 comments

We Are Not Special (2021)

https://www.hillelwayne.com/post/we-are-not-special/
3•birdculture•28m ago•0 comments

Design Is Compromise

https://stephango.com/design-is-compromise
12•ankitg12•30m ago•0 comments

Who's afraid of open source AI?

https://www.youtube.com/watch?v=siy0744Ykys
2•frag•31m ago•0 comments

Tools and Rituals for Reflecting

https://ask.metafilter.com/254216/What-are-your-tools-and-rituals-for-reflecting-on-the-past-year
2•ankitg12•32m ago•0 comments

DROS-VEP – A <1μs C-ABI binary circuit breaker for AI agents

https://github.com/Top-Celestial-Company-Ltd/DROS-VEP-lite
3•dros_jimmy•35m ago•0 comments

Car Plows into Crowd at Berlin Pride Event in Suspected Terror Attack

https://www.nytimes.com/2026/07/25/world/europe/berlin-car-attack.html
3•whack•36m ago•3 comments

What Sam Altman will tell the White House this week

https://www.axios.com/2026/07/26/sam-altman-openai-trump-white-house-visit?mrfcid=202607266a5afa4...
3•flurly•40m ago•0 comments

Iran calls Ukraine's strikes on Iranian vessels 'hostile and criminal'

https://www.cnbc.com/2026/07/26/ukraine-strikes-iranian-vessels-tehran-accuses-kyiv-of-hostile-ac...
3•MilnerRoute•41m ago•0 comments

Why Los Angeles Stopped Repaving Its Streets

https://www.city-journal.org/article/los-angeles-streets-repaving-disability-rules
3•toomanyrichies•42m ago•0 comments

108 PRs in eight days: Accidentally discovering loop engineering

https://brittany-ellich.offprint.app/a/3mrjj34puva23-108-prs-in-eight-days-accidentally-discoveri...
1•overcommitted•42m ago•0 comments

Canada must prepare for bigger wildfires, every summer – forever

https://www.thestar.com/news/canada/our-smoke-filled-future-how-canada-must-prepare-for-bigger-wi...
3•Teever•45m ago•2 comments

AI agents are eating the Web, growing by 8,000% and rewiring business models

https://fortune.com/2026/07/23/dead-internet-theory-bots-agents-majority-web-traffic/
3•CharlesW•50m ago•0 comments

A Love Letter to Object Orientation

https://blog.mempko.com/a-love-letter-to-object-orientation/
1•mempko•52m ago•1 comments

The Question Is the Hard Part

https://seriousmountain.substack.com/p/the-question-is-the-hard-part
1•mc-serious•52m 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