frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Pollen tried to remove my article and Google is assisting

https://blog.pragmaticengineer.com/pollen-tried-to-remove-my-article-about-callum-negus-fancey-an...
1•lolinder•3m ago•0 comments

Attention is all we have

https://davidbessis.substack.com/p/attention-is-all-we-have
1•gmays•3m ago•0 comments

Exposed DB, Exposed Credentials, Exposed KEV Exposures, Subdomain Takeover

1•gladiator291288•7m ago•0 comments

Annotation and the Malleability of Software

https://azlen.me/stories/annotation-story/
1•handfuloflight•8m ago•0 comments

Study highlights CERN's socio-economic contributions as a global research hub

https://home.cern/new-study-highlights-cerns-socio-economic-contributions-as-a-global-research-hub/
1•visha1v•12m ago•0 comments

A plane crashed into tallest skyscraper in Beijing.Hours later,all news scrubbed

https://www.cnn.com/2026/06/27/china/beijing-plane-crash-citic-tower-censorship-china-intl-hnk
1•Markoff•12m ago•2 comments

You can export/import passkeys now, but only on iOS

https://danfabulich.medium.com/you-can-export-import-passkeys-now-but-only-on-ios-3b90cddf5fe6
1•dfabulich•13m ago•0 comments

Virtual AI police chief introduced in Osaka amid rising imposter scams

https://mainichi.jp/english/articles/20260627/p2g/00m/0na/029000c
1•rawgabbit•20m ago•0 comments

Make Reality Answer [pdf]

https://hari.computer/book.pdf
4•markovblanket•28m ago•2 comments

Working around dragons with the Lemote Yeeloong laptop and OpenBSD

http://oldvcr.blogspot.com/2026/06/working-around-dragons-with-lemote.html
3•classichasclass•31m ago•0 comments

Alzheimers: The undiscovered country from whose bourn no traveler returns (2007)

https://www.rogerebert.com/reviews/away-from-her
2•walterbell•32m ago•0 comments

AI Realtime Commentator for the World Cup

https://twitter.com/zicohacks/status/2070401037018788301
4•aurenvale•37m ago•0 comments

The Unglamorous Side of Rust Web Development

https://blog.jetbrains.com/rust/2026/06/25/rust-web-development-2026/
5•vilasa•41m ago•1 comments

Ketogenic diets slow melanoma growth in vivo

https://link.springer.com/article/10.1186/s40170-022-00288-7
3•koolba•42m ago•2 comments

Improved LLM as a Judge Techniques

https://arxiv.org/abs/2606.27226
2•haritha1313•48m ago•0 comments

GSD – Open-source, local-first task manager built on the Eisenhower matrix

https://gsdtaskmanager.com/
2•vscarpenter•55m ago•0 comments

We can't retrain our way out of AI's economic disruption

https://mollykinder2.substack.com/p/we-cant-retrain-our-way-out-of-ais
2•keeda•57m ago•0 comments

Ford hired AI and sacked humans. It backfired badly

https://www.the-independent.com/tech/ford-ai-automation-human-workers-b3003787.html
28•speckx•58m ago•4 comments

Monlite – documents, vectors, cache, and job queue in one SQLite file

https://github.com/qataruts/monlite
3•emadjumaah•1h ago•0 comments

Bypass Protocol: The NDC Architecture Middleware Trap

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

Show HN: Git-temp – scratchpad folder for AI agents; doesn't clutter Git status

https://github.com/sebmellen/git-temp
3•sebmellen•1h ago•0 comments

Deburr Edge Cases Skill: Make coding agents systematize their local code

https://github.com/imbue-ai/rust-bucket/blob/main/.agents/skills/deburr-edge-cases/SKILL.md
2•nvader•1h ago•0 comments

Yap – free offline voice dictation for Mac/Windows/Linux (Wispr Flow alt)

https://github.com/AkuchiS/yap
3•AkuchiS•1h ago•0 comments

Powerful Anthropic model, Fable 5, on track to return soon

https://www.axios.com/2026/06/27/anthropic-fable-5-return-soon
3•chris_overseas•1h ago•0 comments

An argument with Om about Wired spawned this newsletter. RIP brother

https://crazystupidtech.com/2026/06/27/how-an-argument-with-om-spawned-this-newsletter-rip-brother/
2•rmason•1h ago•0 comments

Marfa Public Radio Puts You to Sleep

https://www.marfapublicradio.org/podcast/marfa-public-radio-puts-you-to-sleep
65•reaperducer•1h ago•11 comments

A Man Who Invented a Surgery to Cure Himself

https://medium.com/swlh/doug-lindsay-the-man-who-cure-himself-12d40d3f643e
3•raynchad•1h ago•0 comments

Direct observation of the superallowed α-decay of 104Te

https://www.nature.com/articles/s41586-026-10581-w
2•thunderbong•1h ago•0 comments

What Barbarians Like to Take Private

https://www.gmo.com/americas/research-library/part-1-what-barbarians-like-to-take-private_gmoquar...
2•andsoitis•1h ago•0 comments

US Layoffs Skyrocket to Highest Level Since Pandemic AI Blamed for 40% of Cuts

https://www.ibtimes.co.uk/us-layoffs-skyrocket-highest-level-since-pandemic-tech-giants-blame-ai-...
12•yogthos•1h ago•2 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