• @[email protected]
    link
    fedilink
    601 day ago

    We need to stop this usage of proprietary. MS GitHub + Discord in free software. It completely undermines the philosophy.

    • @AusatKeyboardPremi
      link
      3923 hours ago

      The rampant use of Discord in FLOSS project is really disheartening. To join yet another Discord channel to receive any kind of support or discussions around the project, is off-putting.

      • @[email protected]
        link
        fedilink
        English
        15
        edit-2
        17 hours ago

        Discord is the worst. The siloing of tons of information that should be publicly searchable and accessible via a public forum, but instead it’s siloed off into this closed wall with shitty search.

        I actually wish Lemmy was better searchable as well. I think Lemmy could be way better and drive adoption if it had a cross instance search engine / indexer.

        • @[email protected]
          link
          fedilink
          English
          213 hours ago

          If your instance is federated well, how does Lemmy not already have the search you’re speaking of?

          • @[email protected]
            link
            fedilink
            English
            13 hours ago

            I’m unsure. I use jerboa, maybe it’s that. But search doesn’t ry search the content of posts. I.e. how I can google something, include reddit in the search terms, and find a relevant post(s)

            Now. Fuck google, but I want to be able to do the equivalent with Lemmy posts.

      • @tehn00bi
        link
        117 hours ago

        Like, IRC exists and it just as useful to me as discord. Set up a wiki for FAQ’s and documentation.

  • @repungnant_canary
    link
    719 hours ago

    Pardon my ignorance, is the default terminal that comes with my PopOS also a “terminal emulator” and Ghostty is a replacement for that?

    • @fum
      link
      818 hours ago

      Yes. But it doesn’t have to replace your default terminal emulator. You can have multiple and use any of them.

  • Zloubida
    link
    171 day ago

    I tried it, and it worked well when I worked locally. But I can’t use it to SSH into my server, a lot of things just don’t work.

    • undu
      link
      71 day ago

      SSHing to machines with bash seems to work fine, but it’s a problem with ones that use fish, for some reason

      • Zloubida
        link
        21 day ago

        I can connect with SSH, but I can’t open nano or w3m for example when I’m connected.

    • @x00z
      link
      English
      21 day ago

      You can do something like this:

      TERM=xterm-256color ssh user@host
      

      You could also install or copy over the term files or something. I can’t recall. But it’s the same as getting kitty to work which has more information online.

      • @[email protected]
        link
        fedilink
        719 hours ago

        Thanks for the info. Sincerely did not know.

        Since the mods deleted my post, I’ll repeat what I wrote, because aside from the unintentional racism, I feel like I made some valid points.

        GPU accelerated terminal emulators are already quite popular and if you use alacrity, kitty, or wez, then you already use them. They can help with not only cool effects like smooth scrolling and transparency, but also with massive text files. Handling an 8gb text file is complicated, and using a GPU can help with that.

        Ghostty’s selling points are not just the GPU acceleration, since that’s actually fairly standard nowadays. They are: (from their about page)

        Ghostty is a terminal emulator that differentiates itself by being fast, feature-rich, and native. While there are many excellent terminal emulators available, they all force you to choose between speed, features, or native UIs. Ghostty provides all three.

        I for one am very excited for this terminal and can’t wait to see what kind of development comes out of it!

        • Norah (pup/it/she)
          link
          fedilink
          English
          12 hours ago

          Yeah, I figured you might not know, sometimes terms just become divorced enough from their original intent that the context isn’t clear. I didn’t think you were a racist at all.

        • @[email protected]
          link
          fedilink
          151 day ago

          It’s still racist when you make it an acronym. We know the term originally came from a racist term for Asian vehicles.

            • @[email protected]
              link
              fedilink
              171 day ago

              And I thank you, Norah. As an Asian woman, any Linux space can feel pretty unwelcoming sometimes. Most of the time it’s the sexism, but this insistence on saying “ricing” is just another reminder that many in this space enjoy a bit of racism on the side, too.

              I don’t usually say anything; I’m personally too afraid of being dragged into an endless “debate”. Perhaps a bit cowardly on my part. So, I appreciate you pointing it out first.

          • Cethin
            link
            fedilink
            English
            51 day ago

            I case you didn’t see the other comments, this is a backronym to give people an excuse to say it isn’t actually racist. It comes from modding Japanese cars, referring to them as rice because they’re Asian. It’s pretty racist.

  • Daniel Quinn
    link
    fedilink
    English
    272 days ago

    What is the deal with getting gpu acceleration into a terminal emulator of all things? Of all the innovations that we could use, faster drawing of text doesn’t feel like it should be a priority.

    • @[email protected]
      link
      fedilink
      English
      322 hours ago

      My experience might be a bit outdated, but I remember finding the default Mac OS X Terminal extremely slow. A few years back I ran an output-heavy command, and the speed difference between displaying the output in terminal vs outputting it to a file was orders of magnitude. The same thing on my Linux system was much, much faster. I’m not sure how much of that was due specifically to rendering, vs memory management or something else, though.

      I might see if I can still reproduce this in Sequoia and if Ghostty is faster on Mac.

    • @[email protected]
      link
      fedilink
      632 days ago

      GPU rendered text interfaces are pretty ubiquitous already. You can find that in IDEs, browsers, apps and GUIs of OSs. Drawing pixels is still a job the GPU excels at. No matter whether it’s just text. So I don’t see a point why we shouldn’t apply that to terminal emulators as well.

    • lime!
      link
      fedilink
      English
      242 days ago

      text is like the slowest thing to draw :P when debugging games, a running log can make the 3D rendering stutter significantly.

      • ferret
        link
        fedilink
        English
        32 days ago

        See the minecraft f3 menu for a notorious example

        • lime!
          link
          fedilink
          English
          92 days ago

          no, that’s just minecraft being badly made. I’m talking logs running in a separate window.

          • ferret
            link
            fedilink
            English
            32 days ago

            But thats different, the issue there isn’t the text drawing, its that it isn’t meaningfully asynchronous and console drawing is typically blocking (at least on windows)

            • lime!
              link
              fedilink
              English
              11 day ago

              that’s true, but the impact would still be lessened by faster rendering. and as someone who spends all day in the terminal anyway, i do see the benefits often.

    • @JubilantJaguar
      link
      92 days ago

      That’s what I would have said till I tried using a TUI epub reader. The jankiness of line-level scrolling (rather than pixel-level like in a GUI app) is all but a deal breaker.

      I was then most surprised to discover that terminal emulators with this amazing cutting-edge technology (smooth scrolling) do not even exist.

  • @[email protected]
    link
    fedilink
    52 days ago

    I’m not against it, but another factor that we should check in a terminal emulator (as a tool where you run everything from) is the system requirements.

    I’m using urxvt and that’s so easy on the system, it starts instantly. I can open multiple instances without worrying about the system resources.

    I believe it uses X.org’s text rendering. X.org uses OpenGL under the hood. It’s not CPU rendered.

    Alacrity felt bulkier when I tried. I will try this too though.

  • @[email protected]
    link
    fedilink
    52 days ago

    Unless it is trying to actually look cool like “cool retro terminal” or something, I fail to see how the point. I don’t recall ever in the history of my terminal use ever thinking “man, this terminal emulator is so slow!” I mean, really… 120fps 4k terminals. Neat I guess?

    • Ephera
      link
      fedilink
      English
      71 day ago

      Do you mean best FOSS terminal for Android? To my knowledge, there’s only really Termux.