Lines2

4 responses to “Lines2”

  1.  Avatar
    Anonymous

    A visual representation of binary?

  2.  Avatar
    Anonymous

    This is a square-wave pattern, which represents a binary transmission (such as the voltage in a network cable, where the top line might be 2.5 volts and the bottom line 0 volts, and the x-axis represents time). What it actually *means* is not apparent to me. The top line, for reference, is: 00010110110101111110110100111101010111100101010010010000 Some background: It's possible that you're just supposed to read it straight across left to right, but it's also possible that (as in real life) there's some kind of frame around it. The fact that all the lines begin and end with a sequence of 0s makes me think frames are involved. It's worth noting explicitly that this *isn't* Ethernet framing as used on networks. In any case, the letters are going to have to be encoded somehow. The most likely encoding is ASCII, but I've decoded the top line in several ways and none of them produce readable text: 8-bit, 7-bit, 7-bit with parity before or after, and all of these with different starting points among the first seven bits, to work around framing. It's faintly possible that this is the antiquated EBCDIC encoding, and I haven't checked, but I'd be very surprised if anyone's using that for anything new these days.

    1.  Avatar
      Anonymous

      I love how you have worked through these options!

  3.  Avatar
    Anonymous

    There's another similar secret posted in this gallery where the binary translates easily. Figured this was the same. And seeing that this broke down into 8 character segments with nothing left over, I thought that would be give an translation. Alas, 00010110 11010111 11101101 00111101 01011110 01010100 10010000 seems to translate to ×í=^T which doesn't seem to be anything.

Leave a Reply

Your email address will not be published. Required fields are marked *

Loading...