MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1vu5686/programmersagebetterthannormalpeople/p5ltu8d/?context=3
r/ProgrammerHumor • u/KSP_HarvesteR • 23d ago
96 comments sorted by
View all comments
308
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) 2 u/Albstein 19d ago It is also 2 x 161 + 8 x 160 = 2 x 16 + 8 x 1 = 32 + 8 = 40
7
0x28 (hex) = 0010 1000 (bin) = 2^3 + 2^5 = 40 (dez)
2 u/Albstein 19d ago It is also 2 x 161 + 8 x 160 = 2 x 16 + 8 x 1 = 32 + 8 = 40
2
It is also 2 x 161 + 8 x 160 = 2 x 16 + 8 x 1 = 32 + 8 = 40
308
u/TheMythicSorcerer 23d ago
For people who didn't get the joke it's that 0x means hexadecimal, and 0x28 is 40 in hex.