I had this theory a few years ago, and posted it on Apolyton, but no one really cared. Anyway, times have changed and time to post it again.
The theory goes, if you have a computer that automatically generates random coloured pixels (including black, white and shades of grey) in a given size box and never repeat the same image produced, you will eventually get an image of everyone who ever lived and has yet to live, of every animal, every rock, every grain of sand - all at every possible angle and every possible lighting difference - and of course a LOT of images of just rubbishy noise patterns. (A nightmare if someone had to sort it all out, but I guess a computer could do the sorting out quite easily if it were to be programmed right).
So here's the math, someone do the workings for me, coz I suck at math, I am only good at coming up with ****.
100x100 square (10,000 pixels)
256 colours (don't really need 16bit colour to identify an image)
10,000^256 right? I think it's = 1024 + how many 0's?
Question, how many images would be produced, if each one were to be saved to disk?
Advanced questions:
How long would it take a supercomputer to accomplish?
How much disk space would be required?
Would it be hard to programme something like this, and would any of you be able to do it?
The theory goes, if you have a computer that automatically generates random coloured pixels (including black, white and shades of grey) in a given size box and never repeat the same image produced, you will eventually get an image of everyone who ever lived and has yet to live, of every animal, every rock, every grain of sand - all at every possible angle and every possible lighting difference - and of course a LOT of images of just rubbishy noise patterns. (A nightmare if someone had to sort it all out, but I guess a computer could do the sorting out quite easily if it were to be programmed right).
So here's the math, someone do the workings for me, coz I suck at math, I am only good at coming up with ****.
100x100 square (10,000 pixels)
256 colours (don't really need 16bit colour to identify an image)
10,000^256 right? I think it's = 1024 + how many 0's?
Question, how many images would be produced, if each one were to be saved to disk?
Advanced questions:
How long would it take a supercomputer to accomplish?
How much disk space would be required?
Would it be hard to programme something like this, and would any of you be able to do it?
Comment