Archive for December, 2009
Why I like bzr over git and hg
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.
Configuring service startup in Ubuntu
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
URL Shortners
Got two news on this topic today:
- bit.ly starts offering premium services.
- Google launched a URL shortening service.