31 Years Ago In Iran

1979 revolution It was 31 years ago tomorrow that the Iranian Revolution (sometimes called the second revolution) succeeded in sending the Shah of Iran out of the country. Thus began 3 decades in the history of Iran marked by war [1], violence, and hardships. For Iranians of my generation, those times will not be forgotten and for future generations they will be just another chapter in history.

I mentioned all this, to say that tomorrow Iranians are planning to go out and let out a collective scream against the current government and all things that has made daily life hard for them.

Let’s hope all those who go to make their voices heard come back home safe.

Related Posts:

Free Hoder (eventhough he’s kind of a jerk)

Source: Search Engine

Done with with a touch of humour this piece brings up a few good points. All the more reason more people should subscribe to Search Engine podcasts.

Office Communicator and Linux

As with most things in tech, large companies catch on to the power of instant messaging late. Where I work is no exception. They rolled out Microsoft Office Communicator a couple of months ago (as a side note, that is a horrible landing page) and made much of the new and improved power of communication between employees. It’s a great thing that I can finally communicate using instant messaging, but the proprietary software threw a monkey in my desktop setup. After some research I found out how to get my desktop to connect to the Office Communicator server: Pidgin and SIPE.

First, I needed to install Pidgin

sudo apt-get install pidgin

Then, I installed the TLS plugin for Pidgin

sudo apt-get install pidgin-encryption

Now, the important piece of the puzzle was SIPE, which is needed to connect to proprietary server. I initially tried the usual

sudo apt-get install pidgin-sipe

But the version of SIPE available for jaunty was version 1.2-1 and it didn’t work. So, I went with the old school way of compiling my own binary. I got the code from here and followed the simple instructions on the same site. They are as follows:

tar -zxvf pidgin-sipe-1.7.0.tar.gz
cd pidgin-sipe-1.7.0
./configure --prefix=/usr/
make
sudo make install

Once installed, I started up Pidgin and after entering the necessary info connected successfully. You can see the detailed info of what I entered in the pictures below.
pidgin and ocs
pidgin and ocs

Deplyoing a Large Website Painlessly on Debian

We run a large scale and highly visible website. This site is updated frequently, and is very complex. So far the way the site is updated is using subversion where the latest code is checked out into the public servers – after much testing, of course.

A typical release goes something like this:

  • checkout code from subversion
  • run a few scripts to modify database and generate intermediate files
  • generate various connections between site and underlying software
  • update underlying software

One problem with this approach is inevitably developers tend to push last minute fixes while in testing mode. It’s easy to update the code with a svn co but the code always tends to diverge and one fix usually leads to other bugs! Another issue is that each time a release is made a long list of complicated – and different each time – steps have to be followed. There are many other issues as well that I won’t go into right now, but suffice to say each release is as easy as pulling your own tooth!

So, one idea to cut down on all this trouble is to build a deb package for each release. This essentially locks down development, since each code change involves building a new package. I’m also fairly certain it will make life in the software lifecycle much easier.

And the debianized release would go like this:

  • apt-get install website package
  • apt-get install underlying software

Or even simpler if I made the website package depend on the underlying stuff:

  • apt-get install website package

Now only if I could get the decision makers to agree.

Testing. Testing. Captain can you hear me?

Here’s what wave looks like when you first enter.

Google Wave

There’s not much you can do with it at the moment, but I guess you could leave your comments below (if you have a wave account).

Google Wave in 2 Minutes

And like the video says, “if I could get an invite, it would be great!” Anyone?

[via: Lifehacker]

Dear blog

I haven’t forgotten you, I’ve just been too busy lately.

-Khosrow

Open Source on the Desktop

The desktop wars have been heating up since the arrival of ubuntu on the scene. There’s been many articles stating that Linux has arrived on the desktop and so on. But last month while at an open source conference I realized that aside from ideological battles, balance is what’s needed. My friend had a laptop running the latest version of Ubuntu, he quickly ran into trouble when doing something as simple as a hibernate and ended up having to reinstall the OS to fix the problem.

So what do I want to say here? Well, to me where open source makes sense is in the enterprise. A place where the cost of software is minimized and the benefits of open source are quickly realized. But on the desktop, where I don’t have time to deal with unsupported hardware or small issues it makes no difference! So at this moment, the deciding factor should be what runs what I need to run painlessly and seamlessly…

VIA Rail Website Failures

via railSomeone at VIA didn’t think that introducing a 60% off sale would slow the site to a crawl. Since yesterday, their stunt (thanks to the strike) has made their site and all the services they offer through it inaccessible to the public.

I’ve been on their site for 2 days trying to get a ticket. During the day it’s non-responsive and even past midnight the site doesn’t function. I’m not sure if they thought about this rise in traffic. But in today’s world, this kind of weak infrastructure really looks bad on the organization, especially the guys greasing the wheels in the server room!

Here’s a thought guys: before you put out a call for a going-out-of-business sale, buy some bandwidth!

Canada has two seasons

… Winter and Construction!