• IWriteDaCode@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    I will never be able to get behind a subscription-based terminal, with so much competition in the FOSS space for terminals, there’s just no reason to.

    • jpfreely@programming.dev
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      That’s the one problem. An LLM enhanced terminal sounds great. Sharing every command with the cloud does not.

  • syl@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    1 year ago

    I checked the about page and damn… It is a for profit company and quite a big team! It consists of 26 people (!) to build a terminal… It is probably going to be a subscription at some point… Not for me.

    • IWriteDaCode@programming.dev
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Damn, 26 people, let’s assume they get paid reasonably well, though they probably aren’t all developers. I’m going to assume 100K on average, just spit balling.

      That’s two and a half million dollars per year to build a terminal (very conservative estimate). And, like, does it reeeeealy do more then other terminals? Especially when you include different shells with plugins? AI, it’s so hot right now, but it is better than zsh or fish autocomplete? I built the simplest AI shell script to ask GPT-4 questions, easy, many FOSS options already out there, is that not good enough for people?

      Yeah, I’m just having trouble figuring out how this isn’t a waste of time and will implode when seed funding dries up.

    • traches@sh.itjust.works
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      The rust language is designed to prevent entire classes of bugs which are common in other languages, so in theory rust code should be less buggy and more “correct” for the same amount of effort.

        • snowe@programming.devM
          link
          fedilink
          arrow-up
          1
          ·
          1 year ago

          I’ve been trying to add features to the site by modifying lemmy and holy cow I completely forgot just how difficult Rust is, especially with hardly any documentation. It’s taking me hours to do something that would take 20 minutes in Kotlin or 5 in Ruby. You get a lot of safety but it does come at a cost.

          I’m still enjoying it though, but it is making my head spin.