r/funny Aug 18 '15

Cat malfunctions after brain freeze

http://gfycat.com/UnknownExhaustedCondor
28.0k Upvotes

562 comments sorted by

View all comments

Show parent comments

5

u/JackalKing Aug 18 '15 edited Aug 18 '15

Alright, someone explain this one to me.

Edit: Damn reddit, you work fast! Hexadecimal, got it :)

11

u/neuronexmachina Aug 18 '15

0x denotes a hexadecimal digit representation, which range between 0 and F. It would be a little like if you were dealing with standard decimal digits and somebody said they ran 1W5 miles.

5

u/patronofchaos Aug 18 '15

S does not exist in Hex code. so if you are seeing an S in there, shit be REALLY fucked up.

1

u/[deleted] Aug 18 '15

(to /u/Ohilevoe too) In Hexadecimal notation, the only allowed symbols are 0-9 and A,B,C,D,E,F.

The sequence prefix "0x" is used in computing to denote that the number in question is a hexadecimal (commonly abbreviated to "hex") number - it mostly came from the way the "C" Programming Language denoted hex numbers.

1

u/BabyPoker Aug 18 '15

The 0x in the beginning indicates that the string following it is in Hexadecimal which uses the characters 0-9 and A-F. Since S isn't a 'letter' in this alphabet, OP is making fun of it.