frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

KDE's new Photos app offers a sleek alternative to Gwenview

https://www.omgubuntu.co.uk/2026/09/kde-photos-app-replace-gwenview
1•fork-bomber•2m ago•0 comments

Mistral raises €3B to make sovereign, open-weight AI the technology frontier

https://mistral.ai/news/mistral-makes-sovereign-open-weight-ai-to-frontier/
1•kuberwastaken•3m ago•0 comments

The 100x Engineer Certification

https://100x.iamdevloper.io/
1•Curiositry•3m ago•0 comments

Ask HN: Best Platforms to Orchestrate Agents

1•venkat971•6m ago•0 comments

How One Connection Kills a Database

https://planetscale.com/blog/debugging-live-database-connections
1•vzhou842•10m ago•0 comments

Show HN: TripleFantasy Reconstructed Source Code

https://github.com/Sadpainy/TripleFantasy
1•CMDDestory•14m ago•0 comments

Timeline of Mathematics

https://mathigon.org/timeline
2•o4c•16m ago•0 comments

Autodafe VES: a free vintage emulator studio plugin based on MAME framework

https://synthanatomy.com/2026/09/autodafe-ves-a-free-vintage-emulator-studio-plugin.html
1•bane•19m ago•1 comments

We have a year to fix security everywhere

https://jyn.dev/a-year-to-fix-security/
12•saikatsg•21m ago•1 comments

A Modern Proxmox Docker Architecture with Disposable VMs, VirtIO-FS, and ZFS

https://du.nkel.dev/blog/2026-05-16_rootless_docker_virtiofs_proxmox/
1•Helmut10001•29m ago•0 comments

Cognition Has More Than One Shape: From AI to Synthetic Cognition

https://tvvocold.github.io/2026/09/08/cognition-has-more-than-one-shape.html
2•tvvocold•29m ago•0 comments

The VMs Powering Mobile Agents (Instinct, Claude Code)

https://rohanadwankar.github.io/posts/platforms.html
3•RohanAdwankar•33m ago•1 comments

Canada's counter-tariffs take effect on various US goods

https://www.france24.com/en/live-news/20260908-canada-s-counter-tariffs-take-effect-on-various-us...
6•geox•43m ago•0 comments

Bonds – AI messenger where group chats generate their own apps

https://apps.apple.com/us/app/bonds-the-smart-messenger/id6798100604
1•juanchoabdon1•45m ago•0 comments

RabbitMQ vs. Apache Kafka

https://www.rabbitmq.com/docs/compare/kafka
2•vinhnx•45m ago•0 comments

Evidence runtime for autonomous agent task management

https://grainulator.app
3•aid-ninja•45m ago•0 comments

Show HN: Manhattan Safety Atlas

https://manhattan-neighborhood-atlas.pplx.app/
1•tesseractinf•47m ago•0 comments

Shatranj

https://en.wikipedia.org/wiki/Shatranj
1•teleforce•48m ago•0 comments

Secret screening of Nathan Fielder's new Elizabeth Holmes documentary

https://www.latimes.com/entertainment-arts/movies/story/2026-09-07/nathan-fielder-elizabeth-holme...
1•aanet•48m ago•2 comments

Australia to opt out of social media algorithms, Albanese confirms

https://www.smh.com.au/politics/federal/australia-to-opt-out-of-social-media-algorithms-albanese-...
2•mrkpdl•49m ago•0 comments

Experience is becoming a higher priority for tech hiring

https://www.a16z.news/p/chart-of-the-week-experience-skills
2•deepmem•53m ago•0 comments

GifBook – turn any GIF into a printable flipbook (free)

https://www.mrbray.com/gifbook
1•mrbray•1h ago•1 comments

Uncensored Open-Weight Models: Redistribution as the Persistence Layer

https://arxiv.org/abs/2609.05241
1•sbulaev•1h ago•0 comments

Things to Do with Tailscale

https://toce.ch/101-things-to-do-with-tailscale/
2•cyb0rg0•1h ago•0 comments

Arm Mali G2-Ultra NX GPU: desktop-class mobile gameplay with AI-native graphics

https://newsroom.arm.com/blog/arm-mali-g2-ultra-nx-ai-native-mobile-graphics
13•Re-Tails•1h ago•4 comments

Why the Harness Matters More Than the Model [video]

https://www.youtube.com/watch?v=n9xKblqyQ28
3•mellosouls•1h ago•0 comments

Pope's Top US Cardinals Visit Silicon Valley, Warn Millions Will Lose Jobs

https://www.thelettersfromleo.com/p/pope-leo-xivs-top-us-cardinals-visit
2•MaxLeiter•1h ago•0 comments

Magnum Opus

https://nexum.fyi/
1•wbeebe•1h ago•1 comments

Sen. Kennedy rails against AI developers as 'high IQ stupid people'

https://www.politico.com/news/2026/09/06/kennedy-ai-developers-high-iq-stupid-people-01066756
1•apical_dendrite•1h ago•0 comments

Blast Radius 1.0

https://blastradius.dpdns.org/
1•codebyaditya•1h ago•0 comments
Open in hackernews

Bloom's two sigma problem (2020)

https://nintil.com/bloom-sigma
8•Tomte•1y ago

Comments

trane_project•1y 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/