frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Coding After Coders: The End of Computer Programming as We Know It

https://www.nytimes.com/2026/03/12/magazine/ai-coding-programming-jobs-claude-chatgpt.html
1•nguyentranvu•47s ago•0 comments

Debunking Zswap and Zram Myths

https://chrisdown.name/2026/03/24/zswap-vs-zram-when-to-use-what.html
1•javierhonduco•4m ago•0 comments

Building a symbolic math REPL in C

https://github.com/marcomit/derive.c
1•marcomit•6m ago•1 comments

Aletheia – deterministic COBOL verification for mainframe migrations

https://github.com/Aletheia-Verification/Aletheia
1•HectorBlai•7m ago•0 comments

Porting Doom to AIX on IBM RS/6000 [video]

https://www.youtube.com/watch?v=XzhCGSE7KKw
1•hxorr•8m ago•0 comments

LLM Neuroanatomy II: Modern LLM Hacking and Hints of a Universal Language?

https://dnhkng.github.io/posts/rys-ii/
1•realberkeaslan•9m ago•0 comments

Ask HN: Anyone trading prediction markets programmatically?

1•sharp_runner_84•11m ago•0 comments

Hack discovered at (NL) Ministry of Finance; Unclear if data was accessed

https://nltimes.nl/2026/03/24/hack-discovered-ministry-finance-unclear-data-accessed
1•mvdwoord•15m ago•0 comments

USA bans all new routers for consumers

https://www.heise.de/en/news/USA-bans-all-new-routers-for-consumers-11222049.html
3•esher•16m ago•0 comments

Synaps a self-hosted personal health monitor as a weighted knowledge grap

https://github.com/scerelli/SYNAPS
1•succo•18m ago•1 comments

Steve Jobs, speech at the Apple campus (1999) [video]

https://www.youtube.com/watch?v=EoM2Y2KO6kU
1•rbinv•18m ago•0 comments

Can It Resolve Doom? Game Engine in 2k DNS Records

https://core-jmp.org/2026/03/can-it-resolve-doom-game-engine-in-2000-dns-records/
2•Einenlum•20m ago•0 comments

Yann LeCun's LeWorldModel: Stable End-to-End JEPA from Pixels

https://le-wm.github.io/
2•matthieu_bl•21m ago•1 comments

America's Chief Financial Officers Say AI Is Coming for Admin Jobs

https://www.wsj.com/tech/ai/ai-admin-job-market-6a1c3436
1•cebert•23m ago•1 comments

The Wrong Abstraction

https://sandimetz.com/blog/2016/1/20/the-wrong-abstraction
2•mihau•25m ago•1 comments

A Mysterious Numbers Station Is Broadcasting Through the Iran War

https://www.wired.com/story/a-mysterious-numbers-station-is-broadcasting-through-the-iran-war/
2•iamben•25m ago•1 comments

OpenBSD.Amsterdam

https://openbsd.amsterdam/
3•sph•26m ago•1 comments

The orderbook dynamics of prediction markets

2•sharp_runner_84•28m ago•0 comments

Donut Lab's solid-state battery could barely hold a charge after getting damaged

https://www.theverge.com/transportation/898881/donut-lab-solid-state-battery-damage-test
1•tromp•31m ago•1 comments

Show HN: Offline-first UK train planner

https://railraptor.com
1•marcusdev•34m ago•0 comments

curl > /dev/sda: How I made a Linux distro that runs wget | dd

https://astrid.tech/2026/03/24/0/curl-to-dev-sda/
2•astralbijection•37m ago•0 comments

More Magic Math from OpenAI?

https://om.co/2026/03/23/more-magic-math-from-openai/
2•MindGods•37m ago•0 comments

Asyncio is neither fast nor slow

https://blog.changs.co.uk/asyncio-is-neither-fast-nor-slow.html
1•tmarice•39m ago•0 comments

Emerging SaaS trends that are accelerating

1•rado-bogdaonv•42m ago•1 comments

Show HN: CertPulse – Certificate monitoring for multi-cloud teams

https://certpulse.dev
2•xdsai•43m ago•1 comments

Show HN: The complete Open Library catalog in clean, analysis-ready Parquet

https://huggingface.co/datasets/open-index/open-library
1•tamnd•43m ago•0 comments

Make better decisions based on criteria that are important to you

https://www.decidit.de/en
1•bjoern_live•47m ago•0 comments

Are Strings Still Our Best Hope for a Theory of Everything?

https://www.quantamagazine.org/are-strings-still-our-best-hope-for-a-theory-of-everything-20260323/
4•isaacfrond•48m ago•1 comments

SIDN chooses European-based infrastructure for .nl DNS anycast (i3D.net)

https://www.i3d.net/sidn-partners-with-i3dnet-dns-infrastructure/
2•sgaduuw•50m ago•1 comments

Important Updates to GitHub Copilot for Students

https://github.com/orgs/community/discussions/189268
3•tamnd•51m ago•0 comments
Open in hackernews

Bloom's two sigma problem (2020)

https://nintil.com/bloom-sigma
8•Tomte•10mo ago

Comments

trane_project•10mo ago
> Nonetheless, Bloom was on to something: Tutoring and mastery learning do have a degree of experimental support, and fortunately it seems that carefully designed software systems can completely replace the instructional side of traditional teaching, achieving better results, on par with one to one tutoring. However, designing them is a hard endeavour, and there is a motivational component of teachers that may not be as easily replicable purely by software.

I've been working on an implementation of mastery learning and other related techniques called Trane (https://github.com/trane-project/trane/) for the past three years or so. Mastery learning is the main one, but it also integrates spaced repetition, interleaving, mixing difficulties, and reward propagation (doing well or bad in an exercise affects how related exercises are scheduled).

I think it works pretty well, but you need to pair it with proper pedagogy of the skill you want to learn and the proper curriculum. The latter is the hardest part, so it's being my main limitation. I've used some external resources to build courses, and they work well, but obviously it would work much better with a full curriculum built from the ground up.

Currently working on Pictures Are For Babies (https://picturesareforbabies.com/), which is meant to do just that for literacy. I am hoping to do a first release soon. As for the motivation angle, the solution in this particular instance is fairly simple. Use the software to enforce scheduling andpedagogy,y and a human tutor to provide emotional and social support. This division allows any literate person to become an effective tutor with a few hours of training.

I am hoping that the average student can complete the whole curriculum in five years. That would mean that (assuming they start at between 4 and 5 years old), the average student would have college-level reading and writing skills by the time they are nine or ten.

Most complete explanation so far is in the pedagogy page: https://picturesareforbabies.com/home/pedagogy/