frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Why MySpace fans want it back as relaunch hinted

https://www.bbc.com/news/articles/c4g64152v71o
2•1659447091•5m ago•0 comments

Small Talk to Deep Talk

https://talk.bradwoods.io/blog/small-talk-to-deep-talk
1•bradwoodsio•7m ago•0 comments

Show HN: Open-source, searchable HTML workspace for Claude Code

https://anona-labs.github.io/mirror/
1•anoop_kumar•18m ago•0 comments

StackOverflow Read-Only

https://stackoverflow.com
1•anticensor•21m ago•1 comments

AI creates 16 new viruses from scratch after training on 9T nucleotides

https://www.tomshardware.com/tech-industry/artificial-intelligence/ai-creates-16-new-viruses-that...
2•sbulaev•22m ago•0 comments

Gen Z Is Drinking Alcohol as Much as Older Generations

https://www.businessinsider.com/gen-z-drinking-alcohol-moderation-sobriety-new-data-2026-7
1•satvikpendem•22m ago•0 comments

Illinois Just Told Every Operating System to Start Reporting Your Kid's Age

https://itsfoss.com/news/illinois-age-verification-bill/
4•WaitWaitWha•25m ago•0 comments

Show HN: Sqnc.run – a live cipher stream inspired by number stations

https://sqnc.run/
1•nee_oo_ru•25m ago•0 comments

UV printer copies 3D objects (Strange Parts) [video]

https://www.youtube.com/watch?v=3DiVHTj_8nA
1•consumer451•26m ago•0 comments

What Happened: OpenAI and HuggingFace

https://thezvi.substack.com/p/what-happened-openai-and-huggingface
2•jgalt212•29m ago•1 comments

New 'Water Watch Center' launched to help small utilities stop cyberattacks

https://www.nextgov.com/cybersecurity/2026/08/new-water-watch-center-launched-help-small-utilitie...
1•WaitWaitWha•34m ago•0 comments

Mossad accicentally injected data to a French lawyer phone instead of extracting

1•0x54MUR41•44m ago•0 comments

Show HN: CIRadar – Self-hosted CI failure diagnosis

https://github.com/Bluezly/CIRadar
1•bluezly•45m ago•0 comments

Provenance

https://en.wikipedia.org/wiki/Provenance
1•soupspaces•46m ago•0 comments

Zig's Io.Threaded Is Neat

https://matklad.github.io/2026/08/06/neat-io-threaded.html
1•Retro_Dev•51m ago•0 comments

Never Gonna Give You Up but the lyrics are in alphabetical order [video]

https://www.youtube.com/watch?v=Svj1bZz2mXw
1•mooreds•53m ago•0 comments

One Cut – Edit Video by Editing Code

https://github.com/smy20011/onecut
1•smy20011•54m ago•0 comments

See the Sun like never before with most detailed images yet

https://www.bbc.com/news/articles/c36d4376nd2o
3•mooreds•55m ago•0 comments

Some software talks I like

https://char.lt/blog/2026/08/talks-i-like/
1•vinhnx•55m ago•0 comments

LA Freeway (Long's to Arapaho Traverse)

https://www.mountainproject.com/route/117783697/la-freeway-longs-to-arapaho-traverse
1•mooreds•56m ago•0 comments

E.U. Nears Approval of Gene-Edited Crops as Olive Sector Eyes Applications

https://www.oliveoiltimes.com/world/e-u-nears-approval-of-gene-edited-crops-as-olive-sector-eyes-...
2•johntfella•59m ago•0 comments

MRMS Renderer – Open-Source NOAA MRMS Radar Renderer for Python

https://github.com/Taylor-Creative-Development/mrms-renderer
1•davidtaylorjr•1h ago•0 comments

Show HN: Qwen3.8-Max – Use Qwen Studio and MCP to Code Locally for Free

https://github.com/tohid4n/qwen3.8-max-local-coding
2•tohid4n•1h ago•0 comments

Retraction: The App Store Rejection of the Week That Was a Correct Rejection

https://daringfireball.net/2026/08/retraction_app_store_rejection_of_the_week
27•minimaxir•1h ago•2 comments

Ms. Tippi Hedren – The Godmother of the Vietnamese Nail Industry

https://vietnamesemuseum.org/details/ms-tippi-hedren/
2•thunderbong•1h ago•0 comments

Alternate Routing Graph

https://agentchannels.org/
1•FelineStateMach•1h ago•0 comments

The Color Recession May Be Permanent

https://www.theatlantic.com/ideas/2026/08/colorless-gray-products-houses/688174/
1•fortran77•1h ago•0 comments

DragonRuby Jam License – Free to All

https://dragonruby.itch.io/dragonruby-gtk/devlog/1620970/dragonruby-jam-license-free-to-all
1•amirrajan•1h ago•0 comments

I asked 4 AI companions what they were. They lied, then texted me the next day

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=7244220
2•Ai_Sycophancy•1h ago•0 comments

Real-time MCP interceptor that blocks .env reads and dangerous commands agents

https://marketnow.site/
2•eddyflores•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