Slashdot Mirror


HP Introduces Defect-Tolerant Nano Elements

versicherung writes "With the ever shrinking feature size in microelectronics it will soon be prohibitively expensive to manufacture defect-free nano elements. HP has come up with a new way to produce fault-tolerant microchips. Utilizing mathematical techniques borrowed from coding theory, HP will be able to produce those chips by using a cross-bar architecture and adding 50 percent more wires as an 'insurance policy,' to fabricate nano-electronic circuits with nearly perfect yields even though the probability of broken components will be high."

93 comments

  1. Cool by PunkOfLinux · · Score: 0

    That really is cool. THat will mean faster, smaller processors. for probably only around the same price we pay now. That's good.

    1. Re:Cool by Rei · · Score: 4, Interesting

      Seing as how about half of all produced microchips have to be tossed for defects, and many advanced manufacturing methods are prohibitive because of the inability to produce defect-free chips, I'm sure that a lot more companies than HP will have a strong interest in this.

      Imagine being able to jump to a lower-micron manufacturing process far earlier because you don't need perfection. Intel and AMD would love that. :)

      --
      "This wallpaper is killing me. One of us has got to go." -- Oscar Wilde on his deathbed
  2. Bugs by panxerox · · Score: 2, Interesting

    Does that mean that the phrase "thats not a bug thats a feature" will now be an accepted marketing term? Untill true nanofabrication becomes available this will become the standard thruout the industry. Now the question, is there a copyright on fault tolerent circuts? Prior art anyone?

    --
    "It's so convenient to have a system where everyone is a criminal" - A. Hitler
    1. Re:Bugs by Anonymous Coward · · Score: 0

      Think patent, not copywrite. And I would bet so, 1:34,281 odds actually. Also, asking stupid rehashed hot-buton issues does not make you, or your post interesting.

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

      Think copyright, not "copywrite".

    3. Re:Bugs by InfiniteWisdom · · Score: 2, Insightful

      Congratulations, you cobbled together a bunch of words into a nonsensical post, got your first post and even got modded "interesting" by a clueless mod. Kudos Slashdot.

    4. Re:Bugs by Anonymous Coward · · Score: 0

      I don't think the DMCA would allow Microsoft to file a patent on nonsensical posts, if that's what you're clumsily trying to ask.

  3. quantity over quality? by Internet_Communist · · Score: 1

    To me, this sounds like quantity over quanlity, in order to get these things to work. Hey, whatever works I guess...

    --

    If you don't want someone to copy something, don't give it to anyone.
    1. Re:quantity over quality? by rsynnott · · Score: 1

      That's been standard, tho. The failure rate on LCD manufacture, in particular, was, and I think still is, very high. Like 70%.

      --
      Me (Blog)
    2. Re:quantity over quality? by Hatta · · Score: 0

      With the ever shrinking feature size in microelectronics it will soon be prohibitively expensive to manufacture defect-free nano elements.

      My question is, why does size matter? I mean the bigger you make these things the more places there are for defects to occur right? Shouldn't this work the other way around?

      --
      Give me Classic Slashdot or give me death!
    3. Re:quantity over quality? by hobotron · · Score: 3, Insightful

      Actually its both, with more quantity, comes more fault tolerance, and with that comes better quality. When modern silicon has half a billion transistors you have to prepare for some of them to not work if you ever want to have a usable product.

      --
      There is truth in humor.
    4. Re:quantity over quality? by Anonymous Coward · · Score: 0

      To me, this sounds like quantity over quanlity

      Odd for a post about the lack of quality misspells the word :)

      How does a baseball player catch a ball? Does he spot it coming off the bat and then close his eyes and move exactly to where its going to land? After all he should know everything about his environment (wind conditions, speed of ball leaving the bat, etc) at that moment and should be able to move to the right location.

      However he doesn't. He has to continually adjust to changing conditions. Move under the ball. Oh wait there's some spin on it, move over here. Now go forward a bit due to the wind. Etc.

      In short, the quantity of his continious calculations make up for his initial lack of quality.

    5. Re:quantity over quality? by Anonymous Coward · · Score: 0

      We now have MORE components in that smaller space, than we did in the larger space - the potential for defects rises as component count increases. Size doesn't matter, unless the chances of defects arising with the new manufacturing methods changes.

    6. Re:quantity over quality? by Anonymous Coward · · Score: 0

      A 1mm flaw in a ten foot pipe is likely inconsequential. A 1 micron flaw on a 3 micron pipe would be a big deal.

    7. Re:quantity over quality? by Andy+Dodd · · Score: 1

      Do a bit of research into coding theory - What they're speaking of here is called coding gain.

      The idea of coding theory (usually applied to telecommunications, and I'll speak of it as it applies to communicating bits of data here because that's the aspect of it I'm most familiar with) is to introduce predictable redundancy into the data you transmit so that if some of it gets corrupted, you can recover the original message without error.

      An example of this is the (23,12) Golay code. For every 12 bits of information you wish to communicate, the Golay code adds an additional 11 parity bits, for a total of 23. Thus, for every information bit you send, you must transmit nearly two actual bits. As a result, your probability of error for an individual bit increases significantly because each transmitted bit contains about half of the energy that your information bit would carry if no coding was used. The Golay code can correct ANY error pattern of up to 3 bits within a 23-bit message. (while an uncoded scheme can't correct any). The end result is that your bit error probability for the coded system will be equivalent to an uncoded system with twice the transmitted power.

      I.E. the "bigger" you make your message, the more likely an error is to occur in your message, but you gain the ability to correct for these errors, and the probability of an *uncorrectable* error decreases.

      --
      retrorocket.o not found, launch anyway?
    8. Re:quantity over quality? by Soul-Burn666 · · Score: 1

      Not only that, but you can design the code to be tolerant to specific kinds of errors, the errors common in the system you are trying to protect.

      For example the CRC error detection scheme, while not cryptographically secure, it is tolerant, for example, to errors which are long streams of 0s or 1s. This is a common error on communication lines.
      Another example is error correction on DVDs. The data is coded in a way that a scratch will be detected for example by keeping the parity bits physically far from the scratch.
      If you hold the parity bits, for example, 10 degrees after the data, a radial scratch will be detected, while logically it'll be near the data, so reads are easy.

      --
      ^_^
  4. Wow. Now if only.... by PornMaster · · Score: 1

    Now if only they still made chips, like the Alpha or PA-RISC, it might matter, but since both architectures are toast, why are they even researching this?

  5. It's True! by Anonymous Coward · · Score: 4, Funny
    "HP has come up with a new way to produce fault-tolerant microchips."


    When they do fail, HP will claim it's not their fault and we'll have to tolerate it.

  6. wouldn't the cost be the same by killa62 · · Score: 2, Insightful

    Wouldn't the cost be the same. Say 50% more wires= 50 % less errors, but you still spend 50% more on the wires there, so you would still break even because even though your yeild is 150% of the original, the chips will also be 50% more costly because there's 50% more wires in it.

    1. Re:wouldn't the cost be the same by Mr2cents · · Score: 1

      I suppose a wire is easier to make than a transistor (less steps etc., I don't know the exact processes). Plus, mothing says that 50% more wires = 50% less errors, it could be 90% less errors, for example.

      --
      "It's too bad that stupidity isn't painful." - Anton LaVey
    2. Re:wouldn't the cost be the same by Anonymous Coward · · Score: 1, Interesting

      Your assumption is that wire is the only cost in making a chip. A microchip requires lots of steps in the process and that's the majority of the manufacturing cost Wires are just additional metal layers, so long if you can get away adding a couple of layers, the additional cost is minimal.

      What I would worry about is more on the chip perfromance side of things - namely the additonal capacitance loading, cross talk and the overall routing density for this approach.

    3. Re:wouldn't the cost be the same by ArbitraryConstant · · Score: 1

      "What I would worry about is more on the chip perfromance side of things - namely the additonal capacitance loading, cross talk and the overall routing density for this approach."

      Also the power consumption. I don't have a breakdown of where this technology would be used and where chips spend the most power (apart from knowing cache doesn't take much power), but it might hurt on laptops.

      --
      I rarely criticize things I don't care about.
    4. Re:wouldn't the cost be the same by Truth_Quark · · Score: 1
      At the moment, if there is even one error in the chip it has to be biffed.

      Coding theory allows much better returns than 50% less errors with 50% more wires.

      For instance the Hamming Codes will correct one error in a word 2 to the power of R bits long for the cost of R bits.

      So if your chip processes 32-bit words, you could instead process 32-5=27 bit words, and if one of your 32 little gatey-things didn't dope correctly, you would still get the right answer.

      For the chip to need to be chucked you would need to have two errors in the same 32-bit section, rather than one anywhere on the whole chip. Wasted calcuation width is about 16%.

    5. Re:wouldn't the cost be the same by mikael · · Score: 1

      It's a game of probability, where the designer tries to minimize the damage from random dust particles.

      VLSI chips spend about 30% of their real-estate on the clock and power wires. So, a single particle of dust acts like a meteorite knocking out a whole suburb of a city. The damage caused by a broken power or clock wire is far more substantial as it can knock out other areas not immediately covered by the unwanted object.

      If you have redundancy (like texture pipelines on a GPU), you can increase your yield rate, but if you were to duplicate everything twice, then you might as well just make two chips instead. Doubling any functional unit increases the overall size of the chip, and consequently increases the chances of the chip being contaminated by a particle of dust, and may actual lower the yield rate.

      Reducing the size of the chip, reduces the likelyhood of being contaminated by dust, but means the damage would be far more substantial.
      But if a single particle of dust makes a chip completely useless, then you might as well just make everything as small as possible.

      --
      Vintage computer adverts: http://www.vintageadbrowser.com/computers-and-software-ads
    6. Re:wouldn't the cost be the same by John+Nowak · · Score: 1

      How would 50% more wires mean 50% less errors? If each "unit" has a 0.001% failure rate, then adding a redundant "unit" would give an average failure rate of 0.000001, which is 1000 times lower, not twice as low.

    7. Re:wouldn't the cost be the same by Breakfast+Pants · · Score: 1

      He was talking about just doubling the size of the chip and saying "throw out half no matter what." Using your numbers yes there is only a 0.000001 error rate now, but now you throw away at least one chip (in die space) with every chip!

      --

      --

      WHO ATE MY BREAKFAST PANTS?
    8. Re:wouldn't the cost be the same by John+Nowak · · Score: 1

      But if the current success rate per total "chip" is 25%, then ... oh nevermind. http://www.google.com/search?client=safari&rls=en& q=statistics&ie=UTF-8&oe=UTF-8

    9. Re:wouldn't the cost be the same by Breakfast+Pants · · Score: 1

      Ok, so the math in the guy's post you were responding to made no sense. I wasn't really talking about his post. In your post you said adding a "redundant unit," and that is what I was responding to. Adding a redundant unit isn't a 50% increase in wires, it is a 100% increase in everything.

      --

      --

      WHO ATE MY BREAKFAST PANTS?
    10. Re:wouldn't the cost be the same by John+Nowak · · Score: 1

      Obviously. I was speaking of a hypothetical instance.

      Why do I even post here?

    11. Re:wouldn't the cost be the same by Breakfast+Pants · · Score: 1

      Ok that is what I was afraid of. You weren't basing it off of the technology mentionedin the article but instead you were just going off on making a completely redundant unit with each chip. " But if the current success rate per total "chip" is 25%, then ..." Ok, so then the current error rate would be .75 . .75*.75, wow that's a .5625 error rate, a .1875 reduction at a mere cost of only a 100% increase in die space. What a deal. 18% decrease in error rate in exchange for using twice as much die space per chip. The only way to avoid wasting more silicon with this idea is if you had a chip with a 100% error rate. Then you could make everyone include this redundant version of itself and still wind up with... a 100% error rate.

      --

      --

      WHO ATE MY BREAKFAST PANTS?
    12. Re:wouldn't the cost be the same by John+Nowak · · Score: 1

      No no no. I was saying if a total chip has a 25% defect rate, and a defect can be due to only one thing being wrong in the chip (even if thousands are right), then the redundancy would bring up the total chip success rate to over 99%.

  7. But what about Quality? by El+Icaro · · Score: 0

    Couldn't this also mean that being more tolerant with defects they might start selling us quality chips?

    I mean, that *is* the actual purpose, but wouldn't being more permissive lower the overall quality?

    And if the chip works decently, couldn't we use the extra wiring (the unneeded part) for bonus power/speed/preformance ?

  8. At last! by Anonymous Coward · · Score: 0

    The post Carly HP seems to be back on the road to inventing things. That in itself is fantastic news for the whole IT market.

    1. Re:At last! by hyc · · Score: 2, Informative

      Actually most of this work has been going on throughout Carly's reign. She took over in '99, HP's first patent on the stuff was issued in 2000.

      HP Nanotech web page

      And the design itself has already been covered here a few times...

      http://science.slashdot.org/article.pl?sid=05/02/0 1/1823256&tid=173&tid=14

      The research had probably been going on long before Carly arrived. The biggest connection you could draw between the two is, she didn't axe it during her reign...

      --
      -- *My* journal is more interesting than *yours*...
  9. Only good as long as defect rate is high by doormat · · Score: 3, Interesting

    Once the defect rate is low, the extra 50% more wires will just take up unnecessary space and increase production costs. But for now, it seems completely acceptable to up the production costs and size in order to get yields higher.

    This kind of concept is already in use throughout the rest of the microprocessor world - Intel (maybe AMD too, I dunno) has extra cache lines in their microchips, and they deactivate defective cache lines, and reroute them to the "spare" lines to improve yield.

    --
    The Doormat

    If you're not outraged, then you're not paying attention.
    1. Re:Only good as long as defect rate is high by jmv · · Score: 2, Insightful

      If it really works, then it's not just useful "as long as defect rate is high". Think about it, current technology assumes that everything needs to be perfect, but if you can tolerate some defects, then you can be a lot more aggressive in the design. That means using a smaller features, lower voltage, higher clock rate, ...

    2. Re:Only good as long as defect rate is high by Infinite+Entropy · · Score: 2, Interesting

      A really good example of this is how the Cell cpu in the Playstation 3 is only gonna have 7 SPUs instead of eight. They just deactivate witchever spu is broken and TADA, a good chip! And then when yields improve enough to make this unneeded, they will just make it with 7.

  10. Re:Wow. Now if only.... by Anonymous Coward · · Score: 1, Insightful

    Not all chips are CPU's. Besides for a CPU you don't want to waste a lot of transistors on redundancy. This is obviously made for minor chips that don't produce a shitload of heat and don't need to go any faster.

  11. Comment removed by account_deleted · · Score: 3, Interesting

    Comment removed based on user account deletion

  12. Perhaps by PunkOfLinux · · Score: 0

    Maybe they're trying to get back into the market. Plus, it's all done on a die. THere's technically no real 'wires' in the sense we think of. It's all a pattern etched onto a piece of silicon. It's really cool, actually.

  13. Re:Wow. Now if only.... by g0sub · · Score: 1

    Maybe because they can use it for other chips than CPUs, maybe they can sell the technology to others, maybe they have other plans...

  14. Re:Wow. Now if only.... by PornMaster · · Score: 1

    I'm still curious as to what chips HP manufactures these days. I'm guessing very few if any. With the cost-cutting they've done cheaping out on their employees across the board, the fact that they would still have people researching IC manufacturing is a bit baffling.

  15. What Would Scotty Say??? by SatanMat · · Score: 5, Funny

    Capt'n I'm rerouting the .... Wait never mind it did it all by itself....


    Okay all fixed. I guess you don't need me anymore, I'll just go and get drunk in the corner.

  16. Big Picture by Doc+Ruby · · Score: 1

    I hope they can apply this tech to LCD displays, which are like giant-area microchips. The yield on LCD batches is low (only maxing at 60%), because defects come per cm^2, (mostly) regardless of transistor featuresize. One (or a few, depending on the QA of the manufacturer) defect can spoil a whole unit; more area means more chances of spoilage. If HP's redundancy means a pixel has two chances to survive defects, the yield might multiply greatly, as the odds of two defects in a single pixel's area is very small. Huge LCDs, like those that might cover a wall, are practically impossible to make without defects. This redundancy might enable them, while slashing the prices. I'd love to see the day when my "desktop display" returned the size of my "desktop" to of my 1x2m desk, rather than 17" diagonal of my notebook.

    --

    --
    make install -not war

    1. Re:Big Picture by fbartho · · Score: 1

      lcd problems often deal with a defect in the glass/crystal because of that its not simply an issue of putting more wires, only 1 pixel unit at 1 depth, if they put another behind the one in front would obstruct it... otherwise we would have very common multilayer LCD screens

      --
      Gravity Sucks
    2. Re:Big Picture by Doc+Ruby · · Score: 1

      Do you have any breakdown on kinds of LCD defects? My info indicates that circuit defects, just like the ones HP is addressing with redundancy, are the majority of the problem. The redundancy HP is delivering isn't (necessarily) at the pixel (or subpixel channel) scale, so we're not talking about two redundant layers, only one of which could be seen. We're talking about the transistor interconnects, which don't block visually. Moreover, even if the actual redundant features needed alignment all in a single plane, they could be arrayed laterally, feeding a a larger single LCD element above them.

      --

      --
      make install -not war

    3. Re:Big Picture by fbartho · · Score: 1

      Interesting link there, I didn't realize that the problems with pixel defects were at the transistor level... I remember reading a few articles discussing the costs of fabricating lcds and how minute defects in the display level were exceedingly difficult to prevent significantly, and that even a tiny particle could cause a dead pixel. If it really is all circuit defects, then there really is no reason (other than raw space) that they couldn't solve that with redundant cabling/sturdier wiring in the first place ...

      --
      Gravity Sucks
    4. Re:Big Picture by Doc+Ruby · · Score: 1

      I was glad to find that page, in support of my point, myself - an excuse to learn a lot more details about the tech. The reason LCD manufacturing has had these inefficiencies comes from their approach to the economics of evolving manufacturing techniques. IC fabs in general have gone to smaller process sizes for yield (more dies per area with the same defects per area means more working dies), speed, and (lower) power demand. None of those benefits matter to (or materialize in) LCDs at their largish per-unit scale (square feet). In fact, only with the advent of cheap mobile phones, the Palm Pilot, and the subsequent PDA revolution, has LCD had a huge market, and strong pressures to get cheaper. Until then, LCDs were a premium product, not a real commodity. But as IC process scale has shrunk, it has produced the opportunity for new approaches to economics, at the same time that the mass market makes such an opportunity compelling. While this opportunity has always been inevitable, we're only now approaching the watershed point, when LCD fabs will take this hint from their parent IC R&D. I'm sure my insight is serendipitous, and such wheels are already in motion in fab labs across East Asia. We'll se whether it works out the way I envision it.

      --

      --
      make install -not war

  17. Re:Wow. Now if only.... by LurkerXXX · · Score: 1

    Even if they totally went out of the CPU biz, getting royalties from Intel, AMD, IBM, etc, is still income.

  18. More than what we are lead to believe by hexed_2050 · · Score: 1

    There may be more to this story than HP is leading us to believe. First of all, why is HP releasing this information? Is it to give other chip makers a heads up of what HP is planning in the near future? I think not. This story sounds more like a cover-up rather than an explanation.

    --
    Valkyrie is about to die! Wizard needs food -- badly!
    1. Re:More than what we are lead to believe by Anonymous Coward · · Score: 1, Informative

      The HP press release is meant to announce the publication of their paper in the journal Nanotechnology. For those without access to the journal, this paper was originally released as an HP tech report in 2004.

      Nothing sinister here.

  19. Bypassing the technology by r2q2 · · Score: 1

    I wonder if you could bypass the adaptive technology and try to over clock a processor based on this.

    --
    My UID is prime is yours?
  20. HP always #1 by Aphrika · · Score: 4, Funny

    HP technology has always been my number one choice for helping me tolerate defective chips...

    1. Re:HP always #1 by Anonymous Coward · · Score: 0

      Or do you mean defective "fries"?

    2. Re:HP always #1 by Anonymous Coward · · Score: 0

      Freedom Fries, I assume you mean.

    3. Re:HP always #1 by Anonymous Coward · · Score: 0

      No.

      CHIPS.

  21. Carly's gone, HP invents again! by Anonymous Coward · · Score: 0

    Subject sez all.

  22. Probably how the brain works too. by team99parody · · Score: 1
    Of the X% of your brain that's "unused", probably a lot of it is backup circuitry dedicated for recoveries after drinking alcohol.

    1. Re:Probably how the brain works too. by Anonymous Coward · · Score: 0
      Of the X% of your brain that's "unused", probably a lot of it is backup circuitry dedicated for recoveries after drinking alcohol.

      You're not so smart. I'm not nearly as think as you drunk I am.

  23. Sinclair Research Rehash by Anonymous Coward · · Score: 0

    Didn't Sir Clive come up with the same tech some 20 years ago but never got it off the ground???

  24. Power usage... by cfsmp3 · · Score: 0

    I assume having 50% more wires/transitors/whatever will increase power close to 50% as well, just to get the same performance as a faultless unit as we (I hope) have now. So far I'm not sure I want this.

    --
    I would buy karma from ebay but I'm not sure I can trust the seller.
  25. The chip doesnt mind having faults. by Anonymous Coward · · Score: 0

    The chip doesnt mind having faults. So i guess we're going to have to tolerate faulty
    chips/hardware.

    We can increase yield by 200% if our chips have a small error rate that hopefully won't effect users often (for now unless they are doing complex stuff).

    Sigh.

  26. Old and new uses of error checking of computations by Anonymous Coward · · Score: 1, Interesting

    Children,

    Before there were computers, people sometimes checked the accuracy of their arithmetic by "casting out nines" (google for it). When computers were big things full of vacuum tubes that had the tendency to go out in the middle of a calculation, people used parity-checking to ensure the integrity of the calculations. Coding theory has come a long way since then , with new schemes for different applications, such as crypto and telecom (from TFA). The principle is old, but I'm sure these guys had to come up with some clever ideas to apply to the problem at hand.

  27. Can result in slower circuits by Anonymous Coward · · Score: 0

    The main problem with this sort of approach is that the signal takes longer to reach its destination when there are faults present. We know all about this in the context of the Internet. In a microprocessor the data has to reach its destination before the next clock edge. So your clock period has to be selected to allow for the worst-case propogation delay.

    In principle you can work around this using asynchronous logic, but that has its own problems.

  28. Graceful degradation vs. constant-spec products by G4from128k · · Score: 3, Insightful

    The increasing use of spare circuits could let product makers offer variable-performance, gracefully-degrading products. As the product degrades it would map out the bad circuits, but keep functioning. An overclocked GPU might be specced to have 16 vertex shaders, come from the factory with 18 working and then slowly lose them over time (but not drop below 16 during the warranty period). Used long enough, it might steadily lose vertex shaders until it can no longer function.

    For example, I wish my ATA hard drives would let me access all of the space on the drive, including spare blocks tagged for remapping of bad blocks. A flexi-capacity drive would show higher-than spec capacity on first install and then gradually degrade. Standard practice of never using 100% of a available space would guarantee the availability of at least a few spare blocks. Current drive logic fails the drive once the spare blocks are used up, but a smarter drive would keep working by steadily shrinking the drive capacity. The OS might show this as a steadily-growing, locked "BAD_BLOCK" file. A well-used hard disk might last much longer, but shrink below rated capacity and still function adequately.

    A dynamic version of this technology would be a real boon to over-clockers. Say you buy a heavily multi-cored CPU (guaranteed to have at least 32 of 40 fabricated cores functioning). It might come with 35 of the 40 fabricated cores working at design clock-speed. Over-clocking might knock out a few cores that were marginal but let the system's user optimize the speed of the cores vs. number of usable cores in realtime. A fully dynamic self-testing, self-healing system might automatically bring marginal cores back online once the clock-speed is dropped.

    I realize that companies currently sell the same chip with different ratings by testing for speed or usable components (e.g. usable vertex shaders in a GPU), but what I want is different. Rather than use spares to guarantee some fixed spec performance (the current industry practice of leaving only a fixed set of available good components active on a chip), users could enjoy both more initial performance and longer life from products using a dynamic self-testing, self-healing system that uses all know-good components. Such systems would gracefully degrade as vertex shaders, disk blocks, RAM cells, or cores die or stop functioning at high speeds and temperatures.

    --
    Two wrongs don't make a right, but three lefts do.
    1. Re:Graceful degradation vs. constant-spec products by rugger · · Score: 1

      Silcon circuts don't need graceful degradation, as they do not degrade in any meaningful manner once they have left the factory.

      The only situation that results in greatly accelerated degradation is that of where you overvolt a chip beyond the specifications. Since it only happens when run out of spec, there is no need in the manufacturers eyes to create a gracefully degrading system.

      Hard drives, as well, have little use for their internal defect management then to look pretty to the user, as the magnetic material used does not degrade very quickly. There are very few actual grown defects, so once you have identified the bad areas on a platter, and tell the drive that they are bad, you have a perfect looking disk that will probably stay that way for years. The only time there is significant damage to the platters is when the heads hit them, which deals enough damage most of the time to very quickly kill the drive.

    2. Re:Graceful degradation vs. constant-spec products by Carl+Drougge · · Score: 1
      You wouldn't want hard drives like that.

      The reason I say this, is because it would involve lot's of complex handling, probably both in the filesystem and the disk firmware. Either the disk knows about the filesystem, and you need rediculously complex protocols talking to the disk about what the fs really looks like (because stuff yet to be written is in the cache), or you need to handle "this file used to be in block 3532552, but the disk is now only 3532550 blocks large, so it must have moved to...".

      And since problems are actually rare, this code would not be well tested, and you'd end up with corrupt filesystems when problems happened. It's just not worth it.

    3. Re:Graceful degradation vs. constant-spec products by mce · · Score: 2, Informative
      Silcon circuts don't need graceful degradation, as they do not degrade in any meaningful manner once they have left the factory.

      Silcon circuits most certainly do degrade over time, even in normal use. It just so happens that so far this has been "under control". But as technologists keep reducing the feature size, these effects will become much more important.

      Several people in my team work in exactly this area of micro-electronics research by the way: how to optimally compensate for these (and other related) effects at the system/architecture level. Other research groups at the place where I work (we have 2 full featured cleanrooms of our own, just for research purposes) are part of the "gang" that causes these problems to grow in importance.

    4. Re:Graceful degradation vs. constant-spec products by toddestan · · Score: 1

      You also have a big problem if someone decides to completely fill the disk. Then what does the OS/drive do when it has to "shrink" the drive some more? You might say, "Don't fill it completely up then", but then I would argue that if you have to leave a few gigabytes open at all times for this drive to work - then why bother? I think I'll stick with my fixed capacity drive and rely on SMART to tell when my spare capacity is about to run out.

  29. Wow! I can count on HP.... by mjh49746 · · Score: 0, Flamebait

    ...to continue to make more defective junk. Except now, we're just going to drop all pretenses about actually giving a shit about quality. (yawn)

    1. Re:Wow! I can count on HP.... by Anonymous Coward · · Score: 0

      HP stuff should be good again ever since that dumb bitch was sent back to the kitchen where she belongs.

  30. Re:Nanotech & Chinese Military by Adult+film+producer · · Score: 1

    sorry but what does china have to do with this ?

  31. remember it's nano-circuits by Anonymous Coward · · Score: 1, Informative

    some people are questioning whether this is worth it. remember that nano-circuits are experimental and techniques like this are necessary just to make working circuits.

    'crossbar architecture' is an experimental architecture that, using carbon nanotubes laid out in a grid with selectively chosen connections, allows you to perform useful functions, such as logic. HP recently (a few months ago) announced the crossbar latch, which they claim will eventually eliminate the need for transistors.

    Unfortunately the technology is far from mature; it's slow, difficult to manufacture, and unreliable, although it is ridiculously small (the primary advantage). This research is an attempt to correct the problems associated with difficulty to manufacture and reliability; rather than try to make a perfect circuit using nanowires, build in some redundancy and you're fine.

  32. Re:Brute force! by Tomfrh · · Score: 3, Insightful

    If you want to know whether this sort of design is acceptable, ask whether CDs and DVDs are acceptable. They are founded in coding theory, and are designed to have many bad bits, and yet still contain perfect information.

  33. Re:Brute force! by Anonymous Coward · · Score: 1, Insightful

    Well, do you think internet protocol is inelegant? If you have to send information through a noisy channel where one in every 10^3 bits gets flipped, you need some mechanism for error correction or you simply can 't communicate.

    Now we're not talking about communication channels here, but the analogy is the same. There are some factors we as engineers can't control (such as thermal noise, for example) and so we have to work around them. I won't get into the technological details of nano-fabrication right now, but suffice to say the problems are very difficult. And since these are nano-wires, extra area barely hurts you.

    That's the key; nano-circuits are miniscule... like two or three orders of magnitude smaller than the transistors we can make right now. Extra wires are no problem.

  34. Hippies, strip down in aisle nine here by nanojath · · Score: 1

    Can we get some naked hippies on this dangerous development, stat?

    --

    It Is the Nature of Information to Transgress Artificial Boundaries

  35. Re:Nanotech & Chinese Military by Truth_Quark · · Score: 0, Offtopic
    No one has the gumption to pursue this route because many Americans politicians are in the pockets of the Taiwanese government.

    No mate, they're just seeing the bigger picture.

    At 9.1% growth per annum, China's economy will be larger than the USA's at 4.4% growth in 2015. Sooner if the flow of experts to Europe due to the weak american dollar starts affecting the rate at which technology advances in the USA.

    It should be noticed that the thing about a world where there are tow super-powers is that they are at war.

    Arms sales to, and economic support for Taiwan serves to decrease the stability of China, who have been building up their military near the Taiwan Strait since the communist revolution. (Except that untill 10 years ago that meant hordes of peasants armed with handfuls of mud and sharpened kernels of rice). Now it means muti-headed balistic missiles, and more tanks than America could produce in a month of Sundays.

    Maybe Sunday afternoons.

  36. They won't be making any chips... by Anonymous Coward · · Score: 0
    In case anyone hadn't noticed, HP has gotten rid of its chip design engineers. Most of them (building Itanium chips) got shipped to Intel back in December. This follows divestment of the Alpha group and the end-of-life for the PA-RISC family.

    So, while they might patent this and say "Hey, isn't this cool", they will never actually do anything with it since Carly basically raped and pillaged the company. It really is a shamee, but HP is just a printer ink company that happens to sell computers and printers.

  37. What happens with components that are not "bad" by melted · · Score: 3, Interesting

    What happens with components that are not "bad" but are "on the verge" and can go bad any minute? Something tells me that there will be a lot more of those in a chip where "bad" components are perfectly fine. They're impossible to detect, too, because during QA they'll work perfectly fine.

    I see this tech as a temporary crutch for something more advanced - self diagnosing and self-healing chips. Now that would be frikkin' cool.

  38. Because they designed this in the last 2 months. by attemptedgoalie · · Score: 2, Informative

    Brilliant deduction there.

    --
    My mom says I'm cool.
  39. MOD PARENT DOWN by Anonymous Coward · · Score: 0

    If you have two of something you more than half the probability of failure (of both being failed).

    Assuming independence, if 1% of the original wires are failed, then there is only a 0.01% probability of both pairs of wires failing...

    Same principle for raid harddrives... Two drives are much much more than twice as reliable (the probability of both being failed is the SQUARE of the probability of one being failed. In other words, their combined MTTF is MTTF^2.

    (Of course, with drives, there is some depenedence. In some configurations, one failing takes out the other as well.

    So, how does it feel to have your ass handed to you by an Anonymous Coward?

  40. Hewlett-Packard Emissary by Anonymous Coward · · Score: 0

    "You are invited to gape with awe and amazement as Hewlett-Packard demonstrate the wonders of Defect Tolerance. Absolutely no scribes will be allowed."

    Need I elaborate?

  41. Nearly perfect yields by blair1q · · Score: 1

    When you hamstring your profitability by increasing your per-chip costs by altering the basis for the architecture and adding superfluous components, "yield" no longer has the significance it was invented to relate.

    By the time the learning curve decays, it could be cheaper just to throw away bad parts in the old technology than to modify new ones in the new one.

  42. Re:Wow. Now if only.... by Grishnakh · · Score: 1

    Yep, many of HP's actions are quite baffling. With Fiorina in charge, they gave up on PA-RISC, spun off their test & measurement division into Agilent, and basically became a printer and white-box maker.

    If this is the path they've chosen, it seems like they should get rid of all these researchers (maybe Intel might want them), and just concentrate on making printers and PCs. Of course, their PC division doens't seem to be doing so well against Dell, so maybe they just should dump that too and just make printers. It's the only thing they're any good at anymore.