Thursday, September 20, 2012

Tuesday, September 18, 2012

Greg Young's Event Store Now Available

Good news! :) Greg Young's event store implementation is now available on GitHub. For more information see http://geteventstore.com.

Wednesday, September 5, 2012

Backup data to a DVD-RW on OS X from the command line


  1. Erase the DVD:
    drutil erase quick
  2. Create an iso image:
    hdiutil makehybrid -iso -joliet -o image.iso path/to/source
  3. Burn the image:
    hdiutil burn image.iso -noverifyburn