Slashdot Mirror


Wireless Mouse with no Batteries

GI Joe writes "Hardcoreware.net have posted a review of a mouse with no batteries; it receives its charge through induction from the USB powered mousepad. Of course this means you must use the mouse on this mousepad, taking away some of the big advantages of a wireless mouse. However, they said that the mouse is otherwise very accurate, and has no lag at all since it uses RFID."

3 of 329 comments (clear)

  1. So uncool... by Soulfarmer · · Score: 0, Offtopic

    The parent of this has nothing to do the grandparent of this... And please feel free to mod THIS one down, not the parent of this :)

    --
    -Is the meaning of life vanity, or is vanity the meaning of life?
  2. Re:There goes that... by powerlinekid · · Score: 0, Offtopic

    I'm more concerned about what happens when you get your tin foil hat really close to a microwave.

    --

    can't sleep slashdot will eat me
  3. Re:Bleh.. by Hal_Porter · · Score: 0, Offtopic

    LOL!

    Your hands might be trackable, but I wear tinfoil gloves.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;