-
Is the #Twitpocalypse overhyped?
Initially heard through Programmable Web: The Twitpocalypse is Near: Will Your Twitter Client Survive?, twitter is rapidly approaching the maximum for a 32-bit signed int. You can view the countdown here. This got a also mention at GigaOM: Today, We Think Think Twitter is Dead (for now). While the Twitpocalypse was not the primary topic…
-
Breaking down Tweetdeck configuration and storage.
I decided to look at the possibility of eventually exporting the configuration data contained in TweetDeck: You can find the groups, friends, and columns settings in a SQLite database file in a path like: C:Documents and Settings{USERNAME}Application DataTweetDeckFast.{some hideously long hex string}Local Storetd_{version?}_{twitter username}.db I used SQLite database browser to look at this file. (I…