think about it. auto drawing, hell, auto writing since it includes pictures of books.

monkeys and typewriters but there's a script to teach the monkeys how to interact with the typewriter

    • crime [she/her, any]
      ·
      3 years ago

      A canvas with 9 squares is 2^9, or 512 possibilities.

      For the sake of simplicity, say a 10x10 canvas with 2 different colour possibilities.

      That's 2^100 which is pretty large (a 31-digit number)

        • crime [she/her, any]
          ·
          3 years ago

          Yep, for a proof try playing around with small numbers of each (1 square 3 colors == 3^1, n squares 1 color == 1^n, 2 squares 3 colors is 3^2) — it clicked for me when I started thinking of them as binary numbers where each square is a digit

    • ToastGhost [he/him]
      ·
      edit-2
      3 years ago

      1x1 is 2^1, which is just 2 (2 possible colors, one square)

      2x2 is 2^4, which is 16 (still 2 colors, 4 squares now)

      3x3 is 2^9, so its getting big fast at 512 combinations

      so 10x10 is 2^100, is 1.2 nonillion (1,267,650,600,228,229,401,496,703,205 ,376)