Live data from Hacker News

New superconductor microprocessor yields a substantial boost in efficiency

spectrum.ieee.org

191–200 of 233 posts

Re: New superconductor microprocessor yields a substantial boost in efficiency

#191
post #105

Earlier quoted context omitted.

> IMO, The fact that it's only 38x the minimum is MIND BLOWING. It's like if someone made a car that drives at 1/38th the light speed.

For anyone too lazy to math, its a car that can go: 28.4 million km per hour (i.e. 17.6 million miles per hour) I wonder how much that speeding ticket would cost. Disclaimer: Assuming the one-way speed of light is 300k km/s

The sonic boom would destroy anything in a few mile radius

Re: New superconductor microprocessor yields a substantial boost in efficiency

#193

Earlier quoted context omitted.

That price is more than a decade out of date. Helium has been about 10x that the past half decade. I used to pay about $3,000 per 100L dewar a few years ago. Sounds like that price was still common in 2020: https://physicstoday.scitation.org/do/10.1063/PT.6.2.2020060... Plus, liquid helium is produced as a byproduct of some natural gas extraction. If you needed volumes beyond that production, which seems likely if yo…

That's the cost for one-time use of the helium. If you're running a liquefier the cost is much lower, since you're recycling the helium, but it still "costs" ~400W to cool 1W at 4K.

In other words, the helium is used to move heat around, and isn’t lost. It’s like the refrigerant in your air conditioner, except that it needs several stages of pre-cooling.

Initial cost is high but running it should mostly just incur energy costs if it’s well designed.

Re: New superconductor microprocessor yields a substantial boost in efficiency

#194
post #18

> We use a logic primitive called the adiabatic quantum-flux-parametron (AQFP), which has a switching energy of 1.4 zJ per JJ when driven by a four-phase 5-GHz sinusoidal ac-clockat 4.2 K. The landauer limit at 4.2K is 4.019×10^-23 J (joules). So this is only a factor of 38x away from the landauer limit.

> The landauer limit at 4.2K is 4.019×10^-23 J (joules). At room temperature.

Not sure what you're trying to say. Room temperature is 293K, and at temperature the Laundauer limit is 2.8E-21 J. The chips in the article were cooled to 4.2 K, and at that temperature the Laundauer limit is 4.0E-23 J.

Re: New superconductor microprocessor yields a substantial boost in efficiency

#195
post #171

Earlier quoted context omitted.

Considering that many modern interfaces are somehow less responsive than ones written over 20 years ago even when running those programs on period hardware , I feel certain that you are right.

This is a very complex topic and there's a bunch of reasons for that. And no, software efficiency isn't even the main factor. Not even close. Just a few pointers: polling on peripherals instead of interrupts (i.e. USB vs. PS/2 and DIN) introducing input lag, software no longer running in ring-0 while being the sole process that owns all the hardware, concurrent processes and context switches, portability (and the req…

Apple II? I'm talking about things like VS6 vs modern VS. Even when performing the same tasks, which means modern VS has no reason to be doing more work than VS6, the modern one is less responsive. There are several videos on youtube demonstrating the dramatic difference.

Re: New superconductor microprocessor yields a substantial boost in efficiency

#196
post #56

Earlier quoted context omitted.

>Not that that's necessarily a bad thing, if we're getting more than proportionally more utility out of the processors The trend seems to be that we get only a little bit of extra utility out of a lot of extra hardware performance. When the developer upgrades their PC it's easier for them to not notice performance issues. This creates the situation where every few years you need to buy a new PC to do the things you a…

> The trend seems to be that we get only a little bit of extra utility out of a lot of extra hardware performance. "hardware giveth, and software taketh away"

Andy Giveth, Bill Taketh

Andy Grove and Bill gates

Re: New superconductor microprocessor yields a substantial boost in efficiency

#198

Earlier quoted context omitted.

There is a Veritasium video really fun to watch which exmplains with examples why you cannot measure one way speed of light: https://www.youtube.com/watch?v=pTn6Ewhb27k

Yes! In uni I had this idea for a program that would triangulate where lightning struck by having multiple computers across campus listening for thunder, then measuring the difference in arrival times of the thunder. Like GPS in reverse. Soon I realized I’d need the computers’ clocks to be as in-sync as possible, which in turn requires one-way latency calculations. I spent an hour diagramming with pencil and paper un…

Wired latencies are more limiting than you would expect! Light in glass in 2/3rds of that in a vacuum. At 2*10^8 the longest straight arc on earth would take 100ms to traverse in fibre optic cable.

Latency caused by the speed of light is a tangible and impactful factor in our lives!

It's amazing that something so incomprehensible (3x10^8 m/s) can actually be experienced.

Re: New superconductor microprocessor yields a substantial boost in efficiency

#199

Earlier quoted context omitted.

It seems likely that the more efficient our processors become, the larger share of the world's energy we'll devote to them [0]. Not that that's necessarily a bad thing, if we're getting more than proportionally more utility out of the processors, but I worry about that too [1]. [0] https://en.wikipedia.org/wiki/Jevons_paradox [1] https://en.wikipedia.org/wiki/Wirth%27s_law

> Not that that's necessarily a bad thing, if we're getting more than proportionally more utility out of the processors, but I worry about that too I have two points to comment on this matter. Point 1: The only reason I would worry or be concerned about it is if we are using terribly-inefficient programming languages. There are languages (that need not be named) which are either 3x, 4x, 5x, 10x, or even 40x more inef…

Both are important and 1 can be even more useful. Use 1 to easier build very complex systems. Once they are working and you are selling them - optimize. Without#1 you can't get #2

Re: New superconductor microprocessor yields a substantial boost in efficiency

#200

Earlier quoted context omitted.

>Imagine how programming and operating systems might look in a world where processing power is 80x cheaper. So like 2009 compared to 2021? Based on that, I'd say even more inefficient webshit.

Considering that many modern interfaces are somehow less responsive than ones written over 20 years ago even when running those programs on period hardware , I feel certain that you are right.

20 years ago, Windows 98 dominated. That was already well into the slow, time sliced, modern era.
Post reply on HN