this post was submitted on 27 Jun 2023
182 points (97.4% liked)

Programmer Humor

31812 readers
595 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] 35 points 1 year ago (1 children)

There are 10 kinds of people in the world. Those who understand binary, those who don't, and those who didn't realise this joke is in base 3.

[–] [email protected] 15 points 1 year ago (2 children)

Actually, there's 2 more:

  1. People making off-by-one errors
[–] [email protected] 13 points 1 year ago (1 children)

IIRC the two hardest problems in computer science are cache invalidation, naming things, and off by one errors.

[–] [email protected] 2 points 1 year ago

Pretty sure that's the one

[–] [email protected] 1 points 1 year ago

Wikipedia called these fencepost errors at one point (they now just say it is the specific type of off-by-one error in which you miscount the posts (vertices) or panels (arcs) in a fence (graph) by using one to count the other). I read this before my first programming class and then mentioned the term to my professor. She had no idea what I was talking about 😅