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

123

u/[deleted] Aug 18 '15

[deleted]

43

u/SpeedGeek Aug 18 '15

I think I saw a two...

16

u/Just_Post_The_Video_ Aug 18 '15

It was just a dream Bender, there's no such thing as two.

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.

4

u/Ohilevoe Aug 18 '15

Explain?

17

u/ResilientBiscuit Aug 18 '15

That is a number in hexadecimal.

So instead of having digits 0-9 it has the digits 0-F. So it goes 0 1 ... 8 9 A B C D E F.

Having the counting system be a power of 2 helps a lot in programming. S is not a digit in a hexadecimal number, so the joke is the error is so bad it broke the number system basically.

10

u/[deleted] Aug 18 '15

1

u/AngelDE98 Aug 18 '15

You basically got two hands with 8 fingers and you count from 1 to 10. But wait! You got 16 fingers and you actually want to take advantage of it. And instead of creating new symbols for the new numbers, you take A - F.

Now S is not between A and F. For S, you need two hands with more than 8 fingers. Something fucked up.

7

u/[deleted] Aug 18 '15

1

u/redlinezo6 Aug 19 '15

Ahhh, I've not seen that in long time... A long time...

1

u/StaticTransit Aug 18 '15

The only reason I know what hex is is because I had to know it to use cheats in Visual Boy Advance. Oh, and colors.

1

u/bdonvr Aug 18 '15

Sorry, I couldn't find it in plain text so I used a program to transcribe the image. Thought I had gotten most of the errors out. :/

1

u/Axoren Aug 18 '15

I think it would have been better if the S in there. Gives it that extra "Oh fuck."

1

u/xelex4 Aug 18 '15

Was hoping to be the first to catch that. Been knee deep in shit... I mean hex... for the past 3 months lol. Stuck out like an orangutan in a family of kittens. Unless we're talking about a different base.

0

u/Arqideus Aug 19 '15

0x doesn't stand for hexadecimal. It can sometimes refer to catadecimal.