frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Show HN: Writer – fast, lightweight and open source markdown editor

https://writer.computer
1•nirvsoner•1m ago•0 comments

Markdown badges generator for GitHub README (fast, copy-paste, no config)

https://markdown-badges.vercel.app/
1•GFrancV•2m ago•0 comments

UAE says it's under attack from Iranian missiles and drones despite ceasefire

https://www.cnbc.com/2026/05/04/iran-war-uae-trump-ceasefire-missiles.html
1•logicchains•3m ago•0 comments

Load Testing for SFTP, FTP, and FTPS

https://github.com/roshandubey-cloud/utilities/tree/main/sftp-loadtest
1•rdship•3m ago•0 comments

VR Coding for the AI Coding Era – Watching 5 AI Agents at Once

https://typia.io/blog/vr-coding-in-ai-coding-era/
1•autobe•5m ago•0 comments

PGKeeper: Figma's Postgres connection pooler Renaissance era

https://www.figma.com/blog/pgkeeper-building-the-bouncer-we-needed-for-postgres/
3•pinser98•5m ago•0 comments

Ctify_: A lightweight, PHP-based wiki, forked from PmWiki

https://github.com/altilunium/ctify_
1•altilunium•5m ago•0 comments

Wikimedia Foundation closes Wikinews after 21 years

https://en.wikinews.org/wiki/Wikimedia_Foundation_closes_Wikinews_after_21_years
4•benwills•7m ago•1 comments

Robot dogs with tech boss faces roam Berlin art exhibit

https://www.youtube.com/watch?v=909UTYDtuGY
1•otikik•8m ago•0 comments

KeePassχ – A KeePassXC Fork

https://codeberg.org/keepasschi
1•birdculture•9m ago•0 comments

What's Next in the Elon Musk Megatrial Against OpenAI and Sam Altman

https://www.wsj.com/tech/ai/whats-next-in-the-elon-musk-megatrial-against-openai-and-sam-altman-8...
2•Brajeshwar•10m ago•1 comments

I am worried about Bun

https://wwj.dev/posts/i-am-worried-about-bun/
4•remote-dev•10m ago•0 comments

14 Years of Mistakes to "Make Something People Want"

https://nmn.gl/blog/meditations-on-make-something-people-want
2•namanyayg•10m ago•0 comments

Little's Law

https://en.wikipedia.org/wiki/Little%27s_law
1•tosh•11m ago•0 comments

Were Neanderthals Able to Hunt Elephants? The Proof Is in an Ancient Bone

https://www.nytimes.com/2026/04/24/science/lehringen-lakebed-elephant-neanderthals.html
2•bookofjoe•13m ago•1 comments

Show HN: Logram, a filterable, modular log navigator for the terminal

https://github.com/tGautot/Logram
1•tgautot•13m ago•0 comments

The end of 0% interest rates: what it means for tech startups and the industry

https://newsletter.pragmaticengineer.com/p/zirp
3•rzk•13m ago•0 comments

Show HN: Muesli – If Granola and Wisprflow had an open source on device baby

https://freedspeech.xyz
3•pHequals7•13m ago•1 comments

A structured AI development methodology built from real production work

https://github.com/imfromsavedotag/structured-AI-development
1•ianmud•14m ago•0 comments

Wolfenstein 3D for Gameboy Color on custom cartridge (2016)

https://www.happydaze.se/wolf/
3•ksymph•16m ago•0 comments

Musk vs. Altman [video]

https://www.youtube.com/watch?v=tB7u6KQlu_c
2•tylerbordeaux•16m ago•0 comments

Trump administration cites national security to widen clampdown on wind farms

https://www.telegraph.co.uk/business/2026/05/03/trump-blocks-wind-farms-national-security-grounds/
1•dalyons•17m ago•2 comments

How A University's Censorship Conference Got Censored

https://www.404media.co/how-a-universitys-censorship-conference-got-censored/
2•SpyCoder77•18m ago•0 comments

Conic Sections: Treated Geometrically by W. H. Besant(1869) [pdf]

https://www.gutenberg.org/files/29913/29913-pdf.pdf
2•num42•20m ago•0 comments

Show HN: My coworker and I planning with our Claude Codes in the same chat room

https://old.reddit.com/r/ClaudeAI/comments/1t3aiqa/my_coworker_and_i_planning_a_feature_with_our_...
3•bgnm2000•21m ago•1 comments

"They would never use the death star on us"

https://www.mcsweeneys.net/articles/they-would-never-use-the-death-star-on-us-alderaan-residents-...
16•ndr42•21m ago•3 comments

United flight strikes light pole, damages truck while landing in Newark

https://abc7ny.com/post/united-flight-strikes-light-pole-landing-newark-airport/19030820/
3•the_mitsuhiko•23m ago•1 comments

Show HN: The Rouge is my attempt at an AI product factory

https://github.com/gregario/the-rouge
2•gr3gario•26m ago•0 comments

Forbes Settling Privacy Lawsuit for total of 17.5M

https://captaincompliance.com/education/forbes-medias-17-5-million-privacy-settlement-reckoning-w...
2•richartruddie•26m ago•1 comments

I reverse-engineered a thermal pocket printer to print without the app

https://github.com/ChiaraCannolee/thermal-pocket-printer-basic
4•ChiaraCannolee•26m ago•1 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