Not familiar with Twitter?
Twitter is a free social networking and micro-blogging service that allows its users to send and read other users’ updates (otherwise known as tweets), which are text-based posts of up to 140 characters in length.
Twitter page on Wikipedia
This post covers:
- Why I like Laconi.ca as our internal Micro-Blogging-service
- How to configure Laconi.ca behind password without breaking up the API functionality
- How to set up Twitterific to work with custom Laconi.ca installation

Laconi.ca in a browser & Twitterific
Motivation
Ok, Twitter is sweet, even a bit addictive, but not that useful in internal use of your business for couple of reasons:
- Privacy concerns; I know you don’t have to tweet everything in public but still; You might not want to trust any third parties
- It is useful to have a possibility to customize your micro-blogging application, make backups and so on
At first, Micro-blogging is like wiki in a way that it does not implement any kind of process. In Twitter the idea is “it’s a tool, use it as you like” This works well with Twitter.com, where all the users have their own reasons to use the service. In business however, the business has a goal and people are working to meet this goal for their common reason. Therefore a process, as loose as it might be, must be implemented.
How and why it should be used
We got Laconi.ca running to our office a few weeks ago. In our case we have two offices with a distance of 600 km to each other. Some people in our staff are working from home and someone is always on the road. We use Laconi.ca to keep on track where people are on what are they working with.
So we have two rules on how to use it:
- When you start to work, tell what you are going to work with
- When you finish the day, tell when you are going to be back
Nothing too complicated just two easy rules. In my opinion it works just great. Before getting Laconi.ca I made far more phone calls to people asking for these same basic questions.
We also have many bots updating to Laconi.ca from our project management systems, internal blog and errors & warnings from servers. Generally I think you should not be worried about the amount of data because everyone doesn’t have to subscribe everything and everything does not have to be read by everyone. Still, having a possibility to subscribe a bot when needed is great.
How to install Laconi.ca on Ubuntu and get it behind a password
Laconi.ca installation guide can be found at http://laconi.ca/trac/wiki/Installation
Getting Laconi.ca behind password is actually the simplest thing:
1) Just create .htaccess and .htpasswd file. If don’t know how here is some help.
2) Create the same users with the same passwords as you have in your Laconi.ca installation.
How to make Twitterific to work with Laconi.ca
Get Twitterific
Open terminal and run:
defaults write com.iconfactory.Twitterrific baseUrl -string 'your-hostname/path-to-laconica/api'
The command to switch back is the following:
defaults write com.iconfactory.Twitterrific baseUrl -string 'twitter.com'
I found this tip from Leslie Michael Orchard’s blog, thank you Leslie!