Monday, January 12, 2009

Twitter: Is There Room For Anyone Else?

By Rob Diana of Regular Geek (Twitter/FriendFeed)


Recently, a question was raised to bloggers, should we shut up about Twitter? Eric Berlin responded with a simple no. He then goes on to list several reasons why Twitter may even go mainstream. Twitter actually going mainstream will be a big story as it is something different than the typical social network. However, Twitter is not the only game in town. Microblogging is quickly becoming a crowded field, even with the closing of competitor Pownce. Twitter is growing rapidly and none of the competition is anywhere close. What does the competition look like?

Twitter Alternatives
Pownce was probably the largest alternative, but they are no longer. So, what comes next? Below is a graph from Compete.com with 5 leading competitors, Jaiku, Identi.ca, Plurk, Kwippy and Yammer. Jaiku is the oldest of the group and is currently a Google property. However, since the middle of last year their traffic has trended down.


The general traffic trends in the graph above are very similar to what Alexa shows as well. Identi.ca had a big burst of traffic at their launch, but that traffic came down fairly quickly. It may be increasing again, but itis tough to tell. Kwippy had a nice boost during the summer, but their traffic has tapered off as well. TC50 darling Yammer is also trending downward, but they are the newest of the bunch and hoping to gain traction in corporate environments. The surprising statistic is the amount of traffic for Plurk. They have not lost a significant amount of traffic after gaining traffic while Twitter was having problems last May. They are also one of the few sites that is not "pure microblogging". What I mean is that they are not a Twitter clone with a different style and name. They have a different feature set and the timeline is a different way to view information. Mona Nomura stated that they have different demographics, even calling Plurk "the MySpace of Twitter". Assuming that the different demographics allow Plurk to continue to grow, what about the other alternatives? Is there room for more than just Twitter?

In its most basic form, Twitter will own the space unless Facebook status updates become more open. If this is true, then Twitter will share the masses with Facebook. Plurk would probably continue on, but its growth would likely be limited. The other question is whether there really is much more growth for microblogging.

Custom Communities and Niche Networks
I am a big believer in niche communities and networks. People gathering together with similar interests can quickly form a passionate community. Jesse Stay agrees with this sentiment and feels that niche microblogging networks will start to appear based on free and open platforms like Laconi.ca. This could become a very popular destination for a niche community. It is the equivalent of the forums and bulletin boards of past years, but with a new spin. These niche networks can also provide a way for people to find a community of "experts" for a specific topic.

On the custom community side, Yammer has a decent idea with trying to get into the corporate world. However, I think that their business model gets corporate people concerned. However, there are microblogging products that can be installed within the corporate firewall, like Laconi.ca or other commerical alternatives, in order to promote microblogging without the public consumption concerns. This could even be true for other communities like a large blog. If a blog has enough readers, they could build a community around the blog using a standalone microblogging product. It could easily sit behind some sort of registration or even become a premium feature for some sites if positioned correctly.

So, to answer my original question, is there room for more than Twitter? In the form of basic microblogging, there is little room, especially if Facebook pushes its status updates. However, if there are other features added, like what Plurk has done, the application could gain some adoption. There is likely plenty of room in the niche and custom communities precisely because Twitter is purely public. Is there some application that was missed that could gain significant marketshare?

Read more by Rob Diana at RegularGeek.com.

Labels: , , , , , ,

Friday, July 25, 2008

Can Microblogs Just Talk To Each Other?

Guest Post By Rob Diana of Regular Geek (Twitter/FriendFeed)

Twitter has had a bad few days. After a few weeks of wonderful stability, we started to see some Fail Whales. Then people started losing followers and subscriptions. Because of this, even more people are moving to alternative micro-blogging services like Identi.ca. Of course there have been several requests for a Twitter friend importer. I think people are getting caught up in the problem and not thinking about the best solution. Previously, I mentioned that Twitter was at the crossroads. In that post I started thinking about a possible solution:
It is now late May and they are just admitting that they have infrastructure problems. Obviously, there are the redundancy and replication issues that can be solved with known techniques. The realtime API needs to be using a replicated database and not affect the main database. This is the part that is concerning me the most as it should have been obvious some time ago.
Another post appeared from Dave Winer where he mentioned that we are inching toward federation.
Right now, today I'm using an approximation to the ideal system. I try to enter my original post on FriendFeed, then I have an agent script running on one of my machines that routes it to Twitter and Identi.ca, with a pointer to the discussion thread on FriendFeed, shortened by bit.ly.
Obviously, this is not a good solution to the Twitter problem either. There are also multi-posting services like Ping.fm and Posty which allow a user to update each of their micro-blogging services with the same message. So, with one click you can update Twitter, Identi.ca, Pownce, Jaiku and Plurk. While that sounds really cool, they only provide one-way updates. Tools like Twhirl are starting to allow posting and retrieving of tweets and dents in one application. This gets a little better, but you still have multiple accounts to deal with.

Federated Microblogging


