Vote 2

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 2

5 Most Useful Chrome Browser Shortcuts

September 3rd, 2008

Like GMail Chrome allows really useful shortcuts. Some of my favorites are:
Read more (170 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 6

Warning: Google Chrome Browser Has Serious Memory & CPU Issues

September 3rd, 2008

The test machine runs on Core 2 Duo E6600 2.4 Ghz (x2) with 2GB RAM. I tried loading single page PHP manual (16.5 MB) on Windows Vista from our local server with 100Mbps LAN connecting it. At the same time I was running the Javascript console to measure performance of page loading. I was also searching for the term cgi in the page being loaded. It takes about 2 minutes to load it in Firefox. 20 minutes later the page was still loading in Google Chrome!

The page up / page down keys were pretty unresponsive in the tab as well as the Javascript console. It appears Google Chrome parses pages as it loads the. As of the time of this writing the single tab with PHP manual has consumed 576 MB of RAM and still increasing. I could see the Javascript Console was using the same process which explains which it was hanging along with the browser tab. Read after the break for more details.

Read more (399 words) »

Vote 6

How To Export MS Access Database To MySQL Database

August 30th, 2008

Here are few tips (with undocumented features) to help you export huge MS Access database (production database with real data) to MySQL.

Read more (340 words) »

Vote 2

Global Search & Replace Using vi Editor

August 30th, 2008

To perform a global search and replace in vi editor, use the search and replace command in command mode:
Read more (117 words) »

Vote 1

Java: Why Braces in Finally?

August 29th, 2008

Why does finally have to have braces?

Read more (78 words) »