frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI Value Capture

https://newsletter.semianalysis.com/p/ai-value-capture-the-shift-to-model
1•nl•2m ago•0 comments

Vibe-Trading: Your Personal Trading Agent

https://github.com/HKUDS/Vibe-Trading
1•grajmanu•3m ago•0 comments

SVG Recolor Tool – Change Color of SVG Online – Free Color Tool

1•freecolortool•4m ago•0 comments

Unifi Network 10.5

https://blog.ui.com/article/introducing-network-10-5
1•janandonly•6m ago•0 comments

After 80 Years, Mathematicians Give Famed 'Erdős Method' an Upgrade

https://www.quantamagazine.org/after-80-years-mathematicians-give-famed-erdos-method-an-upgrade-2...
1•anujbans•6m ago•0 comments

Show HN: Dotdotduck – open-source Web Agent SDK

https://github.com/PerhapxinLab/dotdotduck
2•Lin_Kuei-Kuei•6m ago•0 comments

Replacing Systemd with OpenRC in Debian

https://danielcordova.me/blog/debian-openrc/
1•nogajun•7m ago•0 comments

Greece's Parthenon gets a facelift, revealing a look not seen for 220 years

https://apnews.com/article/greece-acropolis-restoration-parthenon-tourism-da06640fcd747498613d31b...
1•divbzero•8m ago•0 comments

Cybersecurity by the Book

https://www.justus.pw/posts/2026-06-29-cybersecurity-by-the-book.html
2•justusw•12m ago•0 comments

F-Droid and the Future of Open-Source Android; an Interview with DocWolle

https://gardinerbryant.com/f-droid-and-the-future-of-open-source/
1•thunderbong•12m ago•0 comments

Vincent Chan: Inside PayPal (2010)

https://paulgraham.com/paypal.html
1•downbad_•12m ago•0 comments

Ask HN: How do I find first paying users for my app?

2•enlightpixel•16m ago•1 comments

Europe's record heat has overwhelmed Paris mortuaries; left families in distress

https://apnews.com/article/france-europe-heat-wave-weather-climate-change-a9095af72d14cfdd9ca4363...
1•petethomas•19m ago•0 comments

CPJ undertakes review of documentation of journalists killed in Israel-Gaza war

https://cpj.org/2026/06/cpj-undertakes-review-of-its-documentation-of-journalists-killed-in-israe...
1•EvgeniyZh•20m ago•0 comments

Tensordyne Converts AI Matrix Math to Logs to Crank Up Inference Oomph

https://www.nextplatform.com/compute/2026/06/16/tensordyne-converts-ai-matrix-math-to-logs-to-cra...
1•peter_d_sherman•20m ago•1 comments

Show HN: Spire

https://spire.synov8studio.com
1•synov8studio•21m ago•0 comments

WSL Container – Linux Containers on Windows

https://learn.microsoft.com/en-us/windows/wsl/wsl-container
1•makeramen•25m ago•0 comments

Static Analysis for Markdown

https://www.npmjs.com/package/markdownlint
1•ankitg12•31m ago•0 comments

LAUSD's screen ban sets new milestone in tech backlash

https://districtadministration.com/article/lausds-screen-ban-sets-new-milestone-in-tech-backlash/
2•the-mitr•31m ago•1 comments

Category-Theoretic Comparative Framework for Artificial General Intelligence

https://arxiv.org/abs/2603.28906
2•measurablefunc•32m ago•0 comments

Show HN: Chappie – Direct Desktop Search and macOS Control

https://chappie.a10z.co
2•adamschwartz•35m ago•0 comments

I rebuilt Siri AI from scratch and open sourced it

https://github.com/wassgha/opendex
1•wassimgr•36m ago•1 comments

Loop engineering: Designing loops you can walk away from

https://www.coderabbit.ai/blog/loop-engineering
1•geoffbp•38m ago•0 comments

Exploring BPF LSM support on aarch64 with ftrace

https://www.exein.io/blog/exploring-bpf-lsm-support-on-aarch64-with-ftrace
1•ankitg12•42m ago•0 comments

Show HN: StreamVault

https://streamvaults.ru/
2•hannil55•43m ago•0 comments

Jscbjscbs

https://news.ycombinator.com/submit
1•cwsrider•48m ago•0 comments

Natural Born Bloggers

https://spyglass.org/om/
2•imartin2k•49m ago•0 comments

Empero-AI/Qwythos-9B-Claude-Mythos-5-1M

https://huggingface.co/empero-ai/Qwythos-9B-Claude-Mythos-5-1M
1•vednig•51m ago•0 comments

Ask HN: Have the founders of Palentir and Anduril ever read Tolkien?

1•nativeit•51m ago•1 comments

Scott Aaronson's Trevisan Award Acceptance Speech

https://scottaaronson.blog/?p=9881
1•Jun8•52m 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/