frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Excellent HP OmniBook 5 Is $550 Off Its Retail Price Today

https://www.wired.com/story/hp-omnibook-5-50-percent-off/
1•joozio•33s ago•0 comments

Agents feel free to take desktop screenshots?

https://wecreatethis.com/misc/agent-starts-taking-screenshots-on-auto-mode
1•jameswhitford•1m ago•1 comments

Open-source federated AI framework for Space Solar power routing

https://github.com/WVGlobal/Planetary-Energy-Routing-Protocol
1•WVGlobal•3m ago•0 comments

Delta Passed on Starlink Wi-Fi. United and Virgin Atlantic Are Seeing the Payoff

https://www.inc.com/connor-jewiss/delta-passed-on-starlinks-fast-in-flight-wi-fi-united-and-virgi...
1•mlindner•4m ago•0 comments

Trump drops BBC's commercial arm from Panorama lawsuit, but main case remains

https://www.bbc.co.uk/news/articles/cly5wyynv9zo
1•Lio•6m ago•0 comments

3D sightlines preview of August 12 eclipse

https://eclipse-sightlines.david-stolarsky.chatgpt.site/
1•gimlids•6m ago•1 comments

Show HN: Gola – a radial launcher for Windows that opens under your cursor

https://apps.microsoft.com/detail/9nghfh4j7jmd?hl=en-US&gl=US
1•gsl0001•8m ago•0 comments

Elixir's GenStage Demand, a visual explainer

https://andrealeopardi.com/posts/genstage-demand-visualized/
2•lawik•9m ago•0 comments

The Mystery of the Flying Discs by Meade Layne (1948-1949)

https://archive.org/details/bsra-the-mystery-of-the-flying-disc-1948-2nd-printing
1•XzetaU8•10m ago•0 comments

Apple says Mac users in China can connect to Alibaba's Qwen AI service

https://www.reuters.com/business/retail-consumer/apple-says-mac-users-china-can-connect-alibabas-...
3•1659447091•11m ago•0 comments

GSoC Port the Enlightenment desktop environment to NetBSD

https://blog.netbsd.org/tnf/entry/gsoc2026_enlightenment
1•jaypatelani•12m ago•0 comments

Guadec 2026: A new stack for GNOME systems components

https://www.youtube.com/watch?v=2pWVbXF7hIY
2•pjmlp•13m ago•1 comments

#1 Undetectable Humanizer – Humanizetoday.com – Free – Unlimited – No Sign Up

https://humanizetoday.com/
1•Harley_Chu•17m ago•0 comments

celld: Self-hosted, distributed Durable Objects

https://celld.dev/
2•tosh•19m ago•0 comments

The DIVIDUAL STRIKES BACK – why nothing and everything is your fault

https://nonzerosum.games/dividualstrikesback.html
1•Garbage•23m ago•0 comments

The first self-driving vehicle on Mars has proven to be a smashing success

https://arstechnica.com/space/2026/08/the-first-self-driving-vehicle-on-mars-has-proven-to-be-a-s...
3•jnord•23m ago•1 comments

Taliban Administration Announces South Asia Internet Transit Through Afghanistan

https://atlaspress.news/en/2026/08/01/taliban-south-asia-internet-transit-afghanistan/
1•walrus01•24m ago•0 comments

I built a failover daemon for Vast.ai spot GPUs, found 5 real bugs testing it

https://github.com/enplabs/spotwarp
1•choi5844•26m ago•0 comments

Agentcn – Installable AI Agents

1•anayat•41m ago•0 comments

Show HN: I ran 1.3M simulations to fix trade AI in my browser Basketball GM

https://hoops-gm.com/
1•otbasketball•42m ago•0 comments

Ask HN: How do you use claude code / codex at work for your enterprise?

1•surajkrajan•45m ago•1 comments

Startup Equity Survival Guide: what can go wrong with your equity before an IPO

https://github.com/huanghe/startup-equity-guide
2•hahaxixicc•1h ago•0 comments

Amimcp – let Claude work on your Amiga

https://github.com/thomas-luebker/amimcp
1•nickt•1h ago•0 comments

Show HN: AppPage – Fix Instagram blocking App Store links in your bio

https://apppage.co/
3•maulikdhameliya•1h ago•0 comments

Leopold Aschenbrenner Turned $100M into $45B Betting on AI – It Almost Blew Up [video]

https://www.youtube.com/watch?v=mJhGRim2MWY
2•mgh2•1h ago•0 comments

Designing with Code

https://justinjay.wang/designing-with-code/
2•prismatic•1h ago•1 comments

Software Engineering is dead (again)

https://fffej.substack.com/p/software-engineering-is-dead-again
2•ColinEberhardt•1h ago•0 comments

I got an email about resistance

https://www.seangoedecke.com/i-got-an-email-about-resistance/
2•savanaly•1h ago•0 comments

Show HN: VidServe – Turn any local video folder into a LAN streaming site

https://guokai.dev/vidserve/
1•hanguokai•1h ago•0 comments

Reducing Graphics API Complexity: A Clean Slate Design for Modern GPUs [video]

https://www.youtube.com/watch?v=aQv9pUl9PBM
1•matt_d•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