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

  • Praxisinic [none/use name]
    ·
    edit-2
    3 years ago

    You may've heard of the https://libraryofbabel.info/ which uses the same concept to hold every book that ever has been or ever will be written

    Edit: library of babel has made the exact image generator you're talking about! https://babelia.libraryofbabel.info/

    • axont [she/her, comrade/them]
      ·
      3 years ago

      I sincerely hate these, not because they're doing anything wrong, but because they always have the exact thing I put in. So somewhere in the library is a complete description of exactly how I die and when it happens. I didn't know there was an image generator too, so now they have a picture of me dying as well.

    • Quimby [any, any]M
      ·
      3 years ago

      I think library of babel is kinda bs though. It's not actually what it's supposed to be.

  • ElGosso [he/him]
    ·
    3 years ago

    Not necessarily - random doesn't mean every result, it means it could be every result. It could just alternate white and black pixels in a line forever and that would still be within the bounds of randomness.

    • nightcrawler995 [he/him,any]
      ·
      3 years ago

      nah, random exp. = equal probability of all outcomes. any non-zero probability implies some appearance of the outcome in the series of infinite repeats of the experiment. however, if you're only running the experiment a few times, there's no way to really say what you'll get.

      • ElGosso [he/him]
        ·
        3 years ago

        That's the thing, if there's an equal probability of all outcomes, then an outcome that doesn't appear random is as likely to occur as any other.

  • volcel_olive_oil [he/him]
    ·
    3 years ago

    easier to handle the whole image as one large binary number and just start counting up

    randomized algorithms would take longer to hit every value

    unless you want to use it for divination 🔮

    • axont [she/her, comrade/them]
      ·
      3 years ago

      It makes me uneasy to think we can generate all information that could possibly exist and yet it's more efficient to create and discover things ourselves rather than search through the pile of everything.

    • 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)

  • Alex_Jones [he/him]
    ·
    3 years ago

    I thought you were going to make a connection to NFTs, and I saw a setup to a joke about those hideous apes. Thank you for being better than my blockchain-poisoned brain.