this post was submitted on 27 Jan 2024
292 points (97.7% liked)

Comics

576 readers
1 users here now

A community for sharing comics related to programming

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

founded 2 years ago
MODERATORS
 

Hover Text:

The universe started in 1970. Anyone claiming to be over 38 is lying about their age.

Transcript

[Cueball sits at a computer, staring at the screen and rubbing his chin in thought. A friend stands behind him.]
Cueball: Weird — My code's crashing when given pre-1970 dates.
Friend [pointing at Cueball and his computer]: Epoch fail!

you are viewing a single comment's thread
view the rest of the comments
[–] ramble81@lemm.ee 14 points 2 years ago (6 children)

I’m more worried about 2038-01-19 than I was about the Y2K bug.

[–] BleatingZombie@lemmy.world 9 points 2 years ago* (last edited 2 years ago) (5 children)

Why are people so worried about this? 32 bit systems aren't nearly as prevalent as they used to be

[–] ramble81@lemm.ee 16 points 2 years ago (4 children)

General computers, you’re right… however, embedded systems and custom programs are a whole different story.

[–] Arghblarg@lemmy.ca 6 points 2 years ago

Can confirm. I can't give details, but ... yeah. Had to file a card just last month about a uint32_t UTC time value being used in a device-to-cloud message where it will definitely need to be upgraded to a uint64_t before good ol' 2038 comes ...

load more comments (3 replies)
load more comments (3 replies)
load more comments (3 replies)