Some random deep thoughts from when “it’s compiling”
Jan 2, 2016
In the previous (first, actually) post I have promised deep stuff. It is coming, just not yet.
The motto used (Release early, release often) was popularized by Eric S. Raymond in his 1997 essay. The text also mentions other "lessons", such as "Every good work of software starts by scratching a developer's personal itch." (- The Cathedral and the Bazaar)
do-automatinator is a command-line tool to shut down, snapshot and destroy a machine at Digitalocean. (And to do the reverse, too)
coffee app.coffee settoken <your digitalocean token>
(You only have to do this once)
coffee app.coffee save <machine name>
coffee app.coffee restore <machine name>
This way, I (and anyone using the tool) can create a machine, set it up and only pay for the hours the machine is actually in use. (As a bonus, even backups are created, for free(!))
If you don't have a Digitalocean account yet, using this link gets you $10 in DO credit (and some for me, too, thanks for the support).