Sean Hammond (seanh)
-
Terminal Velocity, a fast note-taking app for the UNIX terminal (Notational Velocity clone): http://seanh.github.com/terminal_velocity
-
Kid Koala 12 bit Blues is great music for programming! http://ninjatune.net/release/kid-koala/12-bit-blues
-
PDF of Vladimir Propp story cards by http://rayuen.com and seanh, print and cut out: http://seanh.sdfeu.org/storymaps/
-
!git List commits on branch A but not on branch B, e.g. compare master to origin/master: git log master...origin/master Three dots!
-
Updated video of click-east: http://seanh.sdfeu.org/ (experimental iPad app for children with autism)
-
How to install PostgreSQL on an Ubuntu 10.04 Vagrant box https://gist.github.com/1953367
-
Just added SDF's IRC server to my Adium connections: go to File -> Add Account - > IRC, set hostname to irc.freeshell.o…
Thursday, 29-Dec-11 14:32:33 UTC from feed -
Just succeeded in connecting to SDF Chatter using Adium http://ur1.ca/72frt on OS X. Create a StatusNet account, set se…
Thursday, 29-Dec-11 14:31:31 UTC from feed -
Bloom (Jamie XX RMX) really sends chills down your spine #music http://widgets.beggarspromo.com/tik_final_009/
Thursday, 29-Dec-11 14:31:27 UTC from feed -
Use SDF Chatter from Gwibber (the "social broadcast" client that ships with Ubuntu, http://ur1.ca/5nllt go to Edit -> A…
Thursday, 29-Dec-11 14:31:25 UTC from feed -
Highlight-search the output of shell commands, the trick is to redirect both stdout and stdin: mycommand 2>&1 | less Th…
Thursday, 29-Dec-11 14:31:23 UTC from feed -
Convert wav files to mp3 using lame and a simple #zsh for-loop: for f in foo/bar/**/*.wav; lame $f
-
#zsh Recurse into subdirs with **, e.g. print names of wav files in a dir, recursing into subdirs: ls foo/bar/**/*.wav
-
Bloom (Jamie XX RMX) really sends chills down your spine #music http://widgets.beggarspromo.com/tik_final_009/
Wednesday, 23-Nov-11 09:36:03 UTC from feed -
Busy removing all the cool HTML5 stuff from http://blog.theforest.org.uk/ because it doesn't work in IE :|
-
rsync laptop-laptop transfer at almost 20MB/s over firewire, sweet :)
-
Had to transfer 6GB wirelessly between two macbooks. Tried Bluetooth, tried Cyberduck, rsync works best. Simple, reliable, resumable.
-
Transfer files with rsync without using all your bandwidth by using the --bwlimit=KBPS option: rsync -avzhiP --bwlimit=200 SRC DEST
Tuesday, 03-May-11 22:47:34 UTC from web -
Listening to http://somafm.com/missioncontrol/, ambient and experimental music mixed live mission audio from Space Shuttle Discovery
Thursday, 24-Feb-11 19:36:01 UTC from web -
To convert spaces to tabs in vim: `:retab!` #vim
Friday, 20-Aug-10 17:51:26 UTC from api