frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

China is going dark to develop its own Mythos

https://www.politico.eu/article/china-is-going-dark-to-develop-its-own-mythos-german-cyber-chief-...
1•jonbaer•24s ago•0 comments

Show HN: FasterFixes – Open-source feedback widget with MCP for coding agents

https://github.com/manucoffin/faster-fixes
1•manuelcoffin•6m ago•1 comments

How Elon Musk turned an online nobody into his biggest promoter

https://www.washingtonpost.com/technology/2026/05/13/elon-musk-engages-with-anonymous-x-acount-xf...
1•1vuio0pswjnm7•8m ago•0 comments

AMD DGF SuperCompression

https://gpuopen.com/learn/introducing-amd-dgf-supercompression/
1•ibobev•9m ago•0 comments

Precomputed Lens Transport Maps

https://arxiv.org/abs/2605.04017
1•ibobev•9m ago•0 comments

More is different in real-world multilayer networks

https://www.nature.com/articles/s41567-023-02132-1
1•hamburgererror•11m ago•0 comments

Denise: C64/Amiga emulator with shader and runAhead

https://sourceforge.net/projects/deniseemu/files/v2.8/
1•doener•13m ago•0 comments

Review: A House of Dynamite

https://medium.com/luminasticity/review-a-house-of-dynamite-b1170fbe1bcb
1•bryanrasmussen•16m ago•0 comments

AI-Assistance in Character Posing: How It Works in Cascadeur

https://cascadeur.com/blog/general/ai-assistance-in-3d-character-posing-how-it-works-in-cascadeur
1•embedding-shape•16m ago•0 comments

Mainline Linux 6.12 on Annapurna Labs Alpine V2 (Ubiquiti UNVR, UDM-Pro)

https://github.com/bcyangkmluohmars/linux-alpine-v2
1•kabelkevin•17m ago•0 comments

The Chinese whiz kids of Silicon Valley

https://restofworld.org/2026/chinese-ai-researchers-silicon-valley/
1•thm•17m ago•0 comments

Show HN: Dart Live – compiler, VM, analyzer and hot reload on the web via WASM

https://modulovalue.com/dart-live/
2•modulovalue•18m ago•0 comments

D3D12 LinAlg Matrix Preview

https://devblogs.microsoft.com/directx/d3d12-linalg-preview/
1•ibobev•18m ago•0 comments

Security Baseline

https://securitybaseline.eu/
1•TechTechTech•19m ago•0 comments

Childhood and Education: Do the Math

https://thezvi.substack.com/p/childhood-and-education-18-do-the
1•FergusArgyll•20m ago•0 comments

Show HN: HYPD – AI co-pilot for marketers running Google Ads

https://www.hypd.ai/
1•cionut•25m ago•0 comments

So you've installed `fzf`. Now what? (2023)

https://andrew-quinn.me/fzf/
1•mpweiher•25m ago•0 comments

Show HN: I built a crypto price predictor

https://coinsignal.co
2•hieunc229•25m ago•0 comments

Show HN: Embedded Spritesheet PNG Standard

https://mccormick.cx/games/embedded-spritesheet-png-spec/
1•chr15m•30m ago•0 comments

Windows 11 still runs on code from the 1990s

https://www.pcworld.com/article/3133963/windows-11-still-runs-on-code-from-the-1990s-microsoft-ad...
3•redbell•31m ago•0 comments

Sam Altman was winning on the stand, but it might not be enough

https://www.theverge.com/ai-artificial-intelligence/929129/sam-altman-testimony-elon-musk-openai-...
1•frb•32m ago•1 comments

LLMs and Buttondown – Applied Cartography

https://www.jmduke.com/posts/llm-born.html
1•rhazn•35m ago•0 comments

AI datacenters in space do not have a cooling problem

https://www.seangoedecke.com/space-ai-datacenters-do-not-have-a-cooling-problem/
2•rhazn•35m ago•1 comments

Partial static single information form

https://bernsteinbear.com/blog/partial-ssi/
1•ibobev•35m ago•0 comments

The Macintosh Serial Cable

https://www.colino.net/wordpress/archives/2026/05/11/the-macintosh-serial-cable-mini-din-8-590-05...
1•ibobev•35m ago•0 comments

Learnings from Crawling Technical Documentation

https://www.heltweg.org/posts/learnings-from-crawling-technical-documentation/
1•rhazn•36m ago•0 comments

The Side Effect You Can't See: Perceptual Parochialism in Software Engineering

https://mamad.purbo.org/posts/side-effects-and-scale/
1•weatherlight•38m ago•0 comments

Details of the Daring Airdrop at Tristan Da Cunha

https://www.tristandc.com/government/news-2026-05-11-airdrop.php
1•PuddleOfSausage•40m ago•0 comments

AI startup upgrades Euro air traffic systems and raises $5.5M

https://designverse.ai/blog
2•timreidmedia•40m ago•3 comments

Dates in Git

https://learn.microsoft.com/en-us/azure/devops/repos/git/git-dates?view=azure-devops
1•ankitg12•42m ago•0 comments
Open in hackernews

Bloom's two sigma problem (2020)

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

Comments

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