I like how Ken Jennings dealt with the 'Go complexity' analogy: "Go is famously a more complex game than chess, with its larger board, longer games, and many more pieces. Google’s DeepMind artificial intelligence team likes to say that there are more possible Go boards than atoms in the known universe, but that vastly understates the computational problem. There are about 10^170 board positions in Go, and only 10^80…
Comparing combinations with numbers of items is unfair. In Go, the number of items is the number of pieces, and it's very small. In the universe, the number of combinations of positions of all the atoms is, well, wonderful.
On the (Small) Number of Atoms in the Universe
51–60 of 171 posts
Re: On the (Small) Number of Atoms in the Universe
#52This is a fun, thought-provoking story about a large combination of things.
Re: On the (Small) Number of Atoms in the Universe
#53I like how Ken Jennings dealt with the 'Go complexity' analogy: "Go is famously a more complex game than chess, with its larger board, longer games, and many more pieces. Google’s DeepMind artificial intelligence team likes to say that there are more possible Go boards than atoms in the known universe, but that vastly understates the computational problem. There are about 10^170 board positions in Go, and only 10^80…
The real comparison would be the number of pieces on a Go board (19x19 = 361) compared to the number of atoms in the universe. And then to compare the number of possible board positions in Go, with the number of possible atom positions in the universe, and in this case I think the universe wins.....
Re: On the (Small) Number of Atoms in the Universe
#54Re: On the (Small) Number of Atoms in the Universe
#55Earlier quoted context omitted.
The earth is small. If you build a scale model of the solar system the size of a football field, with the sun and one end and Neptune at the other (Pluto has been laid off as a planet) then the sun will be about the size of a ping pong ball and the earth will be the size of a poppy seed (and it will be about ten feet from the sun). Jupiter is about the size of a pea at this scale. Alpha Centauri is about four miles a…
Planets seem like a really big waste of mass in that sense. Computational dust in a cloud around a sun would be a more efficient allocation.
Re: On the (Small) Number of Atoms in the Universe
#56Earlier quoted context omitted.
The earth is small. If you build a scale model of the solar system the size of a football field, with the sun and one end and Neptune at the other (Pluto has been laid off as a planet) then the sun will be about the size of a ping pong ball and the earth will be the size of a poppy seed (and it will be about ten feet from the sun). Jupiter is about the size of a pea at this scale. Alpha Centauri is about four miles a…
Planets seem like a really big waste of mass in that sense. Computational dust in a cloud around a sun would be a more efficient allocation.
Re: On the (Small) Number of Atoms in the Universe
#57Earlier quoted context omitted.
The earth is small. If you build a scale model of the solar system the size of a football field, with the sun and one end and Neptune at the other (Pluto has been laid off as a planet) then the sun will be about the size of a ping pong ball and the earth will be the size of a poppy seed (and it will be about ten feet from the sun). Jupiter is about the size of a pea at this scale. Alpha Centauri is about four miles a…
Planets seem like a really big waste of mass in that sense. Computational dust in a cloud around a sun would be a more efficient allocation.
Re: On the (Small) Number of Atoms in the Universe
#58Scott Aaronson's blog post on large numbers is also a very interesting read: http://www.scottaaronson.com/writings/bignumbers.html
> And in Go even an amateur human can still rout the world’s top-ranked computer programs
Re: On the (Small) Number of Atoms in the Universe
#59I like how Ken Jennings dealt with the 'Go complexity' analogy: "Go is famously a more complex game than chess, with its larger board, longer games, and many more pieces. Google’s DeepMind artificial intelligence team likes to say that there are more possible Go boards than atoms in the known universe, but that vastly understates the computational problem. There are about 10^170 board positions in Go, and only 10^80…
While this comparison highlights that yes, there are very many possible Go games, it's really apples to oranges. The real comparison would be the number of pieces on a Go board (19x19 = 361) compared to the number of atoms in the universe. And then to compare the number of possible board positions in Go, with the number of possible atom positions in the universe, and in this case I think the universe wins.....
Re: On the (Small) Number of Atoms in the Universe
#60Scott Aaronson's blog post on large numbers is also a very interesting read: http://www.scottaaronson.com/writings/bignumbers.html
Very enjoyable. However, I think I found a mistake: "For example, ‘5 tetrated to the 3’ means 5 raised to its own power 3 times, or 5^5^5" (I am paraphrasing slightly here because the essay uses an image to show 5^5^5 in normal notation ( http://www.scottaaronson.com/cgi-bin/mimetex.cgi?5^{5^5}) ) However, shouldn't this be 5^5^5^5, if we're raising 5 to its own power three times?
5 x 3 = 5 + 5 + 5
5 ^ 3 = 5 x 5 x 5
5 t 3 = 5 ^ 5 ^ 5
Where t is tetration. Each one counts 3 fives.