Slashdot Mirror


How Vacuum Tubes, New Technology Might Save Moore's Law

MojoKid (1002251) writes The transistor is one of the most profound innovations in all of human existence. First discovered in 1947, it has scaled like no advance in human history; we can pack billions of transistors into complicated processors smaller than your thumbnail. After decades of innovation, however, the transistor has faltered. Clock speeds stalled in 2005 and the 20nm process node is set to be more expensive than the 28nm node was for the first time ever. Now, researchers at NASA believe they may have discovered a way to kickstart transistors again — by using technology from the earliest days of computing: The vacuum tube. It turns out that when you shrink a Vacuum transistor to absolutely tiny dimensions, you can recover some of the benefits of a vacuum tube and dodge the negatives that characterized their usage. According to a report, vacuum transistors can draw electrons across the gate without needing a physical connection between them. Make the vacuum area small enough, and reduce the voltage sufficiently, and the field emission effect allows the transistor to fire electrons across the gap without containing enough energy to energize the helium inside the nominal "vacuum" transistor. According to researchers, they've managed to build a successful transistor operating at 460GHz — well into the so-called Terahertz Gap, which sits between microwaves and infrared energy.

124 of 183 comments (clear)

  1. Not a computing element by Animats · · Score: 4, Informative

    As a 450GHz computing element, this is a long way off. But it might lead to better terahertz radar. Right now, operating in the terahertz range is painfully difficult. It's a strange region where both electronics and optics work, but not easily. This may be a more effective way to work in that range.

    1. Re:Not a computing element by wanax · · Score: 5, Informative

      That's mentioned in the IEEE Spectrum article (which by the way is about the most clearly written article on an early prototype technology that I've ever read).
      The problems are:
      -Too high voltage; can be mitigated by better geometry (probably).
      -Insufficient simulations at present for improving the geometry, with the caveat that getting better performance (voltage-wise) might compromise durability.
      -Because of the above, they don't have a good set of design rules to produce an integrated circuit. They're hopeful about this step, since the technique uses well established CMOS technology and there are many tools available.

      Their next targets are things like gyroscopes and accelerometers. I'd say on the whole this strikes me as realistic and non-sensational. But if anybody knows better, I'd like to hear why.

    2. Re:Not a computing element by gweihir · · Score: 1

      I am willing to predict that it will not happen as computing element. Computing elements have been limited by interconnect, clock distribution and the like for quite a while now. You cannot do longer traces in the GHz range, unless you spend an inordinate amount of chip-are for it. For analog, things are different, as you have few elements and there this tech may be interesting. But for digital, it is wholly irrelevant.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    3. Re:Not a computing element by Anonymous Coward · · Score: 1

      Their next targets are things like gyroscopes and accelerometers. I'd say on the whole this strikes me as realistic and non-sensational. But if anybody knows better, I'd like to hear why.

      That's not how I read that last part. To me it seemed that the problem was that they need to find appropriate housing for the chip which allows the circuit to be inside a helium environment which means that they will need to have some form of hollow casing filled with helium surrounding the chip. Accelerometers and gyroscopes built on chip scale already have such a housing so the hollow housing should probably not be so much of a problem.

    4. Re:Not a computing element by Immerman · · Score: 1

      It sounds like you're contradicting yourself - if accelerometers and gyroscopes already have a suitable housing, then the housing problem is largely solved - you could just as easily place a normal IC in the same housing. Though it would no doubt make heat dissipation a bit more of a challenge.

      --
      --- Most topics have many sides worth arguing, allow me to take one opposite you.
    5. Re:Not a computing element by Immerman · · Score: 1

      I think you may be confusing terms: low *frequency* optics behave as you describe, since low frequency = large wavelength. Low (short) wavelength on the other hand is the opposite, the optics need to be even more precise because the wavelength is even smaller than visible light.

      --
      --- Most topics have many sides worth arguing, allow me to take one opposite you.
    6. Re:Not a computing element by Applehu+Akbar · · Score: 1

      It might find a niche as a processor that makes money, literally, as in Bitcoin mining.

    7. Re:Not a computing element by fermion · · Score: 1

      So 25 years ago or so one of the researches in the lab I worked in was really into this. I think he came from ATT. Anyway, he wanted to put vacuum tubes on a substrate. He wanted to make microlevers and the like, the predecessor to what we now know as nano machines. The microlevers have happened, and we are getting some very tiny machines. The vacuum tubes are another story. From what I have seen recently, the Terahetz problem is solved or is pretty much solved. Labs across the country are working in the Terahertz range, and developing some interesting applications. Which is to say that vacuum tubes on a chip are possible, but it seems that it might a solution looking for a problem. As I said, researchers have been looking into this for a very long time. This could be the problem that it solves. The question is does it solve problems better than what is now conventional technology.

      --
      "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
    8. Re:Not a computing element by gweihir · · Score: 1

      Asynchronous design is not feasible complexity-wise. It is one of these "magic" things that crop up time and again but never work out.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
    9. Re:Not a computing element by gweihir · · Score: 1

      No. You cannot turn these things into CPUs of any meaningful power level.

      --
      Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  2. The problem is not switch speed by YoungManKlaus · · Score: 2

    but that with increasing clock speed the size of your chip is limited (as electricity can only travel that far in a given amount of time) -> can't keep your chip synchronized -> need to think of new ways how to sync everything / if there are alternatives.

    1. Re:The problem is not switch speed by thegarbz · · Score: 1

      Isn't this only a problem for branching? If you have a linear set of instructions to queue isn't it possible to start processing the next instruction while the previous is still propagating across the chip assuming the chip is laid out such that this kind of processing works and one instruction won't complete slower than the one following it. Sure it would have some downsides, branching would be expensive and out-of-order execution may be difficult but couldn't it in theory work?

    2. Re:The problem is not switch speed by Chatterton · · Score: 4, Interesting

      Asynchronous designs are faster (~3x) and consume less energy (~2x) but need an overhaul of the production process who is deemed too costly. Perhaps this technology could make it interesting again. (Source)

    3. Re:The problem is not switch speed by Jane+Q.+Public · · Score: 1

      but that with increasing clock speed the size of your chip is limited (as electricity can only travel that far in a given amount of time) -> can't keep your chip synchronized -> need to think of new ways how to sync everything / if there are alternatives.

      I don't see why anything new is required. With today's design, bits are shifted from one section to the next on each clock pulse (or some multiple of the clock pulse, which just means that the internal clock is faster than the external clock).

      Sure, the timing might have to be adjusted here and there. But you're still just shifting electrons short distances from one pulse to the next. If your chip die is 1" across, electrons can travel the whole width at about 10GHz. Since they seldom go a tiny fraction of that distance in a single clock cycle, I don't see a lot of problem.

      I do agree... there would have to be some adjustments made. But I don't think they're quite as harsh as you make them out to be.

    4. Re:The problem is not switch speed by SuricouRaven · · Score: 5, Informative

      Not the production process so much as the design process. It'd mean starting over from scratch with a whole new architecture, redoing decades of work in hardware and software.

    5. Re:The problem is not switch speed by Anonymous Coward · · Score: 1

      The energy for the operation has to come from somewhere. Even if the operation propagates through the chip you still need to draw current to perform it.
      Speed of light / 460 GHz is only about 0.65mm so keeping the capacitors outside the chip won't do.

    6. Re:The problem is not switch speed by wjcofkc · · Score: 1

      It'd mean starting over from scratch with a whole new architecture, redoing decades of work in hardware and software.

      So? I would say that is bound to happen eventually anyhow. Traditional integrated circuits are quickly on their way to becoming a stick in the mud. Something fundamentally different will have to replace them eventually.

      --
      Brought to you by Carl's Junior.
    7. Re:The problem is not switch speed by Chris+Mattern · · Score: 1

      It's not just branching. You also run into difficulties when a following instruction needs to use the results of the precending one.

    8. Re:The problem is not switch speed by camperdave · · Score: 1

      HP is already doing that with their memristor tech.

      --
      When our name is on the back of your car, we're behind you all the way!
    9. Re:The problem is not switch speed by lowen · · Score: 3, Informative

      One of the problems with increasing clock speed is gate capacitance and the RC time constant charging curve causing the switching FETs to operate in the linear region, causing power dissipation to go up with clock speed. This is why a decrease in process size has typically yielded a corresponding decrease in power dissipation at a given clock speed.

      If you make the capacitance smaller, you can increase the switching speed (capacitance would decrease with the square of the feature size (gate capacitance is dependent upon gate area), wheras resistance would increase linearly, inversely proportional to feature width, assuming the feature depth doesn't change (resistance dependent upon cross-sectional area)).

      Another poster has already mentioned asynchronous designs, so I'll pass on that particular nuance.

      But clock propagation is a serious issue, and I can see a vacuum transistor improving this considerably.

      Now, figuring out how far a wavefront will propagate in some period of time isn't too hard.

      Undoped silicon has a relative permittivity of 11.68; the reciprocal of the square root of the relative permittivity is the velocity factor of a particular dielectric; for undoped silicon that's about 30% of c. Silicon dioxide, as used for most of the insulation on the typical MOSFET design, has a relative permittivity of 3.9 and thus a VF of about 51%. On a stripline laid on silicon dioxide (silica glass) the velocity of propagation is about 153 million meters per second, or 153 meters per microsecond or 153 millimeters per nanosecond or 153 microns per picosecond. 153 microns is a bit larger than the cladding on a typical fiber optic strand (most have a cladding diameter of 125 microns; OM1 multimode is 62.5 micron core/125 micron cladding, OM4 is 50 micron core/125 micron cladding, and single-mode is 8 micron core/125 micron cladding, for comparison). That's best case propagation time.

      Now, to see how this translates to something of today, at least one of the models of the latest Haswell-DT Core i7 chips has a die size of 177 square millimeters. The chip is not square, and seems to be about a 4:1 rectangle in photos, which would yield about a 6.5 mm by 27.25mm die (yes, I know that gives 177.125 square millimeters; close enough).

      Now, if a clock signal needs to go straight across the narrow portion, it will take about 42.5 picoseconds to do so, assuming transmission across silion dioxide alone. Propagation in the long direction would take about 178 picoseconds to do so, with the same assumption. The published top speed of this processor is at the time of this writing about 4.5GHz (I know it's a bit higher, but that's a moving target). This is a 222 picosecond clock period; easily doable in the short dimension, a bit more difficult in the long dimension, and probably already requiring some asynchronous elements and delay compensation. If you limit solely on clock propagation time, and are able to work in a slip of a full clock cycle, the long dimension will give you a limit of a bit over 5.5GHz; the short dimension will similarly give you a limit of 23.5GHz.

      That's drastically oversimplified; each gate has it's own propagation delay that must be figured, and there are four cores (which makes it pretty understandable why the chip would have a 4:1 die dimension ratio, no?). A 20% clock delay factor will allow, with care, a good chance for synchronous operation (42.5 is pretty close to 20% of 222), but that's assuming straight clock traces (and they are not just straight across the chip).

      Food for thought.

    10. Re:The problem is not switch speed by Guy+Harris · · Score: 1

      Not the production process so much as the design process. It'd mean starting over from scratch with a whole new architecture, redoing decades of work in hardware and software.

      Presumably the hardware and software to which you're referring is the hardware to manufacture the chips and the software used to design them, considering that the asynchronous processor that was "faster (~3x) and consume less energy (~2x)" was an "asynchronous, Pentium-compatible test chip that ran three times as fast, on half the power, as its synchronous equivalent.", so the asynchronous processors themselves don't have to have a shiny new instruction set architecture. (The original PDP-10 KA10 processor was asynchronous - "[the arithmetic processor] operates asynchronously using hardware subroutines, whereby the start of each operation is triggered by the completion of the previous operation rather than by a trigger from a synchronous timing chain" - but the KS10 was a synchronous microcoded machine using AMD 2900 bit-slices.)

    11. Re:The problem is not switch speed by YoungManKlaus · · Score: 1

      I think you forgot about the fact that while individual electrons travel at c. 1m/s, electric field waves propagate at (almost) the speed of light - 300 million times faster.

      uhm, jeah, but the speed of light is still limited (and esp. so if not in vacuum) ... eg @3ghz your light gets 0.1m in vacuum (which I would interpret as the path in your chip should not be longer). Also at these frequencies antennas are damn small so it really sucks if you need two parallel straight lines ;)

  3. That would be handy for radio astronomy too by NixieBunny · · Score: 5, Interesting

    I work in a lab where we make radio receivers that work at frequencies around 460 GHz. As it is, we have to use a mixer diode to convert to a lower frequency (10 GHz) before amplifying the signal. This technology would be well suited to this application, provided that the noise is low enough. We already cool the mixer to 4K in a vacuum chamber.

    --
    The determined Real Programmer can write Fortran programs in any language.
    1. Re:That would be handy for radio astronomy too by MattskEE · · Score: 1

      Vacuum micro/nano-electronics are interesting for RF/mm-wave applications as the transport can be ballistic which could theoretically enable ultra-high-frequencies with scaling of the size.

      I haven't yet found a paper for the 460GHz claim in the IEEE Spectrum article so I'm not sure exactly which figure of merit they have picked for that claim, but rest assured that their comparisons to other transistor technologies are highly flawed.

      InP devices for example already operate up to 1THz power gain cutoff frequencies and have for some years. Simple circuits including amplifiers have been demonstrated in the 600GHz range with both InP HBTs and HEMTs. Even silicon certainly operates in the multi-hundred-GHz range, not the 40GHz which is for some reason cited in the article. Using graphene as a point of comparison is somewhat laughable as graphene has yet to demonstrate any truly practical advantage over group-IV or III-V transistor technologies, and has never been close to beating other leading device technologies on clock speed despite heavy press coverage.

    2. Re:That would be handy for radio astronomy too by MattskEE · · Score: 4, Interesting

      I just noticed another disingenuous aspect to their claim - they say that because this operates at "atmospheric" pressure it will be more reliable than vacuum tubes of yore.

      But these vacuum FETs are filled with 1 atmosphere of helium, so the partial pressure difference with the outside world for all other gases will still be the same as though it was operating with a full vacuum, and this device would require the same long-term hermetic packaging as a vacuum tube. It relies on helium to extend the mean free path of the electrons, though to be fair as dimensions are scaled down further from the current 100nm to say 20nm perhaps neither helium nor vacuum would be required. Still it seems to be a very misleading claim.

    3. Re:That would be handy for radio astronomy too by serviscope_minor · · Score: 1

      Even silicon certainly operates in the multi-hundred-GHz range, not the 40GHz which is for some reason cited in the article. Using graphene as a point of comparison is somewhat laughable as graphene has yet to demonstrate any truly practical advantage over group-IV or III-V transistor technologies, and has never been close to beating other leading device technologies on clock speed despite heavy press coverage.

      Yeah the graphene comparison is spurious, except that it's a wider audience article and graphene has been getting inexplicably large amounts of press recently.

      As for the other comparisons: what's the maximum speed of a MOSFET? You can get silicon BJTs into the hundreds of GHz, but I'm not sure about MOSFETS. Bear in mind that one advantage of the proposed tech is that it in principle works on pretty much existing planar CMOS processes with little or no modification. That's handy since there's likely to be a lot of those around at the point when the next technological development for bulk electronics takes over.

      And as for advantages over Group III-V transistors: it works with silicon which is less faffy to work with than GaAs for example.

      The full article doesn't actually make a bunch of wild-ass claims and is pretty good. They're not making lots of OMG YOAR NEXT COMPUTAR SI TEH VALVES!!11 claims.

      --
      SJW n. One who posts facts.
    4. Re:That would be handy for radio astronomy too by MattskEE · · Score: 1

      1 atmosphere of helium needs to be sealed from air, but mechanically is simpler because of the lower pressure difference.

      That's not how partial pressures work at all. It only matters about the relative pressure of each individual gas if you don't want it leaking in. If you want to keep out nitrogen and oxygen it makes no difference if the package has 1atm of helium only or a vacuum.

    5. Re:That would be handy for radio astronomy too by necro81 · · Score: 1

      The reason it was difficult to seal vacuum tubes was because you needed to get wire leads to pass through the glass tube (or its end-cap). Sealing to glass is really tough. Sealing an electronics package isn't so tough.

    6. Re:That would be handy for radio astronomy too by MattskEE · · Score: 1

      Yeah the graphene comparison is spurious, except that it's a wider audience article and graphene has been getting inexplicably large amounts of press recently.
      A fair point, but I still don't excuse them for being part of the graphene press problem instead of the solution.

      As for the other comparisons: what's the maximum speed of a MOSFET? You can get silicon BJTs into the hundreds of GHz, but I'm not sure about MOSFETS
      Maximum published speed I've seen for a Si N-MOSFET is around 450GHz at 32nm, not sure of the best reference but here is a non-peer-reviewed one I quickly dug up: http://www.intel.co.kr/content... obviously as this is silicon the voltages are extremely low so it can't do much in the way of power but people have made circuits in the 100GHz range

      And as for advantages over Group III-V transistors: it works with silicon which is less faffy to work with than GaAs for example.
      GaAs is still in play because it's the most mature III-V technology and is capable but application space is being taken over by Si, GaN, and InP so it's not IMHO a great point of comparison. The nice thing about vacuum electronics is that it doesn't require a III-V material which may make for easier integration with CMOS, though there are groups working on III-V CMOS integration. And I don't think there's that much advantage to it being on Silicon, most wafer fab tools can handle a variety of wafer types, the processes are not so different, plus GaN-on-silicon is being produced though it still isn't quite as good as GaN-on-SiC for example.

      The full article doesn't actually make a bunch of wild-ass claims and is pretty good. They're not making lots of OMG YOAR NEXT COMPUTAR SI TEH VALVES!!11 claims.
      The description of the technology is well-written. But I can make any technology look good by simply not comparing it against the best of its competitors, and outright mis-reporting the capabilities of the technologies I do compare it to. Just because they're not as bad as,many "2D" device papers out there doesn't mean they should get a pass for being deliberately misleading.

  4. At this scale everything is a vaccuum by Anonymous Coward · · Score: 1

    Interestingly enough, these micro/nano vaccuum tubes do not actually need to be enclosed inside a vaccuum.
    The 'vacuum tube' is tiny in comparison to the distance between air molecules in open air.

  5. Computers are boring now by Anonymous Coward · · Score: 1

    The fad is ending.

    1. Re:Computers are boring now by Enter+the+Shoggoth · · Score: 1

      The fad is ending.

      Intended as a troll I think... but it's sadly true

      --
      Andy Warhol got it right / Everybody gets the limelight
      Andy Warhol got it wrong / Fifteen minutes is too long.
    2. Re:Computers are boring now by camperdave · · Score: 1

      Andy Warhol got it wrong / Fifteen minutes is too long.

      Andy who?

      --
      When our name is on the back of your car, we're behind you all the way!
  6. Magic Smoke by niftydude · · Score: 4, Funny

    So in the future, you'll know your electronics are broken when magic smoke is sucked into the chip?

    --
    You can never know everything, and part of what you do know will always be wrong. Perhaps even the most important part.
    1. Re:Magic Smoke by Meneth · · Score: 2

      TFA says these transistors would be filled with helium gas, and if it gets replaced with other gases, the thing would quickly stop working due to ionization.

      So I guess there'd be magic smoke going both in and out of the chip.

  7. Computers always were boring by Viol8 · · Score: 1

    Its what you can do with them thats interesting and thats only going to get more fascinating as the years go by.

    A computer without a program is just a plastic brick.

  8. Re:Planck trumps Moore by Chrisq · · Score: 1

    Fractal universe trumps Planck.

    Heisenberg trumps fractal universe

  9. Pity Whitney Houston isn't still around by Viol8 · · Score: 3, Funny

    Stick her in front of a mike then tell her no more drugs and press record. That would have got you pretty close to that frequency range.

    1. Re:Pity Whitney Houston isn't still around by bbsalem · · Score: 1

      Mariah Carey had or had a five octave vocal range, kinda like a piano's range. These other people, especially if they tend to Grunge can't have nearly as much due to abusing their voices, mega hurts.

  10. Re: Planck trumps Moore by Anonymous Coward · · Score: 1

    .45 trumps 5 aces.

  11. Valvistor? by tuoppi · · Score: 2

    Should this type of component be known as an "valvistor"?

  12. Re:Why is helium the new answer? by SuricouRaven · · Score: 3, Insightful

    They really are. The US government has been selling off reserves for below-production-cost for some time, causing prices to be artificially low.

  13. Ahead of schedule. by SuricouRaven · · Score: 5, Interesting

    "It was a nice feeling to have a Microvac of your own and Jerrodd was glad he was part of his generation and no other. In his father's youth, the only computers had been tremendous machines taking up a hundred square miles of land. There was only one to a planet. Planetary ACs they were called. They had been growing in size steadily for a thousand years and then, all at once, came refinement. In place of transistors had come molecular valves so that even the largest Planetary AC could be put into a space only half the volume of a spaceship."

    - Issac Asimov, The Last Question, 1956.

  14. They will not by gweihir · · Score: 1

    Today, Moore's law is an interconnect problem. The switching elements are pretty unimportant for it.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  15. Re:Is this one of those by gweihir · · Score: 1

    Actually, this one has been cropping up every few years for a long time. It has never delivered anything so far and there is no reason to think that it will do so this time.

    It is time to get real: What we have in computing power in a "normal" chip these days is pretty much what we are going to get for the foreseeable future. That is not a problem. Software these days is so bloated and slow that there is a lot of optimization potential. And even afterwards, what do you want? Most things will work fine with current computing power levels. Cars, trains and airplanes have stopped getting faster at some time, if the same happens to CPUs, so what?

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  16. Ideal technology for high radiation/space by earthforce_1 · · Score: 3, Interesting

    This looks like the ideal technology for electronics that have to work in extremes of temperatures or high radiation environments. I'm surprised the military and aerospace industries aren't jumping all over this.

    --
    My rights don't need management.
    1. Re:Ideal technology for high radiation/space by InvalidError · · Score: 1

      Gases ionize when hit with atomic decay particles/radiations. A transistor with a high probability of spontaneously turning on in radioactive environments sounds dangerous to me.

  17. Re:Planck trumps Moore by CeasedCaring · · Score: 5, Funny

    Maybe he does, maybe he doesn't. I'm uncertain...

  18. Re:More expensive for whom? by thue · · Score: 4, Insightful

    Intel has an insanely high Gross Profit Margin of 75%. That is the opposite of selling at a loss.

    http://www.thestreet.com/story...

  19. Discovered? by mark_reh · · Score: 3, Informative

    Natural things and phenomena are "discovered". Transistors were invented after a lot of hard work. By engineers.

    1. Re:Discovered? by tgeek · · Score: 2

      Yep! Leave it to our government to totally bypass the faster-than-light propulsions systems, advanced life support and other amazing alien technology and go straight for the techs to make cheap, pocket-sized AM radios! (probably subbed the research out to GE)

    2. Re:Discovered? by omnichad · · Score: 1

      I was going to give them the benefit of the doubt that they were talking about the phenomena using the end result as a convenient name. But no - that was apparently discovered between 1873-1884.

      Well...even the first triode with a hard vacuum was back in 1915 (says Wikipedia with no citation). I'm thinking 1947 is merely the first commercial use of hard vacuum tubes on a wide consumer market scale. That's really the only thing I can see that lines up with 1947.

    3. Re:Discovered? by SEE · · Score: 1

      The 1947 is about the transistor, not the vacuum tube. The Bardeen-Brattain-Shockley transistor was developed in 1947, and got the three the 1956 Nobel in physics.

    4. Re:Discovered? by omnichad · · Score: 1

      And yes - I was thinking triode and not transistor. I have no idea how I spent that much time writing without realizing that.

  20. Re:Planck trumps Moore by Anonymous Coward · · Score: 2, Funny

    Gus Fring trumps Heisenberg.

  21. Re:Why is helium the new answer? by Opportunist · · Score: 3, Funny

    Astrophysicists say no.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  22. Why are we saving a law? by Murdoch5 · · Score: 4, Insightful

    A law needs to stand on it's own with out the need for external help, if Moores law break then it's not a law.

    1. Re:Why are we saving a law? by devnill · · Score: 1

      Not to mention that when Moores law was coined, miniaturization (in the context of computing) was still relatively primitive. I highly doubt we are going to see transistor density grow at that rate ever again.

    2. Re:Why are we saving a law? by bondsbw · · Score: 2

      Does that mean Obamacare isn't a law?

      --
      All my liberal friends think I'm a conservative, all my conservative friends think I'm a liberal.
    3. Re:Why are we saving a law? by MattskEE · · Score: 1

      Moore's Law has never been a law and nobody treats it as one.

      It started off as an observation which happened to basically be correct. Then it became more of a roadmap, with industry using it to set technology targets and allocating R&D resources so that they can continue following Moore's "Law".

    4. Re:Why are we saving a law? by radarskiy · · Score: 1

      '"Moore's Law" was simply a prediction.'

      In the scientific sense, this is the only definition of a law: that it predicts.

  23. transistors held back by manufactures.. by kick6 · · Score: 1

    what in the actual fuck did I just read?

  24. Re:More expensive for whom? by K.+S.+Kyosuke · · Score: 2

    I'm not an economist, but there seems to be an easy explanation for that: If the CPU cost is only a fraction of the total system cost, not even progressive pricing of the CPUs decreases the complete system's price/performance ratio to an appreciable extent. That would mean that Intel can manufacture CPUs that are somewhat (though not vastly) faster than AMD CPUs at a considerably higher price and with large profit margins while still outselling AMD even in areas where AMD has better prices for individual components.

    --
    Ezekiel 23:20
  25. I'm not holding my breath. by jonr · · Score: 1

    I'm still waiting for my memristor computer...

  26. Re:transistors held back by manufactures.. by oldhack · · Score: 1

    No funny mod for the clown above?

    --
    Fuck systemd. Fuck Redhat. Fuck Soylent, too. Wait, scratch the last one.
  27. Re:More expensive for whom? by jbmartin6 · · Score: 2
    Gross profit is not the same as net profit, and has little relation to selling at a loss. From the same article:

    the net profit margin of 15.12% trails the industry average.

    --
    This posting is provided 'AS IS' without warranty of any kind, implied or otherwise.
  28. Re:Planck trumps Moore by ArcadeMan · · Score: 3, Funny

    Just ask Madoka.

  29. The first transistor by cnaumann · · Score: 1

    Julius Edgar Lilienfeld patented a FET in 1925. The FET is the type of transistor used in all modern CPUs.

  30. Re:transistors held back by manufactures.. by Ol+Olsoc · · Score: 1

    Better hope this post doesn't show up at your mental competence hearing

    --
    The shepherds did so well protecting the flock that the sheep no longer believed that wolves existed.
  31. Re:More expensive for whom? by Kjella · · Score: 1

    Man, I wish I could sell at a loss with a 60% gross margin. Like all companies they make margins slim where competition is strong and large where it's weak or non-existant, but if you've ever had the impression Intel was dumping prices to squish AMD out of the market you must have lived in a different world than me. Dirty OEM tricks? Sure. Bleeding consumers dry by charging tons for extreme performance, long battery life or server features? Sure. Having superior process technology and pocketing the profit from lower costs? Sure. Force feeding the mainstream market IGPs to eat AMD/nVidia's low end? Sure. But I've never looked at an Intel CPU - and particularly a CPU+mobo combo since they have a monopoly on chipsets too and effectively set prices for both - and thought "wow, that's cheap"

    --
    Live today, because you never know what tomorrow brings
  32. More importantly... by Troy+Baer · · Score: 1

    ...when will this result in a 100W Marshall head on a chip?

    (Why yes, I am a guitar player! Thanks for asking.)

    --
    "My life's work has been to prompt others... and be forgotten." --Cyrano de Bergerac
    1. Re:More importantly... by cyberchondriac · · Score: 1

      Hah, my second thought when reading this article, was would it enable solid state guitar amps to sound more like tube amps..? Upon further reflection, I think most likely not. I'm not very happy with modeling though, I'm still a tube head.

      My *first* thought was, transistors were "discovered"? What, were they found nesting in a rock by a lake somewhere, pre-assembled? Nomenclature like this leads me to believe the submitter doesn't believe in any kind of IP whatsoever. They were invented. What was discovered was the result of doping silicon into N type and P type material.

      --

      Look back up at my post, now look back down, you're on the Internet. Now look back up. I'm a signature.
  33. Re:Planck trumps Moore by Anonymous Coward · · Score: 1

    Faceplancking?

  34. Re:More expensive for whom? by gweihir · · Score: 1

    And Intel sells a lot more than CPUs and they do not tell anybody how they make their profits. Your argument is uninformed and worthless.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  35. Re:More expensive for whom? by gweihir · · Score: 1

    People are dumb. Little details like these are wayyy beyond them. Or that Intel actually makes their profits somewhere else.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  36. Re:More expensive for whom? by gweihir · · Score: 1

    I certainly do hope so. They have been screwing their customers over long enough.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  37. Re:More expensive for whom? by gweihir · · Score: 1

    And you pulled this numbers for CPUs (!) from where? Right out of your ass? Because Intel does not publish these numbers and their net profit overall is far lower.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  38. Re:More expensive for whom? by gweihir · · Score: 1

    A) That is for the company as a whole.
    B) That is not net profit.

    Nothing you said actually contradicts my statement.

    --
    Most ACs are not even worth the keystrokes to insult them. Be generically insulted by this and ignored otherwise.
  39. Re:More expensive for whom? by omnichad · · Score: 1

    It's a good thing they don't have to spend almost all of that on R&D and facilities to manufacture newer tech in order to remain relevant.

  40. Re:Planck trumps Moore by camperdave · · Score: 1

    Hector Salamanca trumps Gus Fring

    --
    When our name is on the back of your car, we're behind you all the way!
  41. Re:Whitney Houston's crack by omnichad · · Score: 2

    Yep - Mariah Carey hits the highest notes:
    http://www.concerthotels.com/w...

    Whitney Houston is WAY down the list at #23, below even Elton John and Miley Cyrus.

  42. Re:Why is helium the new answer? by Immerman · · Score: 3, Funny

    All we need to do is figure out how to mine the Sun and we'll have all the helium we could ever want.

    --
    --- Most topics have many sides worth arguing, allow me to take one opposite you.
  43. Re:Whitney Houston's crack by camperdave · · Score: 1

    From what I understand, drugs or not, her voice was already well past its peak (at best) if not totally f****d by the time she died anyway. Some of that was possibly due to age, most of it was probably smoking crack all day for years on end.

    Speaking of drugs...

    --
    When our name is on the back of your car, we're behind you all the way!
  44. Re:Why is helium the new answer? by Immerman · · Score: 1

    Presumably because Helium has some really interesting properties, many related to the fact that it's both a noble gas and has only a single electron shell. Which thanks to it's elongated shape and proximity to the nucleus allows for atomic behaviors and arrangements that are essentially impossible from any other element.

    --
    --- Most topics have many sides worth arguing, allow me to take one opposite you.
  45. Re:Whitney Houston's crack by operagost · · Score: 1

    Axl Rose doesn't even belong on that list. He damaged his vocal cords doing what he did. He's a natural lyrical baritone who probably once had legitimate Josh Groban range, but he wanted to sing pseudo-screamo.

    --

    Gamingmuseum.com: Give your 3D accelerator a rest.
  46. Re:transistors held back by manufactures.. by PPH · · Score: 1

    keep weapons out of the civilian populations hands,

    Huh? What?

    I don't think the military is worrying about Joe Sixpack cobbling together a millimeter radar guided SAM in his garage.

    --
    Have gnu, will travel.
  47. Re:Planck trumps Moore by Goaway · · Score: 1

    Too bad there is no such thing. Fractals are mathematical objects, not things that exist in reality except as approximations.

  48. I eagerly await ... by PPH · · Score: 1

    ... the re-appearance of magic eye tubes on my computing equipment.

    --
    Have gnu, will travel.
    1. Re:I eagerly await ... by iggymanz · · Score: 1

      how about little nixie tubes on the CPU giving stats?

    2. Re:I eagerly await ... by PPH · · Score: 1

      Can't get Nixie tubes anymore. All the Annie May fanbois have bought them up to build divergence meters.

      --
      Have gnu, will travel.
    3. Re:I eagerly await ... by iggymanz · · Score: 1

      yes you can, many places still have gobs of them in stock for $10-20

  49. How small can they actually make them? by mark-t · · Score: 1

    Aren't there still going to be problems of scaling this thing? It seems like they are talking about something that is about an order of magnitude or more larger than transistors today, and that's going to limit the complexity of a circuit.

  50. 2000 called and wanted its P4 back by tepples · · Score: 2

    You sound like an Intel engineer back when the Pentium 4 CPU's NetBurst architecture was the next big thing. Yes, pipelining exists. Yes, branches stall it. Yes, the processor ends up forfeiting a lot of work (and a lot of power and heat) when it mispredicts a branch. There's a reason Intel decided to base the Core architecture on P6 (Pentium II/III family) rather than NetBurst.

    1. Re:2000 called and wanted its P4 back by cellocgw · · Score: 1

      Oblig: ... and it didn't even occur to you to warn *them* about 9/11 ? Sheesh. You could have saved us all a LOT of sorrow.

      --
      https://app.box.com/WitthoftResume Code: https://github.com/cellocgw
    2. Re:2000 called and wanted its P4 back by tepples · · Score: 1

      For one thing, it's pretty hard to warn them about a future disaster if they left a voice mail.

    3. Re:2000 called and wanted its P4 back by thegarbz · · Score: 1

      Different problem. Netburst hit a wall limited by technology of the day. They had to abandon it in favour of efficient execution as they couldn't get the speed any higher as they were also hitting upper limits on power dissipation. That doesn't change the fact that the P4 was actually a hell of a beast. It's right there in the link you posted.

      We are potentially talking about a solution to the wall that ended netburst. Sometimes new problems can be overcome with old solutions. Is netburst really so bad if it could actually scale to 10GHz and beyond as intel intended, and remember it did actually scale very well.

  51. Re:Planck trumps Moore by MozeeToby · · Score: 1

    Moore's Law is about the cost to put a number of transistors in an area, not the size of the elements themselves. Generally we've reduced cost by reducing size, that is not necessarily the only way; you can continue the Moore's law curve by improving manufacturing in other ways until the cost of a chip completely covered in 4nm gates (probably the smallest the laws of physics will allow) falls to 0.

  52. Simultaneous multithreading by tepples · · Score: 1

    You also run into difficulties when a following instruction needs to use the results of the precending one.

    If a scheduler foresees a pipeline bubble due to latency of the ALU, and data forwarding is not enough to resolve it, the scheduler could feed the ALU a mix of instructions from two threads. This sort of simultaneous multithreading appears in Intel's Hyper-Threading Technology and AMD's "modules", and it's been around since the "barrel processor" architecture of the I/O processor in the CDC 6000 mainframe.

  53. Re:transistors held back by manufactures.. by dreamchaser · · Score: 1

    The highest end Intel processors have 3-4 billion transistors.

  54. Re:Planck trumps Moore by Applehu+Akbar · · Score: 1

    Lighten up, people! Here, have a coffee, black with stevia.

  55. Re: Planck trumps Moore by mknewman · · Score: 1

    Schrodenger trumps Plank

  56. Re:Transistors were not "discovered" by Zeromous · · Score: 1

    Actually transistors were discovered then refined after experimenting with older technology.

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

    >From November 17, 1947 to December 23, 1947, John Bardeen and Walter Brattain at AT&T's Bell Labs in the United States, performed experiments and observed that when two gold point contacts were applied to a crystal of germanium, a signal was produced with the output power greater than the input.[8] Solid State Physics Group leader William Shockley saw the potential in this, and over the next few months worked to greatly expand the knowledge of semiconductors. The term transistor was coined by John R. Pierce as a portmanteau of the term "transfer resistor".[9][10]

    --
    ---Up Up Down Down Left Right Left Right B A START
  57. Re:Where is the Vacuum Tester by sudon't · · Score: 1

    Where can I find a vacuum transistor tester. They took all of the tube testers out of the front of my local Radio Shack years ago, will they be replaced?

    Yeah, and if you think it's a bitch to replace a burnt-out tube in your amp...

    --
    -- sudon't

    Air-ride Equipped

  58. Re:Why is helium the new answer? by Opportunist · · Score: 1

    If we could tap the sun, I guess we'd want something completely different first. And helium would actually be the waste product thereof.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  59. Re:transistors held back by manufactures.. by omnichad · · Score: 1

    If you think that's bad, don't jump into the rabbit hole that is the Twitter feed linked from the web site:

    Lastnight #emf massaging my brain and genitals all night, 3 #forced #ejaculation's from the #abuse: http://obamasweapon.com/ #rape #assault

  60. Re:More expensive for whom? by Anonymous Coward · · Score: 2, Informative

    Actually making the chips is wildly cheap (always has been). They make a few thousand at a crack. It is all the other goop that goes along with chips that makes them expensive. If you read the original paper you will see Moore spends a good amount of time talking about packaging.

    Testin, the package, pins, interconnects to the pins, wires to connect to other chips, the connectors, someone to glue it all together, etc...

    The less chips you use the cheaper it is to make something. That is why moores law works. As instead of working with 50 chips you are working with 5 a 10x reduction in cost.

    It works all the way up until you have SoC. At that point it becomes about your cost to make the single chip. Which includes more significantly the process to make the chip. As all the interconnects are gone, the other chips are gone, pins are gone, etc...

    So at some point you would see inversions. Where it costs to make one chip more than the previous generation. Yet it is still cheaper because there are less things to put on the motherboard.

    This is part of the reason ARM chips dominate currently. They spent 25 years getting into cell phones. Where size matters. SoC is king. Intel will have to get bellow the cost of ARM SoC to remain competitive in that area.

    # of chips is what moores law is about. Size is the key to get you less chips and less crap outside of the chip to put together. Speed just came along for the ride.

  61. Nice intentional troll by default+luser · · Score: 1

    Sorry to say, it's too cohesive to be real. Better luck hooking the big kahuna next time, eh?

    --

    Man is the animal that laughs.
    And occasionally whores for Karma.

  62. The Transistor was invented in 1925 by jraff2 · · Score: 1

    http://en.wikipedia.org/wiki/T... - Physicist Julius Edgar Lilienfeld filed a patent for a field-effect transistor (FET) in Canada in 1925, which was intended to be a solid-state replacement for the triode.[1][2] Lilienfeld also filed identical patents in the United States in 1926[3] and 1928.[4][5] However, Lilienfeld did not publish any research articles about his devices nor did his patents cite any specific examples of a working prototype. Because the production of high-quality semiconductor materials was still decades away, Lilienfeld's solid-state amplifier ideas would not have found practical use in the 1920s and 1930s, even if such a device had been built.[6] In 1934, German inventor Oskar Heil patented a similar device.[7] - The transistor was REINVENTED in 1947!!! - Following its development in 1947 by John Bardeen, Walter Brattain, and William Shockley, the transistor revolutionized the field of electronics

  63. The transistor was not inveted in 1947 by epwpixieqneg1 · · Score: 1

    Actually it was invented about 20 years before that, by a little known inventor with the name of Thomas Henry Morey. The solid state valve (build with Germanium), as it was known, and patented by the way, was invented connection with Dr. Morey's energy device that was pulling power from the charged dielectric around us ( a fancy name for the air close to the earth surface ).

  64. Re:More expensive for whom? by radarskiy · · Score: 1

    It is possible for gross margin to be positive but net margin to be negative. In this scenario you are losing money on every unit you sell but you can make it up in volume.

  65. Re:Why is helium the new answer? by ShanghaiBill · · Score: 1

    The helium mafia is eager to sell.

    The amount of helium likely to be used in these new semiconductors is infinitesimal compared to the amount used in airships, or even party balloons.

  66. Re:Why is helium the new answer? by ShanghaiBill · · Score: 1

    didn't we reach peak helium some time ago?

    Yes and no. Helium production is way down. Reason: shale gas. Helium is a by-product of natural gas production. "Tight" gas in shale formations, released by hydraulic fracturing, contains very little helium. But shale gas has driven the price of natural gas so low, that many of the conventional wells in Texas that contain significant quantities of helium have been capped off and idled.

    So helium production is way down. But there is still plenty of helium in the ground, and it is available if/when the price recovers.

  67. Re:Planck trumps Moore by Goaway · · Score: 1

    They are actual physical concepts, unlike fractals which are mathematical?

  68. Re:More expensive for whom? by TheBilgeRat · · Score: 1
    Or...they just build ARM chips in order to keep their massive foundries running 24/7.

    That's the benefit to owning the means of production and not giving a shit about what design they're churning out. Intel would like to beat them with Atom, but they don't have to.

  69. Re:Why is helium the new answer? by Immerman · · Score: 1

    What? Hydrogen? Jupiter is a *way* more convenient source for that. Both easier to harvest and far closer in terms of orbital energy.

    --
    --- Most topics have many sides worth arguing, allow me to take one opposite you.
  70. Re:Planck trumps Moore by darthgnu · · Score: 1

    Donald Trumps Fractal universe.

    --
    Freedom is strength, Ignorance is peace, War is slavery.
  71. Re:Why is helium the new answer? by Opportunist · · Score: 1

    How about power? If you can tap the sun, the first and foremost thing you'd go for is finding a way to siphon that insane amount of fusion power that gasball produces.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  72. Re:Why is helium the new answer? by Immerman · · Score: 1

    Well sure, and we're already doing so on a small scale - through solar, obviously, but also through almost every other energy source on the planet - solar energy being the ultimate source of most stabilized energy sources on the planet, depending on your reference timescale (biofuels, fossil fuels, even fissionables - though I suppose those are a product previous suns rather than our own)

    But the *power* has no waste products - it's the *reaction* that has the waste products. Unless you're harvesting hydrogen you will get no waste

    Or so sayeth my long-day pedantry.

    Also, I rather have a problem with helium being called waste. Admittedly it will eventually build up to sufficient levels to begin the destruction of our star, but in the meantime (and for a *long* time thereafter) it's a viable fusion fuel in it's own right, and a necessary precursor to such delightful elements as carbon and oxygen, to which I feel a special bond. (covalent, if you must know)

    --
    --- Most topics have many sides worth arguing, allow me to take one opposite you.
  73. Re: Planck trumps Moore by Tablizer · · Score: 1

    Now we have cat whisker problems instead of tin whiskers.

  74. Re:Why is helium the new answer? by Opportunist · · Score: 1

    OK, Sheldon. I'm sorry for asking. :)

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  75. Re:Whitney Houston's crack by painandgreed · · Score: 1

    Yep - Mariah Carey hits the highest notes: http://www.concerthotels.com/w...

    Whitney Houston is WAY down the list at #23, below even Elton John and Miley Cyrus.

    Pretty sure Diamonda Galas beats that.

  76. Re:Whitney Houston's crack by DeVilla · · Score: 1

    That list is a bit small. It leaves off Ray Orbison and Tennessee Williams. I'm guessing they've left off other notables.

  77. Re:Planck trumps Moore by flargleblarg · · Score: 1

    What is this, Rock Paper Scissors Lizard Spock Plank Fractal-Universe Heisenberg?