Wednesday, November 09, 2022

Software Rot

Cloud software rots much faster, even if you do not have to change anything. They add new authentication mechanisms and new machine types, and things break more easily than before.

No comments:

Python Terminal Animation for Waiting

A nice small tool for terminal animations from yaspin import yaspin with yaspin(): do_stuff()