• taiyang@lemmy.world
    link
    fedilink
    arrow-up
    40
    ·
    1 month ago

    I just want to share that last semester, the Windows podium computer we used decided randomly to update during a student presentation. It did not help their nerves, but I did turn it into a chance to evangelize Linux.

    And no, they can’t use their own laptop, the connections to the podium computer, and thus the projector, use VGA…

  • ToiletFlushShowerScream@piefed.world
    cake
    link
    fedilink
    English
    arrow-up
    26
    arrow-down
    1
    ·
    1 month ago

    Linux noob here. Just upgraded hardware and reinstalled Windows and Linux on the gaming computers and even though I’m a complete Linux beginner, 9 out of 10 software issues were with windows! I couldn’t believe a gazzilion dollar company with thousands of employees still couldn’t get it right?

    • Leon@pawb.social
      link
      fedilink
      arrow-up
      7
      ·
      1 month ago

      I reinstalled Windows 11 a while ago because of a software I struggled to get working on Linux (the adobe installer patches for WINE have since resolved that) and I had no idea how annoying the installation process is. You had to babysit it, and tell it your life’s story. Not to mention the amount of times it asked me to sign up for MS 365 and OneDrive. In the end, it enabled OneDrive anyway, despite me telling it to sod off at least half a dozen times.

      And that’s just the install process. Using it is another beast entirely. Why do I need to accept a UAC prompt just to open a browser? Why does the browser need to update itself every time I boot the OS?

      Why do I have to hunt all over the internet for basic stuff that should come with the OS itself? Even when I used an NVidia card I didn’t have to faff around with some stupid third party software to handle drivers, it was just there. Sure it broke all the time because NVidia is a garbage company, but it was right there!

  • wizardbeard@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    20
    ·
    1 month ago

    “Fun” fact: Windows is finally just now, in the year of our lord 2026, trying to release some updates as “live”. As in not requiring reboot.

    It’s going better than you’d expect, but still far worse than they have any excuse for.

    • y0kai [he/him]@anarchist.nexus
      link
      fedilink
      English
      arrow-up
      14
      ·
      1 month ago

      thats only if it actually downloads and installs. our enterprise windows installs like to take 5-10 attempts to actually get the software onto the computer. “Install failed. retry?”

    • Brkdncr@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      1 month ago

      Not exactly correct. They are releasing their hot patch service more broadly. These are updates that would normally require a restart no longer need to be restarted.

      Just like Linux though, if you didn’t want to restart after updating you never really were forced to.

    • Zink@programming.dev
      link
      fedilink
      arrow-up
      8
      ·
      1 month ago

      iirc, apt-get is the version to use in scripts. They keep the input & output consistent so that it won’t break things.

      Regular old apt is for humans to use at the command prompt, and that’s what I use all the time.

        • Cenzorrll@lemmy.world
          link
          fedilink
          arrow-up
          4
          ·
          1 month ago

          Less options and it expects user input, so when you update and there’s a changelog or warning, it shows it to you and you can read it. It doesn’t continue because it thinks you’re there reading it. The options and output are subject to change, so you don’t want it in a script. Apt-get will always have the same options and expected output for automation purposes.

          • Nalivai@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            1 month ago

            Apart from letting you read the changelog, I would call it less of a “good for humans” but “bad for scripting”. Maybe it’s just me, but less options was never a good quality in my books

      • CorneliusTalmadge@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        1 month ago

        You are in luck because you can make this an alias (custom command) in your .bashrc file:

        alias update='sudo apt-get update && sudo apt-get upgrade'

    • Wispy2891@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      1 month ago

      sorry, usage of this tool has been discontinued, please use [WORSE TOOL WITH DIFFERENT NAME]

      (joking but not really, gemini-cli is going to the google graveyard, replaced by antigravity-cli that’s basically the same, but in google’s tradition it launches with less features and also it’s not FOSS)

  • plutopos@lemmy.zip
    link
    fedilink
    arrow-up
    13
    ·
    1 month ago

    KDE Plasma recommends applying updates at reboot like Windows for stability. In fact, that is how it does them by default

  • epyon22@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    12
    ·
    1 month ago

    For those who are confident in their system setup

    sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y