simoncion
Sep 15, 2010 15:02
aubrey de grey Dragon Con Talks
simoncion
Aug 29, 2010 23:32
Wanna vacuum all of your SQLite databases? :D
for I in $(file $(find / -path /some/protected/path -prune -o -type f -iname "*.db" -o -iname "*.sqlite*") | grep -e "SQLite " --color=never | awk '{ print $1 }' | sed -e 's/://'); do sqlite3 $I 'VACUUM;' || echo $I; done
simoncion
Aug 10, 2010 06:07
99% of what you need to do to perform a search n replace for an incorrectly symlinked directory:
$(ls -l | grep -v "^total" | awk '{print " ln -s " gensub(/\/mnt\/loop\/writeable/, "\"/media/Iomega HDD/simonPictures", 1, $11) "\" " $9}') > doIt.sh
simoncion
Apr 25, 2010 01:46
(1) Avoiding initial deadlock
(2) Segmentation fault
(3) Channels that WON'T FSCKING DIE
(4) Depressing performance, at least in queueing
(5) Timing outbound audio via inbound audio, leading to high CPU consumption and an RTP storm if Asterisk ever gets stuck talking to Asterisk
simoncion
Feb 18, 2010 13:26
To everyone who use to hit me up via AIM:
Try $MY_AIM_USERNAME@gmail.com
Pidgin and AIM are not getting along very well these days.