Google Instant, Anyone?

Posted by ady on Thu, September 9, 2010

I saw quite a significant number of tweets mentioning Google Instant, and decided to check it out. Some people might already be aware of it or heard of it before but I am outdated, that I am willing to admit.

First, I went to the Official Google Blog where I saw Search: now faster than the speed of type.

Next, I tried it myself on Google homepage. It’s really impressive.

google-instant

However, if you use a flaky connection like my Maxis Broadband you might see this:

google-instant-off

It says “Google Instant is off due to connection speed. Press Enter to search”. It’ll behave like normal search.

Which also means that it can be turned off.

The prediction feature is quite nicely programmed too. Notice that its suggestions included the word “mac” because I am on a Mac. Not surprising since this is easily detected by the browser’s user agent string.

I bet the prediction considers many other factors too, including Geo-location.

I find it interesting that I can see this now, since in its tweet Google mentioned that “Google Instant is rolling out to people w/ Instant-capable browsers in France, Germany, Italy, Russia, Spain, U.K. & U.S.

So the next time you see it, don’t be surprised!

… and tell me how you like it!


Popularity: 1% [?]

Previous Articles

Wed, September 8, 2010

Does Berjaya HVN Really Have Rights Reproducing Thomas & Friends?

My son’s current favorite series are Special Agent OSO and the Mickey Mouse Clubhouse. He sometimes still watches Thomas & Friends. He can recognize Thomas in Toys ‘R’ Us even from the entrance a hundred meters away. I’ve been looking high and low for high quality, and updated DVDs for him to watch in the car. [...]  Full article »

Sat, August 14, 2010

Maxis Transparent Proxy is Causing Problems to Developers

I had to transfer 2 WordPress blogs to another hosting provider last night, as the free one is going to expire today. It should be as easy as: Transfer the files Transfer the database Change DNS servers in registry to the new DNS servers Configure the new hosting location In a few hours after the DNS propagation is finished I [...]  Full article »

Fri, August 6, 2010

SMTP Smart Host Setup for Postfix in Snow Leopard

PHP does not have any SMTP authentication mechanism in its configuration, and most developer opt for PEAR packages to perform email sending via custom ports and SMTP authentication. I am one of those who will avoid using external packages as much as possible unless really necessary, and of course because I wanted a quick solution to [...]  Full article »

Thu, August 5, 2010

Maxis SysAdmins Are Rookies?

If you’re one of the SysAdmins working for Maxis, and you celebrated the recent System Administrator’s Appreciation day, you should really think about your future. SysAdmins are supposed to make people life’s easier, not the other way round. Maxis has been implementing transparent proxy for some time now, I think to save on bandwidth usage as [...]  Full article »

Wed, August 4, 2010

Connecting to Exchange using Entourage via Outlook Web Access

I wanted to be able to use my personal laptop to check my work email, so that I don’t have to carry around the 3kg DELL beast all the time. Sure, I can use the Blackberry but typing long emails on it can prove painful especially with fat fingers. I have VPN access, but Cisco (official) [...]  Full article »

Tue, July 20, 2010

Error Compiling djbdns and daemontools

While attempting to compile djbdns 1.05 and daemontools 0.76 on a CentOS 5.5 I received the error: /usr/bin/ld: errno: TLS definition in /lib/libc.so.6 section .tbss mismatches non-TLS reference in envdir.o The problem can be eliminated by adding: -include /usr/include/errno.h In conf-cc files for each tarball. Don’t forget to install gcc first, if you have a basic installation. By the way, [...]  Full article »

Thu, July 8, 2010

Utusan Karya (Saji Magazine) Should Apologize to Mat Gebu

MAJALAH “SAJI” CURI GAMBAR KEK MAT GEBU!!.. The thing I hate next to bad service is plagiarism. The title above stole my attention, and since it was posted on June 27, the magazine has not responded. Sorry folks, the link is in Malay. The “Saji” magazine is a food magazine published by Utusan Karya Sdn. Bhd., a [...]  2 comments | Full article »

Sun, July 4, 2010

Mudah.my Is Annoying Me

I was trying to post 3 used items for sale yesterday, but managed to do only 2 because I still don’t have access to the 3rd item’s photographs. I posted 2 items: 1. Polygon Zero 2007 Region: Selangor Name: Ady Romantika Email: adyromantika@XXXXXX.com Telephone number: 01XXXXXXXXX, not shown in the ad Category: Other Vehicles, For sale Subject: Polygon Zero 2007 IC Number:XXXXXXXXX Post code:63000 Text: Selling my [...]  Full article »

Sat, June 19, 2010

PHP Debugging on PDT using Xdebug, with PHP packaged in XAMPP

It has been a while since I posted something technical so here goes. This article is meant for someone who has done PHP development before, and already has a web server and a working PHP installation. Traditionally in the old days these are the things that I do to debug my PHP code: Put in extra echo [...]  Full article »

Thu, June 3, 2010

Bank Simpanan Nasional Should Provide Better Service

I was instructed by my financial advisor to apply for the Al-Aiman credit card because of the low cash advance fee, to execute in a financial program, so I did and I got approved. However I received 2 cards (both Visa and MasterCard) although I only applied for a Visa card. Something fishy is going on, [...]  Full article »

Wed, May 19, 2010

Some Tips For Fresh Grads

I had to go through quite a significant number of resumes the other day, and here are some tips for fresh graduates out there. Try to make your resume short. 2-3 pages is just nice, 4 is too many. Skip that section listing your primary school results and hobbies. What good does it make if your [...]  1 comment | Full article »

Mon, May 10, 2010

Sakae Sushi Lets Mothers Starve On Mother’s Day

Technology is great, indeed but human interaction is also important. We are sushi lovers, yes. Our favorite sushi outlet in Malaysia is Sushi King. Passing by Sakae Sushi for many times and looking at the rows of computer screens, we decided to try it out on Mother’s Day at The Curve. While other eateries provide promotions for [...]  Full article »

Mon, April 26, 2010

Facebook Glitches

Facebook is an application, so it’s normal that it has glitches and problems. The first one I saw last week while writing a like button plugin is the incorrect number of likes a like button displays: It’s obvious there were 4 likes for the post but it randomly displays 2 of my friends. When not logged on, [...]  1 comment | Full article »

Thu, April 22, 2010

WordPress Plugin: Basic Facebook Social Plugins

Today, I saw that Facebook introduced some new features, and one intriguing feature is called “Facebook Social Plugin“. It would be very interesting to have blog posts to be simply “liked”, and having information displayed about activities and recommendations related to your website. So I decided to take 30 minutes of my break time and write [...]  8 comments | Full article »