Twitter Less Sociable? Identi.ca Fresh

Updates added to the end of this post.

I have used Twitter at three different times over the last two years. I definitely was and am a fair weather fan, occasionally updating in test-driven mode during my first two ventures. With update/status services like Twitter, I really enjoy the journey of testing and hammering the application more than actually using it.

During the Democratic primaries I used the service a bit more, but found access to the application was very slow or down during key moments of the campaign. It was very frustrating.

With some of its core functionality off-line for days, weeks, and months it is no longer the same application that many had become so addicted to. IM and Track, two key features in my opinion, have been off-line for weeks. The @Replies tab is currently disabled, and pagination for archives is off for most users. Slow access and failed server connections are experienced daily. Update: @Replies tab is back on line.

I have dipped into and out of Pownce, Plurk, and Friendfeed twice. I am using Friendfeed more these days, but not sipping the kool-aid just yet.

So if it is not Twitter, or not Friendfeed, or not Jaiku, or not Pownce, or not Plurk, or not Kwippy, or not Twoorl, where is a test-driven techie to go to feed on fountains of information and have some fun?

I am here, waiting patiently for that next new shiny application to come along so I can bash on it until it hollers, “I give up”. I shouldn’t have to wait too long.

Update: July 2, 2008
See, did not have to wait long at all. Identi.ca, a micro-blogging service you can use to write short notices about yourself, where you are, and what you’re doing, launched today. Now, what did I do with my hammer?

Update 2: July 3, 2008
The Identi.ca web site launched yesterday with a limited feature set, but still experienced intermittent slow access and server connection failures. Hammering away, and keeping an eye out.

Update 3: July 5, 2008
I like that the Identi.ca service is based on the Free/Open source software tool Laconica. The response time for ID-ing and fixing anomalies the last couple of days has been very impressive. It is a community on the move and growing daily. More web servers were added - very fast web access now. Congrats and Kudos @evan.

Update 4: July 7, 2008
The Identi.ca community is growing pretty quickly. So far anomalies have been addressed with lightning speed, and new features are being added almost daily. See the FAQ for more information and “Where is Feature X?” Open source, OpenID, SMS, IM, Federated servers. I am getting excited!

Update 5: July 8, 2008
Additional new features are coming online at Identi.ca. I am excited about the open community that is developing, and I am finding plenty of techie users and open source/free software evangelists to share information with. Suits me to an I.T. There is a list of bugs and features. “New ideas or complaints are very welcome.” Developers, help if you wish, and/or get the Laconica source code and install on your own server. Got ideas or need help? Send a status to @evan.

Update 6: July 9, 2008
The list of servers using the Open Source ยต-blogging tool Laconica is steadily growing.

Update 7: July 11, 2008
New features and feature updates continue to come online rapidly. A Version 0 API was just added. Approximately 14k users and growing.

Identi-fresh, clean, crisp, elegant zen. I am developing a soft spot for Identi.ca.

I would like to see the twitter and identi.ca services both succeed. One size does not fit all and these two may result in slightly different shades of community. A little something for everyone, and a win/win for the growing number of users.

Twitter Tools Testing

Alex King’s Twitter Tools plugin was written for and requires Wordpress version 2.1.

  • Tested with Wordpress v2.1.3: Works as expected. Nice application.
  • Tested with Wordpress v2.0.10: Easy work-around while keeping most of the functionality.

Comment out the if statement at lines 611-612 in twitter-tools.php to get it to work in a WP 2.0 version. The wp_enqueue_script function was introduced in Wordpress v2.1. You will not be able to create a tweet from the sidebar, but everything else should be ok.

if (is_admin() || $aktt->tweet_from_sidebar) {
wp_enqueue_script(’prototype’);
}

Tweets for 2007-05-11

Powered by Twitter Tools.

Update: The twitter account was deleted after testing. Edited to remove broken twitter status links.

JMock in Test Driven Dev

Applying Mock objects effectively is a key factor when performing Test Driven Development (TDD). This article introduces the basics of using JMock, a Mock object framework, in conjunction with Test-Driven Development.

Using JMock in Test Driven Development
Author: Paolo Caroli
Published: TheServerSide, December 2006

Totally Data-Driven Automated Testing

A White Paper by Keith Zambelich, Sr. Software Quality Assurance Analyst and Automated Testing Evangelist.

Don’t open that video box

Un-innovate my UnBox via UNINNOVATE:
Did you know that the license agreement lets Amazon remotely delete all of your movies off of your computer for any reason it wants without notifying you? And that is just the beginning.

Update: 04/28/08 - Original link below no longer valid. Now points to main page at Burningbird. Search on.
Un-break my UnBox:
Shelley over at the Burningbird posted about unBox uninstall issues she experienced.

Planet River of News Feed Reader

Shelley of Burningbird wrote a nice article on Installing and Customizing Planet.

Update: the ‘Installing and Customizing Planet’ link now returns 404 page at Burningbird site. Search on.

I tested the Planet ‘river of news’ application but ran into Python library issues on my server. The server is running Python V2.4.1 which should be ok, but I could not get past the lib error to get Planet going.