• 1984@lemmy.today
    link
    fedilink
    arrow-up
    1
    ·
    14 days ago

    Hacker news users seem happy with its performance, so will try tomorrow. Fun with new terminals.

  • MonkderVierte@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    13 days ago

    Looking at ghostty-git in AUR, zig is built on haskell? With 221 haskell libraries.

    And what does it need pandoc-cli and hslua-cli for?

    • muhyb@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      14 days ago

      If you’re occasionally using them, there aren’t any.

      If you’re excessively using them, there are many.

        • muhyb@programming.dev
          link
          fedilink
          arrow-up
          1
          ·
          13 days ago

          Sure, I can do that.

          • If you’re looking for something lightweight, go for st or urxvt. These are Xorg-only.
          • If you want to configure it via GUI, xfce4-terminal is the middle ground for lightweight and feature-rich. If you are on KDE, konsole would suffice. You can use these on Xorg and Wayland.
          • If you want to work with multiple panes in a single window, terminator is your friend. Used this on Xorg but not sure about its Wayland compatibility.
          • If you want GPU acceleration and more features, kitty and alacritty is out there. Both should work on Xorg and Wayland.
          • If you want something like st but pure Wayland, foot is the best lightweight terminal emulator. My current personal favourite.
          • Sturgist@lemmy.ca
            link
            fedilink
            arrow-up
            1
            ·
            13 days ago

            Fucking legend!

            Pretty sure I’m using konsole right now, whatever it is, it came pre-installed on my distro.
            Might check out foot and kitty, what I’m using is working right now, but always nice to look into different options.

  • boredsquirrel@slrpnk.net
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    13 days ago

    Looked at it, interesting, no package, installed cosmic-term instead

    Uses alacritty under the hood, with tabs and tiles!

  • atzanteol@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    1
    ·
    14 days ago

    It’s ridiculous how much time people are spending performance optimizing terminals.

    xterm on a 120MHz Pentium on X11 in the 90s performed “fine”.

    • addie@feddit.uk
      link
      fedilink
      arrow-up
      1
      ·
      13 days ago

      Assuming you had a pretty decent monitor and graphics output in the 90s, it may have been 800x600, but more likely 640x480, and you’d have been using the standard issue bitmap font with no anti-aliasing, blitted to screen using software rendering. Probably in a single colour, too.

      Alas, the problem with that is that it doesn’t scale. On xterm a 4K monitor, I can watch Vim redrawing the screen, paging through logs is painful. Use Kitty for the same, it’s instant, I can flip through tabs and split screens too, and have niceties like anti-aliased fonts and transparency if I want them.

      Some people spend a lot of time in the terminal, so I can’t fault them for taking the time to make a nice working environment and sharing that work with others.