|
|
|
|
|
by tmsbrg
498 days ago
|
|
I wish we could just let software "die" aka be stable without constant updates. For software that doesn't have a significant attack surface (security) it'd be amazing. But because of the bitrot of constantly changing underlying APIs and platforms, oftentimes if you find some Python script that hasn't been updated for a few years it'll already be broken in some horrible ways due to dependencies changing and no longer being compatible with current versions of certain libraries. Think of how much time is wasted because so much software that's been written but not maintained and can't be used because of how libraries have "evolved" since then. |
|