Slashdot Mirror


Heads-Up Displays for Motorcyclists

An anonymous reader writes "An NYT article describes a new invention by a former racing driver to incorporate displays in the visors of helmets used by motorcyclists. A GPS receiver in the helmet is used to calculate position and speed of the wearer, and presumably in displaying route guidance. I'll bet some horrifying data could be gathered on the speed with which riders' heads impact the pavement after an accident."

5 of 608 comments (clear)

  1. Same speed? by iReflect · · Score: 5, Funny

    I'll bet some horrifying data could be gathered on the speed with which riders' heads impact the pavement after an accident.

    Umm... Wouldn't it be aproximately the same speed that the motercycle was going when it crashed?

  2. Awesome, peruse /. while.... by TheWart · · Score: 5, Funny

    You ride your bike! "Officer, I wasn't going over the speed limit, but I was reading a reply, and this guy linked me to the Goat man!!!"

  3. Re:Funny fact of the day by ShadowBlasko · · Score: 5, Funny

    Best thing I have ever heard them called, (at least, in regards to smaller faster [usually japanese] motorcycles) was:

    Darwinian Accelerators.

    Still laugh at that one.

    --
    There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order- Ed Howdershelt Via Tass
  4. Easiest software ever by SheldonYoung · · Score: 4, Funny

    If I could get the job of writing this software for this thing it would be the sweetest deal ever. The software would be sooo easy:

    while(true) {

    if( isGoldWing() ) {
    print "Speed: Too slow";
    } else {
    print "Speed: TOO FAST!");
    }

    if( rider.age() < 23 ) {
    print "Reminder: You suck for wearing a tank top, shorts and sandals.";
    } else if( rider.age() > 50 ) {
    print "Reminder: You bought a Harley for the vibration, there are cheaper and more portable alternatives";
    }

    if( speed < mph(60) ) {
    waste_of_bike++;
    }

    excitement_factor += random() + radar(CONST_SUV, 42.0);

    if( stoppie_detected() ) {
    dumpRider( "You cocky fool" );
    }

    }

  5. Re:vibration? by CaptainBaz · · Score: 4, Funny
    On the track it would be rather usefull to keep a eye on the rpms easier.
    Ok, hands up everyone who thought he was talking about linux!