Monday, March 16, 2009

Boxee iPhone app

http://blog.boxee.tv/2009/03/15/boxee-iphone-remote-app-available-on-the-app-...

:git => ["capistrano","SSH keys"]

If Git is prompting for its password when using SSH keys to deploying with Capistrano and Git on Mac OS X using remote checkout, you might not have registered your SSH key with SSH Agent. Make sure your SSH Agent is running:

$ eval `ssh-agent`

And that your key is registered with it:

$ ssh-add

Tuesday, March 10, 2009

Untitled

“Social media” is a broad term that, really, marketing departments devised as a way to pwn the original intent of ARPANet: sharing information. This video from http://thru-you.com/ is an amazing compilation of disparate videos on YouTube, and while some may label this as viral, and the musicians likely didn’t have any part in the making of the video, I think that it’s a great example of social media.

:git => 'rebase'

http://jbowes.wordpress.com/2007/01/26/git-rebase-keeping-your-branches-current/

James Bowes provides a clear explanation of what the Git rebase command does, and why you’ll use it more after reading it.

Friday, March 6, 2009

Upgrading Git on Mac OS X

http://blog.kineticweb.com/articles/2009/03/07/upgrading-git-on-mac-os-x

I had to use:

curl -O http://kernel.org/pub/software/scm/git/git-1.6.2.tar.gztar xvf git-1.6.2.tar.gzcd git-1.6.2make prefix=/usr/local allmake prefix=/usr/local test && echo $?sudo make prefix=/usr/local install

Wednesday, March 4, 2009

Untitled

I think Dr. Seuss said it best: “These things are fun and fun is good.”

Click here to have fun

Tuesday, March 3, 2009

Sunday, March 1, 2009

Untitled

Still wondering what Twitter is? Just don’t understand why it’s such an amazing realtime, multi-channel communication mechanism? Listen to Twitter???s CEO, Evan Williams, talk at TED about how their growth is being driven by the unexpected uses of its imaginative users.

Follow me on Twitter.

Phusion Passenger 2.1.1 (beta)

http://blog.phusion.nl/2009/03/01/phusion-passenger-211-beta-released-thanks-...