Carl Burks
Technology and Software Development
Saturday, May 14, 2016
Jekyll with Virtual Box and Network Mount
It appears when you have your files for Jekyll stored on the host machine on VirtualBox the files get cached and you receive a stale copy.
A simple solution is to "touch" the file.
#!/bin/bash
echo "Touching all the things..."
find . -exec touch {} \;
echo "Finished Touching..."
jekyll serve
Wednesday, May 11, 2016
Synthesizers
After watching:
http://www.idreamofwires.org/
I was sold on the idea of obtaining a synthesizer. I had done a little research and realized it was going to be an expensive hobby. I decided I was going to get the cheapest thing possible:
http://www.thesynthesizersympathizer.com/2015/03/buying-your-first-analog-synthesizer.html
The
MicroBrute
. I found one for less than retail from an auction site.
I've been watching videos about synthesizers and found a tutorial:
https://www.youtube.com/watch?v=LBY-AtQwP_M
I'm pretty sure I need to find a EuroRack power module and begin collecting.
Here are some interesting modules I found:
http://www.analoguehaven.com/mfb/seq01/
https://www.youtube.com/watch?time_continue=273&v=xhNljvO0GCc
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)