this post was submitted on 31 Dec 2024
346 points (96.8% liked)

Programmer Humor

35151 readers
360 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] 44 points 3 months ago (9 children)

Don't worry, we're not far away from 2038, when 32 bit unix time rolls over ๐Ÿ˜…

[โ€“] [email protected] 6 points 3 months ago (2 children)

Hopefully we are all working on 64 bit dates, right? right? </Padme mode> :^)

[โ€“] [email protected] 6 points 3 months ago

What, and miss out on all the overtime pay from fixing everything at the last minute?

[โ€“] [email protected] 2 points 3 months ago (1 children)

A surprising number of embedded devices (you know, the ones controlling machinery in factories and stuff) are still running 32-bit processors.

[โ€“] [email protected] 2 points 3 months ago

But you can still do 64 bit math on a 32 bit processor, if you have a carry/borrow flag.

load more comments (6 replies)