Ask HN: What'd be possible with 1000x faster CPUs?
31–40 of 97 posts
Re: Ask HN: What'd be possible with 1000x faster CPUs?
#32The thing is, computing has been getting steadily faster, just not at quite the pace it was before and in a different way. With GPUs we have proven that parallelism can be just as good or even better than speed increases in enhancing computation. And there again have been speed increases trickling in. I don't think it's realistic to say that more speed advances are unlikely. We have already been through many differen…
Not really, no. It's just that certain classes of problems can be very readily parallelized and it's relatively easy to figure out how to do something 1000x in parallel compared to figuring out how to achieve a 1000x single thread speedup.
>Much more realistic virtual reality. For example, imagine a realistic forest stream that your avatar is wading through, with realtime accurate simulation of the water, and complex models for animal cognition of the birds and squirrels around you.
I'm not sure 1000x would do much more than scratch the surface of that, especially if you're already tying a lot of it up with higher fidelity rendering.
Re: Ask HN: What'd be possible with 1000x faster CPUs?
#33Re: Ask HN: What'd be possible with 1000x faster CPUs?
#34Re: Ask HN: What'd be possible with 1000x faster CPUs?
#35Also, 1000x parallelism or 1000x single core?
Re: Ask HN: What'd be possible with 1000x faster CPUs?
#36Re: Ask HN: What'd be possible with 1000x faster CPUs?
#37Non smooth and badly conditioned optimization problems scale much better with size, but getting high precision solutions is hard. These are important for simulations mentioned elsewhere, but not just for architecture and games, also for automating design, inspections etc [2].
Re: Ask HN: What'd be possible with 1000x faster CPUs?
#38Windows update in the background would take 3 hours invested of 4. Average nodejs manifest file would contain x12000 more dependencies. Also, we would see a ton more AI being done on the local CPU. Anything from genuine OS improvements to super realistic cat filters on teams/zoom. And finally, I think people would need to figure out storage and network bottlenecks because there is only so much you can do with compute…
This is absolutely true
Re: Ask HN: What'd be possible with 1000x faster CPUs?
#39Re: Ask HN: What'd be possible with 1000x faster CPUs?
#40Realistically, AI network training at the level being done by corporations with big server farms, becomes accessible to solo devs and hobbyists (let's count GPU's as general purpose). So if you want your own network for Stable Diffusion or Leela Chess, you can do on your own PC. I think that is the most interesting obvious consequence. Also, large scale data hoarding becomes far more affordable (I assume the petabyte…