• Kinglink@lemmy.world
    link
    fedilink
    arrow-up
    10
    arrow-down
    4
    ·
    edit-2
    1 year ago

    Try running two applications that require different versions of a package on linux. fun

    Like Linux might be the best for choosing when to update, but everytime I’ve HAD to update, it’s more because of a new hellish problem that I need to resolve, where as Windows/Apple works as expected.

    Add to that the forced update on Windows are security updates. Linux doesn’t force security updates which means if you’re not keeping on top of it, your linux system has security issues that have hopefully been patched already, but you’re not on the latest.

    Also same reason I’m ok with Android not allowing roll back, but I DO fucking mind that my 64 gig phone had 10 gigs of System space… and now has 22 gigs of system space because of updates/bloat.

    And that’s also before I start talking about Python and assholes who don’t use virtual enviroments, and requirement files… Sorry sorry, not technically linux specifically, but god damn that’s a huge pet peeve.

    And people still use python2!!!. Ok I’ll stop now,. But holy shit that bothers me.

      • Kinglink@lemmy.world
        link
        fedilink
        arrow-up
        11
        ·
        1 year ago

        I’ve a theory that no printer anywhere has ever properly worked, and people are just happy with 95 percent of a usable printer.

        It might not be that crazy.

    • cley_faye@lemmy.world
      link
      fedilink
      arrow-up
      8
      arrow-down
      2
      ·
      1 year ago

      Try running two applications that require different versions of a package on linux

      Either you use your distribution package system, or you don’t. If you’re using it, everything should work fine. Outside of that, it’s actually really easy to manually cherry pick one or two dependencies for a specific application. Of course these days people have made off the shelves solution to address that, too.

      Linux doesn’t force security updates

      Well, Linux doesn’t force anything. The userspace running on it, on the other hand… Well, it still doesn’t force it on you. But on a fresh ubuntu install, unattended updates for security patch do run automatically by default.

      Python

      Python.