Federation is the real answer. What does federation do and why is it different from Twitter creating a distributed architecture? A distributed architecture means you have various pieces of the application sitting on different servers. Typically, several parts are replicated or redundant and there are various load balancing devices thrown in to complete the architecture. I am not going to go into tons of detail as books have been written about distributed architectures.

Federation is different from distributed in one simple sense. Federation requires a full copy of the entire system. Federation is the cooperation between various systems to act as one. Wikipedia has a good description of a federated database system.
A federated database system is a type of meta-database management system (DBMS) which transparently integrates multiple autonomous database systems into a single federated database. The constituent databases are interconnected via a computer network, and may be geographically decentralized. Since the constituent database systems remain autonomous, a federated database system is a contrastable alternative to the (sometimes daunting) task of merging together several disparate databases.
If you replace all of the database and database system terminology with microblogging and microblogging system you will understand a federated system. So, how does this help Twitter? It does not, at least not directly. By having a federated system, people can move to Identi.ca or the next clone that appears and not lose their followers. If you think about the concepts of email, you will understand how the federated system would work. My account in the federated system would be robdiana@identi.ca. A Twitter user could reply from within Twitter directly to me (robdiana@identi.ca) and I would receive it in whatever client application I had. I could also follow Twitter users, Pownce users or any other microblogging user. By enabling people to communicate across platforms would mean that the server load would be spread across various services, thus decreasing the amount of traffic on Twitter directly.

The one part of the federation that is missing is the routing between servers. This can be accomplished by following the DNS model. A local DNS server has a reference to its parent or master server. This allows new servers to be built and their location and IP address propagated to other servers. This is a very effective solution and it has worked for several years.

Because Twitter and Identi.ca follow the same API, they could act as the root servers in the system. The other option to the Twitter API is the XMPP protocol, which Twitter is using for their realtime API. The protocol choice is important because a federated system requires that all of the systems speak the same language. A federated system would also require a different client application than we have now. As I mentioned earlier, Twhirl fully supports Identi.ca and Twitter. However you are dealing with two different accounts. How cool would it be if you had one microblogging client to chat with people on any service?

Labels: , , , , , ,

Saturday, July 19, 2008

Throttled By the Twitter API? Try Something New.

Guest Post By Rob Diana of Regular Geek (Twitter/FriendFeed)

Well, the microblogging API space sure got interesting in a hurry.

First, on Thursday, Louis Gray reported that Twitter was throttling unauthenticated API requests. This obviously would effect several applications in a very bad way. Later in the day, Dave Winer let everyone know that Identi.ca has implemented the Twitter API. And on Friday, in a surprising move, TechCrunch announced that Twitter is sending the XMPP firehose to new middle man Gnip.

So, what does this mean to you? Well, that is a good question. First, we know what the Twitter API looks like. Identi.ca replicating the API is good for interoperability as well. Yes, they copied the main Twitter API, but have yet to include the searching capabilities that Summize supplies. However, they do have RSS feeds for any search query which does suffice for basic searching. The other big players in the microblogging space, Jaiku and Pownce, also have APIs. But, what do they have to offer?

Jaiku's API contains the usual suspects, the public feed, a user's feed and a user's profile. It also allows for "presence" updates which is helpful for allowing applications like Ping.fm to post to multiple services. It also provides a method to get a user's current "presence", their last item in the "presence" stream and as well as a specific item in the "presence" stream.

Pownce's API is similar as well. There is a public "note" list, a user's note list (which can be filtered for replies, private messages and other coolness) and a user's profile. You can also retrieve a specific note, with replies included optionally, and the list of recipients for the note. For social graph fans, you can get the friends (mutual relationship) of a user, fans of the user and who the user is a fan of. For posting notes, there is the normal post method as well as separate post link, event, file and reply methods.

Interestingly, there is a method to determine the list of users a post can go to. There are some other minor goodies like feeds for the public list and a user as well as simple web post integration. Obviously, this is an API designed with developers in mind. They thought of several different ways to use the application and provided APIs accordingly. The only problem that I could see is that there is no search supported. Hopefully a third party service like Gnip will fill that void, like Summize did for Twitter.

Now that looks like a good foundation, but there are some fundamental problems. It is not obvious that Pownce and Jaiku support something like an XMPP feed, so, there may not be the ability to have the full public stream at all times. This type of thing is critical for interoperability. There is also inconsistent support for threaded messages and other post types (like the Pownce event and file posts). Why haven't we seen a real multi-microblog client? Ping.fm is doing multi-writes, but does not support multi-reads. In the instant messaging world, where the XMPP standard comes from, we do have multi-chat clients and few actually support XMPP! We are starting to see some standardization in this space as well with Identi.ca copying the Twitter API as well. If we consider the Twitter API a defacto standard and we have the XMPP standard for real time transfer, there should be little stopping developers from creating the ultimate micro-blogging client.

Now, the question is, are you willing to wait or do you want to crown someone king?

Labels: , , , ,