Posts Tagged ‘laconi.ca’

How to write a simple bot that updates status to Laconi.ca

Sunday, January 25th, 2009

Full disk is a lousy reason to wake up in a middle of the night

Full disk is a lousy reason to wake up in a middle of the night

In my last post I wrote about Laconi.ca and mentioned that we have many bots updating Laconi.ca too. The bots are made active when some condition has met.

Example: Make server running out of disk space to post an update to Laconi.ca

This is actually quite useful. Sure, you can tell every service to send an email when something not wanted is happening but then you will have to read that mailbox too. Sending email to someone else doesn’t solve the problem. Hmm, updating to Laconi.ca doesn’t solve the problem either but it makes servers easier follow and to subscribe.

So here is a simple shell script:

(more…)

Laconi.ca an Open Source Twitter clone behind a password and your firewall

Thursday, January 22nd, 2009

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

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.
(more…)