A Chinese Challenge To Intel
motang writes "Chinese government funded Godson-3 a CPU that is developed to bring personal computing to majority of Chinese people by the year 2010. Will this pose any threat to Intel?"
← Back to Stories (view on slashdot.org)
"Godson"... The new Jesus chip?
This is very bad for Intel (and probably AMD, why not?) since there will be a much more cheaply made multi-core CPU available on the market.
I guess we'll see about that. I did find, however, the best quote ever from TFA
"The decision makers and [Chinese] IT community have come to realize that CPUs [central processing units] are important."
Um...yeah.
You'll have that sometimes...
It's gonna have to be x86-compatible to run all those counterfeit copies of Windows.
"We make our world significant by the courage of our questions and by the depth of our answers." Carl Sagan
Maybe now the Chinese will stop trying to hack my servers because they're already inside.
Most of the stuff on
hello.c:
./hello
--
#include <stdio.h>
int main(void)
{
char* msg = "Tibet Free!";
printf(msg);
}
--
$ gcc hello.c
$
Segmentation fault.
$