frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

QRL Quantum BlockChain

https://twitter.com/QRLedger/status/1992684791972454425
1•slakernode•1m ago•0 comments

Cognitive Foundations for Reasoning and Their Manifestation in LLMs

https://arxiv.org/abs/2511.16660
1•belter•1m ago•0 comments

Tgr- TUI for GitHub

https://github.com/jjournet/tgr
1•jeepj•2m ago•1 comments

Who has the lowest Erdos-Bacon-Epstein number?

https://statmodeling.stat.columbia.edu/2025/11/23/who-has-the-lowest-erdos-bacon-epstein-number/
1•nabla9•3m ago•0 comments

Particle Life – Sandbox Science

https://sandbox-science.com/particle-life
1•StromFLIX•10m ago•0 comments

Rust Is a Disappointment

https://bykozy.me/blog/rust-is-a-disappointment/
6•byko3y•11m ago•0 comments

Show HN: BlankTrace – a Rust‑based MitM proxy to anonymize browser traffic

https://mrorigo.github.io/blanktrace/
1•mrorigo•14m ago•0 comments

Solving Kilordle

https://hauntsaninja.github.io/kilordle.html
1•jxmorris12•14m ago•0 comments

Kilordle

https://jonesnxt.github.io/kilordle/
1•jxmorris12•14m ago•0 comments

REDbot – lint for HTTP resources; protocol, cacheability, content negotiation …

https://redbot.org/
1•pabs3•17m ago•0 comments

Show HN: SaaS waste calculator (most waste –$250/employee/year)

https://licenselogic.co/saas-waste-calculator/
1•aidanvalero•18m ago•0 comments

Tell HN: ChatGPT is freaking amazing and I don't get the negativity

2•Red_Tarsius•19m ago•1 comments

Long Covid trajectories in the prospectively followed RECOVER-Adult US cohort

https://www.nature.com/articles/s41467-025-65239-4
1•bookofjoe•19m ago•0 comments

The Failed Crusade to Keep a Rare-Earths Mine Out of China's Hands

https://www.wsj.com/business/the-failed-crusade-to-keep-a-rare-earths-mine-out-of-chinas-hands-07...
1•mikhael•21m ago•0 comments

What now? Handling errors in large systems

https://brooker.co.za/blog/2025/11/20/what-now.html
1•fanf2•22m ago•0 comments

My calendar as a profit generating asset

https://hiipitch.com/
1•salesexec09•23m ago•1 comments

Making a Custom CPU platform and automated build toolchain

https://popovicu.com/posts/making-a-custom-cpu-mrav/
1•transpute•26m ago•0 comments

ZetaShare Building private file transfer with WebRTC

2•masterdegrees•26m ago•0 comments

Caching is better than mocking

https://federicopereiro.com/caching-ftw/
1•todsacerdoti•26m ago•0 comments

Show HN: ESLint-plugin-no-else-if

https://github.com/RickCarlino/eslint-plugin-no-else-if
1•rickcarlino•27m ago•1 comments

Improving GCC Buffer Overflow Detection for C Flexible Array Members

https://blogs.oracle.com/linux/improving-gcc-buffer-overflow-detection-for-c-flexible-array-members
1•pabs3•27m ago•0 comments

Locker 247

https://twitter.com/MrPitbull07/status/1992609458023977411
2•rmason•29m ago•0 comments

Host a website from an old phone using PostmarketOS

https://far.computer/how-to/
2•birdculture•30m ago•1 comments

Large-scale trial finds 4-day workweek improves employee well-being

https://www.psypost.org/large-scale-trial-finds-four-day-workweek-improves-employee-well-being-an...
2•mustaphah•32m ago•0 comments

Event-Driven Data Science: EventSourcingDB Meets Python and Pandas

https://docs.eventsourcingdb.io/blog/2025/11/24/event-driven-data-science-eventsourcingdb-meets-p...
2•goloroden•33m ago•0 comments

What topic in cyber security should I focus on as AI engineer?

1•maorware•34m ago•1 comments

Weight loss drugs are bringing down the country's obesity rate, a survey shows

https://www.npr.org/sections/shots-health-news/2025/10/28/nx-s1-5587805/glp-1-ozempic-zepbound-ga...
1•paulpauper•35m ago•0 comments

The DoorDash Problem: How AI Browsers Are a Threat to Amazon

https://www.theverge.com/podcast/823909/the-doordash-problem-ai-agents-web-amazon-perplexity-lawsuit
1•jboydyhacker•36m ago•1 comments

Tech billionaires want to make gene-edited babies

https://www.economist.com/science-and-technology/2025/11/19/tech-billionaires-want-to-make-gene-e...
2•andsoitis•37m ago•0 comments

Project Code Rush (Documentary): Does History Repeats with AI? [video]

https://www.youtube.com/watch?v=4Q7FTjhvZ7Y
1•finchisko•37m ago•1 comments
Open in hackernews

Bloom's two sigma problem (2020)

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

Comments

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