indiWiz.com

Subhash's Tech Log

Archive for December, 2009

Why I like bzr over git and hg

without comments

Recently I posted in Twitter that my favorite DVCS is bzr. Immediately Manish asked me why not git or hg. Here is the answer:

git

I love GitHub. I use git regularly. But when compared to bzr, I love bzr more. Why? I find git’s SHA based version numbering cryptic. The default installation of git does not support command shortcuts (like st for status, ci for commit) which I am used to from my svn days (fact: this can be manually set using git alias).

hg

This choice does not have any rational backing! I did not like odd-sounding hg in the command prompt. bzr sounded more natural to me.

Written by Subhash Chandran

December 29th, 2009 at 12:05 pm

Posted in Software Dev

Tagged with , , ,

Configuring service startup in Ubuntu

without comments

If you are one of the old-timers who has migrated to Ubuntu from RedHat/Fedora distribution in the past, you might be familiar with the ntsysv tool in those Linux versions. I used to use that oddly-named tool to switch-on/off services in my Linux box. I was searching for a similar tool for Ubuntu, and found rcconf:

$ sudo apt-get install rcconf
$ rcconf

Written by Subhash Chandran

December 18th, 2009 at 4:35 pm

Posted in Linux

Tagged with , ,

URL Shortners

without comments

Got two news on this topic today:

  1. bit.ly starts offering premium services.
  2. Google launched a URL shortening service.

Written by Subhash Chandran

December 15th, 2009 at 11:57 am

Posted in Uncategorized

Tagged with ,