frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Gavin Newsom imposes strict new rules on AI, social media, chatbots for children

https://www.theguardian.com/media/2026/sep/10/gavin-newsom-social-media-bill
1•dgellow•38s ago•0 comments

Unless there is a coordinated slowdown, human extinction seems likely

https://x.com/Marcus_J_W
1•milkshakes•1m ago•0 comments

Mining Qwen 3.8 reasoning trace for prompt/skill evaluation

https://olegivye.com/#/article/confusion-evaluation
1•olekrk•3m ago•0 comments

Show HN: Arcstone – Fail-closed local runtime with sub-12ms execution bounds

https://github.com/trencinodin-stack/arcstone-continuity-core
1•Founderarcstone•3m ago•0 comments

Resist "AI"

https://ronjeffries.com/articles/-v026/x/t/
1•mborch•5m ago•0 comments

The Newsroom That Conducted Its Own Cancer Study

https://www.cjr.org/laurels-and-darts/the-newsroom-that-conducted-its-own-cancer-study-keyport-ne...
1•Tomte•5m ago•0 comments

An adult AI image, video and companion chat platform [NSFW AI]

https://aifapper.com
1•gptguru•8m ago•0 comments

Y Combinator's Garry Tan says 'do nothing' about distillation

https://www.cnbc.com/2026/09/11/y-combinator-garry-tan-says-do-nothing-about-distillation.html
2•Betelbuddy•14m ago•0 comments

Adding Rails Runner to AdonisJS

https://rohitpaulk.com/articles/adding-rails-runner-to-adonisjs
1•rohitpaulk•15m ago•0 comments

Biological War: A Scenario

https://en.wikipedia.org/wiki/Biological_War:_A_Scenario
2•simonebrunozzi•15m ago•0 comments

HQLookup – ask questions across PDFs, Excel files, and business documents

https://hqlookup.com/
1•donfullstack•16m ago•0 comments

Yemeni militants used Anthropic AI to try to build ballistic missiles

https://www.ft.com/content/8310cf56-ce60-4e6e-8254-5bb470e9a880
2•sbulaev•18m ago•0 comments

I Explored the Internet Nobody Visits Anymore [video]

https://www.youtube.com/watch?v=06CtILES4Es
1•nephihaha•23m ago•0 comments

Meta is asking some of its employees to become managers again in a new reorg

https://www.businessinsider.com/meta-asks-some-ai-employees-to-become-managers-again-2026-9
2•achow•23m ago•0 comments

InSpectre: Open,Zero-cloud network visibility, security and container management

https://inspectre.cc
1•thefunkygibbon•23m ago•0 comments

How Russia Continues to Reinvent the One-Way Attack Drone

https://www.csis.org/analysis/shahed-geran-how-russia-continues-reinvent-one-way-attack-drone
1•allenleee•26m ago•0 comments

Ask HN: Remove Filler LLM Comments

2•HNIsUnusable•27m ago•1 comments

NATO allies thwart Russian undersea cable sabotage operation

https://www.euronews.com/my-europe/2026/09/10/nato-allies-successfully-thwart-russian-undersea-ca...
3•delichon•28m ago•0 comments

Autonomous Tesla Cybercabs Hit the Streets of New York City

https://gothamist.com/news/autonomous-tesla-cybercabs-hit-the-streets-of-new-york-city
2•geox•30m ago•0 comments

Timeline: The September 11 terrorist attacks

https://millercenter.org/remembering-september-11/september-11-terrorist-attacks
1•GaryBluto•33m ago•0 comments

Terrorism designation has global consequences for open internet

https://www.article19.org/resources/usa-terrorism-designation-has-global-consequences-for-open-in...
1•robtherobber•34m ago•0 comments

GTFS is a community-driven open standard for rider-facing transit information

https://gtfs.org/
1•Bluestein•37m ago•0 comments

Following complaints, Dyson is withdrawing its $500 toothbrush from sale

https://www.numerama.com/tech/2330911-apres-de-nombreux-signalements-dyson-retirerait-deja-de-la-...
7•matthieu_bl•38m ago•6 comments

How to Write an Effective Software Design Document

https://refactoringenglish.com/excerpts/write-an-effective-design-doc/
1•birdculture•39m ago•0 comments

NPM extends recovery-code security holds to all accounts

https://github.blog/changelog/2026-09-09-npm-extends-recovery-code-security-holds-to-all-accounts/
1•soheilpro•40m ago•0 comments

Show HN: What happened to 14,229 launches from Show HN, YC and Product Hunt

https://www.buildorskip.com
1•skr007•41m ago•0 comments

2nd mathematician is accusing OpenAI of being dishonest about training data

https://qz.com/openai-mathematician-training-data-dishonesty-andreas-thom-091026
2•jacquesm•41m ago•0 comments

2001: The Tale of an American Peter Rabbit (2026)

https://medium.com/@solidi/2001-the-tale-of-an-american-peter-rabbit-3e9927c91b2a
1•biscuits1•41m ago•0 comments

A preview of the future Intel Architecture documentation

https://intel.github.io/SDM/announcement/2026/08/20/announce-preview.html
1•AndrewDucker•43m ago•0 comments

The dawn of formalized mathematics [video]

https://www.youtube.com/watch?v=zp6WleEjHUg
1•Thom2503•43m 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/