|
|
|
|
|
by LtWorf
42 days ago
|
|
I am running debian oldstable on two rpi-based appliances i built at home. They have been working fine for several years. I'll have to update them because eventually security updates will stop. That means that the python code on them no longer works on current python versions, C++ needs some tweaks because some library changed API. Better to do these things every few years than every 6 months for no reason whatsoever. |
|
And this is why you update often, to keep up with the programming language ecosystem too. I have seen way too many times software unmaintained for years and then when it was actually time to upgrade it would take much more time to bring it to current framework versions than it would have taken if it was updated regularly throughout the years.
And I was not referring to hobby projects you do at home.