Never update anything
11–20 of 288 posts
Re: Never update anything
#12Re: Never update anything
#13Re: Never update anything
#14Semantic versioning is a curse. It makes perfect logical sense until you are a few iterations in and quickly run into dependency hell as shown in the diagrams in the article. My solution to this isn't "never update anything", but rather "never version anything". People can choose to stick to the bits they originally got, which is perfectly fine, or they can switch to the current "live" one. As a developer I'm only ev…
100% the way to go. Also people in python land (myself included) Are prone to “emotional” versioning
Re: Never update anything
#15Semantic versioning is a curse. It makes perfect logical sense until you are a few iterations in and quickly run into dependency hell as shown in the diagrams in the article. My solution to this isn't "never update anything", but rather "never version anything". People can choose to stick to the bits they originally got, which is perfectly fine, or they can switch to the current "live" one. As a developer I'm only ev…
Versioning things helps with bug reports. Oh, this was introduced in 3.144.42? Great, let's look at the changes to that build.
Re: Never update anything
#16I tend to agree with the premise that in general updates aren't something to race out and apply. Security updates, yes. Updates that are required because of API changes, yes. Other ones are often more trouble then they are worth.
Re: Never update anything
#17This made me uninstall Docker Desktop.
Re: Never update anything
#18If the software you are using auto-updates and you lose business or esteem of peers -- it's YOUR fault. Allowing most software companies to update anything on an running functioning work-related machine that you use to make $$, is ASKING FOR IT. WHEN it breaks something that is your fault for being so stupid. I update software in most cases by installing it on another machine/device and then once it is confirmed to w…
Part of the fear of updating though is the time sink.
Even if I attempt to update one mac laptop to the new version (of which I believe there is a new one just released, doesn’t seem long since I last updated…) knowing that I have a safe backup, I dread the thought of spending hours knowing something _should_ be working but is now broken. It can be infuriating. Especially when it’s a pattern/way of working you have become so accustomed to.
Re: Never update anything
#19If the software you are using auto-updates and you lose business or esteem of peers -- it's YOUR fault. Allowing most software companies to update anything on an running functioning work-related machine that you use to make $$, is ASKING FOR IT. WHEN it breaks something that is your fault for being so stupid. I update software in most cases by installing it on another machine/device and then once it is confirmed to w…
Re: Never update anything
#20Earlier quoted context omitted.
Versioning things helps with bug reports. Oh, this was introduced in 3.144.42? Great, let's look at the changes to that build.
You don't need semantic versioning for that. "Oh, this was introduced in build 22456" works just as well.