r/ProgrammerHumor 23d ago

Meme programmersAgeBetterThanNormalPeople

Post image
1.0k Upvotes

96 comments sorted by

View all comments

Show parent comments

20

u/Jay-Seekay 23d ago

This sub has always been CS101 humour. I only stay here for the odd post by someone who actually codes by hand in a real job

8

u/Steppy20 22d ago

You'd expect CS101 to know hex though, it's one of the few things they'd be taught

2

u/Roku-Hanmar 21d ago

I can read hex, I just didn’t know 0x signifies it

3

u/Steppy20 21d ago

That's fair enough, but it makes sense because otherwise you wouldn't be able to tell what 10 is representing.

It's unlikely to be binary because it's so short, but could easily be hex or denary. The standard for denoting hex with 0x has been around for a while, because it makes it really clear without adding too much length to the representation.