this post was submitted on 21 Nov 2023
422 points (94.0% liked)

Programmer Humor

32380 readers
1347 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 11 months ago (1 children)

coworker taught me this and it blew my mind. I had previously jokingly used base 2 with my hands, but something like 01001 10010 would be difficult to handle.

[–] [email protected] 2 points 11 months ago* (last edited 11 months ago) (1 children)

Base 2 should be easy to add, but it requires effort to convert

[–] [email protected] 1 points 11 months ago

It gets easier with practice