Latest Writing

Page 6 of 25

Getting Rosegarden to work in Ubuntu (Gnome)
Jul 15, 20082 min read

Getting Rosegarden to work in Ubuntu (Gnome)

I am one of those many people out there who had trouble in getting to "sing" in Ubuntu under Gnome Window Manager. Finally after trying a lot of permutations and combinations, I got Rosegarden to w...

Privacy disasters with aggregation services
Apr 23, 20081 min read

Privacy disasters with aggregation services

Imagine you have a host of aggregation services like , , , connected to each other, such that each one is reading from your various feeds and republishing the content. Now imagine a disaster where...

iRead - a social book discovery revolution
Apr 19, 20085 min read

iRead - a social book discovery revolution

It has been a while since I thought I should write a review of iRead. | | iRead is a social book discovery application. It has been quite successful on Facebook and has a very large userbase. Curre...

Downloading data using Greasemonkey - Part 2
Apr 07, 20082 min read

Downloading data using Greasemonkey - Part 2

So I finally found some time to continue my experiments with the . This time my target was Orkut. I decided that I write a simple script to extract my Orkut profile and then display a sub-set of th...

PHP Functional Programming - A code snippet
Mar 19, 20081 min read

PHP Functional Programming - A code snippet

Given a string of comma-separated values, how do you convert each of them into a link of the form: --item-- and return a comma-separated list of these strings? Snippet 1: Snippet 2 (uses functional...

Downloading your data using Greasemonkey
Mar 16, 20084 min read

Downloading your data using Greasemonkey

Whenever I use some service over the web, I look for several things. Ease of use and customisability are important factors. However, the most important thing I consider is vendor lock-in (or rather...

HTML parsing and Rhino
Mar 07, 20084 min read

HTML parsing and Rhino

About a year back I was working on a personal project in IBM. This was a clone of for the IBM intranet. For those of you who don't know YubNub, it is a simple but powerful tool, which allows you to...