Infinite arbitrary precision real time Mandelbrot zoom generation :-)
Can't you already do this with a good shader program? Well, Google search finds one that claims 'almost infinite'.
Ask HN: What'd be possible with 1000x faster CPUs?
41–50 of 97 posts
Re: Ask HN: What'd be possible with 1000x faster CPUs?
#42Real-time ray tracing was the goal in the old days. Are we there yet at adequate quality?
Minecraft RTX does suffer really badly with ghosting when you destroy a light source, but my intuition says that A-SVGF would fix that entirely.
That being said, some of the newest techniques, like ReSTIR PT (a generalized form) have only been published for a couple of months, so current games don't have that yet. But in 3-6 months I would start to expect some games go with a 100% RT approach.
Re: Ask HN: What'd be possible with 1000x faster CPUs?
#43Realistically, 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…
Re: Ask HN: What'd be possible with 1000x faster CPUs?
#44First thing that comes to mind is using your mobile device as your main workstation would become a lot more realistic.
Re: Ask HN: What'd be possible with 1000x faster CPUs?
#45Realistically, 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…
I think when that hardware is attainable and the tech democratized things are going to get very bizarre very quickly. I'm hitting a wall in my imagination of what a society where this is common even looks like and it scares me.
Re: Ask HN: What'd be possible with 1000x faster CPUs?
#46Re: Ask HN: What'd be possible with 1000x faster CPUs?
#47Instead of electron we'd be bundling an entire OS with our chat apps.
Re: Ask HN: What'd be possible with 1000x faster CPUs?
#481. Video Calls
In video calls, encoding and decoding is actually a significant cost of video calls, not just networking. Right now the peak is Zoom's 30 video streams onscreen, but with 1000x CPUS you can have 100s of high quality streams with advanced face detection and superscaling[1]. Advanced computer vision models could analyze each face creating a face mesh of vectors, then send those vector changes across the wire instead of a video frame. The receiving computers could then reconstruct the face for each frame. This could completely turn video calling into a CPU restricted task.
2. Incredible Realistic and Vast Virtual Worlds
Imagine the most advanced movie realistic CGI being generated for each frame. Something like the new Lion King or Avatar like worlds being created before you through your VR headset. With extremely advanced eye tracking and graphics, VR would hit that next level of realism. AR and VR use cases could explode with incredibly light headsets.
To be imaginative, you could have everything from huge concerts to regular meetings take play in the real world, but be scanned and sent to VR participants in real time. The entire space including the room and whiteboard or live audience could be rendered in realtime for all VR participants.
Re: Ask HN: What'd be possible with 1000x faster CPUs?
#49Windows 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…
And MacOS updates will still find a way to take your machine offline for an hour
Re: Ask HN: What'd be possible with 1000x faster CPUs?
#50Real-time ray tracing was the goal in the old days. Are we there yet at adequate quality?
Actually, there always was a lingering suspicion that brute force simulation might get sidestepped by some another clever technique long before it's achieved, to get both photorealism and ease of creation. ML style transfer could potentially become such a technique (or not).