Hello. Welcome. I’m devoting this corner of the Internet to a series of what I’m calling drafts. They’re something like blog posts, but intended to be living documents rather than static ones. Browse and click around the bottom of this page, or any other on this site, and you’ll get a sense of what I mean.
Computer programmers will recognize Git as the backbone of this project; non-programmers might see some parallel with Wikpedia’s page-history feature. This, and those, use the concept of revisions to provide two great features: transparency (since every change leaves a trail) and freedom to tinker (it’s easy to revert a draft to a previous revision).
A few key notes:
-
The homepage contains all drafts I’ve published so far.
-
Git users: You should feel absolutely free to
git clone
any of these drafts (the repository URLs are at the bottom of each page), make edits/additions, and submit pull requests via email. -
This site is a work in progress. Don’t hesitate to email/tweet me with suggestions.
Want more details? Here’s a draft explaining the site’s mechanics.
Thanks,
Jeremy