frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ask HN: What's an advice that you no longer give? Why?

1•joddystreet•21s ago•0 comments

Gavriel Cohen found his own code inside OpenClaw, so he walked away

https://thenewstack.io/nanoclaw-openclaw-agent-security/
1•msolujic•1m ago•0 comments

Jk

https://marcodonatodigitalluxe.nl/
1•janbv124•6m ago•0 comments

SOTA-scan: Claude skill, an honest mirror for your repo

https://github.com/MerlijnW70/sota-scan
1•MerlijnW70•9m ago•0 comments

"What a joke": GitHub Copilot's token-based billing spurs backlash among devs

https://techcrunch.com/2026/05/30/what-a-joke-github-copilots-new-token-based-billing-spurs-const...
1•nryoo•10m ago•0 comments

Prompt injection lets attackers hijack Instagram accounts via Meta AI support

https://www.neowin.net/news/people-are-using-prompt-injection-to-trick-metas-ai-into-handing-over...
2•bundie•11m ago•0 comments

The Capacity of HotHands to Facilitate High-Altitude Research (2023) [pdf]

https://www.colorado.edu/center/spacegrant/sites/default/files/attached-files/B3_RRCC_BringingThe...
2•radeeyate•12m ago•0 comments

Rubin Tracks Skyscraper-Size Asteroids and Failed Supernovas

https://www.quantamagazine.org/rubin-tracks-skyscraper-size-asteroids-failed-supernovas-and-inter...
2•adm4•16m ago•0 comments

Reflection SDD: Use a Reflection Harness to Level Up Your OpenSpec Workflow

https://www.dataleadsfuture.com/reflection-sdd-use-a-reflection-harness-to-level-up-your-openspec...
1•qtalen•18m ago•1 comments

The first Vera Rubin NVL72 server rack

https://twitter.com/i/status/2061118201636036668
3•mudil•40m ago•0 comments

Marcus Aurelius Had Anxiety Too – Stoicism for People Who Overthink

https://stvrrll1ght.substack.com/p/marcus-aurelius-had-anxiety-too-stoicism
5•maheenahmed•42m ago•0 comments

In UFO Files, Some Christians See Vexing Questions – and Demons

https://www.nytimes.com/2026/05/31/us/ufo-files-pentagon.html
1•ryan_j_naughton•43m ago•0 comments

Can I find the exact number of users in FusionAuth with specific attributes?

https://fusionauth.io/community/forum/topic/3132/how-can-i-get-an-exact-number-of-users-with-some...
1•mooreds•44m ago•0 comments

Ask HN: How do you solve AI's confused deputy problem?

1•david_shi•44m ago•0 comments

xAI touts 10x performance gain while Ceramic has achieved 80 MFU

https://www.ceramic.ai/blog/ai-training-stack-performance-how-ceramic-achieved
3•densone•46m ago•0 comments

The Totalisator

https://computer.rip/2026-05-31-totalisator.html
2•pinewurst•47m ago•0 comments

Peter Thiel warns AI is threat to technical roles more than to creative thinkers

https://fortune.com/article/peter-thiel-ai-skills-creative-thinking-technical/
5•1vuio0pswjnm7•57m ago•1 comments

Nearly one-third of automotive loan terms are longer than six years

https://www.businesswire.com/news/home/20260528635242/en/
2•mattas•1h ago•0 comments

Instagram exploit allows you to use Meta AI to reset passwords to accounts

https://xcancel.com/DarkWebInformer/status/2061253599758315527
3•Cider9986•1h ago•0 comments

Show HN: Find your birth date song that was number-one

https://github.com/skorotkiewicz/tbs
1•modinfo•1h ago•0 comments

The Grand Unified Model of DevOps/SRE Dynamics

https://sigbovik.org/2026/proceedings.pdf#page=897
2•ycombiredd•1h ago•2 comments

Weekend trivia: your process' memory is a file

https://lcamtuf.substack.com/p/weekend-trivia-your-process-memory
3•surprisetalk•1h ago•0 comments

Wasp Colonies Explode into Violence After Losing Their Queen

https://scitechdaily.com/wasp-colonies-explode-into-violence-after-losing-their-queen/
1•Gaishan•1h ago•0 comments

Show HN: Ralphy – open-source autonomous Claude Codd built on the Ralph loop

https://github.com/Mizerness/Ralphy
1•miserness•1h ago•0 comments

Nvidia GTC Taipei 2026 Keynote [video]

https://www.youtube.com/watch?v=wSp6AiNIrsY
3•lrae•1h ago•0 comments

Codex app plugin integration can be better?

https://github.com/obra/superpowers
1•xiaoluolyg•1h ago•0 comments

Memoir TV

https://pages.cloudflare.com/
1•classic_films•1h ago•0 comments

Specialized Claude Code Agents for Unreal Engine 5

https://github.com/damien220/UnrealEngine_Agent
1•Damien_220•1h ago•0 comments

Croft: VSCode-style TUI written in Rust

https://codeberg.org/vitali87/croft
3•vitali87•1h ago•0 comments

Long read: Bluey deal FOMO will kill the next Bluey

https://oblongataresearch.substack.com/p/bluey-deal-fomo-will-kill-the-next
6•basiljh•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