For me, I really want to get into niri, but the lack of XWayland support scares me (I know there’s solutions, but I don’t understand them yet).

Also, I stopped using Emacs (even though I love its design and philosophy with my whole heart) because it’s very slow, even as a daemon.

  • bonegakrejg@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    There are a lot of “I like this in theory but nobody else I know uses it” social things like Matrix 😑

    • fern@lemmy.autism.place
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 months ago

      I’d just like to interject for a moment. What you’re refering to as Estrogen, is in fact, GNU/Estrogen, or as I’ve recently taken to calling it, GNU plus Estrogen. Estrogen is not an operating system unto itself, but rather another free component of a fully functioning GNU system made useful by the GNU corelibs, shell utilities and vital system components comprising a full OS as defined by POSIX.

      Many computer users run a modified version of the GNU system every day, without realizing it. Through a peculiar turn of events, the version of GNU which is widely used today is often called Estrogen, and many of its users are not aware that it is basically the GNU system, developed by the GNU Project.

      There really is a Estrogen, and these people are using it, but it is just a part of the system they use. Estrogen is the kernel: the program in the system that allocates the machine’s resources to the other programs that you run. The kernel is an essential part of an operating system, but useless by itself; it can only function in the context of a complete operating system. Estrogen is normally used in combination with the GNU operating system: the whole system is basically GNU with Estrogen added, or GNU/Estrogen. All the so-called Estrogen distributions are really distributions of GNU/Estrogen!

  • SavvyWolf@pawb.social
    link
    fedilink
    English
    arrow-up
    1
    ·
    2 months ago

    I think a lot of the recent AI tools could be fun as toys to play around with, but I’m just very uncomfortable using tech that exploits everyone who doesn’t own a huge megacorp.

    Also, emacs as a replacement for my graphical editor. It feels like there isn’t a “neovim” style modern version, and there’s a steep learning curve to configuring it.

    Also, Wayland. Come on, Cinnamon. ;_;

    • iiGxC@slrpnk.net
      link
      fedilink
      arrow-up
      2
      ·
      2 months ago

      I used neovim but recently switched to helix and highly recommend it. If you haven’t tried nvim yet, give helix a try before deciding. A good way to compare is do the tutorial of each and see which you like more nvim +Tutor and hx --tutor (orhelix --tutor).

      If you’re a current vim user the helix keybindings are only a small learning curve after the tutorial, and feel a lot smoother imo

      • narc0tic_bird@lemm.ee
        link
        fedilink
        arrow-up
        1
        ·
        2 months ago

        I love Helix. I like that it pretty much works out of the box and the only thing you have to do is install language servers and in some cases configure them, but that’s (mostly) well documented. No need to install plugins or use a preset “distribution” like with NeoVim. I also like the built-in keyboard shortcut hints, for example when you press g (goto) it shows you what key will do what.

        The way Helix does “select first, then act” is subjective, but I like it.

        • iiGxC@slrpnk.net
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          2 months ago

          Agree on all counts. I didn’t like finding and comparing plugins for neovim, and then wrestling with environment stuff to get them to work, and having to change a bunch of options to get nvim to work how I want. With helix, my config of things I’ve changed from default is very small, and there’s no wrestling with plugins.

          And yeah, “select then act” feels a lot smoother and more intuitive to me. If you like that and like plugins tho, check out kakuone

        • iiGxC@slrpnk.net
          link
          fedilink
          arrow-up
          1
          ·
          2 months ago

          A keyboard and terminal based text editor, similar in some ways to neovim, vim, and vi