frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Zerostack – A Unix-inspired coding agent written in pure Rust

https://crates.io/crates/zerostack/1.0.0
210•gidellav•5h ago•66 comments

Hosting a website on an 8-bit microcontroller

https://maurycyz.com/projects/mcusite/
42•zdw•2h ago•1 comments

A nicer voltmeter clock

https://lcamtuf.substack.com/p/a-nicer-voltmeter-clock
85•surprisetalk•4h ago•14 comments

Unknowable Math Can Help Hide Secrets

https://www.quantamagazine.org/how-unknowable-math-can-help-hide-secrets-20260511/
25•Xcelerate•3d ago•2 comments

OpenAI and Government of Malta partner to roll out ChatGPT Plus to all citizens

https://openai.com/index/malta-chatgpt-plus-partnership/
103•bookofjoe•7h ago•89 comments

SANA-WM, a 2.6B open-source world model for 1-minute 720p video

https://nvlabs.github.io/Sana/WM/
310•mjgil•15h ago•128 comments

MCP Hello Page

https://www.hybridlogic.co.uk/blog/2026/05/mcp-hello-page
63•Dachande663•5h ago•24 comments

Self-Distillation Enables Continual Learning [pdf]

https://arxiv.org/abs/2601.19897
14•teleforce•2h ago•3 comments

Stochastic Parrots: Frequently Unasked Questions

https://medium.com/@emilymenonbender/stochastic-parrots-frequently-unasked-questions-49c2e7d22d11
42•olalonde•3d ago•36 comments

A molecule with half-Möbius topology

https://www.science.org/doi/10.1126/science.aea3321
74•bryanrasmussen•4d ago•1 comments

Moving away from Tailwind, and learning to structure my CSS

https://jvns.ca/blog/2026/05/15/moving-away-from-tailwind--and-learning-to-structure-my-css-/
453•mpweiher•18h ago•296 comments

The Third Hard Problem

https://mmapped.blog/posts/48-the-third-hard-problem
38•surprisetalk•2d ago•27 comments

C++26 Shipped a SIMD Library Nobody Asked For

https://lucisqr.substack.com/p/c26-shipped-a-simd-library-nobody
28•signa11•1d ago•5 comments

Accelerando (2005)

https://www.antipope.org/charlie/blog-static/fiction/accelerando/accelerando.html
254•eamag•16h ago•147 comments

Fisker went bankrupt and owners built an open source car company from the ashes

https://electrek.co/2026/05/16/fisker-ocean-open-source-ev-story-after-bankruptcy/
78•breve•3h ago•29 comments

We've made the world too complicated

https://user8.bearblog.dev/the-world-is-too-complicated/
213•James72689•19h ago•201 comments

Frontier AI has broken the open CTF format

https://kabir.au/blog/the-ctf-scene-is-dead
346•frays•20h ago•344 comments

δ-mem: Efficient Online Memory for Large Language Models

https://arxiv.org/abs/2605.12357
198•44za12•18h ago•53 comments

Content-defined chunking added to Bazel

https://www.buildbuddy.io/blog/content-defined-chunking/
32•siggi•3d ago•3 comments

Colossus: The Forbin Project

https://en.wikipedia.org/wiki/Colossus:_The_Forbin_Project
4•doener•2d ago•0 comments

Halt and Catch Fire

https://unstack.io/halt-and-catch-fire
93•ScottWRobinson•9h ago•54 comments

3D Gaussian Splatting in a Weekend

https://bfeldman.me/3dgs-weekend/
60•b__feldman•3d ago•6 comments

PART Telescopes – Bringing radio astronomy within reach of rural schools

https://parttelescopes.web.app/
114•openrockets•12h ago•28 comments

Show HN: Rocksky – Music scrobbling and discovery on the AT Protocol

https://tangled.org/rocksky.app/rocksky
62•tsiry•10h ago•29 comments

Kioxia and Dell cram 10 PB into slim 2RU server

https://www.blocksandfiles.com/flash/2026/05/14/kioxia-and-dell-cram-10-pb-into-slim-2ru-server/5...
117•rbanffy•10h ago•82 comments

Greek Alphabet Cards

https://labs.randomquark.com/alphabet_cards/
107•ricochet11•15h ago•48 comments

Fame! A Misunderstanding: A new translation of Albert Camus's complete notebooks

https://lareviewofbooks.org/article/albert-camus-complete-notebooks-ryan-bloom-existentialism-abs...
46•Caiero•3d ago•8 comments

Nearly 50 Years Later, WKRP in Cincinnati Becomes a Real Radio Station

https://www.openculture.com/2026/05/nearly-50-years-later-wkrp-in-cincinnati-becomes-a-real-radio...
117•bookofjoe•4d ago•68 comments

Futhark by example (2020)

https://futhark-lang.org/examples.html
112•tosh•17h ago•31 comments

I believe there are entire companies right now under AI psychosis

https://twitter.com/mitchellh/status/2055380239711457578
1907•reasonableklout•1d ago•1107 comments
Open in hackernews

Self-Distillation Enables Continual Learning [pdf]

https://arxiv.org/abs/2601.19897
13•teleforce•2h ago

Comments

airstrike•58m ago
Both title and abstract feel a little too confident, which ironically makes me more skeptical rather than less.

I find the choice of the words "enable" in the title and "establishing" at the end of the abstract to be particularly jarring.

ArchieScrivener•22m ago
From Jan 2026.

This is very interesting:

"Empirical Validation. While we cannot verify these theoretically, we evaluate each empirically. We use the Qwen-2.5-7B-Instruct model (Hui et al., 2024) as the base policy and the ToolAlpaca dataset (Tang et al., 2023). In this benchmark, the model receives a tool-API specification and a user request, and must identify the correct tool call. Without demonstrations, the base model solves only 42% of examples. When provided with the appropriate demonstration c for each prompt x , the teacher achieves a 100% success rate. To further test reward proximity, we manually inspected 50 teacher reasoning traces. In all cases, not only were the final tool calls correct, but the intermediate chain-of-thought was valid and semantically grounded. This suggests that the teacher is reconstructing a correct reasoning process rather than merely copying the expert output. These observations provide evidence for the first requirement, that the demonstration-conditioned model behaves as an optimal policy."

greesil•5m ago
Wtf is a policy? Is this some sort of RL thing that I'm too ML to understand?