top | item 47026237

(no title)

jhbadger | 14 days ago

As someone has brought up, Transputers (an early parallel architecture) was a thing in the 1980s because people thought CPU speed was reaching a plateau. They were kind of right (which is why modern CPUs are multicore) but were a decade or so too early so transputers failed in the market.

discuss

order

rbanffy|14 days ago

CPU cores are still getting faster, but not at the 1980/90s cadence. We get away with that because the cores have been good enough for a decade - unless you are doing heavy data crunching, the cores will spend most of the time waiting for you to do something. I sometimes produce video and the only times I hear the fans turning on is when I am encoding content. And even then, as long as ffmpeg runs with `nice -n 19`, I continue working normally as if I had the computer all to myself.

bilegeek|14 days ago

If you're on Linux, I'd highly recommend trying `chrt -i 0`. Not quite night-and-day compared to nice 19, but anecdotally it is noticeable, especially if you game.