Slashdot Mirror


Breaking the Squid Barrier

An anonymous reader writes "Dr. Steve O'Shea of Auckland, New Zealand is attempting to break the record for keeping deep sea squid alive in captivity, with the goal of being able to raise a giant squid one day. Right now, he's raising the broad squid, sepioteuthis australis, from egg masses found in seaweed. This is a lot harder than it sounds, because the squid he's studying grow rapidly and eat only live prey, making it hard for them to keep the squid from becoming prey themselves. If his research works out, you might one day be able to visit an aquarium and see giant squid."

4 of 126 comments (clear)

  1. Meanwhile by MichaelSmith · · Score: 5, Funny

    Giant squid are trying to break the human barrier: to tes how long they can keep human beings alive at great depth. Currently the record stands at 120 seconds.

    1. Re:Meanwhile by Elky+Elk · · Score: 5, Funny

      That's part of the scientific exchange program, done on a squid pro quo basis.

  2. Re:cuttlefish are not quite squid... by tkw954 · · Score: 5, Informative

    nonetheless, trying to raise giant squid may not be a good idea:

    That's right, trying to raise a giant squid isn't a good idea, it's an awesome idea!

  3. Re:Squidcam by Hal_Porter · · Score: 5, Funny

    Saying Java is better because it works on all platforms is like saying anal sex is better because it works on all genders.

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