Google Navigation.. Yes please

Filed Under Gadgets & Hardware, Video | 2009-10-28, 11:59

I think I’m sold on the Motorola Droid (and Android 2.0) with the addition of Google Navigation:

Google Navigation takes the awesomeness of Google Maps and puts all of it and more onto your Android device.
Up to date map data, easy searching, voice navigation, live traffic reports, searching for stops along your route, satellite AND street view?! About the only downside is how it behaves if it is unable to get a data signal. I’ll still keep my Garmin eTrex vista HCx for those off road trips and for logging tracks, but looks like Google Navigation blows other navigation software out of the water when it comes to driving.

More details over on the Google Blog.

Leave a Comment



Secure your code!

Filed Under Geek | 2006-10-07, 14:06

google code search

Google has launch it’s new Google Code Search which allows you to search publicly accessible source code. Great for programmers, great for hackers, bad for not so attentive webmasters. Google crawls websites and peeks inside archive files (.tar.gz, .tar.bz2, .tar, and .zip) looking for code. Remember when you figured a zipped up file wouldn’t be spidered by a search engine? Not anymore. So check your websites, make sure you don’t have anything sensitive in those zip files in a clear-text text file. Want to know how easy it is to find useful information for not-so-nice actions? Check out this search for the config file for WordPress that contains your database information.
While I think Google has the best intentions, I don’t think this search is going to be a positive thing. The amount of code that might be accidentally exposed as well as the number of people just plain copying code is a bit much. If people want to put their code out there, they should just post it on a website to let all the search engines crawl it.

Leave a Comment