My Twitter Feed

@zachleat I use that exact config and find it the least confusing.

Tweeting from the command-line

As you can see on the sidebar, I use Twitter.  I think it’s cool but I know that it took me a while to “get it” and I know many people who still don’t get it.  But I can’t explain what “it” is. I tweet pretty much from the command line.  A simple google search will help you figure it out, but for the impatient, I do: curl --basic --user username:passwd --data status="my update" \ http://twitter.com/statuses/update.xml Of... Read More