Permanently Deleted

    • Spore@lemmy.ml
      link
      fedilink
      arrow-up
      18
      ·
      1 year ago

      Some have better ux, some support more platforms out of the box. I don’t find it a good idea trying to replace everything though.

      • folkrav@lemmy.ca
        link
        fedilink
        arrow-up
        31
        ·
        1 year ago

        I only tend to replace if all of those are met:

        • there are neat additional features or a performance gain that’s noticeable in regular use
        • there is some maintenance history
        • It doesn’t completely break my workflow.

        So far, only things I’ve actually replaced are aliasing ls to exa/eza, and switched to ripgrep for most of my uses of grep.

        • broface@lemm.ee
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          I don’t really thing the security ‘guarantees’ of rust matter that much.

          I think it’s a better language to work in than C or C++, though. That’s not a reason to change utilities now, but a larger Rust ecosystem is always better in my humble opinion.

        • notfromhere@lemmy.one
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          1 year ago

          Yes that’s the major selling point in the Rust language in my opinion. Memory safety. Most of the security issues you hear about are because of mismanaged memory, specifically buffer overflows. My understanding is that Rust reduces risk of those by catching them at compile time.