• MNByChoice@midwest.social
    link
    fedilink
    arrow-up
    12
    ·
    7 hours ago

    Linux and FreeBSD systems? Happy and snappy.

    Work Windows system filled with crap corp security software? Open electron apps and wait for them to load.

    Personal Windows system? Master of Orion, the remake.

    • easily3667@lemmus.org
      link
      fedilink
      English
      arrow-up
      7
      ·
      edit-2
      5 hours ago

      I do wonder how many people only hate windows because their IT installed crapware that takes half the CPU scanning every file move.

      I watched a fascinating rust video where this guy was talking about all of the things different OSs do differently just in the rust up install process. And how one of them (I assume windows but don’t recall) was way worse but it was fixed by changing how they did IO. I don’t work at that lower level so it’s not a thing for me, but it was interesting. (I tried to find but failed)

      • ayyy@sh.itjust.works
        link
        fedilink
        arrow-up
        6
        ·
        5 hours ago

        The file system Windows uses (NTFS) has a lot of neat features, but ends up being astronomically slow in unexpected ways for some file operations as a result.

        • JordanZ@lemmy.world
          link
          fedilink
          arrow-up
          3
          ·
          3 hours ago

          I remember playing around with NTFS streams. They’re usually used to store random metadata about a file. The size of which doesn’t appear in the normal file size calculation/display in Windows. So you can have this 2kb text file that has an alternate stream with a zip file of the entire discography of a band stuffed into it. Longest file transfer of 2kb ever. Another gotcha, the second you copy that file to a file system that doesn’t support the alternate streams they just vanish. So all the sudden that long file transfer is super quick.