post a comment | posted Jul 10
Originally posted at Rich Sae Kang
After about two and a half years I am finally nearly there. My collection of 80's and 90's half broken equipment may have seen better days, but at least it doesn't all sound the same.
More updates soon, maybe even with some tunes / drafts.
Nerd li...
post a comment | posted Jul 10
Originally posted at Rich Sae Kang
After about two and a half years I am finally nearly there. My collection of 80's and 90's half broken equipment may have seen better days, but at least it doesn't all sound the same.
More updates soon, maybe even with some tunes / drafts.
Nerd li...
post a comment | posted Jul 8
Originally posted at Rich Sae Kang
Have been playing with a friends MIDI'd up Godin. It's a somewhat strange experience to have a guitar making strange sounds from a synth. Definitely something to keep an eye out for if you're into that kind of thing. Bleeding edge?? guitar tech.
post a comment | posted Jul 8
Originally posted at Rich Sae Kang
Have been playing with a friends MIDI'd up Godin. It's a somewhat strange experience to have a guitar making strange sounds from a synth. Definitely something to keep an eye out for if you're into that kind of thing. Bleeding edge?? guitar tech.
post a comment | posted Jun 12
Originally posted at Rich Sae Kang
As I am back off to Berlin (for the 3rd time in just over a year) in July, I thought I would try and impart the reasoning for such an obsession.
If you like techno you'll love
post a comment | posted Jun 12
Originally posted at Rich Sae Kang
As I am back off to Berlin (for the 3rd time in just over a year) in July, I thought I would try and impart the reasoning for such an obsession.
If you like techno you'll love
post a comment | posted Jul 24
find ./ -name '*.html' -or -name '*.php' | \
xargs svn propset svn:keywords Id
post a comment | posted Jun 11
virt-install --name=mysql --ram=512 --vcpus=1 \
--file=/dev/mapper/CC-xen--mysql \
--paravirt \
--location=http://192.168.0.152/Centos_5
post a comment | posted Feb 13
find . -type f | xargs sed -c -ibak 's/search/replace/'
or
find . -type f | xargs perl -pi~ -e 's/s_show_nofity/s_show_notify/g;'
post a comment | posted Jan 8
for i in *.tif;
do convert blank320x240.png $i -auto-orient -resize 320x240 \
-colorspace RGB -compose Src -gravity center -composite $i.jpg;
done