CrapCode of the Day – JavaScript Edition By vijay on September 15, 2010 — 1 min read This what I found after looking at the source code of a retarded online banking website, Oh yeah they have blocked the right-click so I couldn’t see the code. [crayon-62b7b27bda5b5538903573/] More
→ Measurement By vijay on September 15, 2010 — 1 min read On the same subject of Measuring: Software organizations tend to reward programmers who (a) write lots of code and (b) fix lots of bugs. The best way to get ahead in an organization like this is to check in lots of buggy code and fix it all, rather than taking the extra time to get... More
The Mismeasure of Man By vijay on September 14, 2010 — 1 min read Astonishing as it may seem, some developers like to commit changes to their version control system frequently to create the impression that they are hard at work. This only works if you are managed by the technically incompetent. In other words, it works more frequently than you would like. – The Mismeasure of a man,... More
Google Maps Plugin for Hippo CMS By vijay on May 4, 2010 — 1 min read Almost done – will soon be on forge. More
ERROR: column notation .id applied to type name, which is not a composite type By vijay on April 19, 2010 — 1 min read Note to Self: If you are using PostgreSQL with Hibernate and got this error, make sure that the entity names are not in the PostgreSQL’s reserved keywords. So the table name(or the Entity name) “User” is going to give the error in the title! More