A comprehensive glossary of technologies mentioned in Cory Doctorow's book Attack Surface, built with Hugo and organized for easy reference.
I have read this book recently (of course, after reading the previous two, Little Brother and Homeland) and noticed that I am not very familiar with some technologies mentioned in the book. So I googled and learned about them and decided to collect the links and short descriptions here in this repo.
The project has been migrated from AsciiDoc to a Hugo static site for better navigation and organization.
mashapedia/
- Hugo static site with the glossaryasciidoc-legacy/
- Original AsciiDoc source filesscripts/
- Python conversion and maintenance scripts
To run the development server:
cd mashapedia
hugo server --buildDrafts --port 1313
To build the site:
cd mashapedia
hugo
Feel free to fork and edit/expand this document and then open a PR. I appreciate all feedback and help.