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
[โ€“] ZephyrXero@lemmy.world 44 points 3 months ago (2 children)

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

[โ€“] lordnikon@lemmy.world 16 points 3 months ago (2 children)

I will be so excited if we make it that far, double if I'm alive to see it.

[โ€“] Zagorath@aussie.zone 22 points 3 months ago (1 children)

double

I hope you're not storing time in floating point.

[โ€“] Madrigal@lemmy.world 4 points 3 months ago

The Y9999.999999871K bug

[โ€“] waspentalive@lemmy.one 6 points 3 months ago (2 children)

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

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.