frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Agentic Search Models

https://softwaredoug.com/blog/2026/05/11/the-new-agentic-search-models.html
1•Tomte•1m ago•0 comments

If I ruled the world: Michael Sandel (2012)

https://www.prospectmagazine.co.uk/culture/50440/if-i-ruled-the-world-michael-sandel
1•robtherobber•1m ago•0 comments

Access Is Not Ownership

https://aquisthoughts.substack.com/p/access-is-not-ownership
1•ethanplant•1m ago•0 comments

Int a = 5; a = a++ + ++a; a =? (2011)

https://gynvael.coldwind.pl/?id=372
1•e-topy•2m ago•0 comments

TeamPCP's Mini Shai-Hulud Is Back

https://www.stepsecurity.io/blog/mini-shai-hulud-is-back-a-self-spreading-supply-chain-attack-hit...
1•segmenta•2m ago•0 comments

FastChart: Native PHP extension for server-side charts, barcodes, and QR codes

https://github.com/iliaal/fastchart
1•ilia-a•4m ago•1 comments

Human-in-the-Loop Done Right

https://www.bicameral-ai.com/blog/human-in-the-loop-done-right
1•jinhkuan•4m ago•0 comments

Knowledge is Cheap. Intelligence isn't

https://apattichis.substack.com/p/knowledge-is-cheap-intelligence-isnt
1•apattichis•4m ago•1 comments

FHIR Toolkit – Inline FHIR Validation for IntelliJ / JetBrains IDEs

https://plugins.jetbrains.com/plugin/31676-fhir-toolkit
1•adhikaribipin•5m ago•0 comments

C3X: Open-source cloud cost estimates for Terraform, no API key needed

https://github.com/c3xdev/c3x
1•cap_andrea•5m ago•0 comments

Viewllm – one command to view and share HTML reports from AI agents

https://github.com/yz671/viewllm
1•yz671•6m ago•0 comments

Unreal Engine 5.8 Preview

https://forums.unrealengine.com/t/unreal-engine-5-8-preview/2721597
3•ilreb•6m ago•0 comments

Hantavirus outbreak exposes uncertainty about how disease spreads

https://www.nature.com/articles/d41586-026-01512-w
1•bookofjoe•6m ago•1 comments

Rise of the AI Soldiers

https://time.com/article/2026/03/09/ai-robots-soldiers-war/
1•eloisius•9m ago•0 comments

Show HN: Ytree v3.0.0-alpha, an AI-assisted rewrite towards feature completeness

https://github.com/robkam/ytree
1•robkam•10m ago•0 comments

Additively Manufactured Density-Graded Dual-Material Auxetic Structures

https://www.mdpi.com/2072-666X/17/5/570
1•PaulHoule•10m ago•0 comments

Once again, SpaceX has set a new record for the tallest rocket ever built

https://arstechnica.com/space/2026/05/spacex-completes-fueling-test-setting-stage-for-first-launc...
2•Brajeshwar•10m ago•1 comments

Should You Trust the Netflix Top? A Statistical Analysis

https://www.statsignificant.com/p/should-you-trust-the-netflix-top
1•speckx•10m ago•0 comments

Tellie: A Teleprompter that listens. Vibe coded it while my granddaughter slept

https://tellie.skytech.io
1•SteveChazin•10m ago•1 comments

The Teleport Contest: Port >440k LoC (NetHack) from C to JavaScript

https://mazesofmenace.ai/
1•abgruszecki•11m ago•0 comments

Regatta Starting Stations – Chi-Squared Continued

https://entropicthoughts.com/regatta-starting-stations
1•ibobev•12m ago•0 comments

Async I/O in Zig 0.16, today

https://lalinsky.com/2026/05/11/async-io-in-zig-016-today.html
1•ibobev•12m ago•0 comments

The SiFive P570 Gen 3: A System Perspective

https://www.sifive.com/blog/p570-gen-3-a-system-perspective
2•fork-bomber•16m ago•0 comments

The SiFive Performance P570 Gen 3

https://www.sifive.com/blog/inside-the-sifive-performance-p570-gen-3
2•fork-bomber•16m ago•0 comments

Why some mathematicians think we should abandon pi

https://www.scientificamerican.com/article/why-some-mathematicians-think-we-should-abandon-pi/
2•tkdc926•18m ago•1 comments

Show HN: Kimiflare, Kimi K2.6 as a Coding Agent on Cloudflare Workers AI

1•sinameraji•18m ago•0 comments

Fast Worker Pool for Golang

https://github.com/maurice2k/ultrapool
1•p0seidon•18m ago•0 comments

I Helped Craft the 25th Amendment. It Was Never Meant to Oust a President

https://www.politico.com/news/magazine/2026/05/08/25th-amendment-misunderstanding-feerick-00909681
2•Tomte•18m ago•0 comments

OpenAI Just Launched Daybreak

https://abz.global/technology/openai-just-launched-daybreak-cybersecurity-is-becoming-part-of-the...
1•marian_abz•19m ago•0 comments

Photobiomodulation for cognitive dysfunction (Brain Fog) in post-Covid-19

https://www.thelancet.com/journals/eclinm/article/PIIS2589-5370(25)00665-0/fulltext
1•01-_-•19m ago•0 comments
Open in hackernews

Bloom's two sigma problem (2020)

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

Comments

trane_project•11mo 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/