frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Some Things Just Take Time

https://lucumr.pocoo.org/2026/3/20/some-things-just-take-time/
276•vaylian•4h ago•102 comments

Grafeo – A fast, lean, embeddable graph database built in Rust

https://grafeo.dev/
110•0x1997•4h ago•32 comments

Invisalign Became the Biggest User of 3D Printers

https://www.wired.com/story/how-invisalign-became-the-worlds-biggest-3d-printing-company/
62•mikhael•2d ago•33 comments

Passengers who refuse to use headphones can now be kicked off United flights

https://www.cnn.com/2026/03/21/travel/travel-news-happiest-countries
152•edward•1h ago•144 comments

OpenCode – Open source AI coding agent

https://opencode.ai/
1145•rbanffy•22h ago•562 comments

The seven hour explosion nobody could explain

https://phys.org/news/2026-03-hour-explosion.html
9•mellosouls•4d ago•1 comments

ZJIT removes redundant object loads and stores

https://railsatscale.com/2026-03-18-how-zjit-removes-redundant-object-loads-and-stores/
44•tekknolagi•2d ago•3 comments

Thinking Fast, Slow, and Artificial: How AI Is Reshaping Human Reasoning

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6097646
31•Anon84•4h ago•14 comments

Meta's Omnilingual MT for 1,600 Languages

https://ai.meta.com/research/publications/omnilingual-mt-machine-translation-for-1600-languages/?...
98•j0e1•3d ago•28 comments

Ubuntu 26.04 Ends 46 Years of Silent sudo Passwords

https://pbxscience.com/ubuntu-26-04-ends-46-years-of-silent-sudo-passwords/
210•akersten•14h ago•238 comments

Former FBI Director Robert Mueller Has Died

https://apnews.com/article/robert-mueller-fbi-director-trump-russia-investigation-7aca939dc25d465...
39•WarOnPrivacy•1h ago•18 comments

Books of the Century by Le Monde

https://standardebooks.org/collections/le-mondes-100-books-of-the-century
62•zlu•2d ago•31 comments

404 Deno CEO not found

https://dbushell.com/2026/03/20/denos-decline-and-layoffs/
204•WhyNotHugo•4h ago•139 comments

Mamba-3

https://www.together.ai/blog/mamba-3
252•matt_d•3d ago•50 comments

A Japanese glossary of chopsticks faux pas (2022)

https://www.nippon.com/en/japan-data/h01362/
405•cainxinth•22h ago•326 comments

Blocking Internet Archive Won't Stop AI, but Will Erase Web's Historical Record

https://www.eff.org/deeplinks/2026/03/blocking-internet-archive-wont-stop-ai-it-will-erase-webs-h...
402•pabs3•12h ago•119 comments

Show HN: Joonote – A note-taking app on your lock screen and notification panel

https://joonote.com/
15•kilgarenone•4h ago•8 comments

FFmpeg 101 (2024)

https://blogs.igalia.com/llepage/ffmpeg-101/
187•vinhnx•16h ago•7 comments

Molly guard in reverse

https://unsung.aresluna.org/molly-guard-in-reverse/
186•surprisetalk•1d ago•77 comments

Iran launched unsuccessful attack on UK's Diego Garcia

https://www.bbc.com/news/articles/c5yljdgwppzo
105•alephnerd•4h ago•249 comments

Senior European journalist suspended over AI-generated quotes

https://www.theguardian.com/technology/2026/mar/20/mediahuis-suspends-senior-journalist-over-ai-g...
66•Brajeshwar•4h ago•47 comments

Fujifilm X RAW STUDIO webapp clone

https://github.com/eggricesoy/filmkit
132•notcodingtoday•2d ago•47 comments

Ghostling

https://github.com/ghostty-org/ghostling
297•bjornroberg•21h ago•61 comments

How we give every user SQL access to a shared ClickHouse cluster

https://trigger.dev/blog/how-trql-works
50•eallam•4d ago•58 comments

An industrial piping contractor on Claude Code [video]

https://twitter.com/toddsaunders/status/2034243420147859716
110•mighty-fine•2d ago•73 comments

Linux Applications Programming by Example: The Fundamental APIs (2nd Edition)

https://github.com/arnoldrobbins/LinuxByExample-2e
146•teleforce•19h ago•19 comments

The worst volume control UI in the world (2017)

