Last week, I turned on my PC, installed a Windows update, and rebooted to find Microsoft Edge automatically open with the Chrome tabs I was working on before the update. I don’t use Microsoft Edge regularly, and I have Google Chrome set as my default browser. Bleary-eyed at 9AM, it took me a moment to realize that Microsoft Edge had simply taken over where I’d left off in Chrome. I couldn’t believe my eyes.

  • jarfil@beehaw.org
    link
    fedilink
    arrow-up
    0
    ·
    8 months ago

    they keep reinstalling stuff I’ve ripped out purposefully

    You’ll find every OS does that, it’s called “installing dependencies”. Even on Gentoo, there is only so far that you can go removing stuff before it turns out they either get reinstalled anyway, or everything comes tumbling down.

    putting cloud run python functions in to Excel

    People seem to like their cloud run functions in Google Sheets, Jupyter books, Mathematica notebooks, and similar. Can’t blame MS for trying to catch up.

    • max@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      0
      ·
      8 months ago

      ye but at least on linux the dependencies arent bundled with useless applications that u dont want, and u can mostly trust em cuz open source X3

      • wizardbeard@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        0
        ·
        8 months ago

        If no one is actually auditing that code, or somehow confirming that the binaries shipped by your package manager match what the code compiles to, then you’re still playing a trust game.

        Trusting in open source software devs rather than a capitalist corporation definitely makes sense, but it isn’t some panacea for “safe, nonspying software”.

        Also, dependencies on linux absolutely include programs I don’t want. They just tend to be less obtrusive terminal programs and libraries rather than full blown UI based shit. Less visible, but far easier to sneak under the radar.

        • jarfil@beehaw.org
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          8 months ago

          somehow confirming that the binaries shipped by your package manager match what the code compiles to

          Indeed, that’s why: https://reproducible-builds.org/

          Right now, Debian seems to be leading with over 95% of packages being reproducible.