frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Saudi wealth fund scales back 'fantastical' plans for Neom

https://www.thetimes.com/business/companies-markets/article/saudi-wealth-fund-scales-back-fantast...
1•petethomas•4m ago•0 comments

One Base Currency. Every Rate You Care About

https://medium.com/@chris.ahrweiler/one-base-currency-every-rate-you-care-about-f4fa436dede9
1•docjojo•4m ago•0 comments

Seatd – We flipped the economics of restaurant reservations

https://seatd.net
1•ursaeast•4m ago•0 comments

Is Your Mailbox Full? Duplicate Emails May Be the Reason

https://medium.com/@chris.ahrweiler/is-your-mailbox-full-duplicate-emails-may-be-the-reason-eec27...
1•docjojo•4m ago•0 comments

Compression and Encryptionto Email

https://medium.com/@chris.ahrweiler/compression-and-encryption-built-into-email-a3e71e306385
1•docjojo•5m ago•0 comments

A Japan without 'katsudon'? New forecast reveals 2050 heat crisis

https://www.asahi.com/ajw/articles/16812647
2•rawgabbit•5m ago•0 comments

AI Stock Research Assistant · Streamlit

https://ai-stock-research-kiaan.streamlit.app
1•KiaanKothari•8m ago•0 comments

Running Qwen3.8-27B on DGX Spark

https://blog.kubesimplify.com/qwen3-8-27b-on-dgx-spark
1•saiyampathak•9m ago•0 comments

China Hunts for Scientific Talent. The U.S. Is Making It Easier

https://www.nytimes.com/2026/08/17/business/china-scientific-talent-competition.html
2•occamschainsaw•11m ago•0 comments

DeepSeek-V4-Pro outperforms Fable 5 after fixing runtime inference control

https://github.com/Tiger3807861189/DeepSeek-V4-J-Space-Capability-Realization-Report
2•DarenWatson•13m ago•0 comments

Monty Hall Problem

https://en.wikipedia.org/wiki/Monty_Hall_problem
1•efilife•13m ago•0 comments

GGUF Quantization Compared: Q4_K_M vs. IQ4_XS vs. IQ4_NL

https://kaitchup.substack.com/p/choosing-a-gguf-model-k-quants-i
2•peter_d_sherman•17m ago•0 comments

Elon Musk's GitHub alternative couldn't have arrived at a worse time for GitHub

https://www.neowin.net/news/elon-musks-github-alternative-couldnt-have-arrived-at-a-worse-time-fo...
4•bundie•19m ago•0 comments

Forget Work. Passive Income Is the New American Dream

https://www.wsj.com/lifestyle/careers/passive-income-dreams-2e67ee5c
3•hheikinh•21m ago•0 comments

Digital Sundial

https://www.fransmaes.nl/genk/en/gk-zw08-e.htm
1•vova_hn2•22m ago•0 comments

I tested the viral "antigravity drive" claims against published physics

https://github.com/Montblanctech/ehd-thrust-verification
1•MontblancTech•27m ago•0 comments

Chat Wells, an Internet Masquerade

https://stuff.kyleperik.com/chatwells/
1•kyleperik•29m ago•1 comments

Emacs 31.1 RC1 is available

https://lists.gnu.org/archive/html/emacs-devel/2026-08/msg00599.html
1•ixsploit•29m ago•1 comments

Poll showing Bass leading Raman by double digits was bogus "social experiment"

https://www.msn.com/en-us/news/news/poll-showing-bass-leading-raman-by-double-digits-was-bogus-co...
4•ilamont•31m ago•0 comments

Weird Machines in Transport Layer Security

https://arxiv.org/abs/2608.13685
3•sbulaev•36m ago•0 comments

What If I Told You Humans Are Moving Faster Than AI?

https://medium.com/freedomofthought/what-if-i-told-you-humans-are-moving-faster-than-ai-833441f3fb21
2•raynchad•42m ago•0 comments

Why It Hasn't Happened Yet: Capable AI and Malicious Intent

https://substack.norabble.com/p/why-it-hasnt-happened-yet
2•nedruod•49m ago•0 comments

Niu Lai – a two-person animated film becomes an unlikely hit in China [video]

https://www.youtube.com/watch?v=5XdeI0cOWSs
1•gregzeng95•54m ago•0 comments

Expert Witness to ChatGPT "Show how 3M is 0 percent at fault"

https://www.404media.co/show-how-3m-is-0-at-fault-expert-witness-used-chatgpt-to-write-report-def...
2•kristjansson•59m ago•0 comments

Using Starlink's Satellites to Study Earth's Upper Atmosphere

https://hackaday.com/2026/08/17/using-starlinks-satellites-to-study-earths-upper-atmosphere/
2•toomuchtodo•1h ago•0 comments

When it comes to LLM, it's you who's using it wrong

https://www.vinoth.net/llm-wrong
1•avinoth•1h ago•0 comments

San Diego 150 Years Ago: Rare AI Reconstruction Visuals [video]

https://www.youtube.com/watch?v=qWaR_nc5sKM
2•latchkey•1h ago•0 comments

PineNote and PineTab2 are estimated to run out of stock in three months

https://social.treehouse.systems/@pine64/117111063654864544
1•dredmorbius•1h ago•1 comments

Beyond WASI: Running any Rust application in the browser with BrowserPod 3.0

https://labs.leaningtech.com/blog/browserpod-rust
1•corv•1h ago•0 comments

The Large Hadron Collider: 1984 – 2017

https://timeline.web.cern.ch/timeline-header/93
1•andsoitis•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/