160
all 12 comments
sorted by: hot top controversial new old
[-] Deebster@infosec.pub 20 points 1 week ago* (last edited 1 week ago)

Shouldn't 2 be where 1 normally is, etc and 8 be at the top?

edit: I see you'd posted a similar one a few days ago and that had the same thing. Off by one, an evergreen programming error!

[-] meekah@discuss.tchncs.de 1 points 5 days ago

Idk to me the top position is index 0, even though it's labeled 12.

Think about it this way: when a new day begins, where are the clock hands?

[-] Deebster@infosec.pub 1 points 5 days ago

Indeed, which is why 8 should be at the top.

The hours have been reassigned in reverse alphabetical order. This means the number which you hit at noon/midnight is "eight".

[-] meekah@discuss.tchncs.de 1 points 4 days ago* (last edited 4 days ago)

Except this is order by DESC, so the 'lowest' value (Two) goes on index zero, the second lowest (Twelve) goes on index 1, etc.

[-] Deebster@infosec.pub 1 points 4 days ago* (last edited 4 days ago)

But that's not how clocks work - when the day starts on a normal clock it's not 1 o'clock straight away, there's an hour that happens first. The label is at the end of the hour's segment.

Think about it this way: when a new day begins, where are the clock hands?

I did, the hour hand would be pointing at the (end of the) final hour, which is now eight. The minute hand's position is a whole different discussion.

[-] meekah@discuss.tchncs.de 1 points 4 days ago

The final hour is 8, and it would be pointing at the end of that. I don't see your problem.

[-] Deebster@infosec.pub 1 points 4 days ago

Again, that's not how clocks work. The label on an analogue clock appears at the end of the hour segment. If the hour hand is halfway between two times, it's half past the lower one.

If, as you argue, two is at the top (like in OP's picture), that means that when the day starts and the hour hand is pointing up then it's already in the second hour. Half an hour later it would appear halfway between two and twelve which is an hour ahead of where it should be.

[-] Agent641@lemmy.world 10 points 1 week ago

Yeah it should, I am so fucking dumb I even get my deliberate errors wrong. I can't take it any more!

(I am the OP of the image, the OP of this thread just copied them from a different programmer humor com)

[-] Deebster@infosec.pub 1 points 6 days ago

I'm happy to believe it's intentional - some metahumour (metaprogrammerhumour).

[-] palordrolap@fedia.io 14 points 1 week ago

Keep going. We may be homing in on how the number order was derived for a dartboard.

I am so mad.

this post was submitted on 07 Nov 2025
160 points (100.0% liked)

Programmer Humor

27314 readers
693 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS