frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Relm4: An elm inspired rust GUI framework based on GTK4

https://github.com/Relm4/Relm4
1•AlawamiAZ•30s ago•0 comments

Are you allowed to put that SoC 2 logo on your website?

https://www.getprobo.com/blog/2026-05-04-are-you-allowed-to-put-soc-2-logo-on-website
1•gearnode•1m ago•0 comments

Ascynd – AI video clipper that runs on your machine

https://ascynd.io/en/blog/building-ascynd-in-rust
1•niels_•2m ago•0 comments

Show HN: I built a personalized portfolio builder for your values

https://sylphfinance.com/get-started
1•chibg10•3m ago•0 comments

1 in 8 workers say selling company logins is justifiable

https://www.theregister.com/security/2026/05/06/1-in-8-workers-say-selling-company-logins-is-just...
1•speckx•4m ago•0 comments

Learning the Integral of a Diffusion Model

https://sander.ai/2026/05/06/flow-maps.html
1•benanne•6m ago•0 comments

When DNSSEC goes wrong: how we responded to the .de TLD outage

https://blog.cloudflare.com/de-tld-outage-dnssec/
2•ascorbic•7m ago•0 comments

Embed Arbitrary Payloads into JPEGs Without Special Tools

https://swharden.com/blog/2026-05-02-jpeg-payload/
1•freediver•7m ago•0 comments

Solidity vulnerability findings open dataset

https://huggingface.co/datasets/daveytea/x23-solidity-vulnerabilities-audit-findings
1•daveytea•8m ago•1 comments

MySQL 9.7 Is Out and the Community Wins

https://blogs.oracle.com/mysql/mysql-9-7-is-out-and-the-community-wins
2•jonbaer•9m ago•0 comments

Show HN: Dez brings back Zed's Text Threads

https://github.com/taoeffect/dez
1•gslepak•9m ago•0 comments

Tile Wipeout – a new kind of slider puzzle [beta]

https://testflight.apple.com/join/3sstMjRK
1•amichail•9m ago•1 comments

Brian's Misunderstanding of Management in a World Rapidly Adopting AI

https://allstead.dev/blog/brians-misunderstanding
1•willio58•9m ago•0 comments

DAO governance forum open dataset

https://huggingface.co/datasets/daveytea/x23-DAO-governance-forums
1•daveytea•9m ago•1 comments

Murderbot Is a *Perfect Film

https://a.wholelottanothing.org/murderbot-is-a-perfect-film/
2•speckx•10m ago•0 comments

Free QuickBooks Desktop to JSON Exporter

https://github.com/josephsprei-lang/quickbooks-desktop-extractor
1•josephsprei•11m ago•0 comments

Statement from Medical Professionals; Congressional Record Vol. 172, No. 76

https://www.congress.gov/congressional-record/volume-172/issue-76/senate-section/article/S2162-1
1•xyst•12m ago•0 comments

Invesco Says Big Tech Needs 'Every Dollar' It Can Get in AI Debt

https://www.bloomberg.com/news/articles/2026-05-06/invesco-says-big-tech-needs-every-dollar-it-ca...
1•1vuio0pswjnm7•12m ago•0 comments

Ferrokey – embedded B-tree KV store in Rust, WAL crash recovery, zero deps

1•Psudokit•13m ago•0 comments

RFK Jr. clears path for minors to use tanning beds, much to dermatologist dismay

https://www.latimes.com/science/story/2026-05-06/rfk-hands-major-win-to-indoor-tanning-industry-t...
2•randycupertino•14m ago•0 comments

A C/C++ checklist challenge turns registry data into a kernel write primitive

https://blog.trailofbits.com/2026/05/05/c/c-checklist-challenges-solved/
2•logickkk1•17m ago•0 comments

Agents are now 'dreaming' in Claude Managed Agents

https://www.zdnet.com/article/your-claude-agents-can-dream-now-how-anthropics-new-feature-works/
2•0x10ca1h0st•19m ago•2 comments

Google Makes EU Offer to Avert Fines in News Search Case

https://www.bloomberg.com/news/articles/2026-05-06/google-makes-eu-offer-to-avert-fines-in-news-s...
1•1vuio0pswjnm7•19m ago•0 comments

Name in Landsat

https://science.nasa.gov/specials/your-name-in-landsat/
1•lentil_soup•19m ago•0 comments

OpenAI didn't respect Canadian privacy law when it trained ChatGPT:investigation

https://www.cbc.ca/news/politics/privacy-investigation-chatgpt-open-ai-9.7188538
3•pseudolus•20m ago•0 comments

Show HN: I built a skill, grounded in research, to make your writing less boring

https://github.com/ericfitz/skills/blob/main/boring/README.md
1•efitz•20m ago•0 comments

Renaissance Science – XV

https://thonyc.wordpress.com/2021/07/28/renaissance-science-xv/
1•jruohonen•21m ago•0 comments

Aircraft: The Jet as Art

https://www.jeffreymilstein.com/portfolios/aircraft/
1•NaOH•21m ago•0 comments

Climate change impacts are making winters shorter

https://www.usatoday.com/graphics/interactives/how-climate-change-is-impacting-winters/
1•gmays•22m ago•0 comments

Firsthand: I Bet on Clay (and It Bet on Me) by Mishti Sharma

https://review.firstround.com/firsthand-clay/
1•nadis•27m 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