Posts Tagged ‘technology’

Why Apple has a Winner on their Hands with the iPad…

January 31, 2010  |  , , , , , ,  |  Comments

iPad

It really is touching the future.. Industry Pundits worldwide are already calling the iPad a big failure. People have gone on to say that the iPhone was one of the last great things we would ever see from the iconic Steve Jobs. The iPad in many ways is something that is radically new than just trying to innovate an existing market that the iPod and iPhone lines have done.

The iPad is Apple’s Computer for the rest of us. By the rest of us, I mean the people who aren’t in the Technology profession. Tech Enthusiasts world over have been crying foul that the iPad is not open and they cannot install apps of their choice. I’d have loved it if Apple allowed open App Development on the iPad without being dependent on the App Store, but the fact remains in doing so they would be jeopardizing the Experience that Apple has built around its platform.

I’m a student of Computer Science and I appreciate the power that my MacBook Pro or my Dell PC offers me, but everytime my Mom wants to send an email to somebody there are just too many steps involved with both of these platforms. But she understands how the iPhone works, it really is that simple. When I showed her the iPad video the only thing she said was I’d love to have this thing.

iPad-Photos 

Read More
Need for Speed : Google Pwns OpenDNS with its own DNS…

Need for Speed : Google Pwns OpenDNS with its own DNS…

December 4, 2009  |  , , , , ,  |  Comments

Google seems to be getting everywhere. They are there in just about every corner of our online life, and now they have taken a step further by launching Google Public DNS. Google Public DNS aims at making the web faster for you, by using a high speed, public DNS server. Here’s what DNS does in simple words :

Say you type in the Wikipedia.org in your browser window. The DNS then converts the URL you typed into machine readable IP address and returns it to you. Only after the actual IP of the website is determined does the webpage begin loading for you.

OpenDNS has long since been considered the pioneer in the making the web faster by giving users a free, fast public DNS server with servers spread around the globe to reduce latency.

I’ve been using OpenDNS for the past two years for my needs, and needless to say the experience has been quite good. Not to forget the increase in speed while browsing the web. But today with the release of Google’s own DNS solution I was curious to see if it could beat the already fast service that OpenDNS provides.

So I ran my own tests sitting here in India, using this script by Manu over at TechSutra.

#!/bin/sh 
for i in "lifehacker.com" "facebook.com" "dailyapps.net"  "reddit.com" "google.com" "bbc.co.uk" "microsoft.com" "yahoo.com" "ebay.com"
do
  for j in "4.2.2.2" "8.8.4.4" "208.67.222.222"
  do
    echo $j $i `dig @$j $i | grep Query | awk -F ":" '{print $2}'`
  done
done

And here are my results :

Read More