Render anything inline. Save sessions and history. Powered by open web standards.

I’m trying it, and it does looks nice.

  • ExtremeDullard@lemmy.sdf.org
    link
    fedilink
    arrow-up
    74
    ·
    edit-2
    7 months ago

    Powered by open web standards

    That’s the state of computing in 2023: a browser disguised as a native app running 15 layers of Javascript is used as a friggin terminal. And nobody bats an eyelids, as if the utter insanity of it made any sense.

    And the installer is 117M compressed. That’s MEGABYTES… For a terminal!

    The mind boggles…

    • mindbleach@sh.itjust.works
      link
      fedilink
      arrow-up
      7
      ·
      7 months ago

      The only stupid part is bundling a whole browser for a webpage. HTML5 as an executable format is fantastic - all the bullshit Java promised, except people actually use it. But for some godforsaken reason, everybody ships a platform-specific… portable OS… with every single program.

      Electron and whatnot have turned “Java but good” into “Docker but awful.”

    • dan@upvote.au
      link
      fedilink
      arrow-up
      4
      ·
      7 months ago

      I don’t understand why desktop JS apps don’t use React Native at least. It’s still JavaScript but doesn’t use a browser, and renders to native UI widgets. Far lighter than Electron.

      • ☆ Yσɠƚԋσʂ ☆@lemmy.ml
        link
        fedilink
        arrow-up
        1
        arrow-down
        2
        ·
        7 months ago

        The disadvantage with React Native is that you still have to maintain a UI for each platform because it maps to native widgets while a web UI works the same on every platform.

        • dan@upvote.au
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          7 months ago

          Business/application logic can be 80-90% of an app’s code, and all of it can be reused across platforms. The actual UI rendering is just a small part of it.

          In the UI code, some of it does have to differ across platforms but it’s mostly the lower level components like buttons, text fields, etc. Some product UI code built on top of those abstractions can be reused across platforms.

          • ☆ Yσɠƚԋσʂ ☆@lemmy.ml
            link
            fedilink
            arrow-up
            2
            arrow-down
            2
            ·
            7 months ago

            Sure, but it’s still more work than a web UI, and using a web UI is a lot more flexible. For example, say you want to render a chart or some other visualization. It’s trivial to do with a web UI, but can be a tricky problem with native widgets, especially if you want to keep the UX consistent across platforms. I agree that using React Native can work fine in a lot of cases, but I can also understand the appeal of using the web UI stack. Another aspect is likely familiarity, people use the tools they know, and if somebody is already comfortable with a particular ecosystem they’re likely to leverage it.

      • fl42v@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        7 months ago

        Except it’s not: free ram is where disk cache lives, so the more free ram you have - the faster your system is (kinda)

        • merthyr1831@lemmy.world
          link
          fedilink
          arrow-up
          1
          ·
          7 months ago

          I mean, at least for Linux, I was under the impression that the disk cache only stores programs that have already been loaded once, since there’s not much point loading something from disk to cache if you never actually load it later.

  • TheEntity@kbin.social
    link
    fedilink
    arrow-up
    16
    ·
    7 months ago

    From their FAQ:

    Q: What shells does Wave Terminal support?
    A: We currently only support bash. […]

    Seems at least dishonest to advertise it as a “terminal” if it works only with a specific shell. It’s okay to have extra features enabled by escape codes emitted by the shell, but if it goes beyond that, I’d say it’s not just a terminal anymore.

    • Kawawete@reddeet.com
      link
      fedilink
      arrow-up
      0
      ·
      7 months ago

      We are used to badly optimized webapps but there’s some that definitely manage to be snappy wothout taking too much ressources

      • merthyr1831@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        7 months ago

        Not that I dont dislike electron anyway, but I’d hazard a guess that most of the jank we see in electron apps is more to do with javascript and overengineered web UI frameworks than the browser runtime. If it runs like shit in a browser then it wont be much better ported to electron.

    • Edu4rdSHL@lemmy.worldOP
      link
      fedilink
      arrow-up
      0
      arrow-down
      1
      ·
      7 months ago

      Kinda yes, sadly. However, at least they offer some reasoning for it like AI integration with the terminal.

  • nickwitha_k (he/him)@lemmy.sdf.org
    link
    fedilink
    arrow-up
    5
    ·
    7 months ago

    I’m unsure that I would find this useful. While I might want a good solution to view web content on the terminal (with a modern, w3c standards rendering engine) so that I can do less outside of the terminal, I don’t think I see the utility of using web tech to power my zsh and vim usage. I am enjoying my balance of utility and perf with kitty.

    I hope you have a good experience and share your findings.

  • danielfgom@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    7 months ago

    Too fat and unnecessary. Just use the regular bash shell that comes with your distro.

    • woelkchen@lemmy.world
      link
      fedilink
      arrow-up
      6
      ·
      7 months ago

      Bash isn’t a terminal. It’s a shell. You can run Bash within XTerm, Gnome Terminal, Konsole, or even Windows Terminal.

  • LainOfTheWired@lemy.lol
    link
    fedilink
    English
    arrow-up
    1
    ·
    7 months ago

    I just finished my perfect st build after switching from kitty. So I’m not really interested in getting something even more bloated then what I used to use.

    At least they aren’t going for the new user friendly marketing they were a few weeks back, as they have nothing that would of helped me as a new user a few years ago

  • davemeech@lemmy.ca
    link
    fedilink
    arrow-up
    1
    ·
    7 months ago

    I’m looking for a terminal like warp that’s Linux compatible and this initially looked promising but the comments on how bloated it is is discouraging.

    • Lupec@lemm.ee
      link
      fedilink
      arrow-up
      1
      ·
      7 months ago

      Closest I can think of is Warp, although right now it’s still closed source and Mac only. If there are others I’ve missed I’d love to learn more!