https://uxdesign.cc/the-worst-volume-control-ui-in-the-world-60713dc86950
211•andsoitis•3d ago•104 comments

Attention Residuals

https://github.com/MoonshotAI/Attention-Residuals
225•GaggiX•1d ago•29 comments

The Story of Marina Abramovic and Ulay (2020)

https://www.sydney-yaeko.com/artsandculture/marina-and-ulay
46•NaOH•2d ago•37 comments

We rewrote our Rust WASM parser in TypeScript and it got faster

https://www.openui.com/blog/rust-wasm-parser
273•zahlekhan•21h ago•177 comments
Open in hackernews

Flat origami is Turing complete (2023)

https://arxiv.org/abs/2309.07932
40•PaulHoule•11mo ago

Comments

gnabgib•11mo ago
Related How to Build an Origami Computer (63 points, 2024, 15 comments) https://news.ycombinator.com/item?id=39191627
NooneAtAll3•11mo ago
> we prove that flat origami, when viewed as a computational device, is Turing complete, or more specifically P-complete

...aren't those mutually exclusive?

I feel a mix of "those are obviously different complexity levels" and "is it like C pre-processor turing-completeness situation?"

lambdaone•11mo ago
My understanding of this is that P-completeness for a problem implies that any problem in P can be transformed into it with a polynomial-time reduction. Deterministic Turing machines (more precisely, the problem of determining the future state of a deterministic Turing machine) are in P.
tromp•11mo ago
Not with a polynomial-time reduction though. Quoting from [1]:

> Generically, reductions stronger than polynomial-time reductions are used, since all languages in P (except the empty language and the language of all strings) are P-complete under polynomial-time reductions.

[1] https://en.wikipedia.org/wiki/P-complete

cartoffal•11mo ago
Turing completeness and P completeness are completely different things. There is no sense in which P-completeness is a "more specific" version of Turing-completeness.
gitroom•11mo ago
Honestly wild how you can get Turing completeness outta folding paper, never thought I'd read that today.
StopDisinfo910•11mo ago
That's why I have always prefered Church approach to computation to Turing machines.

The lambda calculus, by its simplicity as just a rewriting language, makes it "obvious" how effective computability emerges from very little.

yorwba•11mo ago
The reduction in the article boils down to origami crease patterns simulating rule 110 simulating a cyclic tag system simulating a clockwise Turing machine simulating an arbitrary Turing machine (and specific Turing machines simulating the lambda calculus are known).

Do you think there is an "obvious" way to simulate the lambda calculus using origami crease patterns more directly? For example, a cyclic tag system or even rule 110 configuration simulating the lambda calculus without indirection through Turing machines.

entaloneralie•11mo ago
If I may chip in, I wouldn't call it obvious or straight-forward, but multiset rewriting[1] can be implemented in terms of multiplication alone(like in Fractran), and multiplication can be implemented in origami[2], so there might be something there.

[1] https://wiki.xxiivv.com/site/pocket_rewriting

[2] https://wiki.xxiivv.com/site/paper_product.html

PaulHoule•11mo ago
It's a big controversy in CS education, isn't it?

Knuth's Art of Computer Programming was built around assembly language for a fantasy computer which is inspired more or less by the Turing machine (program counter is an index into a program 'state', instructions transform a data 'state' and transition to a different program 'state') whereas Structure and Interpretation of Computer Programs is more inspired by Church.

The pinnacle of undergraduate CS education, I think, is compilers, which is where those approaches are ultimately unified on a practical level (you make a machine that transforms one to the other) but the introductory course for the non-professional programmer or the person who aspires to writing compilers someday is still pretty controversial.

StopDisinfo910•11mo ago
> It's a big controversy in CS education, isn't it?

Is it?

I think most people who have heard of the topic are familiar with the Church-Turing thesis and know that both definitions of effective calculability are equivalent.

My preference is mostly a matter of taste I think. I admire how little there is to the lambda calculus definition and how computability somehow emerges through construction and definition (which admittedly are not simple). It nicely shows that you need very little "machinery" to get a powerful computational system.

Turing machines by comparaison seem somewhat contrieved with their infinite tape, head and register even if I realise that in a lot of way they are closer to an actual computer.

entaloneralie•11mo ago
Related: Origami-Constructible Numbers[1] & Folding Primes[2]

[1] https://www.cs.mcgill.ca/~jking/papers/origami.pdf

[2] https://www.pythabacus.com/Origami%20Fractions/folding.htm