Comment on I became the world's most prolific DJ, using codeparentComments−throwaway6753094yDoes the same apply to other mediums? What if I generate all possible 64x64 images? (Extend that to every resolution in theory)−logicchop4yOne row of that, two colors, has 18,446,744,073,709,551,616 permutations. Now do it for 63 more rows. Now write that to disk.−alar444yYou can't. Even the total number of chess positions can't be stored on disk, and that's only 8x8x32.−ahaferburg4y8x8x32=2048. Maybe you're talking about something else?−Kye4yProbably a misunderstanding of the word position in this context.https://en.wikipedia.org/wiki/Shannon_number−alar444yI mean dimensionally. 8x8 board with 32 pieces. So 8x8^32 or something like that.
Comments
Does the same apply to other mediums? What if I generate all possible 64x64 images? (Extend that to every resolution in theory)
One row of that, two colors, has 18,446,744,073,709,551,616 permutations. Now do it for 63 more rows. Now write that to disk.
You can't. Even the total number of chess positions can't be stored on disk, and that's only 8x8x32.
8x8x32=2048. Maybe you're talking about something else?
Probably a misunderstanding of the word position in this context.
https://en.wikipedia.org/wiki/Shannon_number
I mean dimensionally. 8x8 board with 32 pieces. So 8x8^32 or something like that.