Tuesday, November 18, 2008

SocialToo Launches SocialSurveys for Polling Via Twitter

For the last few months, I've been using a service called SocialToo to transparently and automatically follow those people who choose to follow my accounts on Twitter and Identica. Rather than resort to manually deciding who to add to my list, or going to other services, such as Twitter Karma, SocialToo has been automatically synchronizing my lists. Today, the author, Jesse Stay, also a frequent contributor to this site, has rolled out a new feature aimed at making the service much more interactive and differentiated, with the launch of SocialSurveys, a viral way to quickly poll your followers on Twitter.

As with other online polling engines, creation of the survey consists of posting a question and listing potential answers. You have to list at least two choices, of course, but you can theoretically post as many options as you wish.

When the survey is completed, you can then check the box that sends the URL for the survey via Twitter, and hit submit. This sends the survey to Twitter, and automatically reduces the URL using the is.gd engine, to fit in Twitter's strict 140 character limit.

Given that SocialToo is "social" by nature, you can even sign up to follow surveys your friends have created, using RSS.

The addition of SocialSurveys is an interesting wrinkle atop what is already a fairly strong feature set for SocialToo, despite its spartan interface. You can not only autofollow the Twitter and Identica registrants, as I mentioned, but you can blacklist people from ever following you, or even automatically unfollow those who stop following you, essentially acting as your own personal Qwitter in the background. And if you want, you can even route your personal socialtoo.com domain to your Facebook profile.


How SocialSurveys Appear to Visitors


The Results of the SocialSurvey, In Bar Chart Form

SocialToo, authored by Jesse, is partly owned by Guy Kawasaki. Kawasaki, upon the launch of SocialSurveys, is sponsoring the site with Alltop ads for the first few weeks.

My ID on SocialToo, as with just about all other services these days, is "louisgray", and louisgray.socialtoo.com routes to my Facebook page. To see my first SocialSurvey, on who will own Yahoo! by 2012, check out: http://socialtoo.com/survey/view/49.

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: , , , , , ,