• Home

CodingExperiments.com

CodingExperiments.com is a site where I can (obviously) experiment with various demonstrations of code.

Search

Category:

  • AJAX
  • Announcement
  • Apple-related
  • Best Practices
  • Blogger
  • Blogging
  • BurstCMS
  • Content Management System
  • Debugging
  • Experiments
  • FriendFeed
  • Gaming
  • General Code
  • Internet
  • Javascript
  • Linux
  • Microsoft
  • Microsoft Windows
  • Networks
  • Open Source
  • PHP
  • Programming Tips
  • Rant
  • Security
  • Storage
  • Twitter
  • Ubuntu
  • Uncategorized
  • Web Development
  • Windows Vista
  • WordPress

Archives:

  • November 2008
  • October 2008
  • September 2008
  • August 2008
  • July 2008
  • June 2008
  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • January 2008
  • December 2007

Pages

  • About
    • The Authors
  • Commenting your code
  • How to Write Papers with Groff
  • ModCMS Anti-Spam Component Set
  • ModCMS Technical Specifications
  • Regular Expressions Guessing Game
  • Saving code directly to a web server
  • The (Almost) Perfect PHP 404 Page

Meta:

  • RSS
  • Comments RSS

Awesomeness tracker

CodingExperiments at Blogged View blog authority
Free Page Rank Tool

Why There Are No Good Ideas for Twitter Replacements

June 13th, 2008 by possible248

Introduction

Twitter. From the beginning, it’s had stability problems. Now that it’s popular, it’s gotten worse. We’ve all been talking about Twitter replacements, and I was going to post my own ideas here too. But there is a problem with a lot of the Twitter replacement ideas floating around. These ideas are too complex. You use a simple user interface, whether an API application or Twitter’s website, to post simple messages. If you add more features, you make it more complex to post tweets. Below are several ideas that I have had and have seen other people suggest. Below each idea is why it’s too complex.

Twitter ideas

Idea: Make it like Wordpress, where you can either use it on their servers, or install it on your own servers.

Why it’s too complex: Suddenly, you have the problems of supporting dozens of possible server configurations. Developers would have to read bug reports and then have to fix those in a new version or patch. Users would have to download new versions and apply the patch.

You also have to worry about security. If you’ve been paying attention to Wordpress lately, there have been a lot of blogs getting hacked. I bet some of the blogs getting hacked were not at the latest version of Wordpress.

Idea: Allow image uploading and embedding of Youtube videos

Why it’s too complex: This one has a third party implementation, created by Brian Shaler. It’s called Twixxer. The idea is not too bad, but you just have to worry about it’s implementation. The point of microblogging is sorta defeated if you have users uploading twelve images per message.

Idea: Add the ability to embed plugins in Twitter

Why it’s too complex: The basic idea of making an application extensible is to add functionality, which adds complexity.

Idea: Add threaded conversations

Why it’s too complex: Threading makes conversations easier to follow, but you add complexity to the user interface. You might reply to the wrong comment, etc.

Conclusion

Those that try to build services to replace Twitter will attempt to learn from Twitter’s mistakes. What those Twitter-replacers have to watch out for are the mistakes that Twitter didn’t make.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google
  • Reddit
  • Slashdot
  • StumbleUpon
  • TwitThis

No related posts, but you might find these interesting

  • June 15, 2008 -- Your Fly Is Unzipped. Five Ways to Generate Secure (and Memorable) Passwords.
  • June 1, 2008 -- Does the Service Or Community Make a Web Service Good?
  • June 11, 2008 -- When Users of Your Application Should Be Experts


Posted in General Code, Uncategorized |

discussion by DISQUS

