frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Paying for Azure Trusted Signing, yet installers get blocked on Windows

https://github.com/Azure/artifact-signing-action/issues/128
1•grujicd•34s ago•1 comments

I'm training combat agents so they're ready when the drones are real

https://tokenstree.eu/newsletter/2026-04-27-androidwars-agent-training.html
1•vfalbor•4m ago•0 comments

SpaceX ties Musk compensation to Mars colonization goal

https://www.reuters.com/sustainability/boards-policy-regulation/spacex-ties-musk-compensation-mar...
2•goodcanadian•4m ago•0 comments

The missing step between hype and profit

https://www.technologyreview.com/2026/04/27/1136456/the-missing-step-between-hype-and-profit/
1•joozio•5m ago•0 comments

Build a biometric data harvesting empire from scratch in FACEMINER

https://store.steampowered.com/app/2276980/FACEMINER/
1•doener•6m ago•0 comments

News Finance AI – Cutting through the noise with LLM sentiment analysis

https://newsfinanceai.com/landing-page/
1•globalbiz•6m ago•0 comments

Tell HN: Your ChatGPT account can be deactivated at any moment, losing your data

1•try-working•6m ago•0 comments

The Hormuz digital chokepoint: How does the Iran war threaten subsea cables?

https://www.reuters.com/business/media-telecom/hormuz-digital-chokepoint-how-does-iran-war-threat...
1•JumpCrisscross•7m ago•0 comments

Blippo+ is a live-action, off-cable TV simulator

https://store.steampowered.com/app/3323850/Blippo/
1•doener•8m ago•0 comments

Stanford CS336 – Language Modeling from Scratch (2025)

https://cs336.stanford.edu/spring2025/
1•Anon84•9m ago•0 comments

Simulacra: An interactive horror experience of exploring a missing woman's phone

https://store.steampowered.com/app/712730/SIMULACRA/
1•doener•9m ago•0 comments

There is no main.js

https://alexanderweichart.de/4_Projects/agent-native-software/There-is-no-main-js
2•surrTurr•10m ago•0 comments

Are prediction markets well-calibrated? Analysis of 7,661 Polymarket markets

https://polymarket-calibration.vercel.app
2•johnleslie_pm•10m ago•0 comments

True Anomaly raises $650M, reaching $2.2B valuation

https://spacenews.com/true-anomaly-raises-650-million-reaching-2-2-billion-valuation/
1•defrost•11m ago•0 comments

The players who lost big money on Peter Molyneux's failed Legacy

https://arstechnica.com/gaming/2026/04/how-legacy-became-a-costly-crypto-bust-for-players-and-a-b...
1•rbanffy•11m ago•0 comments

jjj — Jujutsu Jump

https://oppi.li/posts/jjj/
1•icy•13m ago•0 comments

s&box Release

https://sbox.game/news/release-26-04-28
2•MaximilianEmel•13m ago•0 comments

Decoupling from fossil fuel: Europe's electricity 25% cheaper through renewables

https://www.euronews.com/2026/04/24/decoupling-from-fossil-fuel-shocks-europes-electricity-made-2...
2•vrganj•17m ago•0 comments

ChatGPT Outperforms Top Students in Japan's Elite University Entrance Exams

https://www.tokyoweekender.com/japan-life/chatgpt-outperforms-top-students-in-japan/
3•bookofjoe•19m ago•0 comments

Norwegian Government (Nav) just crossed 3000 public repos on GitHub

https://norwegian-public-organizations.vercel.app/
1•starefossen•19m ago•1 comments

Show HN: Building a Real Agent, Step-by-Step

https://building-an-agent.pagey.site/
1•freakynit•19m ago•0 comments

GPU at $2.25/HR or $12.29/HR: The Infrastructure Layer That Determines Price

1•jaynamburi•19m ago•0 comments

Open-Source Sustainability in a Blog

https://www.gabrielebartolini.it/articles/2026/04/why-the-cycle-of-open-source-sustainability-nee...
1•DumBthInker007•20m ago•0 comments

Matlab MEX free-form Fortran: Finally

https://fortran-lang.discourse.group/t/matlab-mex-free-form-fortran-finally/10874
1•zaikunzhang•20m ago•0 comments

A Deep Dive into Email Addresses

https://lasans.blog/articles/misc/email-addresses-deep-dive/
1•lasgawe•22m ago•0 comments

I built "Middle Class Museum", a tour of things that used to be affordable

https://www.ideagames.fun/middle-class-museum
3•syel•22m ago•0 comments

Show HN: Elon Musk trial against Sam Altman to reveal OpenAI power struggle

https://www.aljazeera.com/economy/2026/4/27/elon-musk-trial-against-sam-altman-to-reveal-openai-p...
1•wasimsk•23m ago•0 comments

Qatar and the ICC Prosecutor

https://www.wsj.com/opinion/karim-khan-icc-prosecutor-benjamin-netanyahu-qatar-israel-7b62d474
2•EvgeniyZh•25m ago•0 comments

Biggest battery maker CATL to raise $5B

https://www.ft.com/content/9a824616-7ea6-4cd8-93df-266173efb015
2•JumpCrisscross•25m ago•0 comments

Show HN: Ghostty Theme Mixer (preview themes and fonts live)

https://ghosttythemes.com/
1•mcval•25m 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