Archive for the ‘twitter’ Category

Twitter should count out @replies and @user from status text

Thursday, July 17th, 2008

Twitter messages are limited to 140 bytes (not characters, if you are multi-byte speaker!). However, a lot of messages now carry the usernames, either for @replies or for simply refering to @user in the message. As the twitter userbase grows, people would start running out of shorter names like @t, @ev or @1ndus and eventually go the email route having_my_long_name@emailhost.com.

The day is not far when twitter screen names would @mylongname2008. This one takes 10% of the text from 140 available.

At the minimal twitter should count out the @replies and @user from the 140 characters and make that part of the meta-data. 

The API can handle this transparently, It just requires adding a new field called to-user-screen-name in the API.  The API already has all the information for the sender ids, sender screen names, reply-to-user-id, user-id, etc.

 

twitter outage report

Wednesday, May 21st, 2008

Twitter outage report

twitter was playing hide and seek with the l33t users of twitterland. Like Jack, I thought of having my own little fun with the outage. The above is a snapshot of the last 24 hour remote monitoring on twitter’s home page. The actual outage was much more; a lot of twitter features were not available for a longer duration.

Twitter as a Transport Layer of Intentions, Ideas, Intutions, Infatuations, etc.

Sunday, November 11th, 2007

During the times when I was getting bored, I started playing around with twitter. The idea is simple — communicate with the world in 140 characters or less, either through SMS, IM or plain web. These short messages get broadcasted to people who are either “following” a person or “tracking” words. The notifications can be displayed through the same mechanism viz. SMS, IM, web. These 140 character messages are nothing but 4 broad categories of (a) what people like (b) what they want/intend (c) what they are thinking (d) ideas about stuff.

The most interesting aspect of twitter is it’s public timeline, where it shows real-time messages from people across the globe. This is where it gets interesting. You can track for example “wild fire” or “california” or a particular movie. Like blogs, there is immense amount of publicly available information which can be chopped for further use.

I also see several other future possibilities of applications on top of twitter for creating communities, commerce, and interactions. This may turn twitter into a platform rather than an application in itself. I like to call it TLI (Transport Layer for Ideas (or intutions, intentions or infatuations).

Out of the boredom and coding in between boring Hindi movies, I created twitterarc — a simple application which wraps Ajax on top of the twitter public timeline. There are a lot of cool things which are possible.