Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
Intel

Inside Intel 167

z71offroad writes: "There is a really interesting article at Anandtech right now showing what goes on inside Intel Labs. Although it doesnt break any NDAs, it is still a facinating look at what goes on inside the chip giant's labs."
This discussion has been archived. No new comments can be posted.

Inside Intel

Comments Filter:
  • by J.D. Hogg ( 545364 ) on Wednesday February 13, 2002 @11:03PM (#3004912) Homepage
    "The name Intel is synonymous with silicon"

    No, it's synonymous with silicom.999999999999

    • "No, it's synonymous with silicom.999999999999

      Heheheh..! I needed that! ;D
      If any of you moderators where around when intel released the first Pentiums around 93, you know what to do with those moderation points! =)
  • at Intel (Score:5, Funny)

    by global_diffusion ( 540737 ) on Wednesday February 13, 2002 @11:05PM (#3004923) Homepage
    doesn't everyone just breakdance in radiation suits all day?
  • Intel's approach (Score:5, Insightful)

    by drink85cent ( 558029 ) on Wednesday February 13, 2002 @11:05PM (#3004924)

    I think Intel does need to jump off it's approach to sales by clock speed.


    Maybe instead of constantly worrying about clock speeds they spend more research into being able to add larger amounts of cache or try to achieve one clock cycle access to main memory

    Yes chips will most likely continue to follow moore's law but computers are not much faster now than 2 years ago

    what their worries should be

    • Improve memory speed
    • Make instruction set more efficient (ie make alu more efficient, the intel is no RISC)
    • reduce production costs
    • I agree. The reason the Athlon proccesors are so much faster in benchmarks isn't the clock-speed, but the memory bottle-neck. Athlon's run with half the level2 cache yet they still are faster. Why? 233 MHz front-side bus speed.
      • moderators: Why is this informative when it's wrong?

        the Althon has a double pumped 133Mhz bus (equivalent bandwidth to a normal 266Mhz bus)

        the P4 on the other hand, has a QUAD pumped 100Mhz bus (equivalent to a normal 400Mhz bus)

        there's a reason the P4 lays the smack down in memory benchmarks guys... ('tis a shame it sits around doing nothing with the data it actually gets from memory though :)

        Althons are faster because the core itself is MUCH faster per clock, lets see..

        P4 x87 FPU = single execution unit
        Althon x87 FPU = THREE execution units

        the Althon is something of a brute force design, but it's an ELEGANT brute force design :)
      • Re:Intel's approach (Score:5, Informative)

        by s390 ( 33540 ) on Thursday February 14, 2002 @12:00AM (#3005125) Homepage
        The reason the Athlon proccesors are so much faster in benchmarks isn't the clock-speed, but the memory bottle-neck. Athlon's run with half the level2 cache yet they still are faster. Why? 233 MHz front-side bus speed.

        Bzzzt, wrong! Athlons are faster in terms of useful work done per clock because they have a shorter instruction pipeline. Thus their branch mispredict penalty is lower and they have a higher instruction-throughput-rate (ITR) than Intel chips of equal clock speed. Other factors (exclusive L1/L2 cache, lower memory latency, better die space allocation to ALUs and FPUs) influence AMD's higher performance too, but this is the main one. It's just a better balanced processor design, and it certainly yields higher performance for price.

        BTW, current DDR memory speed is 2 x 133 Mhz = 266 Mhz, not 233 Mhz.
        • I'd argue that the weak IPC (especially FP) has more to do with the P4's weakass floating point execution unit than the length of the pipeline, yes, branch mispredicts to hurt performance, but the performance they are hurting isn't all that high anyway :/
    • Basically, Itanium was designed to address the "efficiency" issue, as well as enabling faster turnaround on new designs with a simpler core.

      We all know how that turned out, don't we? Fundamentally, Intel is trapped by their own success. They haven't successfully introduced a really new architecture since the i860/i960, and that was YEARS ago.

      People don't want "efficient" ot "elegant" processors. They want MegaHertz.

      -Mark
    • by WetCat ( 558132 )
      ... and return to olde yet golde approach: Intel 80686... intel 80786 ... intel 80986 ... intel 801086...

      Seriously, I liked that approach!

    • . . . and I don't care how Intel gets it.

      Who cares if Intel (or anyone else) makes chip n+1 perform better than chip n through clock cycle speedups, fiddling with cache arrangements, implementing faster-than-light wiring systems on the die :-) . . . whatever. As long as it works faster and cheaper than last year's, what does it matter beyond idle curiosity?

    • by Christopher Thomas ( 11717 ) on Thursday February 14, 2002 @12:21AM (#3005194)
      Maybe instead of constantly worrying about clock speeds they spend more research into being able to add larger amounts of cache or try to achieve one clock cycle access to main memory

      I'm afraid that both of these (especially the last one) sound like the infamous "let's just find a way to factor huge numbers" quote. That is - yes, it would be wonderful to be able to do this, but there are good reasons for believing that it's very difficult (not that people haven't tried).

      For caches, the problem is that larger caches are slower and more power-hungry. To compensate, you use a multilevel cache architecture, but you still have some penalties. A modern foundry could put as much cache as it wanted on to a chip (look at HP's most recent chip for an example) - but because of architectural tradeoffs, this isn't always a good idea.

      For memory, if you can find a way to get single-clock access latencies reliably without a 10x slower clock, sell it to $favourite_company and retire on the proceeds. This isn't likely to happen for _two_ reasons. Firstly, modern memory is optimized for density at the expense of speed (this is why we use DRAM and not SRAM for system memory). Secondly, because of the trace lengths, capacitance (and inductance!), and crosstalk and noise issues, it's one _hell_ of a lot harder to send data at low latency _or_ low bandwidth across a motherboard than just within a chip.

      There are ways of pushing the boundaries on all of these things, but while we're doing that, processor speeds are still getting faster, putting tougher requirements on the memory and negating most of the relative gain.

      In summary, there's a good reason that Intel (along with everyone else) is pursuing more conventional enhancements while background research into memory and caches is going on.
      • My point was that they need to focus more on researching those fields rather than on clock speed.

        Think about what you said. More conventional enhancments from what you said = faster clock speed. Well think about the biggest bottleneck with the computer. Computers today are not limited by clock speed at all. Its memory bottlenecking. Yes there are some improvements in memory but if there werent any, your processor is just going to get to the idle state much faster and sit there much longer.

        The idea is about allocation of research resources. IF they spend more money on caching technologies and main memory speed, it will most likely yield a more efficient processor instead of executing so many useless no-ops remaining idle til memory finds its way into the cache. Each level you go up from the registers in teh memory hiearchy access time increases about 10 fold each level, even more as u get to secondary storage.

        Whats the use of a processor that zips along with the few instructions it has in cache only to wait wasting time doing nothing. The processor is constantly waiting for the slow as hell IDE hard disks which are just as fast as they were several years ago, main memory, and its own cache.

        Now, im not talking about making lead into gold, im just saying its almost obvious if you want technologically superior chips, you need to invest in the obvious bottleneck, not what the marketing department says is most effective.

        • My point was that they need to focus more on researching those fields rather than on clock speed.
          [...]
          Now, im not talking about making lead into gold, im just saying its almost obvious if you want technologically superior chips, you need to invest in the obvious bottleneck, not what the marketing department says is most effective.

          And my point is that Intel will market what they expect to be able to put on the shelves next year. *That's* why you hear about their other processor tweaks.

          Of *course* Intel is spending money on improving their memory subsystems! But you don't hear about it, because they haven't made any breakthroughs yet (RamBus was the last proposed improvement they invested in, and that failed spectacularly).

          It is also in Intel's interest to invest in improvements that are likely to bear fruit quickly. Improving the memory subsystem isn't the only way to improve processor performance, so they're investigating other methods as well.
      • A modern foundry could put as much cache as it wanted on to a chip (look at HP's most recent chip for an example) - but because of architectural tradeoffs, this isn't always a good idea.

        Oh, I don't know about that. The PA-8700 has 2.25 MB of L2 cache, which is okay I suppose. The MIPS R14000 processors in the SGI Origin 3000 series have 8 MB of L2 cache per CPU, and they do pretty well, to put it mildly. I think your assertion that large secondary caches aren't always a good idea sounds a little weak.
        • Oh, I don't know about that. The PA-8700 has 2.25 MB of L2 cache, which is okay I suppose. The MIPS R14000 processors in the SGI Origin 3000 series have 8 MB of L2 cache per CPU, and they do pretty well, to put it mildly.

          Large amounts of cache benefit niche applications. You see huge caches on server chips because a) they happen to run this kind of niche load, and b) servers are optimized for performance above all else, which means a performance gain of a few percent is worth the cost of adding more cache (while a consumer would balk at paying twice as much).

          Cache benefits servers that are running many, many tasks at once - a context switch won't necessarily end up purging the cache if it's big enough. Consumer machines don't usually have this kind of load (or we'd all be running dual-processor machines).

          Some scientific applications will benefit, but only some of them. The rest either have access patterns that don't lend themselves to cacheing, or use blocking techniques to increase locality enough that even a smaller cache will be adequate (incremental return becomes low beyond a certain point).

          For the vast majority of applications, we're already well into the realm of diminishing returns. Simple proof of this: We've had 256k and 512k caches on consumer chips for quite a while. Linewidth is fine enough that we have the ability to put much more cache on without taking a yield penalty. If doubling the cache size was a sure-fire performance boost for consumer chips, both Intel and AMD would have done it already.
    • I think Intel does need to jump off it's approach to sales by clock speed.
      They don't work on that assumption. Do you see the Itanium working at 100GHz?

      The reason the Pentium 4 has a longer pipeline is because you need a longer pipeline for SMT to work properly with x86 processors. That, and the chip was designed for multimedia, where most of the time the long pipeline is far more beneficial than a deteriment to performance.

      I don't care how many GHz it is, I don't care what its IPC is, what I care about is what the GHz * IPC is.

      Maybe instead of constantly worrying about clock speeds they spend more research into being able to add larger amounts of cache or try to achieve one clock cycle access to main memory
      They already have the technology to add larger amounts of cache. It's just not economical to do so, simply because of all the transistors it takes...

      Improve memory speed
      Last time I checked, Intel didn't design system memory.
      Although it does (by far) have the most bandwidth available to the CPU out of any consumer CPU out there.

      Make instruction set more efficient (ie make alu more efficient, the intel is no RISC)
      You mean like ditching x86 and designing IA-64?

      reduce production costs
      Sure, Intel will magically wave a wand and make their production costs drop like a rock. Doesn't work like that. ;)
    • Unfortunately, at least two of your goals are counterproductive. Memory sucks. It's the bottleneck in modern systems. How then do you get around it? Transfer less data from memory into cache. If you think about it, however, RISC went against this. The designers of RISC (one of whom is the president of my university, I hold no ill will) saw that Memory was becoming so big that code size doesn't matter. Well, now it does. With a CISC instruction set, you can move a lot less data from memory into your instruction cache.
      Looks like there are advantages to CISC, huh?
      This is why, for instance, the JVM has variable-length byte-codes.
      And production costs are pretty low, just not for the latest and greatest. Most of the costs of the latest and greatest, however, more so than production is IP.
      And how would you suggest that Intel, as a processor/chipset manufacturer improve memory speed? they don't have the resources (mainly intellectual) to contribute much.
      Also, faster clockspeeds seem to be working for Intel. Obviously the P4 isn't great yet, but it has at least one killer feature (hyperthreading/SMT) turned off yet. And it's scaling more incredibly than any processor we've seen before.
      -Dan
      • It's scaling well in clockspeed, the 2.2Ghz Northwood is barely faster than the 1.67Ghz AlthonXP though...

        so I'd argue that it's not scaling quite so well for performance.
    • Thanks for your "insightful" advice.

      Do you not think that with close to $30 billion a year at stake, Intel's engineer's just might have considered those things and optimized them to the Nth frickin degree?

      They optmize profit, and they do a damn good job of it. I would imagine that the profit equation has hundereds, if not thousands of parameters that are wildy complex and interrelated.
    • I think if they stop with the stupid ads (Blue Men, Aliens, etc.), they might be able to put a little more money into R&D, and be able to drop their prices a bit. AMD is actually looking like a better deal than Intel more and more everyday.
  • Intel Labs (Score:5, Informative)

    by topside420 ( 530370 ) <topside@to[ ]de.org ['psi' in gap]> on Wednesday February 13, 2002 @11:05PM (#3004926) Homepage
    You can get much of this info (and more), plus related info on Intel's labs by visiting the Intel Labs [intel.com] website.

    It has some pretty interesting info regarding what goes on around Intel.

    Did we really need a /. article on this?

  • by Anonymous Coward on Wednesday February 13, 2002 @11:09PM (#3004939)
    Initially there were two other focus areas for the R&D team,
    but that was before they decided to get rid of the dancing guys
    in the shiny bunny outfits.

    1)Performance
    2)Power
    3)Integrity
    4)Functionality
    5)Tools and Methods
    6)Originality
    7)Choreography
  • by 4thAce ( 456825 ) on Wednesday February 13, 2002 @11:24PM (#3004994) Homepage
    is the picture of the 10 GHz ALU test screen here [anandtech.com]. I just like the way they have the Windows Calculator next to the test screen, in order to check whether 2147483646 + 1 really is equal to 2147483647.
  • by SrlKlr ( 219192 ) on Wednesday February 13, 2002 @11:26PM (#3005005) Homepage
    The types of tests run in the CV labs range from network tests to playing games (which seemed to gather the majority of the CV engineers).

    All I gots to say is how do I become a CV Engineer. Getting payed to "test" the stability of chips during games.

    Uhh, no I dont think 20 hours of straight counter-strike is rigorous enough, we should do at least 20 more, for quality purpouses.

    No, seriously I need a job!
    • Its called "Night Systems Admin"

      Do no work, play games all night ;-)

      /mlk
    • Counter-Strike?

      lamer :)
    • The way into Intel is through the Green Badge (Contractor with good pay but no bennies) eventuly go blue (Intel Employee) and get your pay cut in half but pick up some killer bennies)..
      I worked in Intel's Dupont, WA CV labs.
      Sign up for a 1 year contract through CDI (Do a search on Monster for CDI and check the job listings with Intel lab locations)

      Quite honestly the job can get quite boring.. Yes sure there is fun stuff like fiddling with tearabyte san systems, "testing" DVD's by watching movies on 37" monitors and Itanium boxes with 64 GIGS of memory but by the time you have loaded Whistler so many times you can recite the CD-Key from memory it gets a bit boring.

      Imagine this as a work day.. Your boss hands you a case of hard drives and a stack of SCSI cards.. Your job.. load up 5 drives each in 3-4 Itanium workstations, load Whistler on each one.. run a list of tests.. load Linux on em.. run more tests.. repeat untill you have tested the whole case of drives.. repeat the entire process with 3-4 brands or SCSI cards.. then go get the RAID cards.. repeat again.. Next week you get a new case of drives..

      Guess what.. same thing all over again. Sometime in the middle wander down to the other side of the lab and chat with they guys hackin linux kernels to run on the new Mckinleys.

      Still I learned a ton and got to play with next years toys last year.
  • by solferino ( 100959 ) <hazchemNO@SPAMgmail.com> on Wednesday February 13, 2002 @11:30PM (#3005025) Homepage

    Almost as absurd as the idea of Intel backing out of their IA-64 development in favor of x86-64 is the unfortunate perception that the world's largest desktop microprocessor manufacturer is not driven by engineering but rather by marketing.

    th very first sentence in this article states th perception th article is focussed on diminishing

    today we'll be showing you the Intel that doesn't care about anything outside of making fast, reliable and powerful circuits.

    really? - as a for-profit company, perhaps their shareholders might be interested in them making maximum profit as well?

    and who is this 'we' - only a single authour is mentioned at th top of th article - or perhaps his name has simply been appended to a pre-prepared puff piece?

    another example of rhetorical writing pulled from th first few paragraphs

    very talented engineers [who] are focused on pushing the limits of technology

    ok - there may be real information contained in this article - but frankly there were enough warning signals in th first few paragraphs to tell me my time was better spent elsewhere

    • today we'll be showing you the Intel that doesn't care about anything outside of making fast, reliable and powerful circuits.

      I agree with the parent post on this. No one is in a for-profit business for the betterment of mankind. They do it to fatten their pockets. You just hope that they appreciate that doing quality work, and excelling in your field is the way to long term success. Marketing will always work in the short term, but eventually people begin to see through the wool, we hope.

    • The point of this article is to show what many people have not seen, the inside of Intel. In the spirit of that I see nothing wrong with it.

      "another example of rhetorical writing pulled from th first few paragraphs

      very talented engineers [who] are focused on pushing the limits of technology"

      And while it may be teeny bit fluffy per your above quote, Anand is certainly not going to write how the Intel engineers are know-nothing smelly idiots. Christ they have a relationship with them and just maybe might need that P4 3GHz when it comes out. And no I don't think this makes Anand a non-credible source for cpu/hardware reviews. If you read any of them you know they often praise AMD.

      Geez lighten up.
  • All my buddies that work in Intel Engineering say is that the Marketing guys push the dates, scream for clockspeed and fudge the press press releases.

    Theres nothing interesting in this post, just a view from Portland about what I hear coming out of Jones Farm and Ronler Acres.

    Actually, the most revolutionary thing at Intel is the strides they are taking in the field of fab design.
    • As someone who works at Intel supporting the fab, it is absolutely amazing! The marketing folks may spout all day long, but the technology developing inside the clean rooms is great! Of course they are getting close to hosting an open house for the locals (yes - more PR!) to educate them about the chip making process. Seems like us technically inclined folks can't take 2 steps without bumping into a marketing guy!
    • FYI, If you want to see it yourself firsthand, the openhouse is Saturday the 23rd of Febuary from 10:00 to 3:00. It includes a window tour of the new copper 300mm facility. You will be able to see the new class of automated material handeling. Wafers are no longer carried by hand. It's completely done by robots. Come watch it work. It's at the Ronlar Acres campus just off Cornelius Pass near the new Hillsboro stadium. It's on 229th and Evergreen Parkway. See you there.
  • by kawaichan ( 527006 ) on Wednesday February 13, 2002 @11:51PM (#3005086) Homepage
    All the Pentium 4 ALUs are double pumped, that means a Pentium 4 running at 2.2 Ghz's ALU is running at 4.4Ghz.

    And you are still wondering why Pentium 4 is still slower than the Athlon (or awfully close)

    Imagine what would happen if the ALU is only running at the same speed as the CPU.

    Personally, Intel is losing little ground at a time right now, but remember, Intel can afford to make a couple of mistakes but AMD can't even afford to make on. One mistake will push AMD back to the bottom, again.
    • Close, but no cigar (Score:4, Interesting)

      by Glonk ( 103787 ) on Thursday February 14, 2002 @12:21AM (#3005196) Homepage
      The 10GHz ALU shown was run at room temperature, and was not actually a Pentium 4 ALU at all. While it is true the Pentium 4's ALUs are double pumped, that's because they're actually 16-bit (16 x 2 = 32-bit, thus double pumped).

      The 10GHz ALU was a very limited ALU, not part of any modern processor.

      Intel is losing little ground at a time right now
      Actually, in Q4 2001 Intel gained market share and AMD lost some. But overall in 2001, AMD did gain market share, that's true.

      I still think it's because Intel wants to point to AMD and say "See? Competition!". ;)

      Intel could easily release faster CPUs right now to totally crush the Athlon, but it doesn't make sense to do so.
      • IIRC the P7 ALUs are 32 bits, but they're skew-pipelined so half of the operation is done in once cycle and half is done in the next cycle. So in each cycle the ALU does the lower half of one instruction and the upper half of the previous instruction. The throughput is still one 32-bit instruction per cycle per ALU.
    • Page 4 of the article:

      The Pentium 4's double-pumped ALUs are actually only 16-bits wide, thus requiring a single clock to produce one 32-bit result.


      Imagine what would happen if the ALU is only running at the same speed as the CPU.

      You'd have a 16 bit processor?

      No, seriously, they are going for a ALU that works on 32 bits per clock, like the one demo'ed. But, I'd be just as happy with a 20 GHz double pumped 16-bit ALU as I would a 10 GHz single pumped 32-bit ALU ... as long as the performance is the same, I'll leave it to intel to decide the best implementation.
  • by citking ( 551907 ) <jay.citking@net> on Wednesday February 13, 2002 @11:53PM (#3005093) Homepage
    Intel chips, while more commonplace in store-bought computers, still do not measure up to the performance and reliability of AMD. I started long ago with an Intel Celeron 300 slot chipset (hey, I was new to this computer thing; please be gentle!). Later, when I wised up, I built a whole new system around a Duron 750 Socket A. Much better. Even when I ran comparisons on my Duron 750 to faster Intel 3 chips the results were very similar: The Duron outperformed the Intel in just about every aspect! Not only that, but when you consider what clock speed one gets for their dollar, the AMD series has always been faster for cheaper. Reliability is also a factor that goes against Intel. I have heard many horror stories of chips that had great heatsinks and excellent fans, but they still overheated with no overclocking involved. My co-worker, however, runs an awe-inspiring water-cooling system that has leaked many times (poor guy is great at computers, lousy at plumbing) but despite water sitting literally on the chip, the AMD Athlon he was running showed no signs of damage. But, to be fair, I can't just compare prices and reliability. Intel and AMD chips have many, many differences to set them apart. The whole deal breaks down to this, though: When I wanted to upgrade recently to the Athlon XP, I didn't have to go out and buy a new motherboard, different memory, and a special power supply. Actually, all I needed was the chip. Until Intel can effectively compete with AMD's performance, reliability, and cost, I will never, ever own another Intel board again.
    • Intel chips, while more commonplace in store-bought computers, still do not measure up to the performance and reliability of AMD.
      Let's drop the act. :)

      Intel CPUs are just as reliable as AMD, if not more. AMD CPUs rely on motherboard logic to stop overheating and subsequent fires/melting, Intel CPU's have them built in. AMD CPUs are FAR more likely to crack/shatter installing HSFs due to how the sockets are designed, too. Your reliability argument is simply nonexistant.

      As for performance, there are instances where the Pentium 4 is king, there are instances where the Athlon XP is king. There's no clear performance leader.

      Athlons are cheaper, but take some shortcuts. Still damn fast, still damn cheap. Lots of people love that.
      • AMD CPUs are FAR more likely to crack/shatter installing HSFs
        Being the guy who never liked manuals etc., I took off the four pads on both my Duron and Athlon, thinking they were part of the packaging process or something. That means I have *no* support when installing a HSF, just the core. Non the less, I've assembled, dis- and reassembled both the Duron and Athlon several times and not crushed anything yet. So I think people are plain old incompetent and clumsy, at least until proven otherwise.

        Kjella
  • Wireless? (Score:2, Funny)

    by Rufus211 ( 221883 )
    hrm...I've always been somewhat skeptical of Intel's "wireless" products, and I guess I had good reason to be:
    Intel's campus alone is entirely wired for wireless internet access for their employees.

    You just got to love all those wires for the wireless network =)
    • really (Score:1, Interesting)

      by Anonymous Coward
      Really? Corporate policy actually doesn't permit wireless access. Which building is fully "wired" for wireless? Not any of the ones I've been to.
  • For an article that promised to show the inner working of how Intel makes chips, I disliked that they seemed to ignore the actual constuction of the products themselves. I got the impression that the article only wished to show how intel designed chips.

    Mostly the article seemed to run like the following, well we met some real cool guys in a lab in oregon who research all the new stuff, then we followed all the production to the guy's who QC the design at some other lab somewhere. While trying not to break a NDA

    I thought this was a bit like going to Nike and just interviewing the guy who made the prototype for the new gel heel. Or Ford and interviewing the guy who made the new concept Focus while ignoring everyone from Detroit

    Not that am trying to troll, I just wanted some interviews with the average workers at their Indonesian fab plant, maybe finding out how what kewl shit they suppy to their employees. I heard that one plant had a fully working video parlor for instance, and that intel had helped to setup schools in the local area (although this is prob marketing BS). Also, rumour has it that people who work there are all closet overclocking freak's since the price of the chips themselves are so low.

    I also thought that it might be interesting to see the who hugh some of these factories have become, that in some cases they are as large as small cities, with entire regions depending on there income.

    Throw, in some interesting facts like, most of the chinese in indonesia are not normal chinese but rather Hacka, or chinese gypsies who moved to the country due to persecution on the mainland.

    Things like that, together with reports from the labs, would have made a much more interesting article IMHO.

    • I just wanted some interviews with the average workers at their Indonesian fab plant

      Yeah, that would be interesting...

      Do you have any food? I am so hungry! No please
      dont beat me, not the stick, i work harder!
      • Do you have any food? I am so hungry! No please don't beat me, not the stick, i work harder!

        Yeah, I know that companies who outsource their labour have a rep for this kind of stuff. However, I think that people in those countries are a lot better off then they would be (The alternative being nothing). You have to remember that countries like America started off this way themselves. Like I said, I wish it was something that the article had looked into and didn't.

        This is not to discount companies like Nike who have a really, really bad rep for policies like this. If you don't like it then don't buy their product.

        Although, I think that people in these countries have a lot more power then they do in America due to one simple fact: People. If you close a plant in America, you know that all the people who worked there can always get other jobs or go on welfare. Do the same thing over there and you have thousands of desperate people who you are denying their sole means of income with nothing to lose.

        If you don't believe me then consider this: Run Amoke is a Indonesian saying.

        BTW, In economics, my teacher said "The reason companies set up factories in third world countries is because they wish to sell to the people in those countries someday" I think he would know what he's talking about.

        • BTW, In economics, my teacher said "The reason companies set up factories in third world countries is because they wish to sell to the people in those countries someday" I think he would know what he's talking about

          Even if you wished to argue this line, there was a lot better ways of putting it than "My teacher knows best".

          Companies set up factories in low wage areas because they want to lower costs. With a lot of industries I'm sure there is some desire to sell to the citizens of the country (e.g. comparatively low cost goods such as Cigarettes) but mainly it's about costs.

          Dyson (the UK vacuum cleaner manufacturer) recently announced moving part of it's manufacturing to Asia. Why? Low labour costs (lower wages and associated costs). I'm sure as an associated benefit they will sell more of their product in Asia, but this is _not_ their primary motivation.

          • Companies set up factories in low wage areas because they want to lower costs. With a lot of industries I'm sure there is some desire to sell to the citizens of the country (e.g. comparatively low cost goods such as Cigarettes) but mainly it's about costs.

            I dunno bout that one, true labour costs can be lower, but most manufactoring deals tend to work by the factory, ie you have a factory of around 200 ppl rather then a factory of 20 like you would in America or England things tending to equal themselves out,

            You also have shipping costs and more importantly time considerations to factor in as well as the possiblity of having your stock rot on the pier due to a strike.

            There are also currency considerations to factor in with most stuff being priced in American dollars.

            In short, things never turn out to be as simple as what people make them out to be. I think that selling to the natives to be a better argument then dealing with the headache of importation. After all you set up your factory as close to your punters as you can get away with.

            I'm quite glad that this thread isn't turning into a globalization flamefest, where dude's say stuff like "we don't like what nike does to its workers" when what they really mean is "we don't what Indians wearing trainers, they should stay in the stoneage just cause we say so".

            Your right I could have put the argument better, I still think he had the right idea, though teachers tend to take pretty weird views, like that, just to prove how clever they are.

  • Inside Intel... (Score:3, Insightful)

    by BLAG-blast ( 302533 ) on Thursday February 14, 2002 @04:18AM (#3005726)
    Hey,

    Let's not forget to take a complete look inside intel..., not just at there technology.

    FaceIntel.com [faceintel.com]

    Nice company.... NOT!

  • That was interesting, but is reads like a really long advertisement for Intel.

"Protozoa are small, and bacteria are small, but viruses are smaller than the both put together."

Working...