6 months with Citigroup
6 months in Chennai
Shocked by the terror strikes in Mumbai
Shocked by the terror strikes in Mumbai
It's been a harrowing 60 odd hours for the Mumbaikars and they have shown great resilience through this period. Now that the operation of neutralizing the terrorists is officially over, the finger-pointing by politicians will soon start.
We are tired off this, every …
Another Method: Comments for Authenticated Users
Another Method: Comments for Authenticated Users
In my previous post, I got a comment from Joshua Works who gave an interesting suggestion of not constructing fields for the name, email and url in the form as opposed to my method of using javascript to populate them. Each method has it's …
Part 2: Django Comments for Authenticated Users
Part 2: Django Comments for Authenticated Users
In the previous part, we had seen how to setup the basic portions of the project. In this part, we are going to build on that and achieve using the comments framework to accept comments from registered users only.
Step - 2: Getting templates …
Part 1: Django Comments for Authenticated Users
Inotify, watch your filesystem
Inotify, watch your filesystem
Inotify, is a Linux kernel system call that helps you monitor the file system for various events.
Here is how I use it:
My blog basically consists of Restructured Text files in a particular directory. I use the Xapian indexer to provide the search facility on …
GNU Screen : A must for remote developers
GNU Screen : A must for remote developers
Did you ever come across a scenario where you were in the middle of some important work on the terminal and realized that you were out of time and wished you could continue it say from home or from another machine?
Or another …
Thejaswi.info bids adieu to Webfaction
Thejaswi.info bids adieu to Webfaction
As some of you might have observed (or even if you didn't observe), my site now isn't hosted with Webfaction anymore. I have moved to Gandi's VPS service. The VPS service by Gandi is quite cheap and reliable. I have been using it ever …
Create an ISO from a CD/DVD Device
Create an ISO from a CD/DVD Device
In GNU/Linux, it is very easy to create an ISO image which can be used to be written later on to CD/DVDs.
dd if=/dev/cdrom-device of=/path/to/image.iso
Really simple and awesome!!!