frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

An object in a satellite image defies explanation

https://www.cnn.com/2025/10/28/science/amelia-earhart-mystery-nikumaroro-howland-islands
1•giuliomagnifico•18s ago•0 comments

'The algorithm is hacked': analysis of technology delusions

https://www.cambridge.org/core/journals/the-british-journal-of-psychiatry/article/algorithm-is-ha...
2•geox•4m ago•0 comments

Cool Facilities – The David Taylor Model Basin

https://www.navalgazing.net/David-Taylor-Model-Basin
1•eatonphil•10m ago•0 comments

AI Industry Interview Prep Guide

https://twopug.com/interview-prep/
1•knlb•13m ago•0 comments

How to Feed America

https://www.slowboring.com/p/how-to-actually-feed-america
1•Anon84•19m ago•0 comments

Show HN: Best Black Friday Deals [Mega List]

https://www.blackfridaydeals.directory
1•bfdd•23m ago•0 comments

The Open Dictionary Project(ODict

https://www.odict.org/
1•zipping1549•30m ago•0 comments

Tell HN: It's now impossible to disable all AI features in Firefox 145 (latest)

2•pera•32m ago•0 comments

Leaves cause major problems for Tesla autopilot

https://futurezone.at/produkte/laub-blaetter-tesla-autopilot-fsd-software-vollbremsung-probleme-e...
2•doener•34m ago•1 comments

Chinese parts supplier takes stake in leading Russian drone maker

https://www.ft.com/content/e907c2fa-2d3b-4269-bc6c-b2fee4d9f688
1•perihelions•37m ago•1 comments

Teaching AI to read Xcode builds

https://tuist.dev/blog/2025/11/27/teaching-ai-to-read-xcode-builds
1•pepibumur•38m ago•0 comments

Show HN: GoScopeAI – AI-powered web scanner with Llama3 vuln analysis

https://github.com/porgnope/GoScope-AI
1•porgnope•39m ago•0 comments

Man behind in-flight Evil Twin WiFi attacks gets 7 years in prison

https://www.bleepingcomputer.com/news/security/man-behind-in-flight-evil-twin-wifi-attacks-gets-7...
2•thunderbong•40m ago•0 comments

FLUX.2

https://bfl.ai/models/flux-2
1•doener•43m ago•0 comments

Z-Image: Powerful and highly efficient image generation model with 6B parameters

https://github.com/Tongyi-MAI/Z-Image
1•doener•44m ago•0 comments

NerdPoetry – Poetry after language. Presence as form

https://www.nerdpoetry.com/
1•DrNuke•50m ago•2 comments

Go port of A Fast 64–Bit Date Algorithm, based on benjoffe.com/fast-date-64

https://github.com/xnacly/go-fast-date
1•xnacly•50m ago•0 comments

Didoo AI – Paste a URL, Get Meta Ads That Print Money While You Sleep

https://didoo.ai
1•gaiaaguldina•51m ago•1 comments

How to share directories on the phone running Android via NFS as non-root user

https://xdaforums.com/t/guide-how-to-share-directories-on-the-phone-running-android-via-nfs-as-no...
1•sipofwater•52m ago•0 comments

Brainwashing and Influence: Human Will and the Future of Ethical Persuasion [video]

https://www.youtube.com/watch?v=37kzMlm44xA
1•keepamovin•52m ago•0 comments

I built a Ruby+Python tool for Shodan camera discovery and YOLO object detection

https://github.com/sigmatsotuff33-beep/Track-em-All-
1•yesimsigma•52m ago•2 comments

Rock mistaken for gold nugget for years turned out to be 4.6B-year-old meteorite

https://techoreon.com/australia-gold-prospector-maryborough-meteorite-discovery/
1•ashishgupta2209•57m ago•0 comments

Rapunzel Syndrome

https://en.wikipedia.org/wiki/Rapunzel_syndrome
1•saikatsg•58m ago•0 comments

Uplifting a dead Land Rover Freelander with a locked auto gear box [video]

https://www.youtube.com/watch?v=8ukpVWtQBNc
1•zeristor•59m ago•2 comments

Professional platform for psychological assessment and self-discovery

https://www.9types.org/
1•causalzap•1h ago•1 comments

Show HN: XShorts – 1-Click Tool to Turn Any Tweet into a Short Video

https://xshorts.net
1•bosschow•1h ago•0 comments

Show HN: Agent Identity Protocol – Open Standard for AI Agent Signatures

https://github.com/faalantir/mcp-agent-identity
1•faalantir•1h ago•1 comments

The Future of AI- Can AI and Robotics Replace Human Experimentation in Biotech?

1•AI-Ranger•1h ago•0 comments

Elon Musk's Anti-Woke Wikipedia Is Calling Hitler "The Führer"

https://theintercept.com/2025/11/26/grok-elon-musk-grokipedia-hitler/
7•stareatgoats•1h ago•6 comments

Did Goldman Sachs Overstep in Criminally Charging Its Ex-Programmer? (2013)

https://www.vanityfair.com/news/2013/09/michael-lewis-goldman-sachs-programmer
1•pabs3•1h ago•0 comments
Open in hackernews

Accidentally Turing-Complete

https://beza1e1.tuxen.de/articles/accidentally_turing_complete.html
25•bschne•7mo ago

Comments

panstromek•7mo 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•7mo 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•7mo 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_•7mo 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_•7mo 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•7mo 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•7mo 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