frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

We are unconsciously becoming someone else

https://www.souravinsights.com/blog/on-becoming-someone-else
2•SouravInsights•3m ago•0 comments

The Secp256k1 Boundary Operator in O(1) Time

https://zenodo.org/records/22849880
1•GeometryKernel•3m ago•0 comments

You Who Forsake the Lord: William T. Vollmann's four-volume spook show

https://thebaffler.com/latest/you-who-forsake-the-lord-barron
1•cocacola1•5m ago•0 comments

Trump announces a new 'AI Force,' but says he will not 'stifle' AI

https://www.businessinsider.com/trump-ai-regulation-slowdown-anthropic-dario-amodei-9-2026
1•berkeleyjunk•6m ago•0 comments

Show HN: Frost – frosted-glass Linux icons where file types say what they are

https://github.com/thissayantan/frost-icon-theme
2•thissayantan•10m ago•0 comments

Cuba's power grid collapses for sixth time since US cut off fuel to the island

https://apnews.com/article/cuba-power-outage-0f180c8e414898dbe34875d3d82b8016
1•ck2•12m ago•1 comments

ShinyHunters hacks Clop leak site, threatens to extort ransomware gang

https://www.bleepingcomputer.com/news/security/shinyhunters-hacks-clop-leak-site-threatens-to-ext...
1•sbulaev•13m ago•0 comments

MPEG-CENC: Defective by Specification (2024)

https://phrack.org/issues/71/mpeg-cenc-defective-by-specification_md
1•htgb•14m ago•0 comments

Urban decay: Detroit, the Chrysler Freeway, and child's imagination

http://detroit.danieleboulay.com
1•freedmans•22m ago•0 comments

ROCmFix and InferBench – AMD Local-LLM Setup and Vulkan vs. Hip Benchmarking

https://github.com/xanpavle/rocmfix
2•Xanpavle•23m ago•0 comments

I Built a System One Model on a RTX 3070

https://twitter.com/lafalcemateo/status/2101414901365248059
1•lafalce•23m ago•0 comments

THUG2 Asset Archive

https://xoevoox.github.io/thug2-assets/
1•Peacefulz•27m ago•1 comments

Qualcomm's Adreno X2 GPU

https://chipsandcheese.com/p/qualcomms-adreno-x2-gpu
1•pella•30m ago•0 comments

Sooner or Later, You're Going to Have to Make an Actual Argument

https://freddiedeboer.substack.com/p/sooner-or-later-youre-going-to-have
1•paulpauper•30m ago•0 comments

AI-Generated Movie Star Has a Total Meltdown on TV

https://www.honest-broker.com/p/ai-generated-movie-star-has-a-total
2•paulpauper•31m ago•0 comments

Show HN: Connectome-inspired spiking network you can try in the browser

https://awareliquid-sparse-snn-demo.static.hf.space/index.html
1•EverestAn•31m ago•0 comments

The Book Is a Book, Not Disembodied Information

https://nntaleb.substack.com/p/the-book-is-a-book-not-disembodied
2•paulpauper•31m ago•0 comments

Unix Year 2038 problem and the art of underestimating

https://www.buzzsprout.com/2469780/episodes/19824439
2•jammcq•34m ago•1 comments

A guitar amp modeller that runs on an ESP32-S3

https://coyopedal.playtaurus.com/
1•arbayi•38m ago•0 comments

MiTeX: LaTeX support for Typst, powered by Rust and WASM

https://github.com/mitex-rs/mitex
2•fanf2•38m ago•0 comments

I Thought I Just Needed a Vacation. Turns Out I Needed a Different Life

https://comuniq.xyz/Career-job-opportunities/post?t=1687
1•01-_-•38m ago•0 comments

English: A vs. An

https://www.redblobgames.com/blog/2026-09-16-english-a-vs-an/
2•azhenley•39m ago•0 comments

Real Life in Ukraine Through the Eyes of an American: 30 Days [video]

https://www.youtube.com/watch?v=mzKGmvh2meQ
1•Kizert•40m ago•0 comments

Bottles' Founder Has Managed to Run Microsoft 365 on Linux

https://itsfoss.com/news/bottles-microsoft-365-early-look/
1•gessha•42m ago•0 comments

Show HN: Jev, Fly Me to the Moon

https://fly.rahmanyoonus.com
1•rahmanyoo•43m ago•0 comments

Meek Fronted Requests test specification

https://github.com/ooni/spec/blob/master/nettests/ts-014-meek-fronted-requests.md
1•Bluestein•43m ago•0 comments

GM brings back Apple CarPlay as buyers demand it

https://finance.yahoo.com/markets/article/gm-brings-back-apple-carplay-as-buyers-demand-it-121047...
2•ndr42•44m ago•0 comments

Show HN: Play DSS and DS2 dictation files online without uploading your audio

https://speechtext.ai/online-dss-player
3•robgehring•46m ago•0 comments

XGEN-JING: An Egocentric Interactive Experience Model

https://huggingface.co/XGENlabs/XGEN-JING
1•MehrdadKhnzd•48m ago•0 comments

Learning from the Soviet Collapse – Lessons from CCP Documentaries on the Fall

https://www.chinatalk.media/p/learning-from-the-soviet-collapse
2•yubblegum•54m 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