Slashdot Mirror


Electronic Warfare Insects Coming Soon

Mike writes "British defence giant BAE Systems is creating a series of tiny electronic spiders, insects and snakes that could become the eyes and ears of soldiers on the battlefield, helping to save thousands of lives, and they claim that prototypes could be on the front line by the end of the year. A fascinating development to be sure, but who thinks this won't be misused domestically for spying and evidence gathering?" Included in the story is a link to a creepy little (scripted, rendered) demo video of these robots in action.

2 of 187 comments (clear)

  1. On high school by edsousa · · Score: 0, Offtopic

    This would make a lot of boys happy :) Just wonder the different uses the insects can have...

  2. Re:BAE Systems Motto by Hal_Porter · · Score: 0, Offtopic

    Has anyone else noticed the conversations that twitter's sockpuppets have with each other are getting stranger?

    --
    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;