phup 'n stuff

Another Blog About Being a Developer

Posts Tagged ‘Twitter’

Subversion Commit Logs to Twitter

Tuesday, December 29th, 2009

Twitvn is a small Python script that, when used as a Subversion post-commit hook, will publish commit messages to a Twitter account: http://code.google.com/p/twitvn/

Why would anyone want to do this?

There are many reasons. It would help foster collaboration on a multi-member project, either allowing them to follow the Twitter account with their own, or via Twitter's RSS feed. It could also allow interested users of the project to follow status updates of what is going on with the project.

Finally, it's just a damn fun idea.

Twitter, mobile devices and sessions

Monday, June 15th, 2009

I'm sure I'm probably the only one that has ever run into this, but whenever I'm curious if someone or some organization is on Twitter, instead of searching for them on Twitter, I do a quick Google of +"their name" +twitter.

In my over-excitement of actually finding someone, I quickly click the link, only to find out that it was a link for m.twitter.com, the mobile version of the site. So I get the condensed site. No big deal, just modify the address bar and remove the m, right?

Wrong.

It seems that Twitter stores the fact that you're on a mobile device in the session or in a cookie. Because I still get the mobile site… for every Twitter site I go to.

The only way I've found to reverse this is to delete the cookies for twitter.com.

Ugh, Twitter. UGH.