frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

EEG shows brain can simultaneous encode two speech streams

https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.3003876
74•giuliomagnifico•3h ago•38 comments

Kimi K3: Open Frontier Intelligence

https://www.kimi.com/blog/kimi-k3
1601•vincent_s•18h ago•951 comments

How Has Roman Concrete Lasted for Millennia? 1,900-Year-Old Latrine Offers Clues

https://www.smithsonianmag.com/smart-news/how-has-roman-concrete-lasted-for-millennia-a-1900-year...
122•divbzero•5h ago•77 comments

Pebble Mega Update – July 2026

https://repebble.com/blog/pebble-mega-update-july-2026
108•crazysaem•5h ago•29 comments

Microsoft Comic Chat is now open source

https://opensource.microsoft.com/blog/2026/07/16/microsoft-comic-chat-is-now-open-source/
673•jervant•17h ago•146 comments

An Engineer's Guide to USB Typе-С (2024)

https://www.ti.com/lit/eb/slyy228/slyy228.pdf?ts=1759892558029
164•gregsadetsky•6d ago•10 comments

Decoy Font

https://www.mixfont.com/experiments/decoy-font
544•ray__•17h ago•126 comments

LM Studio Bionic: the AI agent for open models

https://lmstudio.ai/blog/introducing-lm-studio-bionic
244•minimaxir•13h ago•85 comments

Starlink from 1984

https://nemanjatrifunovic.substack.com/p/starlink-from-1984
31•ingve•5d ago•10 comments

$100 AI Music Video: Claude Fable 5 vs. GPT-5.6 Sol

https://www.tryai.dev/blog/ai-music-video-arena-claude-vs-gpt-5.6
261•hershyb_•13h ago•353 comments

Solod: Go can be a better C

https://solod.dev
126•koeng•3d ago•60 comments

NotebookLM is now Gemini Notebook

https://blog.google/innovation-and-ai/products/gemini-notebook/notebooklm-gemini-notebook/
305•xnx•17h ago•154 comments

The Little Book of Reinforcement Learning

https://github.com/alxndrTL/little-book-rl/
132•mustaphah•10h ago•15 comments

Camera Chase Vehicle

https://transistor-man.com/gimbal_camera_rover.html
5•geerlingguy•1w ago•0 comments

Trump Media to sell instant access to 'market-moving' social posts

https://www.bbc.com/news/articles/c79gw4lj89eo
41•NikxDa•1h ago•27 comments

GrapheneOS recommended for domestic abuse victims

https://privacypros.com.au/privacy-hub/articles/dv-safe-phone-australia/
144•aussieguy1234•7h ago•117 comments

Immersive Linear Algebra Book with Interactive Figures (2015)

https://immersivemath.com/ila/
218•srean•17h ago•26 comments

Old Icons

https://leancrew.com/all-this/2026/07/old-icons/
55•zdw•5d ago•12 comments

Detecting LLM-Generated Texts with “Classical” Machine Learning

https://blog.lyc8503.net/en/post/llm-classifier/
198•uneven9434•16h ago•141 comments

Helium escaping from atmosphere of nearby rocky exoplanet in a habitable zone

https://www.science.org/doi/10.1126/science.aea9708
106•anyonecancode•12h ago•29 comments

Mathematics of Data Science

https://arxiv.org/abs/2607.11938
157•Anon84•12h ago•7 comments

M 3.9 Experimental Explosion – 147 Km ENE of Ponce Inlet, Florida

https://earthquake.usgs.gov/earthquakes/eventpage/us7000t13l/executive
61•hnburnsy•8h ago•39 comments

How RCA Victor sold Sound Service to classrooms in 1939

https://pncnmnp.github.io/blogs/rca-victor-education.html
26•pncnmnp•1w ago•10 comments

The human-in-the-loop is tired

https://pydantic.dev/articles/the-human-in-the-loop-is-tired
204•haritha1313•8h ago•109 comments

'Likweli': A new monkey species discovered in the Congo Basin

https://news.yale.edu/2026/07/15/meet-likweli-new-monkey-species-discovered-congo-basin
77•gmays•11h ago•17 comments

CD sales growth outpaced vinyl in the first half of 2026

https://consequence.net/2026/07/the-cd-revival-is-getting-hard-to-ignore/
104•speckx•16h ago•113 comments

In Praise of Exhaustive Destructuring

https://antoine.vandecreme.net/blog/exhaustive-destructuring-praise/
14•avandecreme•5d ago•5 comments

UIUC AI Teaching Assistant

https://github.com/Center-for-AI-Innovation/ai-teaching-assistant-uiuc
17•teleforce•6h ago•0 comments

The LLM Critics Are Right. I Use LLMs Anyway

https://www.theocharis.dev/blog/llm-critics-are-right-i-use-llms-anyway/
227•JeremyTheo•21h ago•232 comments

How to Train a Gen AI Kick Drum Model on Your Old Linux Desktop with 6GB VRAM

https://www.zhinit.dev/blog/training-a-kick-drum-diffusion-model
133•zhinit•18h ago•61 comments
Open in hackernews

Flat origami is Turing complete (2023)

https://arxiv.org/abs/2309.07932
40•PaulHoule•1y ago

Comments

gnabgib•1y ago
Related How to Build an Origami Computer (63 points, 2024, 15 comments) https://news.ycombinator.com/item?id=39191627
NooneAtAll3•1y 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•1y 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•1y 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•1y 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•1y ago
Honestly wild how you can get Turing completeness outta folding paper, never thought I'd read that today.
StopDisinfo910•1y 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•1y 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•1y 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
entaloneralie•1y 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

•
1y 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•1y 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.