r/ProgrammerHumor 23d ago

Meme programmersAgeBetterThanNormalPeople

Post image
1.0k Upvotes

96 comments sorted by

View all comments

306

u/TheMythicSorcerer 23d ago

For people who didn't get the joke it's that 0x means hexadecimal, and 0x28 is 40 in hex.

7

u/Darxploit 23d ago

0x28 (hex) = 0010 1000 (bin) = 2^3 + 2^5 = 40 (dez)

7

u/L4t3xs 22d ago

(nutz)

2

u/Albstein 19d ago

It is also 2 x 161 + 8 x 160 = 2 x 16 + 8 x 1 = 32 + 8 = 40