AR.Drone Indoor Flight (by ARdrone)
RSA Animate - Drive: The surprising truth about what motivates us (by theRSAorg)
This is how we make vim yanking and pasting work in tmux!
Doing what ‘everyone else’ is doing is the surest route to failure.
Mac people use their computers
Windows people put up with their computers
Running spotlight from your Mac terminal window
A colleague just showed me this most excellent little command you can add to your .profile on the Mac to do Spotlight-indexed searches from the command line. Very nice. function slocate() {
mdfind “kMDItemDisplayName == ‘$@’wc”;
} config[master]% time slocate my.cnf
/private/etc/my.cnf
/opt/local/var/macports/sources/rsync.macports.org/release/ports/databases/mysql4/files/my.cnf
real 0m0.018s
user 0m0.006s
sys 0m0.006s
Tilted Twister - LEGO Mindstorms Rubik’s Cube solver (by tiltedtwister)