aeontech

brainlog
Apr 21
Permalink
Mar 05
Permalink
Feb 14
Permalink

thumbnail a directory of images

imagemagick required.

for file in *.jpg; do 
    thumb=`echo $file | sed s/.jpg//g`_s.jpg; 
    cp $file $thumb; 
    mogrify -thumbnail 900x100 $thumb; 
done;
Jan 24
Permalink
tarnished silver of the sky echoes the guarana buzz against the roof of my mouth
Jan 22
Permalink
Just ordered Generation Kill and One Bullet Away based on the NYT book review here: http://www.nybooks.com/articles/20906
Permalink
Jan 14
Permalink
Jan 11
Permalink
git svn uses perl; perl needs svn swig bindings to work with svn repos; hence if it ain’t working, make sure you did “sudo make swig-pl && make install-swig-pl” in your svn source directory
Permalink
looking for the git repo of beast. have to unspool my svn changeset to beast-1.0 and reapply them to beast head.