Slashdot Mirror


China Releases 2nd generation MIPS Chip

eldawg writes writes with news of the launch of a second-generation Chinese 64-bit MIPS CPU. "The Godson-2 or 'Dragon' went into production last week. News reports indicate that, 'The CPU is 95% MIPS compatible using an unauthorized and unlicensed variation of the MIPS architecture, which is owned by the American company MIPS Technologies...The Godson-2 is pretty much a copy of the MIPS R10000 which makes it on par with 1995 technology.' The Chinese plan on using these chips in consumer electronics for the local market, but one can assume that they will eventually end up in exported electronic goods. I wonder if MIPS Technology will sit idly by when this happens?"

354 comments

  1. SPIN SPIN SPIN! by seanadams.com · · Score: 5, Insightful


    News reports indicate that, 'The CPU is 95% MIPS compatible using an unauthorized and unlicensed variation of


    Unauthorized and unlicensed - duh, of course it is. That does NOT per se make it illegal and it certainly does not mean it is "stolen". Anyone can implement an instruction set (there are decades of precendent for this) - while our system may be really fucked up when it comes to thing like business method patents, on processor architecutre (and electronics in general) it is clear: it's the implementation that counts, NOT the idea.

    the MIPS architecture, which is owned by the American company MIPS Technologies...

    Do you mean "implementations of which have been successfully licensed by MIPS, but frankly it's a well documented and relatively simple RISC instruction set
    that a single person with a few years VHDL experience can implement"? See OpenCores for an example.

    The Godson-2 is pretty much a copy of the MIPS R10000 which makes it on par with 1995 technology.'

    So WTF are the latest Opteron processors? On par with 1978 technology?

    The Chinese plan on using these chips in consumer electronics for the local market, but
    one can assume that they will eventually end up in exported electronic goods.


    One can be assured that cheaper processors will find their way into everything. Nice try insinuating that the EVIL CHINESE are deliberately out to screw us by EMBRACING CAPITALISM!

    I wonder if MIPS Technology will sit idly by when this happens?"

    I wonder if MIPS has a choice. See AMD vs Intel ca. 1991

    1. Re:SPIN SPIN SPIN! by waltznumber3 · · Score: 0

      you spin me right round baby, right round, like a record baby right round round round...

      fucking chinese sons of a bitches... wtf mate ^^

      --
      If you just took anything I said seriously, read it again.
    2. Re:SPIN SPIN SPIN! by Anonymous Coward · · Score: 0

      What did you expect on SLASHDOT?!

      It's Mac, MS, Sun, CHINA BASHING, Mac, MS, Sun.

      Repeat, and rinse.

      Throw in the occassional RIAA/MPAA.

    3. Re:SPIN SPIN SPIN! by Anonymous Coward · · Score: 2, Funny

      My question then, after all the errors in the write-up, is what year is the new chip on par with?

    4. Re:SPIN SPIN SPIN! by Raindance · · Score: 2, Interesting

      A few points-

      1. This processor is 95% MIPS compatible. I understand incompatible, and 100% compatible. What do they mean by this?

      2. You're right that this is mainly a PR release- and though it doesn't flat-out say that this processor infringes on any MIPS patents, it's certainly implied. You seem to be strongly implying that this processor *doesn't* infringe on any MIPS patents. Do you have any facts about this, or is it your intuition?

      3. If the Godson-2 is "pretty much a copy of the MIPS R10000" that seems to make performance claims (rather than just saying it's "MIPS compatible"). I'm not sure your Opteron-8086 analogy architecture analogy holds up.

      Good catch that this is was a PR release.

    5. Re:SPIN SPIN SPIN! by Homology · · Score: 4, Informative
      2. You're right that this is mainly a PR release- and though it doesn't flat-out say that this processor infringes on any MIPS patents, it's certainly implied. You seem to be strongly implying that this processor *doesn't* infringe on any MIPS patents. Do you have any facts about this, or is it your intuition?

      A patent granted in USA is not automatically valid elsewhere, and you cannot infringe on a patent where it's not valid. The Chinese will infringe on MIPS patents if they try to export their chip to countries where the MIPS patens are valid.

    6. Re:SPIN SPIN SPIN! by arivanov · · Score: 4, Informative
      1. This processor is 95% MIPS compatible. I understand incompatible, and 100% compatible. What do they mean by this? .

      It does not implement the bits that are patented. IIRC there are patents MIPS equivalent of SIMD instructions and a few others. The chinese were wise enough to skip these so they in fact can export this and MIPS technologies will have to sit and watch.

      Do you have any facts about this, or is it your intuition?.

      It was one of the design criteria. There was plenty of information about it 1-2 years ago. It was carefully and deliberately designed around MIPS patents. The rest of the architecture and the instruction set is an industry standard and in the public domain.

      If the Godson-2 is "pretty much a copy of the MIPS R10000".

      It is as far as instruction set is concerned. It is not as far as technology and implementation. While R10000 was not a bad CPU, I would expect "Godson" to be considerably better. It should consume less and scale to higher frequencies. China has manufacturing capability on 150nm (and possibly less) which was not available to anyone in 1995

      --
      Baker's Law: Misery no longer loves company. Nowadays it insists on it
      http://www.sigsegv.cx/
    7. Re:SPIN SPIN SPIN! by seanadams.com · · Score: 4, Insightful

      1. This processor is 95% MIPS compatible. I understand incompatible, and 100% compatible. What do they mean by this?

      It could mean a couple instructions aren't implemented. This could be because:

      a) they had to avoid a patent
      b) some instructions were part of the original architecture, but were never used
      c) some better replacement was discovered

      It is relatively easy to strip out support for a couple specialty instructions from a compiler, so the usefulness of a "95% compatible" processor is perfectly conceivable.

      2. You're right that this is mainly a PR release- and though it doesn't flat-out say that this processor infringes on any MIPS patents, it's certainly implied. You seem to be strongly implying that this processor *doesn't* infringe on any MIPS patents. Do you have any facts about this, or is it your intuition?

      I'm just saying there's nothing here to suggest that it DOES. That's the whole art of "spin".

      3. If the Godson-2 is "pretty much a copy of the MIPS R10000" that seems to make performance claims (rather than just saying it's "MIPS compatible"). I'm not sure your Opteron-8086 analogy architecture analogy holds up.

      Performance is largely a function of non-platform-specific things, including having access to the latest silicon processes - and China does. Instruction set is not so relevant - we've gotten to today's performance mostly by heaping layers upon layers of pipelining and caching engineering on top of the original x86 instruction set so I think it's a fine analogy.

      Good catch that this is was a PR release.

      Who knows - there are tons of Silicon Valleyites who are just completely pissed about globalization and the threat of Chinese technology, so who knows the motive for this fine article.

    8. Re:SPIN SPIN SPIN! by Tim+C · · Score: 1

      What on earth are you talking about? He was ripping on the article posted here, not on the Chinese...

    9. Re:SPIN SPIN SPIN! by jmking1 · · Score: 1

      It's a references to this.

    10. Re:SPIN SPIN SPIN! by Anonymous Coward · · Score: 0
      You seem to be strongly implying that this processor *doesn't* infringe on any MIPS patents. Do you have any facts about this, or is it your intuition?


      So guilty until proven otherwise?

      Nice one
    11. Re:SPIN SPIN SPIN! by jcr · · Score: 3, Informative

      See AMD vs Intel ca. 1991

      You do realize, that AMD had a license to second-source Intel parts, right? That litigation was over the terms of that license.

      -jcr

      --
      The only title of honor that a tyrant can grant is "Enemy of the State."
    12. Re:SPIN SPIN SPIN! by Gentlewhisper · · Score: 2, Interesting

      All these media outlets and propaganduh can say all they want, all I know is there will come a time when I will still be able to compute FREELY using my cheap Kung-Pau-Dragon-Godson-V-Dear-Leader processor when all of you Linux zealots are just sitting there facing a blank EFI boot prompt :D

    13. Re:SPIN SPIN SPIN! by nmos · · Score: 1

      My question then, after all the errors in the write-up, is what year is the new chip on par with?

      A 3 year old.

    14. Re:SPIN SPIN SPIN! by JohnsonWax · · Score: 5, Funny

      It does not implement the bits that are patented.

      Correct. Both the least significant bit and the most significant bit are patented. The Chinese omitted these for legal reasons. As a result the Godson-2 is relatively fast but highly insignificant.

    15. Re:SPIN SPIN SPIN! by SilentSheep · · Score: 3, Informative

      It doesn't implement the unaligned memory access instructions. This is one of the only useful patents held by MIPS.

      --
      .
    16. Re:SPIN SPIN SPIN! by SilentSheep · · Score: 2, Informative
      1. This processor is 95% MIPS compatible. I understand incompatible, and 100% compatible. What do they mean by this?

      They could not implement the unaligned memory access instructions of the MIPS architecture. MIPS have a patent for this.

      --
      .
    17. Re:SPIN SPIN SPIN! by dascandy · · Score: 1

      >>The Godson-2 is pretty much a copy of the MIPS R10000 which makes it on par with 1995 technology.'

      >So WTF are the latest Opteron processors? On par with 1978 technology?

      Not exactly. The 1978 technology was 16-bit (with a stretch), the Opteron is 64-bit. It's an 8086 at much higher speeds (which don't matter for the technology), but with a lot more instructions, capabilities and functions (which DO matter).

      The Godson-2 apparently is a clone of the R10000, customized for Chinese manufacturing plants. They probably shrunk the die and put it in a different box, but it doesn't change the processor.

    18. Re:SPIN SPIN SPIN! by Anonymous Coward · · Score: 0

      An instruction that is useful for legacy code that is ported, accessing datasets without masking the result and shifting.

      However for tasks that don't need to worry about this (something that this processor certainly doesn't) it isn't a big omission.

      The chip is perfectly legal. The article text is rather disgusting, to be honest. America certainly doesn't like it when other countries start competiting, does it? Capitalism isn't about competition though, it is about staying rich when you get to that place. Competition in the marketplace from a foreign country (because at home you can legislate the competition into the ground) is a real threat to their cushy situation.

    19. Re:SPIN SPIN SPIN! by hattig · · Score: 2, Informative

      The Godson-2 apparently is a clone of the R10000, customized for Chinese manufacturing plants. They probably shrunk the die and put it in a different box, but it doesn't change the processor.

      No, they recreated it from scratch from the instruction set.

      You can't just take an existing die and somehow create a processor design from it (well, you could strip each layer off, then reverse engineer each layer, then spend ages working out what bit does what - easier to just design it from scratch), and then shrink it. They probably even have a license for the design and layout software they're using.

      Godson 1 was the first implementation from scratch. Godson 2 is clearly the first step towards modernisation and optimisation of that design - 150nm or 180nm instead of what? 350nm? Maybe alternative non-patent infringing implementations of the missing functionality?

      It is a different processor, as different as an Opteron is from a Xeon anyway.

      The Chinese know that this processor will be used in products abroad. They know it'll be looked at in detail. Their capitalist side will ensure that there won't be any problems in this regard.

    20. Re:SPIN SPIN SPIN! by name773 · · Score: 1

      google

    21. Re:SPIN SPIN SPIN! by name773 · · Score: 1

      "Capitalism isn't about competition though"

      is this guy serious?

    22. Re:SPIN SPIN SPIN! by name773 · · Score: 1

      you think the Chinese will get into the drm thing?

      it seems like they would given the whole communist thing and that firewall they've put up, but on the other hand it seems like one of those things they'd build a workaround for (think new system style "workaround" not a hardware mod)

    23. Re:SPIN SPIN SPIN! by evanism · · Score: 0

      probably true dudes, but even if they did licence it, what would they be charged? An out-of-date architecture using an obsolete design with antiquated manufacturing methods.... A clock cycle of my grandfathers penny farthing too. Let the Chinese have a bash, as they are pretty good at this sort of stuff, and who knows... if they get good at it we might see some interesting ideas spring out of a billion curious consumers..... Linux people rejoice, a brand new market!

      --
      Just bought a new quantum computer, but I'm uncertain how it works.
    24. Re:SPIN SPIN SPIN! by LiquidCoooled · · Score: 1

      You forget, the evil-bit is also patented and not included in this processor.
      Google executives have been monitoring developments carefully.

      --
      liqbase :: faster than paper
    25. Re:SPIN SPIN SPIN! by Hal_Porter · · Score: 2, Interesting

      That might not matter

      Lexra trapped these, and you could write an emulator in software, but it still got sued. The case was settled out of court as far as I can see.

      http://www.linux-mips.org/wiki/Lexra

      --
      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;
    26. Re:SPIN SPIN SPIN! by dreemernj · · Score: 1

      "I wonder if MIPS has a choice. See AMD vs Intel ca. 1991"

      Does this Chinese company have an agreement with MIPS to share all of their architecture details so that the Chinese company can produce these chips as a backup company for MIPS? Because that was the case with AMD vs Intel. AMD is allowed to make X86 processors without paying royalties to Intel because they were originally contracted as a backup manufacturer, but because of apparent bad business by Intel, they won a lawsuit that gave them the right to make X86 processors on their own.

      --
      1 (short ton / firkin) = 89.1432354 slugs / keg
    27. Re:SPIN SPIN SPIN! by dascandy · · Score: 1

      Are you very damn sure they care about patent stuff? I mean, there aren't many people outside the US that care about the USPTO, and there are even loads IN the US that don't care. I don't figure why they would make new implementations of old stuff.

      Also, I recall MIPS being something of an open design, similar to SPARC in many ways, except that it wasn't headed by a single group. If it's an open design, how much do you have to do except convert it into physical layers and toast it? Perhaps reengineer it for a die shrink?

    28. Re:SPIN SPIN SPIN! by Midnight+Thunder · · Score: 1

      Anyone can implement an instruction set (there are decades of precendent for this)

      For example AMD, and others, making x86 compatible CPUS. Intel couldn't do anything about it.

      --
      Jumpstart the tartan drive.
    29. Re:SPIN SPIN SPIN! by haakondahl · · Score: 1
      It does not implement the bits that are patented.
      Those must be the Most Significant Bits.
      --
      Don't trust anyone under thirty.
    30. Re:SPIN SPIN SPIN! by minus_273 · · Score: 2, Interesting

      sometimes i wonder if the chinese govenment has people to do their astro turfing for them. This almost reminds me of the post there was no student uprising in China in the late 80s...

      --
      The war with islam is a war on the beast
      The war on terror is a war for peace
    31. Re:SPIN SPIN SPIN! by vertinox · · Score: 1

      The Chinese will infringe on MIPS patents if they try to export their chip to countries where the MIPS patens are valid.

      Only then if they either fail to buy the MIPS Technology company, a really good lawyer team, or a lobier of a US Congressman. Hell... With their current economy, they probaly could afford to do all of the above.

      --
      "I am the king of the Romans, and am superior to rules of grammar!"
      -Sigismund, Holy Roman Emperor (1368-1437)
    32. Re:SPIN SPIN SPIN! by Anonymous Coward · · Score: 0

      Since the original poster isn't a court of law engaged in a criminal case, what's wrong with that?

      Hint: the answer is "nothing".

    33. Re:SPIN SPIN SPIN! by Ixne · · Score: 1


      1. This processor is 95% MIPS compatible. I understand incompatible, and 100% compatible. What do they mean by this?

      It means that it refuses to process files containing the words "freedom" or "Taiwan independence."

    34. Re:SPIN SPIN SPIN! by aminorex · · Score: 1

      In the past they leased the whole executive branch, but the lease ran out.

      --
      -I like my women like I like my tea: green-
    35. Re:SPIN SPIN SPIN! by Anonymous Coward · · Score: 0

      Past? Ran out? You really should stop getting your news from Fox. The national debt has bloomed like never before under Bush. Guess who owns all of the proceeds? Won't be long before that national oil deal goes through. At least I know my guy didn't sell me to the enemy.

    36. Re:SPIN SPIN SPIN! by Anonymous Coward · · Score: 0

      Perhapse you guys in USA are fooled by your companies with fancy but useless techniques. And the true fact is that, a CPU is basically not that much difficult to built, as your companies advs boast, simply to crush more cents from your wallet.
      On the other hand, China is itself a huge cpu with ton's of problems ahead, economic overheat, resource bottleneck, bad gov performance, even power leaking, and unit speed unmatch ...., too humble to compare with USA. In fact, a big fan is necessary to cool down your cpu heated soly by cheap jealousy.

    37. Re:SPIN SPIN SPIN! by Anonymous Coward · · Score: 0

      Very true. In fact, it was going to be the Godson-3 until they eliminated that least significant bit.

    38. Re:SPIN SPIN SPIN! by Thalagyrt · · Score: 1

      Well I think the big corporations in the US beg to differ. Microsoft surely hates competition. :P

      --
      Buffalo buffalo Buffalo buffalo buffalo buffalo Buffalo buffalo!
    39. Re:SPIN SPIN SPIN! by Anonymous Coward · · Score: 0
    40. Re:SPIN SPIN SPIN! by Klivian · · Score: 1

      Well re-phrase it somewhat then, look at all the different chip vendors who make 8085 compatible processors. None of them get sued over it.

    41. Re:SPIN SPIN SPIN! by dslbrian · · Score: 2, Informative

      You can't just take an existing die and somehow create a processor design from it (well, you could strip each layer off, then reverse engineer each layer, then spend ages working out what bit does what - easier to just design it from scratch)

      Regarding deprocessing then reverse engineering and copying each layer, I know it sounds absurd, but I have a taiwanese friend of mine who said this happens all the time. In fact this person had done it before when working back in Taiwan. She was particularly proud of having copied an RF design and having only a 3dB sensitivity difference between the copy and the original (which IMO is pretty good for having only a die to work off of).

      Our group laughed about this on one RF IC we did because the top layer was copper. As soon as one tried to deprocess the die the copper would corrode and turn all green. If you looked at it under a scope it was just a big green blob, so we called it our 'IP protection layer'.

    42. Re:SPIN SPIN SPIN! by BSDFreak · · Score: 1

      > So WTF are the latest Opteron processors? On par with 1978 technology?

      Yes.

    43. Re:SPIN SPIN SPIN! by akhomerun · · Score: 0

      they had to avoid a patent

      since when do you have to avoid breeching patents in china?

    44. Re:SPIN SPIN SPIN! by saintlupus · · Score: 1

      1. This processor is 95% MIPS compatible. I understand incompatible, and 100% compatible. What do they mean by this?

      It's a Tandy.

      --saint

    45. Re:SPIN SPIN SPIN! by Anonymous Coward · · Score: 0

      You win the obvious statement of the day award. Congratulations!

    46. Re:SPIN SPIN SPIN! by spyder913 · · Score: 1

      The year of the pig.

    47. Re:SPIN SPIN SPIN! by Zaak · · Score: 1

      Regarding deprocessing then reverse engineering and copying each layer, I know it sounds absurd, but I have a taiwanese friend of mine who said this happens all the time.

      IIRC, IBM's original VGA chip was reverse-engineered by other companies in just this fashion.

      TTFN

  2. Forget The Chip... by __aaclcg7560 · · Score: 4, Funny

    All they need to do is create a knock off copy of the Mac Mini and sell it for $99 USD. They can call it the Red Mini Star. :P

    1. Re:Forget The Chip... by Soko · · Score: 2, Funny

      They can call it the Red Mini Star. :P

      I'd buy one of those for me mum if they'd call the smeggin' thing Red Dwarf.

      Soko

      --
      "Depression is merely anger without enthusiasm." - Anonymous
    2. Re:Forget The Chip... by eclectro · · Score: 2, Funny

      They can call it the Red Mini Star.

      Yes, and if you don't like the gui/OS you are sent away for "re-education".

      --
      Take the cheese to sickbay, the doctor should see it as soon as possible - B'Elanna Torres, "Learning Curve"
  3. Maybe China... by CypherXero · · Score: 0, Troll

    ...will just buy out MIPS Technology, just like they are with everything else.

    1. Re:Maybe China... by xski · · Score: 3, Insightful

      you must not be old enough to remember when Japan was going to buy everything.

      That didn't pan out either.

      -xski

    2. Re:Maybe China... by Anonymous Coward · · Score: 0

      China is a much bigger country than Japan. Their economics are also totally different.

    3. Re:Maybe China... by Gentlewhisper · · Score: 1

      you must not be old enough to remember when Japan was going to buy everything.

      Except back then America was blooming, and actually meant something to the world.

      Please jog my memory, but what did America last produce and manufacture again? I'm talking about culture.. NOT.

    4. Re:Maybe China... by Anonymous Coward · · Score: 0
      Please jog my memory, but what did America last produce and manufacture again?
      bombs, guns and ignoance
    5. Re:Maybe China... by badfish99 · · Score: 1

      Especially ignoance of spelling.

    6. Re:Maybe China... by Anonymous Coward · · Score: 0

      Another one of them forigners who doesn't believe that Americans are superior beings who should be able to kill anyone they want.

  4. So, uh by Anonymous Coward · · Score: 0

    Just checking, can I license MIPS from MIPS and this thing from Soviet China and manufacture my own?

    Also, what the hell are these going to be used for? Are these just for high end computing or do the Chinese seriously plan to start using consumer linux or some shit to run on these MIPSes?

    1. Re:So, uh by Eric604 · · Score: 1

      They are more likely to be used in printers and such consumer electronics.

  5. Vintage culture by The+Amazing+Fish+Boy · · Score: 5, Funny

    The Godson-2 is pretty much a copy of the MIPS R10000 which makes it on par with 1995 technology.

    Which is excellent for vintage music lovers like myself, because all the hardware I've used since 1996 and on has absolutely refused to play my Ace of Base MP3s.

    1. Re:Vintage culture by WasterDave · · Score: 5, Funny

      all the hardware I've used since 1996 and on has absolutely refused to play my Ace of Base MP3s

      Ahhh! Just as I was thinking there had been no significant improvements in computing, there it is - real progress.

      Dave :)

      --
      I write a blog now, you should be afraid.
    2. Re:Vintage culture by chris_mahan · · Score: 0, Offtopic

      I saw the light, and it opened up my eyes.

      --

      "Piter, too, is dead."

    3. Re:Vintage culture by Anonymous Coward · · Score: 0

      I saw the sign!

      (D'oh! I hate myself for knowing this! mmm... "Post Anonymously"... sweeeeet....)

  6. What are they stealing? by Henry+V+.009 · · Score: 4, Insightful

    If it's a copy of 1995 technology, and patents last 10 years, I wonder if they're violating anything important.

    1. Re:What are they stealing? by dougmc · · Score: 4, Insightful
      If it's a copy of 1995 technology, and patents last 10 years, I wonder if they're violating anything important.
      In the US, patents last 17 or 20 years, depending on the type. And US patents aren't valid in China anyways.

      Really, there's little stopping them from using any US company's patented stuff at all -- I'm sure the companies would protest, but what's the US going to do about it? Go to war? Cut off diplomatic ties? Boycott them?

      But they (China) may have problems selling stuff that uses this stuff to other countries, especially countries that are more inline with the US ideas of IP. Of course, China itself is a pretty large market, so this may not be a big problem.

    2. Re:What are they stealing? by demachina · · Score: 2, Interesting

      Its only 95% compatible because they didn't implement some instructions that are patented by MIPS presumably so they can sell products using them in the U.S. without getting sued and without paying MIPS any royalties.

      The Chinese are masters at avoiding the payment of royalties for IP.

      The worst problem they have is their fab technology is a couple generations out of date. They are actively seeking suckers... err ... fab equipment makers who want to partner with them while they steal .... err .... license their technology.

      I get the impression that chip equipment makers are one of the few industries that have seen the peril in partnering with China, turning over all their IP to them, and then being put of business by them. I wonder why other industries weren't so bright.

      --
      @de_machina
    3. Re:What are they stealing? by eddison_carter · · Score: 1

      Uhh, as far as I understand most of them are Japenese? I had read (granted in a book from 1987) that the big American ones were pretty much being killed off.

      Given that the above may be wrong, then they learned the hard way. If it's right, well, Japenese companies always took a longer term view. Not as innovataive though, it'd be nice to have management with a longer-term view + the US culture of encoraging radical ideas in R&D.

      --
      I always prefer to start the year off with a bang - or, to be more precise, a series of loud hums, a crackle or two, and
    4. Re:What are they stealing? by Sycraft-fu · · Score: 1

      Well on the scale of one company, probably very little would happen, espically with something as relitively unimportant as older MIPS architecture (it's not nearly as popular as it used to be). However over all China will have to play by international trade rules. They are a WTO member, something they like wince it gives them much easier access to foriegn markets, and as such the WTO wields some authority. While it's questionable if the US alone could cause enough economic trouble (espically given the reciporical trouble that would happen) with tarriffs/bans, it's no question that if all WTO members did the same China would have no choice but to change.

      In general I think we'll find as China continues to grow to more of a world superpower that the play more and more by world IP rules. I'm sure they'll also work to set what those are, but they are going to want some because as they continue to forge ahead in to high technology, they'll start creating new IP that they'll want to license out and the last thing they'll want is other countries ripping them off.

      At any rate, something tells me we aren't getting the whole story here. Just because they made a chip that is manifestly the MIPS instruction set, doesn't mean that it was done illegally. A clean/dirty technique should be perfectly legal. HAve one group of people rip apart a MIPS's instruction set and fully document it, have another implement a chip based on that documentation. Should be no patent or copyright problems.

    5. Re:What are they stealing? by InvalidError · · Score: 4, Insightful

      I thought the USA culture was offshoring everything and cutting seats to cut costs and increase profits to make stock holders happier.

      As for chip makers, Taiwan appears to be where everyone is headed... or would be if there was enough space to accomodate them. It's been a while since I last saw "Japan" printed on an IC. The majority come from either Taiwan, Malaysia or Korea... just like nearly everything else (once you add China) and only more so in the future.

    6. Re:What are they stealing? by Gentlewhisper · · Score: 1


      Well on the scale of one company, probably very little would happen, espically with something as relitively unimportant as older MIPS architecture (it's not nearly as popular as it used to be). However over all China will have to play by international trade rules. They are a WTO member, something they like wince it gives them much easier access to foriegn markets, and as such the WTO wields some authority. While it's questionable if the US alone could cause enough economic trouble (espically given the reciporical trouble that would happen) with tarriffs/bans, it's no question that if all WTO members did the same China would have no choice but to change.


      Will never happen..

      Tragedy of the commons, you guys just can't resist the notion of not being able to buy that $30 DVD player.

      *gasp* What will happen if Americans can't buy their cheap DVD players and fill their minds with numb and dry American entertainment? Perhaps they will realise what a screwed up place their world is becoming, and actually do something about it!

      The only way your government can keep you in the dark is probably to keep numbing your minds, keep you all fat and contented.. and I'll leave you to find out the rest.

    7. Re:What are they stealing? by jemfinch · · Score: 1

      Since when were patents any less than 17 years in duration?

      Since never. And now they're even 20 years.

      Jeremy

    8. Re:What are they stealing? by Anonymous Coward · · Score: 0

      "Gay Forum"

      The link on your website pretty much say's it all. Shut up you stupid fag.

      Plenty of Americans are thin...oh and last time I travled I noticed that most people in the world are about as fat as Americans. So get over your high and mighty self...

    9. Re:What are they stealing? by makomk · · Score: 1

      It's been a while since I last saw "Japan" printed on an IC.

      I think Japan upped their environmental protection laws a while back, due to problems with hi-tech industrial pollution (particularly of lakes and waterways); that might have something to do with it...

    10. Re:What are they stealing? by ThePhilips · · Score: 1
      The worst problem they have is their fab technology is a couple generations out of date. They are actively seeking suckers... err ... fab equipment makers who want to partner with them while they steal .... err .... license their technology.

      Semiconductor factory is not something what can be easily stolen. Modern factory costs about $2bn, and not much companies can build them - IBM, Intel, TI, STMC and alike.

      IIRC the stories about Godson-I, China was implicitly looking into ways of improving performance cheaply. They do not need PCs, they do not need embedded - this markets are saturated and has no regulations. What they need is home made supercomputers - it is the market which still has reguilations. And Godson is one of the components of the plan.

      Don't make mistakes: Godsons are SMP capable. Add here production capacity of China and its ability to drive prices down - and in next few years you might expect China's supercomputer loaded with zillions of Godsons.

      As an example of such "disruptive innovations" check the top of the Top500 - those IBM's BlueGenes loaded with embedded PowerPC 440.

      China's super computer won't be sophiisticated, but it will have low proice and raw power. That's for sure.

      --
      All hope abandon ye who enter here.
    11. Re:What are they stealing? by king-manic · · Score: 1

      The worst problem they have is their fab technology is a couple generations out of date. They are actively seeking suckers... err ... fab equipment makers who want to partner with them while they steal .... err .... license their technology.


      Taiwan has a lot of fabbing companies, and you thought all this trouble over its independance was just an old grudge...

      Taiwanese people are actually chinese, at some point they will partner with Chinese companies.

      --
      "There are more things in heaven and earth, Horatio, than are dreamt of in your philosophy."
    12. Re:What are they stealing? by Anonymous Coward · · Score: 0

      Makes you wonder what the effect on the computer industry will be when China inevitably decides to retake Taiwan by force. Huge disruption in the supply chain, or will the Chinese try to keep all the factories chugging and just grab the profits?

    13. Re:What are they stealing? by Breakfast+Pants · · Score: 1

      "Should be no patent or copyright problems." That's not true for patents. If you independently come up with a solution to a problem that is patented it doesn't matter; the first inventor keeps their rights. So if a particular way of implementing some instruction was patented they would have to find a new way even if they independentlty came up with the same way.

      --

      --

      WHO ATE MY BREAKFAST PANTS?
    14. Re:What are they stealing? by PlacidPundit · · Score: 1
      Perhaps they will realise what a screwed up place their world is becoming, and actually do something about it!

      No, please. It's not within our authority to go around fixing everything. We do too much of it now. Afghanistan and Iraq I can stomach on some level, since there is a self-defense rationale. Unfortunately, many of the people supporting the action in Iraq also support our involvement in international affairs on purely moral grounds. And that always spells disaster. There are nation-states for a reason, it's much better that independence be maintained.

    15. Re:What are they stealing? by demachina · · Score: 1

      "Uhh, as far as I understand most of them are Japenese?"

      Uhhh, I think you are thinking about the fabs. I'm talking about the companies that manufacture the expensive and non trivial equipment that goes in to the fabs. My memory is hazy but for example Applied Materials and Novellus. I imgagine IBM is in there too. There are some in Korea, Japan and Taiwan too imagine, though I don't think any fab equipment manufacturers in China yet for some reaosn. I suspect they value their IP and they know if they share it with the Chinese they will clone and steal it. Saying that is not racism or anything, its just a fact. The Chinese are trying to go from nowhere to global economic domination in a few decades and they are cutting every corner they can, and stealing IP everyplace they can find it.

      Fab equipment, CPU design and manufacture are some of the few places where America still holds a position. They are not businesses you can just jump in to overnight. There is a lot of intellectual property and expertise required especially for the latest generation. Hopefully someone wont be stupid enough to give it to the Chinese for nothing.

      I think the Chinese are mostly buying used fabs that are phased out elsewhere, and sold off cheap, which is why they are 2 generations behind the leading edge.

      --
      @de_machina
    16. Re:What are they stealing? by dustmite · · Score: 1

      Unlikely. Japan is a "fully" industrialised nation with low unemployment ... the real reason that manufacturing has been moving to other Asian countries, like China, is because labour is far cheaper in those places (lower cost of living / quality of life, higher unemploment, a much larger labour pool, lack of laws protecting abuse of labour, etc.) .. this process has been underway since long before any new environmental protection laws.

    17. Re:What are they stealing? by fm6 · · Score: 1
      Japan is just a very expensive place to do business. Real estate, cost-of-living, everything is very high.

      This wasn't always so. From 1945 to about 1970, Japan was struggling economically, and "Made in Japan" was synonymous with cheap imported goods. But once you become a leading industrial power (and by some measures, Japan is the leading industrial power) you start running short of cheap unskilled labor, and have to offshore processes that require it. Which certainly chip manufacturing.

  7. MIPS is dead, anyway by Ray+Alloc · · Score: 2, Insightful

    If MIPS cannot make its own chips live longer, then it's definitely a good thing that chinese copy it "illegally" and find a usage as embedded consumer processors. MIPS had its 15 minutes, now it's over, they should be grateful that at least their architecture is still used for some obscure stuff.

  8. good point! by Anonymous Coward · · Score: 0

    they are really too expensive as there are, and I wouldn't mind a good cheap doorstop.
    (or boat anchor for that matter :P)

  9. Evil Chinese by Anonymous Coward · · Score: 1, Funny

    Wow this was great evil-Chinese propaganda.

    I am going to kick in the balls the first person who makes an R/L joke and calls this a "LISC" processor.

    1. Re:Evil Chinese by raptor_87 · · Score: 1

      The R/L stuff is more of a Japanese thing anyway...

    2. Re:Evil Chinese by Anonymous Coward · · Score: 0

      Wouldn't some creative use of the acronym RICE be funnier? My contribution (submitted for you approval) Reduced Intellectual Property Converted
      erroneously

    3. Re:Evil Chinese by Anonymous Coward · · Score: 0

      Don't be so angly.

    4. Re:Evil Chinese by Anonymous Coward · · Score: 0

      It is brack day on Srashdot when see bigot a joke rike a dis.

    5. Re:Evil Chinese by Anonymous Coward · · Score: 0

      actually, that's not true.

      in cantonese, no 'r'.

    6. Re:Evil Chinese by Anonymous Coward · · Score: 0

      Do go on and kick yourself in the balls, then. I dont think I've ever seen any do that before, so post a video for the rest of us.

    7. Re:Evil Chinese by sydneyfong · · Score: 1

      Indeed. The English "R" is no problem for me, but Mandarin has this strong "R" that I sometimes have problem pronouncing.

      (My mother tongue is Cantonese.)

      --
      Don't quote me on this.
    8. Re:Evil Chinese by Chris+Burke · · Score: 1

      I would offer you a chance to assault the groin of racist joke tellers beyond the realm of real life encounters, but since the bubble burst I haven't been able to convince anyone to invest in my Internet Crotch Boot. Which is just as well -- it was vapor anyway. Besides it required your intended victim to choose to install an internet-operated kicking device in front of their groin which is a sticking point despite the study I never did which would have said how everyone would love to do this.

      --

      The enemies of Democracy are
    9. Re:Evil Chinese by kelnos · · Score: 1

      Actually, I know quite a few Chinese/Taiwanese people (Mandarin speakers, mainly) who have a little trouble with the English 'R' sound.

      --
      Xfce: Lighter than some, heavier than others. Just right.
    10. Re:Evil Chinese by william_w_bush · · Score: 1

      This is great power RISP prasessaw!

      --
      The first rule of USENET is you do not talk about USENET.
  10. Re:Those Chinese by Anonymous Coward · · Score: 0

    yeah man just look at those xbox controllers

  11. legal challenge for exporting... by John+Seminal · · Score: 0
    The CPU is made by BLX IC Design Corp and the company plans on using these chips for China's booming domestic consumer electronics market. If and when they are used in exported goods, the company may face legal challenges from MIPS Technologies for infringing on its intellectual property.

    we have a technology that a US company claims to own. china takes that technology to use for domestic goods. most would expect that if china attempted to sell these goods inside the usa, china would be sued.

    but a far more interesting question is what can the usa do to stop china from selling goods based on stolen technology in their own country?

    is that even a wise policy? perhaps. if china can make goods based on patents owned by usa companies, then the usa companies loose the trade they otherwise would have had. the usa workers get hurt in the long run. if a usa company will fight tooth and nail protecting their ideas and innovations inside the usa, why should they turn their heads when the theft is outside the usa?

    i bet the usa companies will lobby congress to take away "most favored nation" trade designation, or to raise imports, or to impose some economic punishment on china.

    and what does this say about the chinese people? they seem to invest great pains in stealing technology rather than creating new ideas. there have been newspaper reports of the chinese taking american cars, reverse engineering them, and then building a chinese version with cheap plastic and parts for nickels on the dollar. and i believe china and tiwan are the two biggest manufacturors of knock-off goods, like pirated gucci bags, or playstation mod chips, or fake rolex watches. too bad we can't kick the RIAA out of the USA and send them to china.

    what will china be in the next 50 years? a nation that produces knock-off's of low quality?

    the anwser for china is to invest in R&D. it is what all advanced nations do. when i buy stock, it is something i look at. i am willing to invest in companies with otherwise so-so stat's if i see the company investing. it tells me the company is building something, working toward a goal, and not just here for the moment.

    --

    Rosco: "If brains were gunpowder, Enos couldn't blow his nose."

    1. Re:legal challenge for exporting... by Anonymous Coward · · Score: 0

      And I thought americans were taking european cars, reverse engineering them and then building a american version with cheap plastic parts.

    2. Re:legal challenge for exporting... by ctr2sprt · · Score: 1, Interesting
      but a far more interesting question is what can the usa do to stop china from selling goods based on stolen technology in their own country?
      They are the US's third-biggest trade partner, which means we wield a pretty big stick. Right now, China provides us mainly with cheap goods, which we can get from lots of other countries if we have to. If we were to, for example, try to kick them out of the WTO, they would lose lots of export dollars. Not saying it would kick them back to the dark ages or anything, but it would certainly make them sit up and take notice.
      the anwser for china is to invest in R&D. it is what all advanced nations do.
      The problem is that China isn't quite there yet. They aren't reimplementing decade-old technology because they want to, they're doing it because it's the best they can do right now. Which is actually really impressive, but again, they just aren't there yet.

      If China were to rely on its own internal R&D, it might never catch up with the major industrialized nations, and that's unacceptable to Chinese leadership. (And it should be!) They need to get closer than they are now before they can start trying to be more self-sufficient.

      I really think the cold hard fact of the situation is that, for all the progress China has made, it's soon going to hit a bar. For example, if they're ten years behind us now, I don't know they'll ever get closer than five years. And the reason is their government. Once that goes, China will finally be able to realize its potential. And yeah, I recognize that its potential will probably involve grinding America into dust - as an American I'm not entirely sanguine about that - but if it's a free country, I know we'll be able to get along. Just like, despite our well-documented problems with France and vice versa, there's barely been a blip in our relations with Europe. Democracies really can't stand to be enemies, no matter how hard they try.

    3. Re:legal challenge for exporting... by Anonymous Coward · · Score: 0

      what will china be in the next 50 years? a nation that produces knock-off's of low quality?

      But they will be cheap knockoffs so us 'Mercicans will buy them. They don't have to invest in R&D when we are only concerned with what is cheapest.

      Welcome to the New World Order cheap is in R&D is an afterthought.

      But when we find out (if we ever do) that it would be cheaper to spend an extra buck or two and get something that lasts a little longer China is a bind; they probably don't have the infrastructure to compete on quality.

    4. Re:legal challenge for exporting... by Homology · · Score: 4, Insightful
      But when we find out (if we ever do) that it would be cheaper to spend an extra buck or two and get something that lasts a little longer China is a bind; they probably don't have the infrastructure to compete on quality.

      Funny, that was once said about Japanese products as well.

    5. Re:legal challenge for exporting... by Taladar · · Score: 3, Insightful
      the anwser for china is to invest in R&D. it is what all advanced nations do.
      The answer to the US problems maybe. The answer for China's problem (to progress faster than technologically more advanced nations) is definitely not reinventing the wheel. It is definitely faster to get the technologies by reverse engineering than it would be to research in all possible directions and hope to find the right one. You might not like it but China is definitely doing the right thing from their perspective.
    6. Re:legal challenge for exporting... by coopaq · · Score: 1
      Funny, that was once said about Japanese products as well.

      The title of the previous story on /. :

      "Japan Wants to Build 10 Petaflop Supercomputer"

      LOL :)

    7. Re:legal challenge for exporting... by Anonymous Coward · · Score: 0

      Funny, when AMD implemented the Intel instruction set, we didn't hear the same jingoistic bullshit. Is being a hypocrite a precondition for being US-american?

    8. Re:legal challenge for exporting... by Ours · · Score: 1

      Yeah but Japan or South Korea are not a pseudo-communist dictatorships like China is. I doubt that salaries will go up taking education with it, making China loose it's price edge forcing it to make better quality stuff instead. It's just exploiting cheap labour and nothing short of a revolution will make things change for them.

      --
      "You superiour intellect is no match for our puny weapons" - The Simpsons
    9. Re:legal challenge for exporting... by DNS-and-BIND · · Score: 1

      Yyyyyeah. The Japanese have a mania for quality and a well-earned reputation for hard work. The Chinese have nothing of the sort - they just want to get ahead, and they will cheerfully screw you over, even when you're sure to discover it. Trust me, I know. Did the Japanese ship empty containers to customers back in the 60s?

      --
      Shutting down free speech with violence isn't fighting fascism. It IS fascism!
    10. Re:legal challenge for exporting... by dalutong · · Score: 5, Insightful

      It's just exploiting cheap labour and nothing short of a revolution will make things change for them.

      As a sinologist and former resident of China, I disagree whole-heartedly.

      You have to remember -- when considering education for the Chinese people, the Communist Party has been a godsend. Under the communist government literacy has increased over a thousand percent.

      Chinese culture, as the father of all East Asian cultures, holds education dear and promotes getting as much of it as possible. Their college system is still sub-par when compared to the rest of the world, and when compared to S. Korea or Japan, but it is rapidly improving. Their top schools compete with the world's top schools. Their local schools have been providing valuable training in business management, among other skills, that have allowed the Chinese economy to boom as it has been booming.

      And that won't stop. In 50 years they will no longer be the cheap-labor capital of the world, because they will have raised the education bar to a level much higher than it is.

      Only then will "revolution" make any sense. Anything before then will just put in a government that is MUCH worse than the current government.

      If you want to understand a country's progression towards democracy, you should read books on international development -- especially "second track" or "citizens" diplomacy. The leaders in that field have studied successful migrations to democracy and have learned that democracy fails when "democratic norms" are not in place. Those include education and an entrepreneurial-type business culture (and a stable economy that isn't dependent on the government), among other things.

      Until those democratic norms have been established, any democracy would collapse.

      Look at Taiwan -- they were a military dictatorship until 1988, and the people who fled to Taiwan had, on average, very high education levels. Even then it took 40 years to bring democracy.

      Look at Russia -- Putin is getting more and more powerful, and the people support him. Why? Because they would rather have a burgeoning economy and stability than have democracy.

      --

      What comes first, finding a teacher or becoming a student?
    11. Re:legal challenge for exporting... by dalutong · · Score: 2, Insightful

      The Chinese have nothing of the sort - they just want to get ahead, and they will cheerfully screw you over, even when you're sure to discover it.

      That's quite a generalization to make.

      I spent 7 years in China -- I was never "screwed." I've been screwed by American businesses, though -- but I don't assume all Americans are corrupt and manipulative.

      China is like ebay -- it is a developing economy where little is established, including oversight.

      that happens in any economy. china might be slightly worse because there was (and is, though less now) a lot of corruption in the government and in the government-sponsored industries.

      But were things any different when America had an undeveloped economy 100 years ago? Even today there are plenty of illegitimate companies. I have worked for the U.S. commercial service and plenty of U.S. companies have exported products to the country I was based that were defective or took the payment then ran. It's an embarassment -- and I'm stuck trying to convince the foreign importer that he should still try to buy U.S. exports...

      --

      What comes first, finding a teacher or becoming a student?
    12. Re:legal challenge for exporting... by Anonymous Coward · · Score: 0
      Are you describing China or the USA ?
      Yyyyyeah. The Japanese have a mania for quality and a well-earned reputation for hard work. The Americans have nothing of the sort - they just want to get ahead, and they will cheerfully screw you over, even when you're sure to discover it. Trust me, I know. Did the Japanese ship empty containers to customers back in the 60s?
      Swings both ways.
    13. Re:legal challenge for exporting... by Lucractius · · Score: 1

      Or if they shifted to a democracy from thier current political enviroment. Theyd choke and corupt and become nothing under the current population problem, and massive rebuilding effort... and did i mention the population. How are you going to organise an election with half a billion people voting... the USA can barely manage a fair election with 250 million or so. (dont quote me on that, I dont live there :P )

      --
      XML - A clever joke would be here if /. didn't mangle tag brackets.
    14. Re:legal challenge for exporting... by Triskele · · Score: 4, Interesting

      Oddly enough much of what you say about China was said about the USA a hundred years ago. You might want to look into the way USAian companies ripped off European copyrights & patents to produce cheap knock-offs. For a while Europe ignored this (Charles Dickens went to the USA to protest against his books being stolen) until the USA tried to export its knock-offs over in Europe. 100 years later we still haven't harmonised our IP laws...

      --

      --
      USA: home of the world's largest terrorist training camp.

    15. Re:legal challenge for exporting... by LostInTaiwan · · Score: 0, Troll
      . . .and i believe china and tiwan are the two biggest manufacturors of knock-off goods. . .

      Well, we can take some comfort in that in the case of Taiwan, we can deny Taiwan independence and sell Taiwan 2nd rate weapons at a premium, thus making back some of the money they made from us. . . However, to be fair, China has pretty much lured away most of Taiwan's counterfeitting manufacturors with low wage and lax laws. . . however, software piracy is still fairly rampant in Taiwan.

    16. Re:legal challenge for exporting... by sskang · · Score: 1

      People buy chinese goods today simply because they are cheaper. Most of the factories there currently making cheap stuff could dial up quality control if demand for the quality goods justified the increased cost of production. AFAIK this happened with Japan too.

    17. Re:legal challenge for exporting... by 1u3hr · · Score: 1
      Or if they shifted to a democracy from thier current political enviroment. Theyd choke and corupt and become nothing

      The current Party leadership is very corrupt. The only hope to clean that up is democracy, which is why they fear it; ideologically they're hardly communist at all now.

      How are you going to organise an election with half a billion people voting... the USA can barely manage a fair election with 250 million or so

      India manages.

    18. Re:legal challenge for exporting... by Detritus · · Score: 2, Informative
      we have a technology that a US company claims to own. china takes that technology to use for domestic goods. most would expect that if china attempted to sell these goods inside the usa, china would be sued.

      The US International Trade Commission can issue an exclusion order which allows US Customs to seize products that violate US patents, trademarks, and copyrights.

      --
      Mea navis aericumbens anguillis abundat
    19. Re:legal challenge for exporting... by LS · · Score: 2, Insightful

      In fact, almost everything you own that is of "quality", whether it is American or Japanese of design and label, was probably manufactured in China. China DEFINITELY has capacity for quality.

      LS

      --
      There is a fine line between being a cultivated citizen and being someone else's crop. - A. J. Patrick Liszkie
    20. Re:legal challenge for exporting... by sean23007 · · Score: 4, Insightful

      They are the US's third-biggest trade partner, which means we wield a pretty big stick.

      Actually, that means they wield a pretty big stick with us. The fact that we're probably their largest trade partner means we wield a big stick, but there's no getting around the fact that if we stopped trading with China today (for whatever reason), the economy would take a nosedive. Sure, we might be able to replace our source for everything they give us (don't be so sure, they make a lot of stuff, and there isn't a huge surplus of any of it in other nations), but even then it would take months ... during which the US consumer goods sector would look pretty grim.

      The US and China trade with each other so much that it's kind of a symbiotic relationship. Neither of our economies would be nearly as powerful without the other. That's why you never read about any threats between these two nations. (Idiotic comments by brutish Chinese generals notwithstanding.) Both sides know they can't do it without the other.

      --

      Lack of eloquence does not denote lack of intelligence, though they often coincide.
    21. Re:legal challenge for exporting... by Anonymous Coward · · Score: 0

      No, it means they own a pretty big stick. We're the fat dumb capitalist consumers, remember??

    22. Re:legal challenge for exporting... by Phil06 · · Score: 1

      Until those communistic norms have been established, any communist state would collapse

      Unfortunately, communistic norms have meant murder or imprisonment for dissent. Ask the victims of Tiananmen Square or the Cultural Revolution about norms.

      --
      "...and yet, I blame society" Duke - Repo Man
    23. Re:legal challenge for exporting... by Anonymous Coward · · Score: 0

      I didn't believe you.
      But I popped the hood of my beamer, woah!? Made in china. Didn't think so. Then I checked the back of my tag heur watch - ALSO chinese!... Those fine chinese craftsmen have been making watches that keep perfect time for ages.

      No, you're dreaming. Even textiles really suck from China (which isn't that hard a thing to get right). As someone who knows a little something about that industry and quality. Anything that a north american (CAN, US, Mexico) shop can make are vastly superior to anything I've ever seen out of china -bar none (incorrectly sewn seams and zippers, fit's done completly wrong, use the same stitch for everything - and they do it poorly.).

      Look at any 'made in china' clothing closely. What they normaly turn out would be north american 'factory second' (or put in the recycle heap) Any worker regularly turning out such poor quality work wouldn't be working long.

      With clothes you really do get what you pay for.

    24. Re:legal challenge for exporting... by dalutong · · Score: 1

      Well -- you could have had the other option. You could have had the nationalists win. did they unbind women's feet? no. did they insist on a classless soceity? no. would they have provided any hope for a modern state? no.

      again -- democracy doesn't work until the democratic norms have been established. I'm not saying the chinese government will necessarily do that -- but i object to anyone preaching the gospel of democracy without first finding a way to establish those norms.

      as for tiananmen and the cultural revolution -- both were unfortunate. But you take the bad with the good. Would you rather our founding fathers been rejected because samuel adams tarred and feathered british loyalists and paraded them around? i wouldn't -- i would rather samuel adams hadn't done that, but i know we wouldn't be where we were if we had said, "f*ck that -- i don't want no stinking founding fathers that would tar and feather ppl who disagreed with them."

      --

      What comes first, finding a teacher or becoming a student?
    25. Re:legal challenge for exporting... by Anonymous Coward · · Score: 0

      Yeah but tarring and feathering a few English tax collectors and soldiers is a lot different than the death of ~40 million people.

    26. Re:legal challenge for exporting... by Anonymous Coward · · Score: 0

      You have to remember -- when considering education for the Chinese people, the Communist Party has been a godsend. Under the communist government literacy has increased over a thousand percent. Chinese culture, as the father of all East Asian cultures, holds education dear and promotes getting as much of it as possible. Their college system is still sub-par when compared to the rest of the world, and when compared to S. Korea or Japan, but it is rapidly improving. Their top schools compete with the world's top schools. Their local schools have been providing valuable training in business management, among other skills, that have allowed the Chinese economy to boom as it has been booming.

      If chinese culture "holds education dear and promotes getting as much of it as possible", then why is the Communist Party a "godsend" for the education of the Chinese people?

    27. Re:legal challenge for exporting... by dalutong · · Score: 1

      sure -- but i was just trying to illustrate the point. but allowing slavery is in there (some would say worse than death), murduring millions of indians, etc all taint our country's roots.

      does china need to improve? absolutely. all i'm saying is that there are constructive ways of change, and self-destructive ways.

      --

      What comes first, finding a teacher or becoming a student?
    28. Re:legal challenge for exporting... by dalutong · · Score: 2, Interesting

      If chinese culture "holds education dear and promotes getting as much of it as possible", then why is the Communist Party a "godsend" for the education of the Chinese people?

      because education wasn't free or available to the public until the chinese eliminated the classes that exist in china previously.

      a people can admire something without being able to ever have a chance at it.

      --

      What comes first, finding a teacher or becoming a student?
    29. Re:legal challenge for exporting... by king-manic · · Score: 1

      and what does this say about the chinese people? they seem to invest great pains in stealing technology rather than creating new ideas. there have been newspaper reports of the chinese taking american cars, reverse engineering them, and then building a chinese version with cheap plastic and parts for nickels on the dollar. and i believe china and tiwan are the two biggest manufacturors of knock-off goods, like pirated gucci bags, or playstation mod chips, or fake rolex watches. too bad we can't kick the RIAA out of the USA and send them to china.

      Actually, some of these aren't "Knock offs" per se but actually "surplus" factory output.

      --
      "There are more things in heaven and earth, Horatio, than are dreamt of in your philosophy."
    30. Re:legal challenge for exporting... by Anonymous Coward · · Score: 0

      unless their R&D is really going for the CEO's new yacht... not that any US corporation would ever do ANYTHING like that :)

    31. Re:legal challenge for exporting... by king-manic · · Score: 1

      The current Party leadership is very corrupt. The only hope to clean that up is democracy, which is why they fear it; ideologically they're hardly communist at all now.

      Sorry to put it to you, but democracies (for instance india or the philipines) can be several orders of magnitude more corrupt. Curruption has less to do with the system of government then it does with how entrenched the organizations of powers are.

      --
      "There are more things in heaven and earth, Horatio, than are dreamt of in your philosophy."
    32. Re:legal challenge for exporting... by sailracer6 · · Score: 0, Troll
      You have to remember -- when considering education for the Chinese people, the Communist Party has been a godsend. Under the communist government literacy has increased over a thousand percent.


      How exactly can literacy increase by "over a thousand percent?" Did they give up on teaching math?


      Chinese culture, as the father of all East Asian cultures...


      Sounds to me like you've bought into Chinese authoritarian propaganda. Many groups of people think education is important -- and in the United States, you are free to say what you want in the classroom. Clearly, any government that can raise people to believe such jingoistic, generalizing statements is a threat to the nations around it and to the rights of its citizens.

    33. Re:legal challenge for exporting... by Anonymous Coward · · Score: 0

      Of course you can increase literacy by a thousand percent. Did you fail math?

      Example:

      Then: 1 person could read

      Now: 11 people can read

    34. Re:legal challenge for exporting... by Anonymous Coward · · Score: 0

      Of course you can increase literacy by a thousand percent. Did you fail math?
      Example:
      Then: 1 person could read
      Now: 11 people can read


      In a population of 20 people, your example would not be 1000% but would be an increase in literacy from 5% to 55%. Your example is called SPIN.

    35. Re:legal challenge for exporting... by Savant · · Score: 1

      No, it would still be an increase of one thousand percent.

      When something increases x%, it goes up by a factor of the percentage divided by one hundred. When something decreases x%, it is reduced by x parts per hundred. This is common terminology in all manner of fields, economic or statistical.

      Speaking of percentage changes made in a population is in fact the non-obvious interpretation, and this is why people usually phrase such descriptions in the form "x went from y percent to z percent".

    36. Re:legal challenge for exporting... by 1u3hr · · Score: 1
      Sorry to put it to you, but democracies (for instance india or the philipines) can be several orders of magnitude more corrupt.

      First, democracy is necessary to fight corruption (once the clean fire of revolution wears off, all one-part states descend to cronyism or worse), but unfortunately not sufficient. I maintain that China is much more corrupt than any democratic country. In India and the Philippines we hear about the corruption because they have a fairly free press, in China the press is certainly bolder than before, but still very wary to criticise the government or CP; they are subject to reprisals if they irritate. When you hear of CP members being charged with corruption it means they've lost out in some internal power-struggle, not that crusading reporters or judiciary have uncovered them.

    37. Re:legal challenge for exporting... by einhverfr · · Score: 1

      and what does this say about the chinese people? they seem to invest great pains in stealing technology rather than creating new ideas.

      You mean like Microsoft?

      Or even with Linux, most new ideas are incrimental even when they are revolutionary.

      Actually, after reading this article, I doubt that patents are likely at work. China most certainly has an interest in exporting electronics, especially with their own chips. Most of the MIPS architecture is public domain anyways. And the Chinese would be shooting themselves in the foot not to do due dilligence in this regard (IANAL, though).

      the anwser for china is to invest in R&D. it is what all advanced nations do.

      They most certainly are doing this. Their space program is among the most advanced in the world at the moment. But as I say, most new ideas are built on ideas that came before. That is why the goal of the patent system is to allow everyone to copy technology after the patent holder gets his head-start.

      As for counterfit bags, etc. You have to look at real income costs for such things. The Chinese are incredibly brand conscious. (My wife is Chinese-Indonesian.) But as long as it takes too many hours to make enough money to buy a genuine Gucci bag, the cheap knockoffs will continue to be sold in China.

      Is this a bad thing for US businesses?

      Not necessarily. It means that they already will have substantial brand awareness as they can begin to address this problem.

      Is it a bad thing for the Chinese people?

      I say it is, but primarily because I see the emphasis on commercialism and brand consciousness as generally unhealthy anyway.

      China, BTW, is heavily investing in infrastructure and R&D to support a tech economy. I see this chip just as another step.

      --

      LedgerSMB: Open source Accounting/ERP
    38. Re:legal challenge for exporting... by Anonymous Coward · · Score: 0

      yeah I am sure a revolution is the way to go.

      let's start a revolution and over throw the George Bush gov first, since nothing short of a revolution will make things better.

      yeah revolution fixes everything yea !!!

    39. Re:legal challenge for exporting... by dalutong · · Score: 1

      an increase of over 1000% means 10x.

      but i'm american -- white american.

      but they provided education like no one else would have. you have to give them credit for that. would you rather have the chinese continue under the subjugation of foreign governments like they did for hundreds of years?

      --

      What comes first, finding a teacher or becoming a student?
    40. Re:legal challenge for exporting... by colinrichardday · · Score: 2, Informative

      He didn't say that the rate of literacy went up by 1000%, but that literacy went up by 1000%.

    41. Re:legal challenge for exporting... by Anonymous Coward · · Score: 0

      I don't think China is necessary more corrupt than a democratic country because politicians in democratic countries can better conseal their corruptions. In the US, politicians are almost equal to business execs. Many defense or oil contracts are linked to people in the US administration or Congress.

      Corruption in China is not necessary caused by communism. Yes, there are corrupted goverment workers. Some are uneducated and greedy. You see the corruptions because they do it the dumb way. Some people in the western world corrupt the smart way. The general public don't see them. Remember Enron? Nobody would know if they didn't bury themselves.

      Would any journalist want to end his/her carrer by exposing corrputions in the administration? Hint: 60 Minutes, or the poor CIA agent. In the Iraq war, all US media just reported things the US government wanted them to report. Do you call this democracy and freedom of press?

    42. Re:legal challenge for exporting... by zrl · · Score: 1

      tell me the corruption in the u.s.
      the government is not 'corrupted', it's that some of the leaders doing something other than (outside) their scopes.

    43. Re:legal challenge for exporting... by KillShill · · Score: 1

      you cannot harmonize injustice.

      --
      Science : Proprietary , Knowledge : Open Source
    44. Re:legal challenge for exporting... by sdfad1 · · Score: 1

      That wasn't the end of it. Charles Dickens wrote an article (or was it a book?) decrying this sort of practice, and guess what? His article was duly copied, then reprinted and published in the US, as was the norm then. The ironies (there seem to be one or two levels of it)...

      I cannot recall this source, could've been Benjamin Franklin by Carl van Doren (looks like the wrong period). You can also google for "charles dickens copyright piracy" for other related events.

    45. Re:legal challenge for exporting... by king-manic · · Score: 1

      First, democracy is necessary to fight corruption (once the clean fire of revolution wears off, all one-part states descend to cronyism or worse), but unfortunately not sufficient. I maintain that China is much more corrupt than any democratic country. In India and the Philippines we hear about the corruption because they have a fairly free press, in China the press is certainly bolder than before, but still very wary to criticise the government or CP; they are subject to reprisals if they irritate. When you hear of CP members being charged with corruption it means they've lost out in some internal power-struggle, not that crusading reporters or judiciary have uncovered them.


      You have clearly never visited either country. I have visited 2 of them. Chinese corruption isn't as common as you think. In the philipines, if you have enough money you can do anything. Without it, nothing happens. It took us a bottle of jonny walker blue and a cash bribe to get DSL installed when I was there. While in china, every company operated like their counterparts here but faster. The officials at the borders didn't impede us or try and take bribes. Eveything was by the book.

      You mistake Democracy for Pancea. Democracy does not cure everything.

      --
      "There are more things in heaven and earth, Horatio, than are dreamt of in your philosophy."
    46. Re:legal challenge for exporting... by 1u3hr · · Score: 1
      You have clearly never visited either country

      I live in China and have visited the Phillipines a few times. So I'll just ignore you now.

    47. Re:legal challenge for exporting... by king-manic · · Score: 1

      I live in China and have visited the Phillipines a few times. So I'll just ignore you now.


      I've done business in both. China needs a lot less lubrication.

      --
      "There are more things in heaven and earth, Horatio, than are dreamt of in your philosophy."
    48. Re:legal challenge for exporting... by nimid · · Score: 1

      Idiotic comments by brutish Chinese generals notwithstanding.

      Oh, please!

      If baselessly/hypocritically labelling a country an Axis Of Evil which supports terrorism isn't idiotic then I don't know what is.

      --
      A hundred and twenty characters ought to be enough for anyone...
    49. Re:legal challenge for exporting... by DNS-and-BIND · · Score: 1
      Let me guess - you were an English teacher.

      I have had rather different experiences. Everyone I know says the same thing. My company got screwed over twice, and that's why I got sent to China in the first place - to keep an eye on things and make sure they're done properly. You can do business, but watch them like a freaking hawk. If an American company screws you over, you can take them to court. In China...come on.

      --
      Shutting down free speech with violence isn't fighting fascism. It IS fascism!
    50. Re:legal challenge for exporting... by dalutong · · Score: 1

      _that's_ a good point. China's legal infrastructure isn't nearly as established as the U.S.'s is.

      Which is why (maybe not in this thread, I don't remember) I said that it wasn't about the Chinese people -- it was about the state of development of their economy. The U.S. had just as many "cheats" when were at the same level of development.

      I wasn't an English teacher though -- I was a student, and a system's admin, and even a model. But not an English teacher.

      I tried VERY hard to embed myself into the culture though. Had a great time -- fell in love with the place. I even earned the honorary title, "zhongguotong."

      Where were you located there? What industry?

      --

      What comes first, finding a teacher or becoming a student?
  12. "Complex microprocessors"? Hah! by eddison_carter · · Score: 1, Troll

    From the article:
    "The move still shows that China is capable of designing complex microprocessors."

    As is any junior level class in computer engineering ... A bit more complex then the Hennasy and Patterson (The Classic!) book on computer arch and cpu design, but not by much. Given what (admittedly little) the article said about China's CPU fabs, I wonder if the newest Xilinx or Altera FPGA's could implement the design and run it faster ..

    --
    I always prefer to start the year off with a bang - or, to be more precise, a series of loud hums, a crackle or two, and
  13. long term view by noelo · · Score: 0, Troll

    The chinese have probably bet that with the rate that technology is now progressing and the slowness that the WTO/courts operate it will take a couple of years to get any decision against them. By that time they will have already made their money. This will get really interesting in a while when software patents are infringed upon. I can't see any of the major players bitching about patents particularly when the chinese can shut them out of the market.

  14. Sweet, but... by vga_init · · Score: 2, Interesting
    Where can I buy one?

    I support localized technology. Where is everyone's capitalist spirit of competition, anyway? I'm eager to see what more China has to offer to the future.

    1. Re:Sweet, but... by B4D+BE4T · · Score: 1
      Where can I buy one?
      China, duh.
    2. Re:Sweet, but... by DNS-and-BIND · · Score: 1

      I can export them, if you want. But if the quality control issues don't kill you, the import tariffs will.

      --
      Shutting down free speech with violence isn't fighting fascism. It IS fascism!
    3. Re:Sweet, but... by doctorjay · · Score: 0

      They can offer us up our balls which we put in their hands... we are suchdumbasses

    4. Re:Sweet, but... by benjamindees · · Score: 1

      Where can I buy one?

      You can buy one as soon as you come up with something to give the Chinese in return.

      Preferably something that a) isn't a military secret, b) isn't an energy company, c) isn't US real estate, and definitely d) isn't just old chips to be recycled.

      --
      "I assumed blithely that there were no elves out there in the darkness"
  15. Re:"Complex microprocessors"? Hah! by Anonymous Coward · · Score: 1, Interesting

    The parent post is right... many undergraduate level of computer architecture classes in colleges use MIPS as the basis of the first microprocessor that students develop. Mainly because it is a quite simple ISA.

  16. This means.... by linguae · · Score: 3, Interesting

    ...alternate architectures aren't dead yet. It's nice to know that some alternatives to the x86 juggernaut are still live and kicking. I wonder if China will make MIPS-based personal computers or workstations? If these new processors are powerful enough, I might import a MIPS-based PC for some nice assembly hacking.

    It would nice to see a day where the x86 juggernaut is effectively challenged.

    1. Re:This means.... by evilviper · · Score: 2, Interesting
      It's nice to know that some alternatives to the x86 juggernaut are still live and kicking.

      This is NOT an alternative to x86. Think, alternative to embedded PPC/ARM/etc.

      I wonder if China will make MIPS-based personal computers or workstations?

      We'll see MIPS-based PCs about as soon as we'll see StrongArm-based PCs.

      It would nice to see a day where the x86 juggernaut is effectively challenged.

      We saw lots of those days... back in 1995 or so.

      It's really amazing, though, how Intel's BS about the Itanium being faster and cheaper than everything else convinced so many companies to drop their propritary lines, only to leave the door wide-open for AMD.
      --
      Slashdot gets worse every day... Pipedot: News for nerds, without the corporate slant
    2. Re:This means.... by Darren+Winsper · · Score: 1

      Err...my father had a StrongARM PC in 1996...

    3. Re:This means.... by Klivian · · Score: 1

      And you can still buy them today....

    4. Re:This means.... by TheRaven64 · · Score: 3, Interesting

      Well, discounting the fact that you can buy StrongARM based PCs (most running RiscOS) and have been able to for about a decade, why aren't we seeing more of them? Even at 600MHz, they draw practically no power, so they would make an ideal chip for a silent desktop - especially combined with a few GB of flash instead of a hard disk and a decent amount of RAM to act as cache. Since the chips are currently fabbed for the embedded market, there is no question that they would not be able to keep up with demand.

      --
      I am TheRaven on Soylent News
    5. Re:This means.... by ckaminski · · Score: 1

      Cost. Micro ARM SBCs are no cheaper than a 1.8Ghz celeron with mobo and a half gigabyte of RAM.

    6. Re:This means.... by cortana · · Score: 1

      For the anwer, ask yourself why you haven't bought one? :)

    7. Re:This means.... by Klivian · · Score: 1

      As you can get the predecessor that way, Godson-1 based mini-ITX boards(search for it). I'd say it's rather possible.

    8. Re:This means.... by commanderfoxtrot · · Score: 1

      So did I.

      I still have it, in fact.

      --
      http://blog.grcm.net/
  17. So if it's the godson... by postgrep · · Score: 2, Funny

    Marlon Brando is the godfather?

  18. The register by Neo-Rio-101 · · Score: 5, Informative

    "The Register" has a better write up on this story (sorry guys). Apparently they've managed to get Windows CE, Linux, and VxWorks up and running on the CPU.

    As for the patented instruction sets, apparently they aren't used in the chip. (Supposedly that's why it's 95% compatible).

    Currently the chip clocks in at 400-500Mhz, but the next generation is going to be around the 1Ghz mark - by which point China is going to be spitting out all manner of sub $200 computers I imagine.

    --
    READY.
    PRINT ""+-0
    1. Re:The register by tpgp · · Score: 4, Informative

      Read the article here.

      The byline for the article: Godson-2 now visible in Intel's rear view mirror

      It looks like its doing 400-500MHz on a 180nm process, with 800MHz-1GHz expected on 130nm fairly soon.

      At this point a very low-priced PC becomes feasible, comfortably under $150.

      Sounds good huh?

      --
      My pics.
    2. Re:The register by Anonymous Coward · · Score: 0

      Currently the chip clocks in at 400-500MHz, but the next generation is going to be around the 1GHz mark - by which point China is going to be spitting out all manner of sub $200 computers I imagine.
      What operating system would these MIPS-based computers run?
      Linux? NetBSD? Windows NT 4.0?
    3. Re:The register by HiThere · · Score: 1

      Well, Linux and *BSD are plausible. I think MSWindNT isn't licenseable any more...but perhaps China bought the rights? (Though why would they?)

      At sub-$200 you aren't going to be including an OS that demands ANY royalty. (Figuring in constant dollars...I doubt the dollar will maintain it's value that long, so the actual price in dollars will probably be quite a bit higher.)

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
  19. The Lexra story by morcheeba · · Score: 4, Interesting

    I've been working a project that uses the MIPS-I compatible Lexra 4180, and in my research I found they were basically sued out of business by MIPS for creating a clone. This link -- the Lexra story -- is a good summary. From that article: MIPS Technologies claimed that because an exception handler could be created to emulate the function of unaligned loads and stores in software with many other instructions Lexra's processors infringed the patent. It was claimed to basically be a patent infringement case because the instruction set used the patented unaligned load feature. (I just coded this into my mips disassembler -- it takes two instructions to process, but the benefit is that it looks like it would be much easier to implement in hardware)

    1. Re:The Lexra story by andphi · · Score: 1

      I suppose it's a good thing, then, that the ChiComs are doing it. MIPS might get away with suing another Western company, but I doubt they'll have the same sucess suing a Chinese company, especially if that company is backed by Beijing. They don't seem to be known for taking criticism both seriously and well when it's coming from a small group of plaintiffs. I wonder what would happen to MIPS' business forecast if any hint of a market in the PRC dried up all of a sudden?

  20. One thing is sure by jurt1235 · · Score: 1

    It will not run a pirated copy of MS Windows, so at least one big american company is happy with it. If it performs as an R10000, I do not mind running linux on it though, at least not when it is matched with a good video card (2D only needed).

    --

    My wife's sketchblog Blob[p]: Gastrono-me
    1. Re:One thing is sure by AndyBurnsUK · · Score: 1
      It will not run a pirated copy of MS Windows, so at least one big american company is happy with it.
      Is it? Surely M$'s best hope for the chinese market is to turn a blind eye to use of pirated versions of Windows in the short term to prevent Tux getting his webbed feet under the door, then hope to legitimise sales with steep discounts once they're hooked.
    2. Re:One thing is sure by ckaminski · · Score: 1

      Windows hasn't run on MIPS since 1997. And it won't ever again if Intel has it's way.

  21. Re:Those Chinese by Mikeydude750 · · Score: 1

    What are you talking about? /only uses the S controller...you know...the one that Microsoft originally designed for the Asian market... //best controller I have ever had the opportunity of using on a console

  22. This isn't new. by Anonymous Coward · · Score: 0

    The Chinese are world leaders in re-engineering. Just ask the FSSR why they were always hesitent on selling technology to the Chinese.

  23. Re:How to stop this from ever happening again... by Mikeydude750 · · Score: 1, Interesting

    Better yet...why stop at the Chinese? Why not kill everyone living on Earth right now? I mean...it will obviously take care of all our problems with other countries...

    Get real, you couldn't kill a race by genetic makeup, because there is too much similarity to create a virus that would only target race. Besides, what would get accomplished if you tried such a thing?

    Fucking racist...

  24. So now intellectual property is good by heroine · · Score: 4, Insightful

    Learned a long time ago to ignore any political opinions given by computer scientists because agree with them and they'll just say the opposite. So after the whining about companies banning replication of their video codecs and software, it's now bad for China to replicate MIPS compatability.

    Nevertheless, compatability with the MIPS standard seems like the most trivial thing they could have copied. There are much harder problems to overcome in building a CPU than what spec to follow. The MIPS spec doesn't define how to mass produce very precise arrangements of semiconductor features for the least amount of money. It doesn't define how to dissipate heat and reduce power consumption.

    Also, one day people are going to figure out that whatever China's government says, it's 10 years behind their current status. China's government says its economy is only growing at 5%. In reality it's growing at 10%. They say they won't finish the olympic stadium until 2008. It's finished now. They say 3 gorges won't become operational until 2010. It's operational now.

    So what do you think the current state of Chinese technology is now that their government says they're at 1995 levels?

    1. Re:So now intellectual property is good by Anonymous Coward · · Score: 4, Informative
      Could you provide some sources for your information?
      China's government says its economy is only growing at 5%. In reality it's growing at 10%.
      http://www.china.org.cn/english/2004/Jan/85390.htm
      An agency of the Chinese government announced that economic growth reached 9.1% for 2003.
      They say they won't finish the olympic stadium until 2008. It's finished now.
      http://www.theglobeandmail.com/servlet/ArticleNews /TPStory/LAC/20050704/BEIJING02/TPInternational/To pStories
      The truth is very different and much more compelling. The International Olympic Committee told the Chinese to slow down construction due to fears that the Olympic venues would become white elephants (read the link).
      They say 3 gorges won't become operational until 2010. It's operational now.
      http://en.wikipedia.org/wiki/Three_Gorges_Dam
      Probably not very up-to-date but wikipedia says that one generator was online in 2003 and all 26 are expected to come online by 2009. So the dam being operational now doesn't mean much if it's producing less than 10% of its full capacity.
    2. Re:So now intellectual property is good by Bert64 · · Score: 4, Interesting

      They should build an Alpha clone! The chinese could bring back the Alpha, and possibly legitimately too, i doubt HP would put up much resistance to licensing out the Alpha specs to a chinese company, it's not like they're using it themselves..

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    3. Re:So now intellectual property is good by mAriuZ · · Score: 1

      Omega CPU - Alpha like clone (Alpha in a FPGA)
      Implements Alpha cpu instruction set
      http://en.wikipedia.org/wiki/DEC_Alpha

      It will be based on open risc core (64bit version)
      First step will be building full 64 bit simulator for or1k (OpenRISC 1000)

      http://www.opencores.org/projects.cgi/web/or1k/arc hitectural_simulator

      then working on hardware part

      http://www.opencores.org/projects.cgi/web/omega/ov erview

      --
      developer http://flamerobin.org
    4. Re:So now intellectual property is good by renoX · · Score: 1

      >They should build an Alpha clone!

      Why? The Alpha ISA was good ok, but x86 victory shows clearly that software compatibility is more important than a good ISA.

      For the embedded market, MIPS-compatibility is more important than Alpha's compatibility, and its ISA is correct (better than x86 anyway).

    5. Re:So now intellectual property is good by Bert64 · · Score: 1

      Well, the Alpha PALCode system makes emulation quite efficient without compromising the cleanliness of the basic design... Once upon a time, Alpha was so far ahead of x86 that it could emulate x86 and still beat it in terms of performance.

      --
      http://spamdecoy.net - free throwaway anonymous email - avoid spam!
    6. Re:So now intellectual property is good by renoX · · Score: 1

      Sorry, but I doubt very much that emulation with PALCode is efficient compared to a CPU 95% identical with the target is trying to "emulate".

      Sure with enough CPU power, you can emulate anything but power consumption matter on embedded equipment.

    7. Re:So now intellectual property is good by Anonymous Coward · · Score: 0

      Do a search on MIPs, it should not be considered high-tech to slash-dot readers.

      Likely usage will be in the controllers of air-cond, dehumifier, humifier, etc so the looted treasure pieces from China and across the Asia, Africa, and other colonies can be kept in perhap conditions in the musuems in the developed world.

    8. Re:So now intellectual property is good by Anonymous Coward · · Score: 0
      No definitions found for "compatability", perhaps you mean:

      gcide: comparability Compatibility
      wn: comparability compatibility
      moby-thes: compatibility
      foldoc: compatibility
  25. This article here by putko · · Score: 2, Insightful

    This article here gives some insight into the sots of problems the Chinese may have if they try to enter the USA market.

    I hope that by the time they choose to enter the market, they have enough money/power to sustain the legal battle.

    The MIPS company people sound like asses.

    --
    http://www.thebricktestament.com/the_law/when_to_s tone_your_children/dt21_18a.html
    1. Re:This article here by malkavian · · Score: 1

      China doesn't need the US market. When it's ready to move there speculatively, you can bet your behind it'll have the money to fund it's legal fees (backed directly by government, most likely).
      As for power: China cannot be invaded, or bullied. It's military is already too advanced for that. It's economy isn't as flakey as that of the USSR in the cold war, so economic attacks won't work.
      If outright aggression is shown by the US, China may just point out that India (outsourced software and business), Korea and Taiwan (hi tech manufacturing) and Hong Kong (a major financial hub) sit right on it's borders. Well in range of it's newly installed missiles, and (with the exception of Hong Kong, which it already owns) are subject to a lot more pressure from China than the US can bring to bear.
      In other words, it has the ability to cripple nearly the entire western world's sources of high technology very easily.
      And insourcing all it's own tech base, it's not subject to the levels of coercion available to independant entities.

      Tactically, in the long game (10 years +), China is looking VERY strong. All it needs to do is wait (and China is very good at waiting), and unless the Western world gets it's collective head out of it's collective behind as concerns suing each other into oblivion for short term gain, China is highly likely to become the next economic (and technological) giant.

    2. Re:This article here by Anonymous Coward · · Score: 0

      You are correct.

      Looks like some other of the posters here on Slashdot post what they hope will happen...

  26. One good example of IP laws hurting the industry by Joseph_Daniel_Zukige · · Score: 1

    Thanks for that link.

    ... their investors wanted to see MIPS Technologies defend its intellectual property, ...

    Unless there's a lot more that the guy is telling, this is a very clear case of IP laws directly impeding the industry.

  27. Re:with what? by wheany · · Score: 3, Funny

    btw, does anyone know what kind of air force china has?

    They have MIGs that shoot napalm, and if two or more MIGs shoot their missiles on the same target, it will cause a firestorm. They are especially powerful if China has upgraded to black napalm. Also, if you are facing the nuke general, beware of nuke MIGs.

    China also has the Helix helicopter. It is pretty slow, but can be upgraded with a gatling gun, bunker or a propaganda tower, AND napalm bombs. Those napalm bombs are very lethal to ground troops.

  28. BLX IC Design Corporation = China? by Anonymous Coward · · Score: 0

    Why is this suddenly China against US ? Isn't it two seperate companies only? So since SCO is a Linux-enemy we could discuss all of USA as an enema of Linux?! This headline smacks of Fox'ing. Talking about animals seems American AMD, the friendly CPU firm is having "Chinese" sex:

    http://www.amd.com/us-en/Corporate/VirtualPressRoo m/0,,51_104_543~80806,00.html

    AH

  29. Re:"Complex microprocessors"? Hah! by akuma(x86) · · Score: 1

    Wow, a 4-issue in order MIPS? That's adorable :)

  30. MIPS R10K is actually pretty zippy. by Anonymous Coward · · Score: 5, Interesting

    If you've ever used an R10k Silicon Graphics workstation, you'll know that these MIPS chips are pretty beefy. The floating point performance in particular on modern MIPS chips is spectacular. (R14k chips are used in Tezro currently)

    There's a REASON Silicon Graphics used MIPS chips in their systems until recently. (and they only switched to x86 stuff due to economic pressure, not performance...)

    I have a dual processor R12k SGI Octane on my desk and it still beats my brand new P4 out on a LOT of tasks. And that's a seven year old machine....

    Plus, these are 64-bit chips.

    Sure, the R10k processor is "from 1995". But SGI's policy at the time THEY were using MIPS R10k chips in their $50k workstations was to factor of ten beat everything else on the market. Meaning, their systems were engineered to be at least ten times as powerful as the competition (and ten times the price to boot).

    So... Knockoff R10k MIPS chips, built with modern advancements, smaller dies, and scaled to higher clock rates, will perform VERY WELL comparatively. In fact, for some tasks, (floating point) the chip should compete quite well with a P4 1.5 Ghz... and probably be a whole hell of a lot cheaper. And 64 bit I might add.

    And since there are already designs for systems with massive numbers of MIPS R10K nodes (Origin 2000 for example) which are considered to be "junk" it's not hard to imagine knockoff supercomputers....

    1. Re:MIPS R10K is actually pretty zippy. by Anonymous Coward · · Score: 0

      This is GREAT for China.

      These will be interesting times coming...
      China will develop it's business/Linux systems on a Great Chip Architecture.

      the US will continue with that crappy x86 design.

      Now, we'll see with China's vast resources a true competator to the x86. I'm betting Intel/Amd will get swamped. Intel especially. Amd is thier only hope to put good Architecture into the x86.

      Since Intel/Microsoft wouldn't give us a better chip in a few years we'll get it from China.

    2. Re:MIPS R10K is actually pretty zippy. by Anonymous Coward · · Score: 0

      the MIPS is an American design, dumbass

      do you think we never heard of RISC workstations or servers that run on chips like the Alpha, Itanium, PA-RISC, Power, etc?

      jesus you are stupid

    3. Re:MIPS R10K is actually pretty zippy. by fermion · · Score: 1
      I can ru most applications quite well on 450 MHZ G4(circa 2000). In the early 90's I worked on an SGI that ran the complex GUI and various number crunching applications faster than anything I have now. Just like office application, vingtage 1995 is often more than good enough.

      There is no reason why they can't deploy this technology as soon as they start manufacturing them in quantity. For most work done in offices and schools this is more than good enough. Localized versions of *nix and OO.org, or whatever, should work well given enough memory. Since much of this is or will be developed locally, and will be available to many school children, the number of people available to support these machines in the next several years should be phenomenal.

      The concern that the bigwigs in the US should have is major bussiness partner is going to be running different technology, and 20% of the worlds population is going to be brought up using OSS. And this in a world where the dominant US software is opposed to compatibility, and denies the value of, OSS. If we just look at it in the microcosm, for instance the Wal*Mart supply chain interfacing with China, one wonders if any proprietary data interface can be sustained.

      --
      "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
    4. Re:MIPS R10K is actually pretty zippy. by ltbarcly · · Score: 1

      That is IF THEY WERE ACTUALLY MIPS CHIPS!!!!

      A 386 and an Opteron are both x86. One is fast and the other is slow.

      The Godson and the MIPS are both 'mips instruction set' processors. One is fast (says you) and the other is ????.

      There is no way to know until somebody that isn't chinese get's one and benchmarks it.

    5. Re:MIPS R10K is actually pretty zippy. by Anonymous Coward · · Score: 0

      Assuming standard benchmarks are used, does it matter the benchmarker's race?

      Blame someone other than the Chinese, if they get free college and swamp the market. Their leaders obviously don't have short term goals, where conservative US politicians seek to keep college numbers down and college expensive (less competition for their supporters I guess).

    6. Re:MIPS R10K is actually pretty zippy. by Anonymous Coward · · Score: 0

      FYI, SGI did NOT recently switch to x86 - they're using Itanium (IA-64), which just happens to be from Intel. The amazing floating point performance on IA-64 was the reason why they went this direction.

      However, in the mid-90's SGI tried to make x86-based Windows NT systems, but withdrew them from the market.

    7. Re:MIPS R10K is actually pretty zippy. by ltbarcly · · Score: 1

      Standard benchmark numbers might be quoted, but they might also be fabrications.

      Would you trust the US to gauge our success in Iraq? If so you are very naive.

  31. non-treacherous by Anonymous Coward · · Score: 1, Interesting

    /.ers, better embrace 'em!

    These will soon be the only CPUs on the market that don't have treacherous computing extensions

    Good thing Linux runs well on old/slow hardware...

  32. Re:Theft of American Technology by Anonymous Coward · · Score: 0

    She should be executed. One day, we're all going to pay for trusting those communists. China should have been kept in isolation until their commie system collapsed and they were ready to embrace a more open system of government. Now, we're artificially propping up back asswards societies that think they're superior.

    I can't believe the slap on the wrist this bitch was given.

  33. Re:How to stop this from ever happening again... by oldwolf13 · · Score: 1

    ever heard of sickle cell?

    --
    If I can't smoke and swear I'm fucked.
  34. Re:with what? by Mr2001 · · Score: 1

    Sounds like a pretty tough army. At least they haven't reverse engineered those underground warp tunnels... yet.

    --
    Visual IRC: Fast. Powerful. Free.
  35. this isn't news by maxpublic · · Score: 4, Insightful

    American patents don't apply in China, so by definition no patent has been violated - even if a case could be made in the states. American law doesn't stretch a single foot outside of American borders, at least when it comes to countries the U.S. can't conquer or cow into submission.

    Max

    --
    My god carries a hammer. Your god died nailed to a tree. Any questions?
    1. Re:this isn't news by Anonymous Coward · · Score: 0
  36. Cue Steve Jobs announcement.... by CdBee · · Score: 1

    ....stating that OSX has been secretly running on MIPS for the last 4 years as a backup backup plan

    --
    I have been a user for about 10 years. This ends Feb 2014. The site's been ruined. I'm off. Dice, FU
    1. Re:Cue Steve Jobs announcement.... by PlacidPundit · · Score: 1

      There's no money in it, but it wouldn't be too hard. OS X's predecessor (OPENSTEP/Mach) ran on x86, m68k, SPARC, and PA-RISC. I don't suppose they've made all that many changes to Mach or the Objective-C runtime in the last 10 years.

  37. Re:Theft of American Technology by Anonymous Coward · · Score: 0

    "China should have been kept in isolation "

    That would not have worked. China was and is much smarter than the USSR in this case. The west was forced to comply and if not then China is big enough to live on their own.

  38. So how many R10000 chips.. by J.+Random+Luser · · Score: 1

    has MIPS or anybody still got in stock? or could ramp up production? Nowhere near enough for Chinese demand that's for sure. Just imagine the hissing and roaring if the Chinese bought from a European supplier. Watch MIPS quietly pass a few of these oriental devices thru their labs to verify quality, then future buyers get referred to MIPS "Western Pacific Agents"

  39. Something to be far more worried about for USA by CdBee · · Score: 4, Interesting
    --
    I have been a user for about 10 years. This ends Feb 2014. The site's been ruined. I'm off. Dice, FU
    1. Re:Something to be far more worried about for USA by snorklewacker · · Score: 1

      > China is buying Treasury stock in very large amounts and "owning" your government

      They don't "own" jack. They want to buy, that's terrific. The problem is when they start to sell, or just don't buy as much any more. Right now they buy treasury stocks like crazy right now to peg the yuan to the dollar, but the hotter the yuan gets, the less affordable the policy is, and at some point they'll get negative returns.

      So China wants to economically dominate just like the USA. Let's welcome the competition, shall we? I hardly think China's going to export its totalitarian regime abroad any more successfully than we exported democracy to the rest of the Americas.

      --
      I am no longer wasting my time with slashdot
    2. Re:Something to be far more worried about for USA by CdBee · · Score: 1

      You have reached the point I was aiming at.. the owner of stock controls its supply and consequently market value.

      China could precipitate an economic crisis in the US by panic-selling the US debt it has bought - it would hurt the US badly in terms of currency impact and oversupply making it harder for your government to find new countries to fund its debt.

      I'm British - we know all about the long-term effects of poor fiscal policy, having suffered several economic depressions with up to 3 mil. unemployed of our 57 mil. population.
      Government debt always comes back to bite you

      --
      I have been a user for about 10 years. This ends Feb 2014. The site's been ruined. I'm off. Dice, FU
    3. Re:Something to be far more worried about for USA by Anonymous Coward · · Score: 0

      High levels of American consumer spending = high levels of American companies importing Chinese products = more $$$ for China.

      China is as dependent on the US as the US is dependent on it. It works both ways.

  40. Why say 'China' with no mention of the company? by Anonymous Coward · · Score: 4, Insightful

    I find it fascinating how the submitter chose to highlight these chips were developed in China, rather than BLX IC, the /company/ that has designed these chips. I'm sure there's numerous other companies in China producing various general purpose processors as well. When Intel or ATI comes out with a new processor, there aren't many who talk about America or Canada designing a new chip.

    Is it commonplace for people in the US to consider China as some monolithic, communist production machine where the entire state works for one 'company'?

    1. Re:Why say 'China' with no mention of the company? by Travoltus · · Score: 1

      There are a lot of Chinese-owned companies.

      Take Huawei, for instance, which stole Cisco's intellectual property, and got the backing of the Government against Cisco's subsequent lawsuit.

      --
      --- Grow a pair, liberals... stop letting the Republicans bully you!
    2. Re:Why say 'China' with no mention of the company? by Anonymous Coward · · Score: 1, Interesting
      I find it fascinating how the submitter chose to highlight these chips were developed in China, rather than BLX IC, the /company/ that has designed these chips.


      At least from my point of view (and I agree this probably is flawed) the general view amongst my crowd here in the U.S. is that the majority of businesses like this have some sort of semi-invisible Chinese government backing behind the scenes with the sole intent of kicking our economic asses. They seem to be pretty effective, too.

      Is it commonplace for people in the US to consider China as some monolithic, communist production machine where the entire state works for one 'company'?


      Yes, pretty much. The wars of the 21st century will be economic, and China is the greatest threat. Chinese culture is alien to the mass majority of U.S. citizens, and while our own culture and current state of affairs aren't exactly "pristine" many of us view the Chinese political system with disguist (though the current US administration is good competition for this in my book).

      As an anecdote, I live in a fairly nice condo complex with a pretty good mix of nationalities. FWIW the folks from India (and even Pakistan heaven forbid) are amiable and friendly. The Chinese are asocial, insular, and act like they're from another planet. Then again the Japanese were like that around here in the 80's...
    3. Re:Why say 'China' with no mention of the company? by typical · · Score: 1

      FWIW the folks from India (and even Pakistan heaven forbid) are amiable and friendly.

      You ever accidentally mixed them up (Indians/Pakistanis)? I have, and I mean....well, wow.

      I mean, if someone accidentally called *me* a Canadian, I wouldn't care.

      --
      Any program relying on (nontrivial) preemptive multithreading will be buggy.
    4. Re:Why say 'China' with no mention of the company? by kaffiene · · Score: 1

      For christ's sake, the two countries have a history of long and bitter war. It's not quite the same as the USA-Canada relationship FFS.

  41. Re:"Complex microprocessors"? Hah! by Lucractius · · Score: 1

    Does it run NetBSD?

    --
    XML - A clever joke would be here if /. didn't mangle tag brackets.
  42. Re:One good example of IP laws hurting the industr by mAriuZ · · Score: 1

    very good read , on linuxdevices they add to that article

    "although AMD has reportedly encouraged BLX and MIPS to "settle their differences," the article suggests."

    http://www.linuxdevices.com/news/NS9828238951.html

    --
    developer http://flamerobin.org
  43. Re:with what? by Mechcozmo · · Score: 1
    btw, does anyone know what kind of air force china has?

    Mostly old Russian knockoffs and stuff. MiG-21,25,29,31, and choppers. But even their main infantry assault rifle is a copy of the AK-47... their military is large but not as advanced as some other nations...

  44. India is a democracy by Anonymous Coward · · Score: 0

    India is a democracy. India is not anny richer and they have about the same amount of people, but they inherited a mostly working state system from the British.

    The British empire was not any bether than the Hitler Germany, but India and others learned something positive from them.

  45. No, of course they'll contest it... by mistermax · · Score: 1

    and without doubt China will care. Oh no, wait a minute. HA HA HA HA HA! As if they'll give a ....

  46. Cheap Processor by NFJ25 · · Score: 2, Insightful

    China only wants a very very cheap processor for their appliances. So they would not want to pay for the design or invest in a new one. Maybe one day everything (TVs, refrigerators, whatever...)will have one of these...

  47. Re:with what? by name773 · · Score: 1

    is the grand parent post from a video game where you play against/as China or real life?

    sounds more like a game with the mention of underground warp tunnels, but i'm quite tired and just making sure.

  48. Re:with what? by Anonymous Coward · · Score: 0

    Obviously he is talking about Command&Conquer:Generals.

  49. Idiot by luweiewul · · Score: 2, Insightful

    I have to say, most of the comments here can be conluded into one option that non-Western people can never make any progress or advantage in technology, or it's stolen from western world. i wonder how eastern people looked at west in 300 years ago, e.g. Tang Dynasty. With the same logic, almost all the western people after that are thieves. With the same logic, western people's foolishness and selfishness are shown so clearly here. BTW, there is a very basic and universal principle in law, who claims, who gives the evidence. It should be MIPS to find evidence, not Chinese to prove they are legal.

    1. Re:Idiot by Anonymous Coward · · Score: 0

      Its a known fact that China commits industrial espionage as a regular activity on a daily basis. When you steal all your technology from someone else, that is not "progress", that is ripping off someone else's work. One of the most recent examples is how China illegaly obtained technology copied from the AEGIS battleships developed by the US. The Soviet Union did the same with our military and industrial technology becuase they did not have the capability to develop their own technology.

      I do wonder how the Eastern folk looked at the West 300 years ago.. They certianly were not trying to undermine the west on a regular basis, thats for sure!

    2. Re:Idiot by Anonymous Coward · · Score: 0

      Any particular reason why you are posting the same comment twice?

      btw, see my response there.

      Don't make me show you pages and pages of articles proving the Chinese are stealing technology left and right on a regular basis. You're not going to win this argument in face of the facts. You're a disgrace to your forebearers of 300 years ago, unfourtunately because of the communist revolution, its pretty much illegal for you to learn about your own trutful history.

    3. Re:Idiot by EzInKy · · Score: 2, Insightful


      Its a known fact that China commits industrial espionage as a regular activity on a daily basis. When you steal all your technology from someone else, that is not "progress", that is ripping off someone else's work.

      So what royalties did "The West" pay for gunpowder and spaghetti?

      --
      Time is what keeps everything from happening all at once.
    4. Re:Idiot by sydneyfong · · Score: 1

      The Tang dynasty of China was more than 1000 years ago.

      http://en.wikipedia.org/wiki/Tang_Dynasty

      300 years ago, the West was probably at least on par technologically wise with China, with all the enlightenment and stuff, while progress in China pretty much stalled.

      --
      Don't quote me on this.
    5. Re:Idiot by Anonymous Coward · · Score: 0

      How exactly are those technologies? Gunpowder is just something you get out of rocks and spaghetti is just noodled flour.

      Sorry, those don't qualifiy as technology.

    6. Re:Idiot by king-manic · · Score: 1

      300 years ago, the West was probably at least on par technologically wise with China, with all the enlightenment and stuff, while progress in China pretty much stalled.

      China had already ceased it's war-like period and had become a very stable and large empire, technological progress did happen but due to the conservative nature of the government and people it was more incremental improvement of exsiting tech. This conservatism came about because the qin emporors forsaw the rise of the merchant class and took steps to limit their power as well as their education system being excessivly conservative. This halted "radical innovation".

      The lesson we can take away is that the reactionary outcry to "fix the other problems" before we try to do things like space travel will certainly kill us, as it did the Qin dynasty.

      --
      "There are more things in heaven and earth, Horatio, than are dreamt of in your philosophy."
    7. Re:Idiot by rlp · · Score: 1

      300 years ago, the West was probably at least on par technologically wise with China, with all the enlightenment and stuff, while progress in China pretty much stalled.

      The west was running Enlightenment over 300 years ago? Was that the distribution for the Difference Engine or the one on the Jacquard Loom?

      --
      [Insert pithy quote here]
    8. Re:Idiot by Anonymous Coward · · Score: 0

      Huh? The Qin dynasty was more than 2000 years ago! When people talk of China being the most advanced empire during some time in the past, it's AFTER the Qin dynasty. There had definitely been quite a bit of "radical innovation" in these 2000 years.

    9. Re:Idiot by Anonymous Coward · · Score: 0

      The Age of Enlightenment was in the 18th Century, we are now in the 21st Century. 300 years... no?

      Cut your nit-picking.

    10. Re:Idiot by Savant · · Score: 1

      Gunpowder is not something you get out of rocks. Don't be ignorant.

      It's a recipe comprising charcoal, sulphur and saltpetre, the last of which occurs naturally in a few places but must be manufactured in most. Historically it came usually from excrement or urine. The proportions in the mixture are quite unequal. It's not just a technology, it's one of the most important technologies the world has ever seen.

      While there's a certain absurdity in the notion of patenting something that the Chinese had for millenia and is known to have existed in Europe since Roger Bacon wrote down a recipe in 1249, there were many more Industrial Revolution era inventions that could have been sensibly substituted for gunpowder and spaghetti. So both the specifics and the general thrust of your argument are quite wrong.

    11. Re:Idiot by ltbarcly · · Score: 1

      Nice strawman, can I borrow it sometime?

      The logic which says that the Chinese are stealing the Wests technology goes something like this:

      1. Chinese get repeatedly caught stealing American technology again and again and again => (implies) the Chinese are stealing American technology

      Not like this (as you characterize it):

      2. Chinese are incapable of inventing => They must be stealing.

      Then you point out 'western people's foolishness and selfishness'. Is this the same selfishness which caused millions of Chinese to starve? Oh, right, that was Mao. Is this the same foolishness that leads a country to make thinking that something is injust a crime, and saying so an arrestable offence? Oh, of course, this is China also. How many millions of Chinese have suffered so that the Party could save face, with modern-looking cities?

      Why is it that America builds it's products in Chinese sweatshops? It is illegal in America to treat factory workers the way they are treated in China, though it is clear that China has no problem whoring it's workers out to the world. The hilarious thing is that China can never have a larger economy than the West, because then they would be producing more disposible crap than there is a market for. I suppose the Chinese themselves might buy some of it, but the vast majority can barely afford the tricycle they cart their goods down the dirt road to market on.

    12. Re:Idiot by Anonymous Coward · · Score: 0

      The grandparent poster probably meant the Qing (Manchu) dynasty. So relax. Most of us who knew the difference understood what he meant; those who din't know the difference didn't care.

    13. Re:Idiot by typical · · Score: 1

      All I can say is that if I saw someone's fireworks technology and figured out how to make nation-crushing armies out of it, I think I get a little of the credit.

      --
      Any program relying on (nontrivial) preemptive multithreading will be buggy.
  50. you must be new here by name773 · · Score: 1

    you used "its" twice, "it's" once, and all three correctly. how did you manage that?

    1. Re:you must be new here by Anonymous Coward · · Score: 0

      Actually, the GP used "it's" twice, as well. All four uses were correct.

  51. Re:"Complex microprocessors"? Hah! by jiushao · · Score: 5, Insightful
    If it is like the R10000 in technology, not bloody likely that just about anyone can put one together. It was a very neat superscalar OoO-chip that is still looking good today.

    I don't get the reference to Hennesy and Patterson at all here, while they do indeed discuss the implementation of pipelined chips with the Mips as the running example they do it on a high level. Doing an efficient implementation of even only the parts discussed in the book requires doing the actual clever implementation work of large portions of logic not really touched upon. Even things that are discussed are in so general terms that the books worth as a practical guide to actually building a modern chip is fairly low (it is an introductionary book after all). In addition they don't even discuss the issues involved in a chip of this level, notable missing parts are OoO logic and the FPU and so on (again understandable since it is an introduction).

    Don't compare the R10000 to the stuff that a CS class hobbles together (which also tends to be a very small portion of a complete chip), it is an insult to all of computer architecture if anything.

    So, the R10000 was very much state of the art in 1995, and is still doing fairly well today (the R160000 is pretty much the same core, just shrunk and tuned). If China has made an equivalent it is proof enough that they can make a competitive chip.

  52. Had to see it coming..... by Anonymous Coward · · Score: 1, Insightful

    Between the software patents in europe, the DMCA in the US and the state of the current patent system, It is getting harder to produce software in the patent minefield that is the western world.
    9/11 should have shown us what happens when determined people who aren't bound by laws and corporate greed want to get things done. The tech industry no longer has a "just do it" kind of attitude, as it crawls along, waiting for a lawsuit to blindside them.
    With even reverse engineering outlawed by the DMCA, consumers are locked into the first product to appear on the market, and making an alternative, even a better one is a futile exercise.
    Face it, with fewer laws, tech advancement using reverse engineering, and those one man hackers like DVD jon, Russia and china are operating with a freedom that allows them to bring the best they have to the fore, without limitations. Without serious patent reform, the US will NOT be at the forefront of technology for much longer.

  53. More facts about the chip... by Joseph+Lam · · Score: 5, Informative

    A brief description with picture of the chip:
    http://www.pconline.com.cn/pchardware/foreline/cpu /0312/258718.html/

    A 13-page write-up documenting the tough work and challenges faced by one of the chip scientists (e.g. pipelines/branch-prediction/cache design, packaging, etc...):
    http://www.pconline.com.cn/pchardware/foreline/cpu /0312/258719.html/

    Interesting bits from those Chinese sites:
    - (back in 2003) they're already running Linux on it, with applications such as MP3 audio/mpeg movie playing, Mozilla, OpenOffice, games...
    - (back in 2003) Max clock 300MHz, 1-2W power consumption, 1% CPU load for playing MP3, 23% for mpeg movie, SPEC_CPU2000 score of 300
    - will reach 1GHz by early 2006
    - it will be used in low-cost PC with price RMB1,000
    - the 3rd gen of the chip will incorporate multi-core design

    1. Re:More facts about the chip... by vhogemann · · Score: 1

      This can be great news to poor countries where most of the people doens't has access to computers due their high price.

      For example, here at Brazil a "cheap" computer costs 2 months worth of salary from an average worker (around U$650). Ideally a cheap computer should be priced at U$200 to be really affordable by the average family here...

      If China could licence this technology, or create a partnership with Brasil, Argentina, India and other develloping countries we could be able free ourselves from the Intel/AMD/Windows dominance.

      --
      ---- You know how some doctors have the Messiah complex - they need to save the world? You've got the "Rubik's" complex
    2. Re:More facts about the chip... by tomstdenis · · Score: 1

      Computers cost a lot because there isn't a free market.

      When is the last time you could order a pre-built computer and actually have a choice in processor, motherboard, ram, video card, monitor, etc..?

      The large retails feed monopolies such as Intel and MSFT and as a result the smaller companies such as ARM, MIPS and AMD (to name a few) end up trying to feed off anything else (embedded stuff for ARM/MIPS).

      Tom

      --
      Someday, I'll have a real sig.
    3. Re:More facts about the chip... by qbwiz · · Score: 1

      For reference: RMB1,000 is about $123,so that's not a bad price for a computer, though I'd be worried about the performance.

      --
      Ewige Blumenkraft.
  54. China "communist"? Nope... "capitalist". by Dogtanian · · Score: 2, Interesting

    China should have been kept in isolation until their commie system collapsed

    The 'commie system' did collapse. China is no longer communist by any reasonable measure (if they ever were).

    They're certainly totalitarian (so is communism in practice, but although communism-->totalitarian, the converse isn't necessarily true), and an indication that you can have capitalism without democracy.

    In fact, the Americans assumed that by supporting China's move towards capitalism, power would become diffused and there would be more vested interest in not seeking conflict with the US. They did not believe that China would get this far without much greater decentralisation of power than has actually happened.

    To some extent, I think they believed their own propoganda (capitalism --> democracy). I also think they wanted a slice of that *very* large market and figured they had a long enough spoon to sup with the Chinese government.

    and they were ready to embrace a more open system of government

    As I mentioned above, the Americans assumed that capitalism would lead to more open government. Now China is (for example) beginning to compete with the US for oil, many are having misgivings about this.

    Incidentally, keep an eye on Zimbabwe; Mugabe is importing vast quantities of goods from China, and there is evidence that he is seeking to ally with them (I'm assuming that China are equally interested in Zimbabwe's resources). It's a very good explanation as to why he's tearing down street markets and basically destroying his country; leaves it open for Chinese goods to flood the market.

    --
    "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
    1. Re:China "communist"? Nope... "capitalist". by aminorex · · Score: 1

      > communism-->totalitarian

      This is not an analytic truth.

      --
      -I like my women like I like my tea: green-
    2. Re:China "communist"? Nope... "capitalist". by Dogtanian · · Score: 1

      This is not an analytic truth

      Yeah; strictly speaking I should have added "in practice", although I thought this was pretty much implied by having already said it earlier; perhaps not.

      --
      "Slashdot - News and Chat Sites Deviant". (Click "homepage" link above for details).
    3. Re:China "communist"? Nope... "capitalist". by Tekzel · · Score: 1
      As I mentioned above, the Americans assumed that capitalism would lead to more open government. Now China is (for example) beginning to compete with the US for oil, many are having misgivings about this.


      Well, call me an optimist, but I dont think this will be true in the not so distant future. We are already looking for alternatives to oil, and regardless of what the mega oil tycoons think I feel it WILL happen. In a capitalist society the only thing more powerful than the corporations (they own the government, you see) is the general population. If WE decide, en mass, that we want something else it will happen. The problem is waking up that mass of people, and I think that OPEC has given us the necessary catalyst, raising oil prices.

      To keep this on subject though, I have my doubts about the relevance of the Chinese dragon processor. From my understanding, generally, the Chinese population is too poor to afford American PC parts, and we Americans wont accept the Chinese processor as a replacement for our higher performing parts from Intel and AMD (not going to say the Chinese wont be able to catch up and surpass them, but my bet would be on no). Perhaps some sort of embedded processor IF it were cheap enough, but then theres plenty of cheap embedded processors here as well. As for patent issues, does anyone think this processor is being built with export in mind? I sure dont, I think it is primarily so they can sell it at home without depending on the US. They want to be technologically independent, and I understand this. American (or any other country) patents are only valid if the Chinese government decides they are, which they dont.
    4. Re:China "communist"? Nope... "capitalist". by AJWM · · Score: 1

      American PC parts,

      That's got to be an oxymoron. What PC parts are made in America these past few years?

      --
      -- Alastair
    5. Re:China "communist"? Nope... "capitalist". by Tekzel · · Score: 1

      It is less important where they are BUILT than where they are DESIGNED.

      And it has been a lot longer than a few years since PC parts were built here.

  55. Re:Theft of American Technology by makomk · · Score: 1

    This almost certainly has nothing to do with the original story. She illegally exported (not stole - they were bought and paid for, probably legally, in the US) specialist microprocessors for low-temperature use. They were probably also really slow.

    This story is about a general-purpose microprocessor which ought to be a lot faster (if less durable). Besides, reverse-engineering isn't neccesarily any faster than designing from scratch.

  56. Re:with what? by Anonymous Coward · · Score: 0

    Why go to the bother of typing all that, then destroy your credibility by not bothering to use caps in all but two words?!

  57. Re:with what? by lachlan76 · · Score: 1

    It's 4 MiGs :D

  58. Idiot by luweiewul · · Score: 1, Redundant

    I have to say, most of the comments here can be concluded into one option that
    non-Western people can never make any progress or advantage in technology, or it's stolen from western world.

    i wonder how eastern people looked at west in 300 years ago, e.g. Tang Dynasty.

    With the same logic, almost all the western people after that are thieves.

    With the same logic, western people's foolishness and selfishness are shown so clearly here.

    BTW, there is a very basic and universal principle in law, who claims, who gives the evidence. It should be MIPS to find evidence, not Chinese to prove they are clean.

  59. Re:with what? by Anonymous Coward · · Score: 0

    Have a look at:
    http://en.wikipedia.org/wiki/M-16_(rifle)/
    It says that china is making licensed M16. I don't know why they make them if they're not using them though...

  60. Re:One good example of IP laws hurting the industr by makomk · · Score: 1

    Unless there's a lot more that the guy is telling, this is a very clear case of IP laws directly impeding the industry.

    Actually, it sounds more like a case of lawsuits impeding the industry (with a little help from IP laws). Apparently, MIPS Technology didn't actually win the lawsuit, they just dragged it on until Lexra ran out of money; it's an old trick...

  61. Wait till they go on sale by sl4shd0rk · · Score: 1, Troll

    We will see them in Walmart piled from ceiling to floor with little yellow smiley faces saying "we roll back price. you buy mips now. we own all your base."

    --
    Join the Slashcott! Feb 10 thru Feb 17!
  62. Godson 2: The Jesus Chip by Burz · · Score: 1

    What I want to know is if these will operate in Apostle Clusters... or if they are only intended to be used in postmodern Left Behind environments.

    No wait, I see they are destined for use in robotics.

  63. Re:If there can be some real competition ... by ckaminski · · Score: 0, Offtopic

    A true martial artist would just kill you, and wouldn't make any wasteful excitations like in cheesy American chop-sokky movies. :-)

  64. Bill was there first! by Anonymous Coward · · Score: 0

    Windows NT ran on MIPS ~10 years ago... for windows' definitions of 'ran'.

  65. Re:with what? by ckaminski · · Score: 1

    Because the AK47 is capable of taking more abuse? the only thing I HATE about firing the AK47 that the AR15/M16 doesn't do, is eject the cartidge case right onto my head. I've gotten AK47 cases in the eye before. Can't fricking explain it, but it happens. :-/ Maybe a defective receiver, I don't know, but it sucked firing that thing. I had better accuracy at 100y with the AK, though. And it sounds nastier. :-)

  66. Re:with what? by Anonymous Coward · · Score: 0

    Your shift key is broken.

  67. Exactly by Anonymous Coward · · Score: 0

    So when AMD copies Intel, that's okay. China partially copies MIPS, that's not okay.

  68. Re:"Complex microprocessors"? Hah! by TurkishGeek · · Score: 5, Insightful

    Not even the brightest CS junior, or even the brightest (lone) CS grad student in any institution all over the world can design something with the complexity of the R10000, which was a fairly sophisticated design. The Chinese have access to very recent process technologies and can easily design and build a simpler processor that would beat your puny FPGA-implemented broken design in a heartbeat. Their goal is to build a base on which they can build a competitive CPU design infrastructure for their local industry.

    I found your post mildly disturbing, with an air of superiority that seems to assume that CPU design is an American specialty of some sort. Many of us who work in CPU design and implementation got our graduate degrees from American universities, where an overwhelming majority of the graduate students in our group were foreign. Your CPU's are already being designed by non-Americans, so this might be a good time to get over it. Also, there is much more to talking about microprocessor design than taking a junior level Verilog class, perusing the Hennessy & Patterson book and maybe reading a few ISCA papers. I suggest you take a look at the R10000 paper published in IEEE Computer some years back.

    --
    Zigbee Central: A Zigbee weblog
  69. could it be set up as a sgi workstation clone? by Anonymous Coward · · Score: 0

    i'll bet it would not take much to to get IRIX to boot off of it. I can imagine how cool it would be
    if there where small pda like devices running IRIX.

  70. No, you're just an internet n00b by Anonymous Coward · · Score: 0

    Try this: google "Patent Cooperation Treaty" and see that China is a signatory.

    Don't you have an anti-Bush rally somewhere or something that you need to be at?

  71. Silly question by TheConfusedOne · · Score: 1

    But were things any different when America had an undeveloped economy 100 years ago?

    Well, let's see. There's this little thing called a Constitution...

    --
    --- I wish I could hear the soundtrack to my life. That way I'd know when to duck.
  72. Re:with what? by Fulcrum+of+Evil · · Score: 1

    the only thing I HATE about firing the AK47 that the AR15/M16 doesn't do, is eject the cartidge case right onto my head.

    Mine did that too - I think the only way around it is to fire tilted.

    --
    "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"
  73. China reminds me of... by doctorjay · · Score: 0

    We should ban any product using their chips...If china doesnt give a crap about our patents, then we shouldnt buy thier products. Its just that simple. Ill pay the extra 10 or 20 dollars more if things were made in the US. Id rather see us as self reliant and have things be more expensive than put our balls in chinas hands and live in cheapo land. But then again, who cares, if they want to continue to rip off our stuff let them.. Its only going to hurt them in the long run. There is NO substitute for hard work. The will get sucked into this cycle of copying and wont learn anything. Like when the russians copied our B29's they copied everything so verbatib they even copied a patch in the sheet metal!hah! China reminds me of that one grubby kid in engineering school who ALWAYS copies other peoples homework... Never even bothers to try it for himself. Claims he is learning, but just copies it verbatim, so much so he copies the name too. Its all good till the test rolls around, then he is screwed. Maybe he will be able to cheat on the exam too, but what happens on the job... eventually it will catch up with him.

    1. Re:China reminds me of... by Anonymous Coward · · Score: 0

      You need to learn English and not copy English homeworks from your chinese classmate obviously...

      Seriously, if you can't even write properly, spell correctly, I doubt you are in position to make such ignorant assumption.

    2. Re:China reminds me of... by doctorjay · · Score: 0

      Thanks spelling nazi.. go back to your fuhrer. Either that or you are chinese and got offended by what I wrote and in that case you need to go back to Mao.

  74. Does the chinese army own the chip company? by wheelbarrow · · Score: 1

    They own other commercial enterprises in China. I'd like to know because I would like to avoid funding their activities. I feel a moral obligation to avoid buying bullets for their guns and treads for their tanks.

    1. Re:Does the chinese army own the chip company? by tomstdenis · · Score: 1

      Yeah you'd rather put money in the hands of Lockheed or Northrop so they can bomb innocent civilians all over the world!

      That's SOOOOO much better.

      Tom

      (I already feel dirty enough that all large defense contractors in the US use my crypto/math libraries. This includes Raytheon, General Dynamics, Northrop and Lockheed...)

      --
      Someday, I'll have a real sig.
    2. Re:Does the chinese army own the chip company? by wheelbarrow · · Score: 1

      You are implying that I am simply playing a team sport. My reasoning is deeper than that. I see a clear absolute moral choice hear. I don't want to fund the Chinese army or the unjust actions of the USA army.

      It looks to me like your comfort zone is in the simple minded view of politics as a team sport rather than a conscientous moral decision.

    3. Re:Does the chinese army own the chip company? by Anonymous Coward · · Score: 0

      I'd like to know because I would like to avoid funding their activities. I feel a moral obligation to avoid buying bullets for their guns and treads for their tanks.
      Assuming you are a US citizen and paying taxes, you are already paying bullets for guns and treads for tanks. no, not for the Chinese, but for the US troops waging a pointless war in Iraq. I'm sorry, you really aren't high enough on the food chain to decide where your money goes.

    4. Re:Does the chinese army own the chip company? by tomstdenis · · Score: 1

      No I'm quite capable of seeing that point of view. My experience has been though that people often say one thing and do the other.

      People hate the exploitation of labour but still shop at Walmart.

      People hate the regurgiation of bullshit music generation after generation yet they still buy their children m'bop!

      People hate the cost of gas yet buy SUVs

      People hate being fat or sick yet eat MacDo and others...

      Point of fact is people who say "don't want to fund evil government X" are likely proudly sponsoring evil government Y, Z and ?.

      Tom

      --
      Someday, I'll have a real sig.
  75. Re:with what? by Anonymous Coward · · Score: 0

    command & conquer generals. he also mentioned nuke general, which came from the expansion, Zero Hour. Great game.

    The warp tunnels have nothing to do with the game.

    By the way, its was 4 MiG's to make a firestorm.

  76. Yuan floated on currency markets by Colin+Smith · · Score: 1

    On Friday, the Chinese government scrapped the link between the US dollar and the Yuan. The link is the reason Chinese people and products have been so cheap for the last decade or so.

    With the link scrapped, the Yuan is going to increase in value, making Chinese people and Chinese products more expensive.

    This is going to mean less, not more offshoring to China in the future. Other AsiaPac countries co-ordinated similar moves at the same time.

    --
    Deleted
    1. Re:Yuan floated on currency markets by Anonymous Coward · · Score: 0

      If by scrapped, you mean moving the peg from 8.22 to 8.11 rmb/ dollar.

    2. Re:Yuan floated on currency markets by InvalidError · · Score: 1

      I have no doubt that offshoring will eventually strenghten other currencies and increase per-capita income... but it will take a while (probably no less than 10 years but no more than 20) for this to nullify offshoring savings. Once China&all catch up with American/Japanese/European consumerism/capitalism, things will get tough for everyone.

    3. Re:Yuan floated on currency markets by Colin+Smith · · Score: 1

      "Things will get tough for everyone."

      There's the understatement of the year. If you look at the socioeconomic reasons for world wars 1 & 2, it's pretty clear that 3 is on it's way.

      --
      Deleted
    4. Re:Yuan floated on currency markets by dustmite · · Score: 1

      Um, no, they didn't just change the peg value. It's allowed to move within base_value +/- 0.03 each day; at the end of each day of trading, that value becomes the new baseline for the next day. This allows it to find it's 'natural' rate gradually, giving the economy time to adjust, rather than a sudden strengthening in value.

  77. 95% Compatable by theManInTheYellowHat · · Score: 1

    So I have read here and else where that they intend on using a version of Linux and their own CPU's so that they do not have dependance on American tech.

    Is being 95% compatable with MIPS enough to get a MIP's Linux kernel up and running or would they have to patch the bejesus out of it.

    Or maybe that is the plan anyway....

  78. Re:If there can be some real competition ... by Beyond_GoodandEvil · · Score: 1

    Actually, a TRUE martial artist would have made you give up long before it became necessary to come to blows.

    --
    I laughed at the weak who considered themselves good because they lacked claws.
  79. Patent treaties by tepples · · Score: 1

    google "Patent Cooperation Treaty" and see that China is a signatory.

    Unlike copyright treaties, patent treaties typically do two things: establish a priority date for applying for a patent in one country based on date of applying in another, and allow an inventor to specify multiple countries on a standardized patent application for an additional fee. Question here is whether SGI or MIPS paid that additional fee.

  80. Re:with what? by Anonymous Coward · · Score: 0
    take back tiwan as an export epicenter for all of asia. force the usa to fight or go home. end the stand off for once and for all.

    I suspect that you are about to get your wish. China is now sounding off on Taiwan and stating that if we use even a small nuke there, they will target the USA with nukes. Great. MAD all over.

    So we fight a simple war with them. Right? We are currently fighting a 2 front war and are currently at a stalemate. In addition, we are running out of willing soldiers. All china has to do is invade Taiwan and we do not have any flex in our system to do anything. It would take no less than 6 months for us come up to speed. Well, any invasion of Taiwan will take less than 3 months (and probably less than 1 month).

    I think that even China (probably with discussions by Bin Ladin) is well aware that they can now take what they claim and there will be damn little that we will do about it.

  81. Godam wh00t!! by Anonymous Coward · · Score: 0

    This is most excellent news. China is producing their own processors. What makes it even better is that they based it off an already proven processor design. I would honestly rather had them give Intel a slight by "pirating" one of their designs, but such is life.

    China needs this to advance their entire society. Eventually, they need to work on their infrastructure (holy god, they need to work on their infrastructure). Power lines, roads, tunnels, power plants, water treatment plants, river barges and docks, portable bridges.

    This is one step. This is a good step. But the absolute, next most important move to make, is working on the infrastructure.

    1. Re:Godam wh00t!! by instantgames · · Score: 1

      If you mean science and engineering infrastructure, then they're already working on it with a vengeance: http://www.dailybrowse.com/index.php?option=com_fr ontpage&Itemid=1

  82. Just print more Yuan by Anonymous Coward · · Score: 0

    Good quality laser printer are cheap.

  83. Re:with what? by John+Courtland · · Score: 1

    I shot a Glock 21C that did that shit. God that's annoying. The FN Five seveN has a great ejection method, it fires the round forward when ejected, WAY out of your way.

    --
    Slashdot is proof that Sturgeon's Law applies to mankind.
  84. No. by WindBourne · · Score: 1

    That is Hundai.

    --
    I prefer the "u" in honour as it seems to be missing these days.
  85. what's the problem? by cahiha · · Score: 1, Insightful

    The CPU is 95% MIPS compatible using an unauthorized and unlicensed variation of the MIPS architecture,

    The AMD chips are 100% Pentium compatible, using an unauthorized and unlicensed variation of the Pentium architecture, and we all benefit from that. As long as they don't violate specific patents or copy parts of the circuitry, it's also legal.

    If MIPS Technologies actually claim intellectual property in the MIPS instruction set or general aspects of the MIPS architecture, then we have a real problem, but that problem is with MIPS Technologies. Instruction sets and straightforward high-level architectural choices should not be patentable.

    1. Re:what's the problem? by DeathPenguin · · Score: 1

      >>The AMD chips are 100% Pentium compatible, using an unauthorized and unlicensed variation of the Pentium architecture, and we all benefit from that.

      Actually, AMD licenses an enormous amount of IP from Intel, and vice-versa. This cross-licensing is what benefits us, and makes sure that Intel gets what Intel deserves and AMD gets AMD deserves.

    2. Re:what's the problem? by cahiha · · Score: 1

      Actually, AMD licenses an enormous amount of IP from Intel

      You're right, I made a mistake: AMD did license even the instruction set from the start. It was the C3 processor and some other x86 clones that were created without a license. Note that any patents related to the 386 instruction set and architecture are around their expiration date.

      This cross-licensing is what benefits us, and makes sure that Intel gets what Intel deserves and AMD gets AMD deserves.

      No, the patent cross-licensing does not benefit us; it creates artificial and harmful barriers to entry, without creating much of an incentive for Intel or AMD to conduct more R&D than they would otherwise.

      I keep my fingers crossed that the Chinese are getting away with this; I think this is a good thing. Incidentally, given that MIPS started in the early 1980's, chances are that any patents on the instruction set and general architecture have expired. Furthermore, China is under no obligation to enforce US patents within China anyway; as long as they don't ship it to the US, they can produce whatever they like.

    3. Re:what's the problem? by DeathPenguin · · Score: 1

      It wouldn't surprise me if there were a bunch of x86 clones that violated patents. It's no secret that hardware vendors violate patents all the time, and they're mostly pretty good at keeping things secret and proprietary so competitors can't see their patents being violated.

      I do find it hilarious that the Chinese are probably going to get away with this and there's hardly a damn thing U.S. powers can do. There's so much economic interest in China that it's unlikely US powers will even be willing to risk upsetting trade relations over MIPS.

    4. Re:what's the problem? by cahiha · · Score: 1

      I do find it hilarious that the Chinese are probably going to get away with this and there's hardly a damn thing U.S. powers can do. [...] risk upsetting trade relations over MIPS.

      This has nothing to do with trade relations. Even if the technology was patented in the US, those patents simply are not valid in China. There is nothing unusual about that: foreign patents aren't valid in the US either.

      More generally, patents, copyrights, etc. are laws and agreements that are negotiated between nations; there is no legal or ethical basis on which to even suggest that other nations should implement them. If China doesn't want patents, that's their good right.

      Keep in mind that the US during its early history flagrantly and deliberately violated intellectual property of the European nations.

    5. Re:what's the problem? by typical · · Score: 1

      The AMD chips are 100% Pentium compatible, using an unauthorized and unlicensed variation of the Pentium architecture, and we all benefit from that. As long as they don't violate specific patents or copy parts of the circuitry, it's also legal.

      Yes, but AMD doesn't consist of a lot of people with funny flat faces and customs that differ from us, so this time IP matters.

      [shrug] I see it as great. Someone made a competing CPU. Maybe it will drive down costs. No reason to think that any IP laws were broken, any more than Cyrus, AMD, Transmeta, or any other CPU-instruction-set-cloning companies have done. If you think Chinese don't play a major role in R&D today...well, you haven't seen the CS research lab where I work. And that isn't even one of our Chinese locations.

      Why is it that a huge chunk of Slashdot stories have a severe bias (okay, this much I can understand) that is then followed and rah-rah-rahed by everyone reading the article? Doesn't anyone on here learn that the article submitters usually have bias?

      At least at (the prestigious US university that I attended), quite a few CS folks are Indian or Chinese (oddly, few Japanese seemed to show up -- could be because Japanese universities have reputations such that their people don't feel enough pressure to go to school overseas).

      Here's a seat-of-the-pants prediction to dispel nationalist fear -- the US is going to continue to be wealthy, but China and other nations are going to get wealthy faster. And that's a rather more stable situation than what we have today. North and South Dakota don't threaten each other with nuclear weapons, because there's no power or wealth or anything worth fighting over disparity. Foreign human labor will get more expensive for people in the US, but steadily increasing use of automation will take up much of the slack, at least in the long run. There will be some memes from China that hit the US, and some from the US that hit China, and the most appealing ones will tend to win out. That gave us anime with Japan, which seemed to be a good thing from my standpoint.

      --
      Any program relying on (nontrivial) preemptive multithreading will be buggy.
  86. The Intellectual Property Law of China by westlake · · Score: 1
    Required reading for anyone who posts on these topics: The Ministry of Science and Technology: Laws and Regulations

    Patent Law
    Trademark Law
    Copyright Law
    Technology Contract law
    Product Quality Law

    1. Re:The Intellectual Property Law of China by Doctor+Memory · · Score: 1

      MiniTrue, MiniPlenty and....MiniSciTech? Hmmm, that doesn't sound familiar...

      --
      Just junk food for thought...
  87. Buh bye! by rlp · · Score: 1

    I fully expect Chinese companies and the Chinese govt. (often the same thing) to steal trade secrets and IP from outsourced operations and then turn around and compete against us using our own technology. Anyone who thinks otherwise is naive. American companies that outsource their SW / HW development to China are writing their own epitaph.

    --
    [Insert pithy quote here]
  88. You are already pwned.... by king-manic · · Score: 1

    Your economy is now pwned by the chinese/asians (to a certain exstent so is mine). Most manufactuering is nwo done in china, almost every product imagineable is now either "made in china" or "made in india". Electronics are now rarely made in the USA. My computer almost had 100% taiwanese parts. It's now just a little late to try and reverse this trend, and you can blame all the short sighted MBA's who thought they'd get a great bonus by financing their competition. At the moment the things the US does well is:

    1- work hard
    2- has good management
    3- has good R&D

    #1 is a trait shared by India and China. #2 is something that can be stolen with little or no effort. #3 can also be stolen and at some point improved upon as the japanese showed us was possible in the 80's. The US hegemony is almost over, lasting a scant decade and a half. Who do I blame, yeah I blame the stupid buisiness execs.

    --
    "There are more things in heaven and earth, Horatio, than are dreamt of in your philosophy."
    1. Re:You are already pwned.... by Anonymous Coward · · Score: 0

      I was with you until you said that the US had good management. If the MBAs are the ones that farmed out the work how can the US have good management? Management in the US is about as far as you can get from "good". It's shortsighted, only concerned about itself, greedy and exploitatious of the American worker. Hopefully that's not what you consider good.

  89. Form-fitting education. by Anonymous Coward · · Score: 0

    "Chinese culture, as the father of all East Asian cultures, holds education dear and promotes getting as much of it as possible. Their college system is still sub-par when compared to the rest of the world, and when compared to S. Korea or Japan, but it is rapidly improving. Their top schools compete with the world's top schools. Their local schools have been providing valuable training in business management, among other skills, that have allowed the Chinese economy to boom as it has been booming."

    Oh wow! Is theirs geared around the "cookie-cutter", "churn them out for the factory", "be a good citizen" model like ours is?

  90. Where can I get one? by Kludge · · Score: 1

    Ok, this is cool and all, but only really relevant if I can buy one. That would be cool.

  91. Considering they're going up against ARM... by KDR_11k · · Score: 1

    ... they should call it CORE.

    --
    Justice is the sheep getting arrested while an impartial judge declares the vote void.
    1. Re:Considering they're going up against ARM... by Anonymous Coward · · Score: 0

      But SunPlus (Taiwan) makes a processor called S+Core already. By some strange coincidence, they used to have a deal with MIPS.

  92. *Applause* by neiras · · Score: 1

    That is the funniest thing I've read on Slashdot in weeks.

  93. All seriousness here by Anonymous Coward · · Score: 0

    While he kind of trivializes the ability to design a chip such as this let consider the fact that they designed from documents published about the R1000. Seriously given todays modern tools, synopsis, mentor graphics, and cadence implementing an already designed microprocessor is not exactly an incredible achievement, it is a lot of grunt work but is not a massive achievement. We will see how well they laid out the actual chip and how well they have optimized their silicon for clock speed.

    But I mean in all honesty in 2 months time as a student I designed, tested and optimized a 64 bit alpha integer design which feature out of order exaction, 2-way superscalar, speculative branches, load store forwarding et al. This was by myself basically, I had someone design the caches, and had someone connecting my modules. But otherwise it was like a one man show. Given a year and a competent team of 25 verilog coders, a few electrical engineers to hand optimize the layout and there you go processor.

    See it does not take the greatest team to make an implementation of a working design and almost any group of decent engineers in any country can do this. What remains to be seen is how good their optimizations and improvements hold up to our established modern designs or even their inspiration.

    Now call me when they develop their own ISA or at least a chip with some uniqueness a copy of an old MIPS will not cut it. Call me when they develop something that is a class leading CPU.

    Oh and by the way FPGA.....I don't think so these are not large enough or fast enough for a modern design like the R1000. Simply put even old fab technology is better than an FPGA

  94. Re:"Complex microprocessors"? Hah! by Klivian · · Score: 1

    to assume that CPU design is an American specialty of some sort.

    True, and if one even bothers to look at the different CPU architectures and their history one it's rather plain. Take one of the most widely used architectures like ARM, it's pure British. The strongARM was a cooporation with the old Alpha team so it's partly American. And it's that Indian guy, whats his name? Who is considered the main architect of the SPARC line(Or was it the MIPS? I always mix those up). And in the little simpler segment we have the Atmel AVR family, which was developed in Norway.

  95. It is just a matter of time by Newton+IV · · Score: 1

    Until best and cheapest CPUs are made by China, instead of AMD/Intel. Just like Hondas/Toyotas replaced Buicks.

    With the current wisdom of MBA blueshirts, the United States will have to feed itself with Disney cartoons and T-bond paper, since the very basic manufacturing skills are being lost.

  96. Re:with what? by stanmann · · Score: 1

    Fired from the Shoulder or from the Hip. AFAICT the AK47 was designed primarily for Hip firing where the AR15 was designed for both shoulder and hip firing.

    --
    Food not Bombs is a nice platitude but it breaks down when you notice that the Bombees are usually well fed
  97. We still have far more trained people.... by Anonymous Coward · · Score: 0

    We just cost too much, 100k here is 5k in china. But let me say this even though there are very bright chinese and indian people many of them are americans now and both of those countries are so screwed up I have a problem with the outsourcing going their.

    Simply put the people are treated like shit, the environment is treated like shit, IP is not valued, and the infrastructure sucks. The truth is that Europeans and Americans are more efficient and only the low cost of labor makes up the difference. I mean seriously these countries make Mexico look like a caring government.

    1. Re:We still have far more trained people.... by Anonymous Coward · · Score: 0

      you have far more trained person for what !?

      you don't need far more trained person for putting buttons on a shirt (Chinese are pretty good at that anyway).

      you don't need far more trained person for picking up phones and say "hi how may I help you"

      you don't need far more trained person for putting IC chips or resistors on circuit boards.

      and frankly all those so called well trained people US have, China and India have 100 times more at 100 times less the price.

  98. Re:with what? by ckaminski · · Score: 1

    Shoulder.

  99. Re:with what? by ckaminski · · Score: 1

    I too, had a problem with a Glock doing this. Not sure what model, but it was a .45.

  100. SPIM! SPIM! SPIM! by kupci · · Score: 0

    Oh, *SPIN*! I thought you were talking about SPIM!

  101. Re:"Complex microprocessors"? Hah! by Anonymous Coward · · Score: 0

    I would not expect any CS grad student to be able to design event the simplest CPU. Last time I checked CS students did not learn VHDL, logic design, electronic networks, transistor design, etc. Maybe you meant EE or CpE. And you "work" in CPU design?

    Many of my peers had semester design projects to create a simple CPU. I have no doubt that given 5 years of uninterrupted work, a single, intelligent engineer could design and implement a relatively complex CPU on par with a R10000 in an FPGA.

    You have to remember that architecture and overall design was not the limiting factor in 1995. It was die size and transistor speed. The logic not only had to meet the architecture requirements but do so with speed and space constraints.

  102. The linked PCTalk story ripped off the original by chip-analyst · · Score: 1

    I guess PCTalk must believe it's less than a 95% copy of the original, so it didn't bother linking to the story. The original story was developed by Microprocessor Report. Sorry, but we're a paid subscription newsletter, so we can only publish an abstract in the public domain. You can the original abstract at: http://www.in-stat.com/tr/index.asp and follow the link to "China's Emerging Microprocessors"

    --
    Don't sweat it, it's only 1's and 0's.
  103. Flame On by mosb1000 · · Score: 1

    I sympathize with flames more every day. This comment is so much simpler and more elegant that what I probably would've written, and it gets the point across much better. There's no reasoning with the self-absorbed eurotrash on this website, so why even bother? When it comes to assholes like them, it's better to take the tough love approach, except without the love.

  104. Clarification please by northcat · · Score: 1

    How did AMD pay Intel for x86, BTW?

  105. Hows this for analytic truth by HornWumpus · · Score: 1
    (Communism&Socialism)-->Concentration of power-->Corruption(power corrupts)-->Totalitarianism.

    In mixed and capitalist systems the power is not so concentrated. Hence less corruption. Que the greeneys that still don't understand how much smaller GE is then government, also that you can stop dealing with a corrupt company much easier then you can stop dealing with corrupt governemt. The former requires you to be pissed enough to find alternatives the latter requires you to take to the hills with your weapons (you do support the second ammendment don't you?).

    --
    John McAfee 'It was like that time I hired that Bangkok prostitute; to do my taxes, while I fucked my accountant'
    1. Re:Hows this for analytic truth by HiThere · · Score: 1

      The hills? You mean those places where the rich people have built their estates? With their own private security forces?

      Your suggestion for a means of opposing the government presumes that the places remote from the city centers are filled with those sympathetic to anti-governmental activities...or at least lacking in communication facilities.

      Think again. There may be an important impromptu quiz later in the decade.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    2. Re:Hows this for analytic truth by Anonymous Coward · · Score: 0

      (Corporatism&Facism)->Concentration of power-->Corruption(power corrupts)-->Totalitarianism

      There are many paths that lead to Totalitarianism.

      At least the Chinese system is honest about what it is doing.

  106. Re:How to stop this from ever happening again... by colinrichardday · · Score: 1

    Having one gene for sickle cell is actually an adaptation against malaria. If you targeted sickle cell, you might kill all those people who have one such gene, but not those who have none.

    Also, what genetic weakness could you exploit against the Chinese that would not affect the Japanese, Koreans, Vietnamese, etc.

  107. Re:with what? by Mr2001 · · Score: 1

    The warp tunnels have nothing to do with the game.

    Sure they do.. the GLA (terrorist faction) has warp tunnels.

    --
    Visual IRC: Fast. Powerful. Free.
  108. IP laws or lawsuits doing the hurting? by Joseph_Daniel_Zukige · · Score: 1

    You wouldn't have the lawsuits if the current laws didn't encourage it.

    But, yeah, the problem always comes back to the people. If we didn't drink the kool-aide, Microsoft wouldn't have as big a monopoly, and if we didn't pay them money, they would eventually be unable to continue using the courts to stall, and the worst example of bad IP behavior would go away.

    Fewer bad examples to follow wouldn't result in Utopia, but it would result in fewer bad examples followed.

  109. Re:"Complex microprocessors"? Hah! by eddison_carter · · Score: 1

    I wasn't comparing it to a CS class, I was comparing it to a Computer Engineering class. I've seen CS majors try to design hardware, and it wasn't pretty most of the time. In Comptuer Engineering, chip design or FPGA design is a lot of what we do.

    Granted, it was an oversimplification, but I've seen groups that were a mix of grad students and undergrads crank out hardware designs a hell of a lot more complicated then a CPU and have a fairly good implementation. (Granted, mostly targeting FPGAs. One example I know a lot about was speech processing/reconigition.)

    --
    I always prefer to start the year off with a bang - or, to be more precise, a series of loud hums, a crackle or two, and
  110. Yes, and you're doing an excellent job at SPIN! by Anonymous Coward · · Score: 0
    2. You're right that this is mainly a PR release- and though it doesn't flat-out say that this processor infringes on any MIPS patents, it's certainly implied. You seem to be strongly implying that this processor *doesn't* infringe on any MIPS patents. Do you have any facts about this, or is it your intuition?
    I'm just saying there's nothing here to suggest that it DOES. That's the whole art of "spin".
    Yep, and you have no facts that it doesn't infringe. Excellent "spin".
  111. Re:"Complex microprocessors"? Hah! by jiushao · · Score: 1
    CS, computer engineering, whichever. It is all under the same general umbrella, I too meant to imply that whatever student group happens to be best at logic design still can't put together a chip on the level of the R10000 just like that.

    Graduate student projects can often be fairly interesting and impressive, but you very deeply underestimate the work involved here. To put it this way; Academic projects are often very clever in a fundamental way, but commercial designs have year after year of very clever work done on every detail. This is not interesting to academia since it proves nothing about the design as such, it just creates a good end product.

    I do recognize this myself though, I am often of a similar opinion about great pieces of software (I am firmly on the software side of things actually, though I have written some VHDL and have a general interest in computer architecture). It is easy to look at the fundamentals and say "the basic workings of this is trivial", but the devil is always in the details.

    But, anyway, this story has long since dissappeared from the frontpage, lets get on with out lives.