• 10 Posts
  • 280 Comments
Joined 2 years ago
cake
Cake day: July 2nd, 2023

help-circle

















  • Depends on your definition of scale, because in absolute numbers I think Y2K38 wins, even though it might be a lower percentage.

    I think the main issue is not the services that are updated at least once a year, but those that run forgotten somewhere with a sticker “here be dragons” on the case.

    Regardless of how many are affected, it’s gonna be fun for sure! Can’t wait for some public government and ad company screens to inevitably show certificate errors.


  • I don’t know how many people have used an int to store time, but I can guarantee you it’s more than you’d expect. And then there are various interpreted languages which often depend on the build environment. For example php’s int is based on the architecture, meaning it’s 2147483647 on 32bits.

    And let me remind you how Gangnam style broke YouTube’s view count by having more than 2147483647 views. Even if it might have been reasonable back than to use a 32 bit int, it should have been unsigned.

    Shit will go wild in 2038. Nothing apocalypse level, but a lot of things will break. Much more than during Y2K because there’s simply many more computers now.