this post was submitted on 13 Jul 2023
11 points (92.3% liked)
Technology
3 readers
10 users here now
Talk about anything tech related!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The short answer is: you don't, sorry
The slightly less short answer is: when people are working on huge problems, they'll come up with ways to split that problem into smaller chunks that can be solved individually, and then you could use parallel computing to solve all those little chunks at the same time across many different computers. It's NOT something you can just do with any program you want, like a video game.
Alright, thanks for your answer.