Tag Archive for 'Google'

…It’s Tuner Tuesday: The Uno?

The Uno

The Uno is unlike anything you’ve ever seen before.

By using gyroscope technology similar to the Segway, it balances on two wheels that sit right next to each other. The Uno goes forward when you push your body weight forward, and backwards when you push your body weight backward. The further you lean, the more the Uno tilts, and the faster it accelerates.

Apparently it’s so simple to operate that there are no controls except for an on-off switch. The gyro tells the ECU how much to accelerate automatically, and the proper amount of power is delivered to the wheels through electric motors, one for each wheel.

The body and frame are both custom designed, with a Yamaha R1 serving as the starting point. After prepping the frame, the molding took just six weeks to complete.

And if that’s not enough for you, then keep in mind that the entire thing was designed by Ben J. Poss Gulak, an 18-year-old who taught himself CAD on a home computer using Google’s free SketchUp tool to create the initial idea.

Could this be the future of motorcycle design?

[The Uno]

[Via: Motorcycle Mojo Magazine]

…The Torch Relay continues for now?

As the protests continue, the Torch Relay is definitely heating up. Keep track of where it’s at and where it’s going with this handy widget:

…Google’s Mobile LCM has been discovered?

Google Mobile LCM

Robots.txt is a file that webmasters use to tell Google’s spiders what they can and cannot crawl through to index for search results, but for the curious, it’s also a way to figure out what Google doesn’t want the world to know about yet.

That’s because Google maintains its own robots.txt file that prevents their new products from showing up in search results until they’re ready. However, they don’t prevent you or I from taking a look at their robots.txt file and seeing what’s in there, which is exactly how Google Mobile LCB was discovered.

Google Mobile LCB appears to be a searchless search, where you put in your location, and Google automatically gives you various categories for things that are around you.

Though it’s obviously not finished, the idea is an interesting one, and I think we’ll see more and more programs become location aware as more and more cell phones come standard with GPS.

Are you ready to hack Google?

[Google Mobile LCB]

[Google - Robots.txt]

[Via: ZDNet]

…Yesterday was April Fools’ Day?

“You know the rules, and so do I…”

Yesterday was April Fools’ Day, but I feel like it should have just been called Official Rick Roll Day, since so many sites (DYH included) used it as an excuse for a little meme misdirection. (YouTube Rick Rolling anyone and everyone that clicked on a featured video link was a classic!)

However, not all sites went for the easy/obvious gag, and some managed to pull some pretty funny stunts. Below are some of my favorites:

YouDigg

Virgil

Virgil

Trust Banners

Trust Banner

Gmail Custom Time

Google Custom Time

ThinkGeek’s line of April Fools products, including the Pii Pii Brothers

Aviary’s Dodo: Web-Based Time Machine

Aviary Dodo

For more April Foolery, check out the following lists:

[Top 100 April Fools' Day Hoaxes Of All Time]

[April Fools' Day On The Web]

[Wikipedia - April 1, 2008]

…Google Maps makes you a leprechaun?

Google Maps Leprechaun

In honor of St. Patrick’s Day, Google has changed their Street View map marker to a leprechaun that flies around the map on a little rainbow.

[Google Maps]

…Digg doesn’t like Bad Behavior?

Digg

Sometimes it just helps to search!

Recently, I was alerted to a problem with DYH and Digg. Whenever a post was submitted to Digg, the user was greeted with the following message instead of the usual Digg verbage:

    This link does not appear to be a working link. Please check the URL and try again.

A quick Google of [Digg + ”This link does not appear to be a working link. Please check the URL and try again.”] turned up this page, which indicated the fact that this issue was due to an incompatibility between Digg and the Bad Behavior plugin.

Since I’m a huge fan of the Bad Behavior plugin and what it’s done to eliminate the spam that this site was seeing, I was reluctant to just remove it.

Thankfully, there’s a workaround, though it gets into php code, so it’s a bit messy for Wordpress beginners. However, if you use the Bad Behavior plugin on your own site, and want Digg to Digg, then do the following:

  1. Open up the Bad Behavior plugin folder
  2. Open up the Bad Behavior subfolder
  3. Open a file called “whitelist.inc.php” in a text editor
  4. Find the following text:
    // Includes four examples of whitelisting by IP address and netblock.
    $bb2_whitelist_ip_ranges = array(
    “10.0.0.0/8″,
    “172.16.0.0/12″,
    “192.168.0.0/16″,
    // “127.0.0.1″,
    );
  5. Add Digg’s crawler address (64.191.203.34) as follows:
    // Includes four examples of whitelisting by IP address and netblock.
    $bb2_whitelist_ip_ranges = array(
    “10.0.0.0/8″,
    “172.16.0.0/12″,
    “192.168.0.0/16″,
    “64.191.203.34″,
    // “127.0.0.1″,
    );
  6. Save, and re-upload the “whitelist.inc.php” file

Moral of the story: Almost any problem can be solved with a little bit of Google.

…The Internet is having a party?

The Internet Party

Cracked’s Internet Party is a fantastic spoof of what would happen if you took various website personalities and put them in a room together.

Digg it, sell it, and poke it, because this party’s going to be crazy.

[Cracked - The Internet Party]

…It’s Website Wednesday: Wikia Search?

Wikia Search

Wikia Search wants to take down the Google giant with a freely licensed (open source) search engine.

Since Google is now a $200 Billion company, it’s easy to assume that they’re going to be a bit guarded with regard to their search technology; as it is, after all, the driving force behind most of those billions.

However, Wikia Search feels that by putting users in control, they can create a search engine that works faster, is more accurate, and is more informative.

How is it going to do this?

By using the power of a community of users acting together in an open, transparent, and public way.

Their belief is that “search is a fundamental part of the infrastructure of the Internet, and that it can and should therefore be done in an open, objective, accountable way”.

Though it’s currently only an Alpha release (meaning the results are pretty bad because there is no user feedback data), as that data starts to roll in, expect the results to get better at an impressively quick pace. (At least that’s the hope.)

It’s definitely an interesting project, and I hope it’s successful too, because if it can do for search what Wikipedia did for the encyclopedia, then Google definitely needs to keep an eye on this David.

[Wikia Search]

…Google can see you?

Google Maps Mobile

Google now knows where you are!

With the release of Google Maps 2.0 (Mobile), Google announced a new feature called My Location. It’s still in Beta (as are most Google products) but the idea is that your phone can now locate you on the map without the use of GPS.

How does it do this?

    The My Location feature takes information broadcast from mobile towers near you to approximate your current location on the map - it’s not GPS, but it comes pretty close (approximately 1000m close, on average).

It’s not exactly going to replace your Garmin, but it’s designed to help with finding local restaurants and gas stations and the like, so I think it’s definitely a cool technology with a lot of possibility.

[Google Maps Mobile]

[Via: Google Press Center]




Creative Commons License

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License.