(Technical) Whimsical Writings of the Web
The Dangers of Auto-boxing in Java
This is one of the those subtle bugs that I have unwittingly coded in because of the inherent laziness that is afforded by Autoboxing, a feature that was available with Java 1.
Using 'moto4lin' for interfacing Motorola phones with Linux
I’ve got a new digital camera! Well kind of, the camera being my Razr phone that I had with me for almost a year now.
Vim Remade: Working on Java with all of Netbeans' features
The title sounds like a bold claim, given that the comparison sounds like one between apples and oranges.
(No) Life Working for a Startup
People like to think that startups are those ‘cool’ little things that I do, just because it is the hottest in to be in these days, with all the fad about Web 2.
Vim Tips for Java #6: Auto-Bracketing Within Vim
One of the things that I’ve learnt that Netbeans is able to do, was the ability to perform auto-bracket completion.
Vim Tips for Java #5: Folding Code Blocks to prevent Visual Blindness
When dealing with large source files, there is a tendency for visual blindness to kick in, where there is just too much code everywhere for you to find things like the start of a method or a particular important segment of code, in a sea of random visual clutter.
Some Gripes About Rails
I’m not a web-application developer, so writing Ruby on Rails code is basically just a past-time.
Catching all non-matching URLs on Rails
One of the early things that I needed to for a web application, was to try to map all unhandled or malformed URLs to be sent to Rails.