frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Last Question by Isaac Asimov – This Is Ageless

https://users.ece.cmu.edu/~gamvrosi/thelastq.html
1•arttaboi•25s ago•1 comments

SK Hynix to Interview All 250 Executives, First Time in 14 Years

https://en.sedaily.com/finance/2026/09/17/sk-hynix-reviews-all-250-executives-for-first-time-in-14
1•giuliomagnifico•53s ago•0 comments

Cursor is currently experiencing a major outage

https://status.cursor.com
1•caioariede•59s ago•0 comments

Stop Pushing to Find Out: Meet the Latchkey CLI

https://latchkey.dev/blog/latchkey-cli
1•hevaka•1m ago•0 comments

Why .tar.gz files can't be combined with cat

https://alexwlchan.net/2026/cat-confusion/
1•birdculture•2m ago•0 comments

Revolut bank facing $3M ransom demand after impersonation scam

https://www.theguardian.com/business/2026/sep/17/revolut-reportedly-facing-3m-ransom-demand-after...
1•4ndrewl•3m ago•0 comments

Refactoring Hermes with 1393 Agents

https://nousresearch.com/refactoring-hermes-with-1393-agents
1•piotrgrabowski•3m ago•0 comments

Free EU Cyber Resilience Act Scope Checker

https://crabureau.com/scope-checker
1•Derickvzvz•4m ago•0 comments

Anthropic opens first office in Spain, Madrid in response to strong local demand

https://www.democrata.es/en/economy/anthropic-opens-its-first-office-in-spain-in-madrid-in-respon...
1•mgh2•4m ago•0 comments

Whoever's doing OpenAI's system security is just incompetent in the worst way

2•SamInTheShell•4m ago•1 comments

Zenovay: The Analytics Company That Doesn't Exist

https://banana4444.bearblog.dev/zenovay-the-analytics-company-that-doesnt-exist/
1•speckx•4m ago•0 comments

200K-Token LLM Serving on a 24 GiB Laptop with Just-in-Time State Management

https://arxiv.org/abs/2609.17475
1•Betelbuddy•4m ago•0 comments

Oregon Data Center Advisory Committee Preliminary Learnings and Questions Doc [pdf]

https://www.oregon.gov/energy/get-involved/Documents/2026-09-10-DCAC-Preliminary-Learnings.pdf
1•hn_acker•4m ago•1 comments

Use C# unions and closed hierarchies in ASP.NET Core

https://devblogs.microsoft.com/dotnet/unions-and-closed-hierarchies-in-aspnetcore/
1•ibobev•4m ago•0 comments

Show HN: Run the birds sound detection on any Kobo eReader

https://github.com/BandarLabs/Cobalt/tree/beta/apps/birds
3•thepoet•6m ago•0 comments

Mojo 1.1 Released, Now Accepting Community Contributions to the Compiler

https://www.phoronix.com/news/Mojo-1.1-Released
2•theanonymousone•6m ago•1 comments

Stallman: Thousands Dead, Millions Deprived of Liberties (2001)

https://news.slashdot.org/story/01/09/17/1758231/stallman-thousands-dead-millions-deprived-of-lib...
2•B1FF_PSUVM•7m ago•0 comments

Show HN: I developed a non-linear video editing system

https://github.com/0xhappyboy/SoulCut
1•happyboy_•9m ago•0 comments

T. Rex Had a Body Temperature of 97 Degrees

https://www.nytimes.com/2026/09/16/science/trex-dinosaur-temperature-warm-blooded.html
1•marojejian•14m ago•1 comments

Economic Policy for AGI

https://institute.deepmind.com/essays/economic-policy-for-agi/
2•alphabetatango•15m ago•0 comments

Europe's e‑waste is a valuable resource – let's not throw it away

https://theconversation.com/europes-e-waste-is-a-valuable-resource-lets-not-throw-it-away-290453
1•jruohonen•15m ago•0 comments

Software Engineer: I'm Tired of Pretending [video]

https://www.youtube.com/watch?v=H0HwFqBG9KE
1•erickhill•17m ago•0 comments

Show HN: S-Roll – local AI video understanding and clipping for Mac

https://saliency.dev/s-roll
1•agi_ritik•18m ago•0 comments

Show HN: Built a Simulation of Autonomous Agents

https://agents.london
1•chandanrajah•19m ago•0 comments

Noam Brown – Agent swarms, alignment, & recursive self-improvement

https://www.dwarkesh.com/p/noam-brown
1•crescit_eundo•20m ago•0 comments

Show HN: Custom Relevance – Describe what matters and let Jev rank it

https://jev.foglight.co/
1•ephx•20m ago•0 comments

Feeling overwhelmed by the AI doom loop? Here's the essential reading list

https://www.theguardian.com/books/2026/sep/17/ai-doom-books-reading-list
2•jocoda•20m ago•0 comments

Google Noto 3D Emoji Design Process

https://design.google/library/noto-3d-emoji-design
2•ChrisArchitect•22m ago•1 comments

Becoming a Benchmark

https://terrytao.wordpress.com/2026/09/17/becoming-a-benchmark/
4•bluepeter•23m ago•0 comments

Meta's Zuckerberg says AI labs have enough incentive to build safely

https://www.reuters.com/business/metas-zuckerberg-says-ai-labs-have-enough-incentive-build-safely...
1•JonathanCross•23m 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