frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Weird Future of User Interfaces [video]

https://www.youtube.com/watch?v=f32W5BEzWN0
1•enritarta•3m ago•0 comments

Why Is This Dependency Here?

https://bomly.dev/blog/why-is-this-dependency-here
1•ahmed3lmallah•4m ago•0 comments

What Every AI Builder Learns the Hard Way [video]

https://www.youtube.com/watch?v=aLYwPoG2dNI
3•cms4dlols•7m ago•0 comments

Landmark cancer trial shows success against an 'undruggable' cancer

https://www.nature.com/articles/d41586-026-01760-w
1•prabal97•7m ago•0 comments

Breaktheprompt.xyz

https://www.breaktheprompt.xyz/
1•amenghra•14m ago•1 comments

What Did Banning Airbnbs in NYC Accomplish?

https://datastream.substack.com/p/what-did-banning-airbnbs-in-nyc-accomplish
2•racketracer•22m ago•0 comments

Making AI Code Review Measurable

https://azuanz.com/posts/making-ai-code-review-measurable/
2•azuanrb•26m ago•0 comments

Show HN: Trace – open-source, self-organizing memory for LLM agents (PyPI)

https://github.com/husain34/TRACE
2•Husain_Ghulam•27m ago•0 comments

Open-Source Firmware for PicoCalc/Cardputer/Video Game Module/ESP32/Raspberry

https://github.com/jblanked/Picoware
2•ngaut•29m ago•0 comments

Living Your Truth as an Uptight Prig

https://www.cartoonshateher.com/p/living-your-truth-as-an-uptight-prig
2•jger15•32m ago•0 comments

Unicode's Transliteration Rules Are Turing-Complete

https://seriot.ch/computation/uts35/
2•beefburger•32m ago•1 comments

EU court rejects Apple's challenges to bloc's Big Tech rulebook

https://www.euractiv.com/news/eu-court-rejects-apples-challenges-to-blocs-big-tech-rulebook/
2•doener•35m ago•0 comments

The General Court dismisses Apple's actions over its designation as a gatekeeper [pdf]

https://curia.europa.eu/site/upload/docs/application/pdf/2026-07/cp260096en.pdf
2•ColinWright•38m ago•0 comments

Crypto Pin Bars Form and How to Detect Them: Lessons from a $19B Liquidation

https://medium.com/@DolphinDB_Inc/how-crypto-pin-bars-form-and-how-to-detect-them-lessons-from-a-...
3•yiweileng•40m ago•0 comments

Grok 4.5 arriving tomorrow

https://twitter.com/elonmusk/status/2074740539874775163
1•hit8run•42m ago•1 comments

Fibonacci's Real Mathematical Legacy

https://blogs.nature.com/aviewfromthebridge/2017/04/20/fibonaccis-mathematical-legacy/
3•ColinWright•45m ago•1 comments

Fiszki flashcards without an app: your AI quizzes you, FSRS keeps score

https://fiszki.zuzanow.pl/login
1•fiszki•46m ago•0 comments

Time to kill at Temple Meads. What's up with platform 2? Where is platform 14?

https://old.reddit.com/r/uktrains/comments/1uo9lwn/had_some_time_to_kill_at_temple_meads_whats_up/
1•ColinWright•47m ago•0 comments

Apple held accountable under the DMA

https://fsfe.org/news/2026/news-20260708-01.en.html
2•softwarefreedom•47m ago•1 comments

Machine

https://xkcd.com/2916/
3•close04•47m ago•2 comments

Show HN: Diagraw – hand-drawn diagrams, real-time collab, AI assistant

https://diagraw.com/es/
2•victoragudo•50m ago•0 comments

Viability of Local Models for Coding

https://martinfowler.com/articles/exploring-gen-ai/local-models-for-coding-factors.html
1•danebalia•51m ago•0 comments

Show HN: Comcent CE – An open-source self-hosted Voice Infrastructure platform

https://github.com/comcent-io/comcent-ce
1•pavanputhra•54m ago•0 comments

GitHub cuts short offer to burn repos on CD after mockery ensues

https://www.theregister.com/devops/2026/07/06/github-cuts-short-offer-to-burn-repos-on-cd-after-m...
1•beardyw•56m ago•0 comments

Gemma 4 Technical Report

https://arxiv.org/abs/2607.02770
1•ferretj•57m ago•0 comments

Software Engineers Used to Score Goals, Now We Keep Them Out

https://eran.pinh.as/posts/software-engineers-used-to-score-goals-now-we-keep-them-out
2•eranp•58m ago•1 comments

Open ISMS platform for GDPR and NIS-2

https://github.com/NISD2/open-isms
1•cjhisey•58m ago•0 comments

ClickHouse is winning the Observability Wars

https://matduggan.com/clickhouse-is-winning-the-observability-wars/
1•clemo_ra•58m ago•0 comments

How to Scale Robotics and Physical AI? TechDrive Zurich with Robert MacKenzie

https://www.youtube.com/watch?v=6Dw6llpUxqs
1•jmiseikis•1h ago•0 comments

Show HN: Tarit – Self-host sandbox cloud and hypervisor for AI agents

https://github.com/instavm/tarit
6•mkagenius•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/