Add New Comment

  • Subscribe:  This Thread
  • Go to:  My Comments ·  Community Page
  • Sort thread by:

    Viewing 6 Comments

    Thanks. Your comment is awaiting approval by a moderator.

    Do you already have an account? Log in and claim this comment.

      • ^
      • v
      • Permalink
      • Admin
        • Remove Post
        • Block username
        • Block email
        • Block IP address
      chrisbaskind 06/13/2008 06:39 PM 1 point

      Please login to rate.

      Do you already have an account? Log in and claim this comment.

      The killer feature to compete with Twitter is very simple: reliability. Most people like Twitter's feature set. What they hate is downtime and latency.

      The most likely Twitter competitor is a better Twitter.
      reply  edit  reblog  flag
      8 /people/chrisbaskind/ /people/chrisbaskind/following/ http://ChrisBaskind.com lighterfootstep chrisbaskind chrisbaskind
      • ^
      • v
      • Parent
      • Permalink
      • Admin
        • Remove Post
        • Block username
        • Block email
        • Block IP address
      CyndyA 06/14/2008 12:03 AM 1 point

      Please login to rate.

      Do you already have an account? Log in and claim this comment.

      I think you are right, Chris. The question is, if someone builds a better Twitter, will the bellyachers switch or stay with the old and keep complaining?
      reply  edit  reblog  flag
      11 /people/CyndyA/ /people/CyndyA/following/
      • ^
      • v
      • Permalink
      • Admin
        • Remove Post
        • Block username
        • Block email
        • Block IP address
      Julian Baldwin 06/13/2008 08:00 PM 1 point

      Please login to rate.

      Do you already have an account? Log in and claim this comment.

      I think you're right in general. One method of adding particular new features would be to completely hide the feature unless the user went to settings and enabled it. That would allow users who want more functionality to gain it and users who like the simple interface to not be bothered at all.
      reply  edit  reblog  flag
      5 /people/julianbaldwin/ /people/julianbaldwin/following/ http://julianbaldwin.com/blog 8110281 jbaldwinconnect jbaldwinconnect
      • ^
      • v
      • Parent
      • Permalink
      • Admin
        • Remove Post
        • Block username
        • Block email
        • Block IP address
      possible248 06/13/2008 11:06 PM 1 point

      Please login to rate.

      Do you already have an account? Log in and claim this comment.

      But isn't a part of Twitter about limits? At first, the 140 character limit seems very strict and forces you to write short, punchy sentences. If upping the limit were an option, new users might do so, and then ruin part of the point in Twitter.

      There's also the issue of such a simple application with a complex settings dialog.

      Of course, a putting it in a settings dialog can be applicable to many things, such as Blogger-like customization of the Twitter page, where you're allowed to move boxes around and so forth.
      reply  edit  reblog  flag
      3 /people/possible248/ /people/possible248/following/ http://codingexperiments.com possible248
      • ^
      • v
      • Parent
      • Permalink
      • Admin
        • Remove Post
        • Block username
        • Block email
        • Block IP address
      Voyagerfan5761 06/14/2008 01:43 AM 1 point

      Please login to rate.

      Do you already have an account? Log in and claim this comment.

      Well, there's also the little issue of Twitter already having -- what is it, five? six? -- tabs upon tabs of options. Why not simplify the interface for those, too? But I digress...
      reply  edit  reblog  flag
      5 /people/Voyagerfan5761/ /people/Voyagerfan5761/following/ http://voyagerfan5761.blogspot.com/ 723001394 voyagerfan5761 voyagerfan5761 voyagerfan5761 voyagerfan5761
      • ^
      • v
      • Permalink
      • Admin
        • Remove Post
        • Block email
        • Block IP address
      xero 06/14/2008 10:18 PM 1 point

      Please login to rate.

      Do you already have an account? Log in and claim this comment.

      The real Twitter replacement: stable twitter.
      reply  edit  reblog  flag
      /people/0fcb4de9d261cdbbb661cffa0cf1c4f2/
     
    discussion by DISQUS

    Add New Comment

    Trackbacks

    (Trackback URL)

    close ()

    status via twitter

    recent comments (follow comments)

      View Profile ยป
      Powered by Disqus · Learn more
      close Reblog this comment
      Powered by Disqus · Learn more
      blog comments powered by Disqus
      On FriendFeed, this post was liked by 2 people and commented on 0 times hide
      View this post on FriendFeed
      Liked by
      • edythe,
      • Voyagerfan5761

      Add a comment on FriendFeed




      Logged in as [logout]

       
      Wordpress Themes by and Website Templates by Blogcut Blogged Blog Directory Blog Directory - Blogged