29

How often do you guys mess up things you do regularly?

Comments
  • 2
  • 3
    How did you even read that?
  • 3
    @electrineer It showed up once I navigated to Help-> check for updates
  • 9
    So security vulnerability with broken update mechanism... this will be a good attack vector for the next several years
  • 14
    @demoralizeddev If only there was a way to update all applications via a single trusted source. It could even be integrated into the operating system, and remove the need of any "new update" popup. I guess we humans just aren't ready yet.
  • 2
    I must have just missed that this morning lol
  • 2
    When you envy Microsoft's update system because it works better than yours...
  • 6
    @Oktokolo this problem wouldn't exist if Windows wasn't so far behind GNU/Linux in package management, though
  • 2
    @Oktokolo I think they were referring to user package managers, which are so standard that literally every desktop operating system except Windows has them.
  • 1
    @deadlyRants there are a couple of updaters you can use. Like Ninite which updates your applications with 1 click or auto.
  • 1
    @homo-lorens Windows has scoop and chocolatey. Altough they are far from the standard linux package managers they are at least something ¯\_(ツ)_/¯
  • 1
    @TheSilent isn’t the former a cross platform manager linked to a language like pip is to python ?
  • 1
    @TheSilent I don't know about scoop, last time I checked chocolatey was unbelievably slow and painful to work with. But it is a package manager and it does work.
  • 1
    @homo-lorens
    Does MacOS has generic package management for non-Apple Apps?

    In the Floss world, a general repository of applications and updates is "just" a matter of maintainer hours.
    But when it comes to less-permissive licenses, you definitely need the cooperation of the application developers.
    It also is easy to turn a monopoly (or semi-monopoly) app store into a global update repository as you can just dictate the terms (must use the prescribed package format or can't sell on the platform).
    But Windows is dragging a looooong legacy of "freedom" around (yes, i recognize the irony).
    The Microsoft app store probably has centralized update management though (don't know for sure, as i never visited it).
  • 1
    @MadMadMadMrMim No it uses powershell scripts to install almost anything. It also describes itself as "Chocolatey is kind of like apt-get, but for Windows (with Windows comes limitations)".

    You might be referring to OneGet (aka PackageManagement) which is a powershell package manager.
  • 0
    So far none answered my question
  • 0
    @sandeepbalan see demoralizeddev's response. And people make deployment mistakes enough to account for most of the software vulnerabilities that are actually responsible frequently. Once a team of devs at adobe released a testing version of acrobat with a port open for automated testing years back that allowed people to get a shell to execute commands on the remote system.
  • 0
    @sandeepbalan if I do something regularly enough I try to write a script, because if I don't I'll need it up eventually
  • 0
    @lungdart Thats intriguing. How many tasks you automated so far?
  • 0
    @sandeepbalan hard to say.

    I have a script for launching my programs on boot at work or home. Scripts for testing, building, and running dev code using docker compose. Scripts for comparing remote apis, etc.

    I usually have a tools folder with quick just for me scripts
  • 0
    I use only the portable version, if there was an up to date sotre version I eould jave used that one... I avoid. Exe setup as much as possible,. Msix setup are already better
Add Comment