I’m a technical kinda guy, doing technical kinda stuff.

  • 0 Posts
  • 5 Comments
Joined 2 years ago
cake
Cake day: September 27th, 2023

help-circle


  • the pursuit of fancy graphics just doesn’t make sense anymore

    Their assertion is that fancy graphics doesn’t necessarily equal good gameplay, and the major industry players are focused on ever-increasing frame rates instead of game quality.

    Nobody cares if your game is fully immersive and rendered down to the atomic scale if it is boring or the game mechanics are shite. Sure you can wander around and look at stuff and gasp at the physics, but unless the game is titled “Look around and enjoy it” , that’s not the point.



  • 32 bit computers can handle 64 bit timestamps, it’s just a matter of defining time_t to be 32 or 64 bits at compile time. The compiler will deal with all the mess of splitting the 64 bit value up to calculate on the smaller registers in 32 bit architectures, just like any other variable defined as int_64.

    Linux kernels have had support for 64 bit time on 32 bit systems since version 5.something, so generally speaking there’ll still be retro 32 bit hardware running past 2038 just fine.