frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

You Can't Have Both Democracy and Billionaires

https://www.currentaffairs.org/news/you-cant-have-both-democracy-and-billionaires
1•jacquesm•34s ago•0 comments

Justice Department Decision to Allow Paramount Deal Surprised Investigators

https://www.wsj.com/business/media/justice-department-decision-to-allow-paramount-deal-surprised-...
1•JumpCrisscross•1m ago•0 comments

Qualcomm in Talks to Purchase Tenstorrent

https://www.reuters.com/technology/qualcomm-talks-buy-tenstorrent-information-reports-2026-06-15/
1•milleramp•2m ago•0 comments

Openfootmanager: Open-source football management simulation game

https://github.com/openfootmanager/openfootmanager
1•nateb2022•4m ago•0 comments

Show HN: AltiVerse: What If SIM, see different decisions affect an environment

https://github.com/LeoTheAIDev/Altiverse
2•leoTheCoderrr•5m ago•0 comments

SMTP Relay with Web Dashboard

https://github.com/toinbox/simplerelay
1•toinbox•5m ago•0 comments

Satellite Tracker 3D

https://satellitetracker3d.com/track?norad-id=44800
1•ColinWright•7m ago•0 comments

San Francisco Weighs PG&E Takeover Amid Soaring Utility Costs

https://www.kqed.org/news/12081882/san-francisco-has-been-trying-to-leave-pge-for-100-years-will-...
1•cdrnsf•11m ago•0 comments

Show HN: Phlox – Open-source self-hosted agentic web chat

https://github.com/robert-mcdermott/phlox
1•mcdermott•12m ago•1 comments

Show HN: A Framework with a Possible Application to Hybrid Cryptography

https://zenodo.org/records/20613435
1•A19dammer91•12m ago•0 comments

AWS WAF now lets content owners charge AI bots for access

https://aws.amazon.com/blogs/aws/aws-waf-adds-ai-traffic-monetization-capability-to-help-content-...
3•mak8•12m ago•0 comments

Why I Email Complete Strangers

https://www.goodinternetmagazine.com/why-i-email-complete-strangers/
3•karakoram•14m ago•0 comments

Show HN: Simple, lightweight, modern, turnkey, Java web server library

https://github.com/Petersoj/jet
1•Petersoj•15m ago•0 comments

Pinboard.in is not resolving DNS

https://pinboard.in
2•yevuard•16m ago•1 comments

The Backdoors Inside Smart Devices WSJ [video]

https://www.youtube.com/watch?v=apEPPKYgLL0
1•gastonmorixe•16m ago•0 comments

Show HN: When Will AI? – A timeline of top AI predictions

https://whenwill.ai
1•jaymeh13•17m ago•0 comments

What if it all came out?

https://nymag.com/intelligencer/article/your-digital-self-is-vulnerable.html
2•alwa•20m ago•0 comments

Passing Cloudflare Turnstile using two fingers

https://blog.gingerbeardman.com/2026/06/15/passing-cloudflare-turnstile-using-two-fingers/
2•zdw•22m ago•0 comments

DPBench: Structural Determinants of Multi-Agent LLM Coordination

https://arxiv.org/abs/2602.13255
1•najmul-hasan•23m ago•0 comments

Fedora 44 Gnome review – We're not in Kansas anymore

https://www.dedoimedo.com/computers/fedora-44-gnome.html
2•dxs•24m ago•0 comments

The Most Recognized English Word

https://irreal.org/blog/?p=13877
1•dxs•25m ago•0 comments

Show HN: Get your first set of users by supporting others

https://founderkarma.co
2•okiki-clickdrop•26m ago•0 comments

Node-Red 5 Released

https://nodered.org/blog/2026/06/09/version-5-0-released
2•kristopherleads•26m ago•1 comments

90s Kid – Nineties Nostalgia

https://notas.grod.es/en/90s-kid
1•grodes•27m ago•0 comments

Family Tree File Format Open Sourced by LDS Church (1984)

https://en.wikipedia.org/wiki/GEDCOM
2•henryoman•28m ago•2 comments

Cisco SD-WAN Manager arbitrary file write (CVE-2026-20262) – CISA KEV

https://hellorecon.com/blog/cve-2026-20262
2•slvnx•30m ago•0 comments

Software Signal Intelligence

https://www.threedeep.tech
1•ethigent•32m ago•1 comments

"Cursor for X": key standards for vertical products offering agent workflows

https://alanyahya.com/writing/common-standards-vertical-agent-products
1•alansaber•33m ago•0 comments

EC Ruled Months Ago That Google's Integration of Gemini in Android Violates DMA

https://daringfireball.net/linked/2026/06/15/ec-google-gemini-ai-dma
2•danaris•34m ago•1 comments

Techno-libertarians are flocking to the Caribbean

https://economist.com/the-americas/2026/06/11/techno-libertarians-are-flocking-to-the-caribbean
20•andsoitis•41m ago•16 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