frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Deslop, a skill that turns legalese and AI slop into plain English

https://github.com/fayerman-source/deslop/
1•fayerman•4m ago•0 comments

"Dagon" by H. P. Lovecraft

https://www.hplovecraft.com/writings/texts/fiction/d.aspx
2•thunderbong•10m ago•0 comments

Sony brings free TV to the PS5

https://www.theverge.com/games/987000/sony-brings-free-tv-to-the-ps5
2•ramn7•11m ago•0 comments

Hotline Telegram Support and Sales Hub (hotline.tg)

1•hotline•14m ago•0 comments

The RSS Feed Got a Robot Assistant

https://www.pleasehustleresponsibly.com/p/the-rss-feed-got-a-robot-assistant
1•angelahollowell•17m ago•0 comments

Wendell Berry has died, age 92

https://www.nytimes.com/2026/08/31/us/wendell-berry-dead.html
1•Curiositry•18m ago•0 comments

Kale: A Transformation-Safe Spreadsheet System

https://arxiv.org/abs/2608.26345
1•zdw•25m ago•0 comments

Weird Little Guys of FOSS

https://drewdevault.com/weird-guys/
1•airhangerf15•26m ago•0 comments

Dan Driscoll's Parting Shot

https://www.theatlantic.com/national-security/2026/08/driscoll-hegseth-military-resignation/688479/
1•Jtsummers•27m ago•0 comments

Florida revokes permits for license plate readers on state highways

https://www.wusf.org/transportation/2026-08-31/fdot-revokes-permits-for-flock-cameras-installed-o...
4•ilamont•30m ago•0 comments

Backsliding: On the Paradox of Willpower

https://harpers.org/archive/2026/07/backsliding-meghan-ogieblyn-willpower/
1•Anon84•32m ago•0 comments

Miles v0.1: Production-level Post-training

https://www.lmsys.org/blog/2026-08-18-miles-v0-1/
1•gmays•32m ago•0 comments

Claude Red Bar (visual and audible notifier of task completion)

https://github.com/gregsramblings/claude-red-bar
1•gw5815•33m ago•2 comments

DoltLite: A SQLite fork with Git-style version control, built with 2k agent PRs

https://www.dolthub.com/blog/2026-08-31-doltlite-beta/
4•lbw1215•42m ago•0 comments

Icelandic voters reject a resumption of EU membership negotiations

https://www.euronews.com/my-europe/2026/08/31/icelands-no-vote-deals-a-blow-to-brussels-security-...
2•delichon•45m ago•2 comments

Show HN: I rebuilt tank game with new style

https://www.battle-tank.com/
1•dutay05•47m ago•0 comments

Show HN: Chaosword – A Crossword?

https://chaosword.com
1•ghosts_•51m ago•0 comments

Breaking down Amazon's mega dropdown (2013)

https://bjk5.com/post/44698559168/breaking-down-amazons-mega-dropdown
1•TheAceOfHearts•1h ago•0 comments

Kubernetes v1.37: Pod Certificates and Cluster Trust Bundles

https://kubernetes.io/blog/2026/08/28/kubernetes-v1-37-pod-certificates-and-cluster-trust-bundles/
1•ahmedtd•1h ago•0 comments

Retatrutide – people risk the gray market for the newest weight-loss drug

https://www.theguardian.com/science/2026/aug/31/retatrutide-weight-loss-drug-gray-market
2•andsoitis•1h ago•0 comments

The Big Leak (1987)

https://www.americanheritage.com/big-leak
1•jhide•1h ago•0 comments

2004 RuneScape fit a multiplayer RPG into 56k dial-up

https://jkm.dev/posts/how-2004-runescape-fit-a-multiplayer-rpg-into-56k-dialup/
8•fagnerbrack•1h ago•2 comments

AWS Activate Credits

1•m4sk1994•1h ago•0 comments

Deadpan Photography: Enjoying the Pretence

https://photoni.st/index.php/2026/07/12/deadpan-photography-enjoying-the-pretence/
1•NaOH•1h ago•0 comments

Papercut SMTP – The Simple Desktop Email Server

https://github.com/ChangemakerStudios/Papercut-SMTP
1•l8rlump•1h ago•0 comments

Why 1M context windows won't solve agent memory (and a protocol that does)

https://github.com/zackemannen81/docs-first_continuity-protocol
2•mrwhite81•1h ago•0 comments

Release Release v26.8.1.2041-LTS · ClickHouse/ClickHouse

https://github.com/ClickHouse/ClickHouse/releases/tag/v26.8.1.2041-lts
1•kyisaiah47•1h ago•0 comments

The extraordinary rise of Miami's economy

https://www.economist.com/finance-and-economics/2026/08/31/the-extraordinary-rise-of-miamis-economy
1•andsoitis•1h ago•0 comments

OpenAI to Cut Off AI Models for SpaceX-Owned Cursor

https://www.reuters.com/business/media-telecom/openai-end-partnership-with-spacexs-cursor-2026-08...
4•m463•1h ago•1 comments

Young Builder Society Microgrant

https://www.youngbuildersociety.com
1•audreyfei•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/