ra’s avatarra’s Twitter Archive—№ 26,899

      1. 1 byte = 1 character is tempting because its so simple, i get it, but its also wrong when youre dealing with text meant to be read by humans
    1. …in reply to @ra
      not wrong as in “it would be nice if you didn’t do that”, but Wrong as in Formally Incorrect
  1. …in reply to @ra
    8 bits is not enough to encode all characters of Text, that’s just a true fact.
    1. …in reply to @ra
      restricting the color depth of computers to 1 bit would make things a lot simpler! it would also be insufficient to represent Color Images
      1. …in reply to @ra
        if youre making monochrome images, call them that, and if youre making color images, you have to do the work to make them happen.
        1. …in reply to @ra
          similarly, if youre writing something for a particular group of people fluent in one language, do that
          1. …in reply to @ra
            but if your goal is to write systems for Humans that can manipulate Human Text, you have to do the work to make that actually happen