• akash_rawal@lemmy.world
    link
    fedilink
    arrow-up
    0
    ·
    21 days ago

    I miss the human connection with those around me who use windows. After years of using Linux almost exclusively, I now miss being able to relate to them. Sometimes I feel lonely because of it.

    Colleagues get to resonate with all the windows slowness and reliability issues, and I can only stay silent.

    “Hey, how can I do this obscure thing?” “Oh yes that’s easy… err… no, I don’t know.” So many methods that are easy on Linux are basically impractical on windows. E.g. many text file processing tasks are doable swiftly with simple shell scripts or even bash one-liners; what will a windows user do? Telling them to automate something means suggesting them to create a new Java project. Opening an SSH session means using Mobaxterm which limits the number of sessions you can create.

    • mosiacmango@lemm.ee
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      20 days ago

      I live and work in both worlds, and neither of your examples are true.

      Powershell/cmd line/wmi is pretty deep tooling at this point. Windows being object instead of text based is a different thought process, but it is deeply powerful. Simple one line powershell scripts can do a lot.

      Ssh is also a built in feature now, since Windows 10. You can just enable it, but there are also tons of clients that aren’t mobaxterm like putty/kitty/royal ts/etc. Its also not the primary text interface to work interactively with other windows machines, so it doesn’t have the same importance in the windows world.

      I much prefer linux in general, but it’s best to criticize microsoft for its actual faults, not imaginary ones.

      • akash_rawal@lemmy.world
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        20 days ago

        I bet very few people know that there’s an openssh client already installed in Windows.

        Same with Powershell, I have heard it is quite capable but in practice Windows users tend to not know powershelI. I haven’t found anybody IRL who knows Powershell.

        My goal wasn’t to criticize Windows, I wanted to show how much our experience is different from Windows users. It is not about windows vs Linux, but about how windows users usually do things vs how Linux users usually do things. Relatability is a powerful social force that I hadn’t accounted for, and now it just bites me.

        • mosiacmango@lemm.ee
          link
          fedilink
          arrow-up
          0
          arrow-down
          1
          ·
          edit-2
          20 days ago

          Im sure there are linux users that don’t ever use ssh and would look at you quizzically if you asked them about bash. The fact that linux has built more of an enthusiast community doesn’t change the operating system. I would be entirely wrong if I said you had to install a tightVNC viewer/server to connect to a remote linux system, or install golang to write a simple linux script.

          You should criticize Windows, as it’s woefully user hostile, but do so in a reasonable way. Pretending that it doesn’t have excellent built in tooling doesn’t help your case.