June 2008
1 post
I mean even the styling of the pic of the guy is so not Apple’s style. They’d...
– CrunchGear comment on supposed 3G iPhone promo material
December 2007
1 post
CTDB Demo Videos →
September 2007
1 post
If an interactive Erlang shell shows up on the console and displays...
– CouchDb ReadMe.txt
February 2007
6 posts
Science — that thing that humans do to find out more about the world...
– FIRE JOE MORGAN
When confronted with its multi-functionality, one webmaster didn’t quite...
– Followed by a spit-take.
Quick IRC Alias
alias irc="ssh -t irchost 'screen -Dr'"
Which means: ssh to irchost (much easier with something like SSHKeychain), power detach (remotely log out if necessary) any attached screen and then reattach. The -t option is necessary to force ssh to assign us a tty even though we’re running a command.
Possible improvements:
Naming the screen on creation (screen -S irc) and using that name in...
Dreaming up edge cases is a sure fire way to waste a month of development time...
– Jason Fried, Highrise Preview 2 comment