Y
Hacker News
new
|
ask
|
show
|
jobs
by
nsksl
327 days ago
What solutions are there for programs that can’t be recompiled because the source code is not available? Think for example of old games.
2 comments
zelphirkalt
326 days ago
Probably changing the system time, or faking the system time, so that these programs do not run into issues.
link
Joel_Mckay
326 days ago
Or party like its epoch time.
=3
link
CodesInChaos
326 days ago
Probably a backwards compatible runtime that uses 32-bit timestamps which fills in a fake time after 2038 (e.g 1938). For example steam ships different runtimes, as does flatpak.
link