China reaches energy milestone by ”breeding” uranium from thorium

An experimental reactor developed in the Gobi Desert by the Chinese Academy of Sciences’ Shanghai Institute of Applied Physics has achieved thorium-to-uranium fuel conversion, paving the way for an almost endless supply of nuclear energy. Advertisement The achievement makes the 2 megawatt liquid-fuelled thorium-based molten salt reactor (TMSR) the only operating example of the technology […]
Gwern’s ”Stem Humor” Directory

Annotations sorted by machine learning into inferred ’tags’. This provides an alternative way to browse: instead of by date order, one can browse in topic order. The ’sorted’ list has been automatically clustered into multiple sections & auto-labeled for easier browsing. Beginning with the newest annotation, it uses the embedding of each annotation to attempt […]
The privacy nightmare of browser fingerprinting

I imagine that most people who take an interest in de-Googling are concerned about privacy. Privacy on the Internet is a somewhat nebulous concept, but one aspect of privacy is surely the prevention of your web browsing behaviour being propagated from one organization to another. I don’t want my medical insurers to know, for example, […]
’The French people want to save us’: help pours in for glassmaker Duralex

Drop a Duralex glass and it will most likely bounce, not break. The French company itself has tumbled several times in the past two decades and always bounced back, but never quite as spectacularly as when, earlier this month, it asked the public for money. An appeal for €5m (£4.4m) of emergency funding to secure […]
A million ways to die from a data race in Go
⏴ Back to all articles Published on 2025-11-21 Table of contents I have been writing production applications in Go for a few years now. I like some aspects of Go. One aspect I do not like is how easy it is to create data races in Go. Go is often touted for its ease to […]
ADHD and Monotropism (2023)

Fergus Murray with Sonny Hallett (2023) Monotropism was formulated as a theory of autism. It seeks to explain the experiences and traits of autistic people in terms of a tendency for resources like attention to be concentrated on a small number of things at a time, with little left over for everything else. Through this […]
Agent design is still hard

written on November 21, 2025 I felt like it might be a good time to write about some new things I’ve learned. Most of this is going to be about building agents, with a little bit about using agentic coding tools. TL;DR: Building agents is still messy. SDK abstractions break once you hit real tool […]
My private information is worth $30
A couple of weeks ago, I was notified that I can be part of class action settlement against University of Minnesota for a data breach that exposed my personal information. According to the details, In 2021, the University of Minnesota experienced a data breach that exposed personal information of ”individuals who submitted information to the […]
Serflings is a remake of The Settlers 1
Serflings is a remake of The Settlers 1 or Serf City in some countries.The game is as close to the original game as possible but also includes some useful extensions like higher resolutions and network games. Important: To get the game to start you need one file from the original settlers 1 game because graphics […]
Moss: a Rust Linux-compatible kernel in 26,000 lines of code

moss is a Unix-like, Linux-compatible kernel written in Rust and Aarch64 assembly. It features a modern, asynchronous core, a modular architecture abstraction layer, and binary compatibility with Linux userspace applications (currently capable of running most BusyBox commands). Architecture & Memory Full support for aarch64. A well-defined HAL allowing for easy porting to other architectures (e.g., […]