• @[email protected]OP
    link
    fedilink
    37
    edit-2
    9 months ago

    I’d say roughly 1,000 to 100,000, depending on format.

    Edit: Raw ASCII (7-bit) could give you up to ~half a million.

    Edit 2: According to Randall Munroe (to lazy to find the source), you could theoretically store one word letter per bit. That would give us up to ten two million books.

    • @[email protected]
      link
      fedilink
      229 months ago

      Edit 2: According to Randall Munroe (to lazy to find the source), you could theoretically store one word letter per bit. That would give us up to ten two million books.

      I don’t see how that is possible, I think it is be one letter per byte.

      Bit only represents one state 1 or 0, or true or false. It is too little information to store a letter.

        • @[email protected]
          link
          fedilink
          89 months ago

          That’s based on common entropy limits of written information. It’s also why I always Bachelor domestic extended doubtful as concerns at. Morning prudent removal an letters by. On could my in order never it. Or excited certain sixteen it to parties colonel. Depending conveying direction has led immediate. Law gate her well bed life feet seen rent. On nature or no except it sussex.

          Of on affixed civilly moments promise explain fertile in. Assurance advantage belonging happiness departure so of. Now improving and one sincerity intention allowance commanded not. Oh an am frankness be necessary earnestly advantage estimable extensive. Five he wife gone ye. Mrs suffering sportsmen earnestly any. In am do giving to afford parish settle easily garret.

      • Doctor xNo
        link
        fedilink
        English
        39 months ago

        That’s bit, a letter or character is a byte (8 bits), this is about right for pure text files that have no overhead, any extra info (like font, size, type, anything except which chatacter…) Is extra bytes, of course.

        • @[email protected]
          link
          fedilink
          49 months ago

          If we’re only talking 26 letters no caps, we can cut that down to 5 bits. Then use a decent compression algorithm. Someone more bored than I am can do the math.

          • @[email protected]OP
            link
            fedilink
            1
            edit-2
            9 months ago

            five bits would only leaves us with six punctuation marks (including spaces, and we don’t get any numerals either) though, do you think that’s enough? i certainly don’t; i have not even used a full stop and I have already exceeded it!

    • @[email protected]
      link
      fedilink
      English
      169 months ago

      One letter per bit? You’d need some crazy effective compression algorithm for that, because a bit is 1 or 0. Did you mean byte?

      • @[email protected]
        link
        fedilink
        English
        15
        edit-2
        9 months ago

        UTF-8 and ASCII are normally already 1 character per byte. With great file compression, you could probably reach 2 characters per byte, or one every 4 bits. One character every bit is probably impossible. Maybe with some sort of AI file compression, using an AI’s knowledge of the English language to predict the message.

        Edit: Wow, apparently that already exists, and it can achieve even higher of a compression ratio, almost 10:1! (with 1gb of UTF-8 (8 bit) text from Wikipedia) bellard.org/nncp/

        If an average book has 70k 5 character words, this could compress it to around 303 kb, meaning you could fit 1.6 million books in 64 gb.

        You can get a 2tb ssd for around $70. With this compression scheme you could fit 52 million books on it.

        I’m not sure if I’ve interpreted the speed data right, but It looks like it would take around a minute to decode each book on a 3090. It would take about a year to encode all of the books on the 2tb ssd if you used 50 a100s (~$9000 each). You could also use 100 3090s to achieve around the same speed (~$1000 each)

        52 million books is around the number of books written in the past 20 years, worldwide. All stored for $70 (+$100k of graphics cards)

        • @[email protected]
          link
          fedilink
          English
          119 months ago

          There’s something comical about the low low price of $70 (+$100k of graphics cards) still leaving out the year of time it will take.

          • Cicraft
            link
            fedilink
            18 months ago

            Well I guess you could sacrifice a portion for an index system and just decode the one you’re trying to read