Slashdot Mirror


Sensors Gone Wild

tulanian writes "forbes.com has an interesting article on networked, intelligent sensors. It mentions an experiment done by DARPA where several dozen magnetic sensors were scattered along a road and passing vehicles could be identified by their magnetic signatures."

8 of 203 comments (clear)

  1. What a boad of lollocks. by Boss,+Pointy+Haired · · Score: 1, Offtopic

    Anybody else try and read this article and not have the faintest idea what it was about?

  2. SHORTEST BOOKS EVER WRITTEN by Anonymous Coward · · Score: -1, Offtopic

    "A Guide To Arab Democracies"
    "A Hiker's Guide To The Ho Chi Minh Trail"
    "Advanced Linux User's Guide"
    "Blacks I Met While Yachting"
    "Career Opportunities for Liberal Arts Majors"
    "Excellence In The CFL"
    "Fast And Efficient Windows Applications"
    "How To Be A Good Sport", by Tonya Harding
    "How To Win The Super Bowl", by Jim Kelly
    "Keebler Elves That Touch Themselves"
    "My Life As A Woman", by Martina Navratilova
    "The Engineer's Guide to Fashion"
    "Young, Single Males Speak Out Against Masturbation"
    "How to be Normal" and "How to be Polite" both by RMS
    "Easy to use Linux"
    A Canadian telephone book
    "My Social Life" by ESR
    "Correct Spelling and Grammar in English" by Rob "CmdrTaco" Malda
    "Business Ethics" by William Gates III (with foreword by Ken Lay)
    "Heterosexuality among the Slashdot crew"
    "Truths I have told" by Al Gore
    "How to Speak Clearly and Correctly" by George W. Bush
    "How Canadians Stand Up for Themselves"
    "How to Get a Date with a Woman" by your local LUG
    "How to Tell the Truth" by William J. Clinton
    "The Names of Women Interested in Linux Geeks"

  3. the math of alpha transparency: part 1 by Anonymous Coward · · Score: -1, Offtopic
    most people assume that implementing alpha transparency is difficult. After all, it's unaupported in XWindows/XFree86, and was unavailable in Windows until 2000 or MacOS until v X.

    However, the match is simple and straightforward.

    Assume F is the foreground color, B is the background and A is the alpha level([0--255; 0 is pure foreground, 255 is pure background).

    Each component (RGB) of the colors must be processed separately, but the math is:

    ((F.red * (255-A)) + (B.red * A))/255

    That wasn't so hard was it? Of course, there are 2 multiplications and 1 division for each component (and three components). MMX allows limited operations (addition, subtraction. multiplication, and shifting) on all 3 components simultaneously, which we will discuss later.

    Tha algorithm execution speed can be increased at a cost of accurracy by replacing the division of 255 with a right shift of 8 (which is a division of 256) which can be performed significantly faster. By using a modied Liebenitz series extrapolation, we can compensate for this loss of accuracy, though.

  4. Sad news ... Stephen King dead at 55 by Anonymous Coward · · Score: -1, Offtopic


    I just heard some sad news on talk radio - Horror/Sci Fi writer Stephen King was found dead in his Maine home this morning. There weren't any more details. I'm sure everyone in the Slashdot community will miss him - even if you didn't enjoy his work, there's no denying his contributions to popular culture. Truly an American icon.

  5. Crap! by Anonymous Coward · · Score: -1, Offtopic

    No moderator home pr0n? The title got me all exicted.....

  6. New Law by Anonymous Coward · · Score: -1, Offtopic

    George Duyba Bush, with DARPA backing has passed a law outlawing clothing in the United States. When asked why they wanted to make the US the first all nudist country DARPA replied "Naked people can't be secret terrorists, and we also wanted to see what Britney Spears really has."

  7. Re:High Income = Good Roads? by coryboehne · · Score: 0, Offtopic

    From AC high command: All your FP are belong to us..... :)

  8. Re:Wear and Tear? by penguin_punk · · Score: 0, Offtopic

    "0110100100100000011000010110110100100000011000100 110000101110100011011010110000101101110"

    011010010010000001100001011011010010000001110010 01 101111011000100110100101101110

    --
    HURD - Hurd's Under Research & Development