Vote 1

Has there been any innovation in Computer Science in the last decade?

September 5th, 2008

I was having an argument with a friend from school, I met after 20 years. His point was in the last decade or so there hasn't been any real innovations in computer science.

Read more (167 words) »

Vote 1

iPhone 3G Launch Dismal Failure in India (a small nation with 1.2 billion people)

September 5th, 2008

Apple launched iPhone in India, a country with only 1.2 billion people and overall not considered rich like their counterparts in USA. In USA Apple launched iPhone for $199 only. Steve Jobbs also promised that it will be similalry priced across all markets. So how did they target a market of 1.2 B with a very high mobile pernetration and nowhere as rich as USA? By pricing iPhone 3G at 4 times the US price at Rs. 31, 000 only (and lockdown for a year to the service provider) and without 3G. Imagine how the market reacted…

Read more (475 words) »

Vote 1

How To Disable On-Demand CPU Scaling on Linux

September 3rd, 2008

Do you know that Linux automatically scales CPU utilization depending on processing requirements? This reduces power consumption and heat. However there are situations when CPU scaling monitor cannot properly identify CPU requirements. In such cases you may want to manually stop cpu speed daemon and restart it later again if required. Here are the required commands:

Read more (81 words) »

Vote 2

Google AdSense Changes Its Own Rule for ImDB?

September 3rd, 2008

I don't get Google AdSense. Last year with great fanfare they announced making the text of the ad non-linkable while keeping the title and URL linkable. This lead to immediate loss of huge revenue by publishers worldwide. And yet they are glaringly violating their own rules for ImDB.

Read more (179 words) »

Vote 3

Google Chrome Browser Detailed Review

September 3rd, 2008

The following is a detailed of Google Chrome browser. I have taken it through the paces, tested many features and even tried to run it on Linux.
Read more (1468 words) »

Vote 1

Java: Why Braces in Finally?

August 29th, 2008

Why does finally have to have braces?

Read more (78 words) »

Vote 2

The Power of Ant (Build System)

August 27th, 2008

I am using Ant (Java based build system) for our project. Ant is an exceptionally powerful build system and should be the only build system you will ever need. You don't really need code monsters like Maven (or pile of …. as Bileblogger loves to say). With little effort here's what I achieved in few hours (aside from the obvious capability of compiling, running, building jar files etc.):
Read more (497 words) »

Vote 3

How To Twitter Using IM on Linux & Windows

August 27th, 2008

Many like to twitter using IM (Instant Messenger) because it is very simple and fast to tweet and simple to get continuous updates on your topics of interest.

In the good old days Twitter used to provide IM support. You could use any Instant Messenger supporting Jabber (XMPP protocol) to connect to Twitter buddy (twitter@twitter.com) on Gooogle GTalk server and twitter to your hearts content. For several months however Twitter has stopped supporting IM. How can we satiate our twitter crush during their downtime? There is a way.

Read more (389 words) »

Vote 3

Not Satisfied With Web, Google To Start Boring Earth

August 20th, 2008

Google has decided that boring (into) the World Wide Web is not enough and it plans to start drilling into the earth's crust.

Read more (118 words) »

Vote 3

How To Hack Gmail Account & How To Protect Your Gmail Account

August 20th, 2008

1. How can you hack GMail account?
2. How can you protect your GMail account from hackers?
Hackers at Defcon demonstrated a tool to hack into GMail accounts by snooping unencrypted data (man-in-the-middle attack) with cookie which Google GMail uses for everything other than login by default.

Last week Google introduced the ability to optionally encrypt any transmission to / from GMail and not just the login sequence. Previously GMail used to encrypt the login sequence only. All other data was transmitted unencrypted over the wire making such hacking possible. Every email, every article that you are reading on your GMail account is transmitted unencrypted over the web. Read more (596 words) »