Project β Converting Without the Hot Air
Why and how we converted David MacKay's book to open, editable markdown β and where it lives now.
The book now has its own site: withouthotair.org. This page is about the work of getting it there.
The problem
David MacKay's Sustainable Energy β Without the Hot Air (2008) is still one of the best things written on energy: factual, numerate, and built on the principle that you only understand what you can work out for yourself.
MacKay died in 2016, so the book will not be revised by him. That left three problems:
- It is going out of date. Solar, in particular, looks nothing like it did in 2008.
- It was hard to work on. The published forms β PDF, HTML, and a fairly messy TeX source β are not formats you can collaborate on.
- It could disappear. A single site, no longer maintained by its author.
MacKay had licensed the book (semi-)openly and published machine-readable formats, so a solution was permitted β it just had to be built.
What we did
The conversion work was done in August and September 2021, building on a first pass Tito Jankowski had made in 2017.
- Wrote
extract.pyto convert the official epub into per-chapter markdown, with the figures extracted alongside - Put the result in a public git repository, so corrections and updates can be proposed by anyone
- Archived the original epub next to the converted text, so the source of truth stays with it
The conversion is scripted rather than hand-edited, which matters: when the extraction is wrong, the script gets fixed and everything regenerates, instead of the fix living in one file until the next regeneration silently drops it.
Where it is now
In August 2026 the book moved out of this repository into its own, publishing at withouthotair.org as a community edition β the original 2008 text, unchanged, in a form that can be updated.
Old links to chapters on this site redirect there.
What is still to do
The conversion made a revised edition possible; it did not make one. The numbers are still MacKay's 2008 numbers. Updating them β visibly and with attribution, rather than quietly β is the work ahead.
If you want to help, the repository and its issues are open.
License
The original text is copyright Professor David JC MacKay FRS and licensed under a Creative Commons Attribution-Non-Commercial-Share-Alike 2.0 UK: England & Wales Licence. The cartoons and the photographs with a named photographer are excluded β MacKay had permission to include them, not to relicense them.