Think comments were enabled on a newer version of the site than these comics were uploaded to. As you get to newer comics you’ll start to see comments.
>>> asciitext = ‘0110011101100101011101000010000001101100011011110111001101110100001000000110011001110101011000110110101
101110100011000010111001001100100’
>>> print(”.join([chr(int(text2[i*8:i*8+8], 2)) for i in range(len(text2)/8)]))
get lost fucktard
Fun fact: Originally, it was gibberish. Someone had brought up that it meant nothing, so Tim changed it. The original was the first comic that I had seen. It was posted on a cubical when I was working at Dell.
Reso
2 years ago
damnit, I typed all the binary and dumped it into a binary to text converter, then thought “I should put the output in the comments for the next guy.”
How is there no comments?
Think comments were enabled on a newer version of the site than these comics were uploaded to. As you get to newer comics you’ll start to see comments.
binary translation: “get lost fucktard”
Wait really?
Yes really
01010010 01100101 01100001 01101100 01101100 01111001 00111111
>>> asciitext = ‘0110011101100101011101000010000001101100011011110111001101110100001000000110011001110101011000110110101
101110100011000010111001001100100’
>>> print(”.join([chr(int(text2[i*8:i*8+8], 2)) for i in range(len(text2)/8)]))
get lost fucktard
01011001 01100101 01110011 00101100 00100000 01110010 01100101 01100001 01101100 01101100 01111001 00101110
Fun fact: Originally, it was gibberish. Someone had brought up that it meant nothing, so Tim changed it. The original was the first comic that I had seen. It was posted on a cubical when I was working at Dell.
damnit, I typed all the binary and dumped it into a binary to text converter, then thought “I should put the output in the comments for the next guy.”
I should have read the comments first.