frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ramputene DIY

https://www.confuzine.com/2024/09/22/ramputene-diy-donostia-basque-country/
1•jruohonen•58s ago•0 comments

Record Every Meeting

https://rfd.shared.oxide.computer/rfd/0537
1•encodedrose•5m ago•0 comments

AgentGraph – Graph-Based Context Management

https://iancutzu.substack.com/p/agentgraph-graph-based-context-management
1•iancutzul•8m ago•0 comments

Inside Interoception: The hidden sense of how you feel inside

https://www.technologyreview.com/2026/06/12/1138833/inside-interoception-brain-body/
1•bookofjoe•8m ago•1 comments

Kennedy Center board's new bylaws strip funding if center removes Trump's name

https://bsky.app/profile/lizdye.bsky.social/post/3mo4ky6pbgk26
1•hn_acker•11m ago•1 comments

Achieving Pipeline Parallelism on $4 Microcontrollers: Splitting a 42M model

https://github.com/harmansingh4163-ai/ESP-32-s3-Story-maker-LLM
1•Harman-Singh123•14m ago•0 comments

Show HN: Galdor – a Go LLM agent framework with built-in tracing and replay

https://github.com/YasserCR/galdor
2•yassros16•14m ago•0 comments

QuantmLayer – kernel sandbox for coding agents that learns its policy

https://github.com/quantmlayer/quantmlayer
1•mquant•15m ago•0 comments

The Hype Hangover Kicks In

https://www.mikehyland.com/blog/the-developer-mood-june-2026
2•mjhyl•17m ago•1 comments

Show HN: Flashback Booth, A tactile retro photo booth in the browser

https://flashbackbooth.me
1•rairishabh2810•17m ago•0 comments

Metamodernism: The cultural philosophy of the digital age

https://nesslabs.com/metamodernism
1•andsoitis•18m ago•0 comments

How Israel's AI surveillance breakthrough in Iran is reshaping global intel

https://www.calcalistech.com/ctechnews/article/h17rby8bge
1•myth_drannon•18m ago•0 comments

Ask HN: How do you handle billing when event volume exceeds Stripe's limits?

2•badgerino•19m ago•1 comments

Best YouTube Downloader Alternatives That Work in 2026

https://www.youtubexx.com/
2•freeinvoiceflow•19m ago•0 comments

Phone-Free Events Grew 567% Globally in 2026, over 900% in US Alone

https://www.eventbrite.com/blog/press/newsroom/the-rise-of-phone-free-experiences/
4•karakoram•25m ago•0 comments

TimyWind Sailing Game

https://tinywind.io/play?firstvisit=1
2•SubiculumCode•26m ago•0 comments

Snapcompact: SoTA Compaction – Instant, Local, Free. Pick 3

https://blog.can.ac/2026/06/10/snapcompact/
2•himata4113•28m ago•0 comments

Identifying Life-Changing Books with LLMs

https://blog.joellehman.com/identifying-life-changing-books-with-llms.html
3•andsoitis•30m ago•0 comments

Formal Methods and the Future of Programming

https://blog.janestreet.com/formal-methods-at-jane-street-index/
4•sebg•33m ago•0 comments

Shareholder Supremacy and the Precog CEO

https://pluralistic.net/2026/06/13/minority-shareholder-report/
1•hn_acker•33m ago•0 comments

Ask HN: What would you do with a trillion dollars

4•brudgers•33m ago•2 comments

The Future of Crossover

https://www.codeweavers.com/blog/mjohnson/2026/06/11/whats-in-and-whats-out-for-crossover-27
2•akyuu•33m ago•0 comments

Thanks Amazon

https://www.reddit.com/r/ClaudeAI/s/TUivYGKnCK
2•ihazgithub•33m ago•0 comments

Ask HN: If you had a trillion dollars, what would you do?

2•brudgers•34m ago•2 comments

Show HN: Domainbase – Instant domain search and management

https://domainbase.app/
1•alexpate•34m ago•0 comments

How cyber-criminals adopted Russias secret language of thieves

https://www.bbc.com/future/article/20260611-fenya-how-cyber-criminals-adopted-russias-secret-lang...
3•1659447091•34m ago•0 comments

Mandrake –> Gentoo a.k.a. "Mandrake Expatriate Syndrome" (2003)

https://www.greenfly.org/mes.html
1•coatmatter•35m ago•0 comments

Sealed Super Mario Bros Sells for $3M Setting New Record for a Video Game

https://www.ha.com/heritage-auctions-press-releases-and-news/highest-graded-super-mario-bros.-sel...
3•HelloUsername•35m ago•0 comments

Show HN: Sessemi – Scraping API That Solves Cloudflare/DataDome/Akamai Itself

https://sessemi.com
1•sessemi•36m ago•0 comments

Kennedy Center Says It Has Removed Trump's Name from Building

https://www.wsj.com/politics/policy/kennedy-center-misses-deadline-wants-more-time-to-remove-trum...
3•JumpCrisscross•37m 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