Following in the footsteps of Hashicorp, Hudson, etc. Zed has chosen to cash in the good will of its now substantial user base and start going to full corporate enshittification. Among other things like minimum age nonsense, they have also added binding mandatory opt-OUT arbitration.

I find such agreements very troubling, because it gives up public funded dispute resolution for private which nearly unanimously benefits larger entities, it lowers transparency to near zero, and eliminates the abilities to act as a class and to appeal. But I worry most will just accept it, as is the norm.

You can however opt out by emailing [email protected] with full legal name, the email address associated with your account, and a statement that you want to opt out.

I’ll just consider my days of advocating for Zed as an interesting new editor over and go back to Neovim bliss.

  • PokerChips@programming.dev
    link
    fedilink
    arrow-up
    16
    ·
    2 days ago

    This why you just stay within the realm of our pure open source.

    Vim, neoVim and emacs. Lean to use in combination with other tools like tmux and you have an excellent working environment. These are tools that are contributed to by the best of the best OGs out there.

    • forestbeasts@pawb.social
      link
      fedilink
      arrow-up
      7
      ·
      2 days ago

      There’s also plenty of good GUI editors if vim and emacs aren’t your cup of tea. Personally I think Kate’s fantastic, for instance.

      – Frost

      • Senal@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 day ago

        Do you have any good resources for how to use kate in a dev scenario ?

        I’ve tried multiple times, but it always seemed clunky to me.

        As a text editor its great, though i prefer sublime ( not FOSS however ) but i haven’t been able to get it to click as any kind of ide or part of one.

        • whimsy@lemmy.zip
          link
          fedilink
          English
          arrow-up
          1
          ·
          19 hours ago

          Kate has LSP, project, debug, git, and inbuilt terminal support. I daily drove kate before switching to emacs

        • forestbeasts@pawb.social
          link
          fedilink
          arrow-up
          1
          ·
          21 hours ago

          Honestly, I may not be the best person to ask if an IDE is what you want, heh. We usually just use it as an editor, and we don’t really have much in the way of IDE features in vim either. But we also don’t really use languages that practically need an IDE, like Java. Stuff like HTML and perl and JS are much easier to write with a normal text editor.

          If you just need LSP autocomplete and such, though, Kate’s got that! There’s a plugin for it, I think. You might have to turn it on.

          • Senal@programming.dev
            link
            fedilink
            English
            arrow-up
            1
            ·
            18 hours ago

            I think it honestly might just be my sublime muscle memory ruining it for me, that and it feels like it should be more IDE than text editor.

            I use helix quite a bit for dev so lsp’s and editor based coding is known to me.

            Perhaps it was just bad timing.