• 0 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: June 2nd, 2023

help-circle

  • Yeah, same here. My 1080ti still performs more than adequately enough.

    That’s also a thing about all this gpu pricing - things are starting just to become ‘enough’, without the need to upgrade like you did before.

    Same thing happened to phones, and then high end phones got expensive as fuck. I mean I had a Galaxy note 2 I bought for 400 bucks back in the day and that was already expensive.


  • You can’t really compare an 8800gt to a 1070 to a 4080.

    8800gt was just another era, the 1070 is the 70 series from a time where they had the ti and the titan, and the 4080 is the top gpu other than the 4090.

    If you wanted to compare to the 10 series, a better match for the 4080 would be the 1080ti, which I own, and paid like 750 for back in 2017.

    Sure, they’re on the money grabbing train now, and the 4080 should realistically be around 20% cheaper - around 800 bucks, to be fair.

    Thing is though, if you just want gaming, a 4070 or 4060 is enough. They did gimp the VRAM though, which is not too great. If those cards came standard with 16gb of VRAM, they’d be all good.



  • No, computing (as in general computing) will barely be affected. Computing uses semiconductors, which this (AFAIK) isn’t. Switching losses always occur unless you switch instantly, which is impossible. Most of the heat of cpus comes from there.

    Specialized things like quantum computing are a different story.

    What this superconductor could mean though: you could have a relatively thin cable from say, the Sahara to Europe, that can losslessly transfer energy. No losses whatsoever. So you can produce energy wherever energy is present, and use it where energy is required!



  • Meh, the best programmers are probably somewhere in the middle.

    This also depends on what kind of work you’re doing.

    Writing some frontend with lots of Boilerplate? That’s lots of lines.

    Writing efficient code that for example runs on embedded systems? That’s different. My entire master’s thesis code project on an embedded system consisted of around 600 lines of C code, and it did exactly what it should, efficiently.

    A better metric to that effect would be the git activity graph. People that do important changes don’t commit 20 times a day - they push a commit usually once a day tops to once every 2 weeks