this post was submitted on 31 Dec 2024
352 points (97.1% liked)

Programmer Humor

35151 readers
408 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
[–] waspentalive@lemmy.one 6 points 3 months ago (2 children)

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

[–] CrackedLinuxISO@lemmy.dbzer0.com 6 points 3 months ago

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

[–] HiddenLayer555@lemmy.ml 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.

[–] waspentalive@lemmy.one 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.