Some password hashing functions have a maximum input length. That could be a reason for some of the requirements. E.g. if I remember correctly, bcrypt used a maximum of 60 characters, while still being an ok choice for a hashing function
I think I've heard that Microsoft is replacing it though unfortunately (but I don't have a source, so take it with a grain of salt)
I also talked to a design student who said that the whole design community hated the current save icon, so we might be doomed to a new meaningless minimalistic icon.
I've used Mint since I started using Linux, and never had any major issues. I've therefore just stuck with it. I don't always have the time to tinker with my machine if something should break, and Mint usually just works when I need it, while still providing flexibility when I want it (and Timeshift to fix it when I break stuff)
Some password hashing functions have a maximum input length. That could be a reason for some of the requirements. E.g. if I remember correctly, bcrypt used a maximum of 60 characters, while still being an ok choice for a hashing function