Awaken the Giant Within

Uncategorized - No Comments » - Posted on June, 3 at 1:03 am

The main theme of the book is to how to identify goals and stay committed to them. The author asserts that decisions are to be made based on the long term and once decided one should stay committed to them and constantly take actions to reach ones goals. Again an instance of the author stressing [...]

Read More..>>

Posted in Uncategorized | No Comments »

Self Esteem

Uncategorized - 2 Comments » - Posted on June, 3 at 12:04 am

I was listening to the audio book “How to Raise Happy, Healthy, Self-Confident Children” by Brian Tracy, and the primary theme in the first chapter is to raise your child with high sense of self esteem. It got me thinking about my childhood where Ayya and Amma at every instance expressed how special and capable [...]

Read More..>>

Posted in Uncategorized | 2 Comments »

Timemachine and Psync

Uncategorized - No Comments » - Posted on February, 9 at 11:36 am

I have started using Timemachine to backup my computer. It was very simple to setup. One nice feature is that internally the incremental backups use links to refer to unchanged old files so opening the backup in finder shows the complete view.
For my secondary backup snapshot I use pync which synchronizes my data with my [...]

Read More..>>

Posted in Uncategorized | No Comments »

SyncBack vs SyncToy

Uncategorized - 3 Comments » - Posted on November, 14 at 9:24 am

I have been using Microsoft’s synctoy a lot. After moving all my computing to a Mac, I still have been running synctoy on parallels to get my backups done. When moving from Vista to Windows 7 I found so many quirks in synctoy that I have finally settled with SyncBack. SyncToy maintains a database of [...]

Read More..>>

Posted in Uncategorized | 3 Comments »

Time Lapse of Sunset from Milpitas Hills

Uncategorized - 4 Comments » - Posted on June, 8 at 4:24 am

Untitled from Anand Rajasekar on Vimeo.

Read More..>>

Posted in Uncategorized | 4 Comments »

Tomcat Initializing Servlet Twice

Uncategorized - 1 Comment » - Posted on May, 28 at 12:44 pm

A web application is configured using tomcat’s server.xml and the context.xml. There some configurations that cause web applications to initialize twice like

Duplicate definition of context in context.xml and server.xml
Bugs in tomcat launchers for eclipse that create duplicate context definitions
Duplicate definition of contexts when defining multiple hosts

In my case I had a proper definition of the [...]

Read More..>>

Posted in Uncategorized | 1 Comment »

Java Serialization Versioning with Externalizable

Uncategorized - 1 Comment » - Posted on October, 22 at 1:39 am

Java Serialization is a easy way to persist the state of Java Objects. However if the structure of the class changes the serialized bytes is invalidated by the changes. This article suggest how one could implement serialization with Externalizable with support for versions.
Consider a simple java class

public class SimpleObject implements Serializable {

        [...]

Read More..>>

Posted in Uncategorized | 1 Comment »

Ergonomic Touchpad Tilt !

Uncategorized - No Comments » - Posted on June, 11 at 9:11 pm

Switching from a Mouse to a Touch Pad to save myself from the carpul tunnel syndrome, I found my hands still at a little discomfort. Taking the cue from some of the split curved ergonomic keyboards I invented the Erogonomic TouchPad Tilt. This ergonomic device acts as a base for a touch pad and tilts [...]

Read More..>>

Posted in Uncategorized | No Comments »

Mouseless browsing with Firefox !

Uncategorized - No Comments » - Posted on April, 13 at 7:52 pm

The most frustrating thing about web browsers is most of the navigating is done using a mouse. With my job revolving around web application development this is a sure path to a carpal tunnel syndrome ! Hit-a-Hint is a firefox extension that helps you navigate web pages by assigning keyboard shortcuts for every clickable entity [...]

Read More..>>

Posted in Uncategorized | No Comments »

Exporting existing mail to Gmail

Uncategorized - 2 Comments » - Posted on March, 5 at 9:58 pm

I used Mark Lyon’s Gmail Loader to import my existing mail from thunderbird to gmail. If you have existing mail in yahoo try using Yahoo! Pops to download the mail using thunderbird and then exporting to gmail.

Read More..>>

Posted in Uncategorized | 2 Comments »