• Dhrystone
    arrow-up
    49
    arrow-down
    3
    ·
    9 months ago
    link
    fedilink

    But I thought Zed was dead, honey

    • derphurr
      arrow-up
      25
      arrow-down
      3
      ·
      9 months ago
      link
      fedilink

      How in the world can you support iOS release, but not Linux? For a TEXT editor with very little graphical layer.

      • SatyrSack
        arrow-up
        17
        arrow-down
        1
        ·
        9 months ago
        link
        fedilink

        From their FAQ:

        ##What platforms does Zed support?

        As of now, we only support macOS.

        We are a small team, so it’s critical for us to be laser-focused. As a startup, one of our key priorities at this early phase is learning, and right now, we’re focused on the following questions:

        • What are the key features we need to get traction on any platform?
        • Are our assumptions about our eventual business model valid?

        While we’d love to support users on Linux and Windows, adding those platforms doesn’t really help us answer those questions. We’re investing a lot to make Zed portable, but adding other platforms comes with opportunity cost in the short-term and maintenance overhead going forward. Right now those costs don’t make sense for us.

        As Zed matures on a single platform, this cost/benefit ratio will shift, and it will make sense to expand to other platforms. We hope you’ll give it a try when that happens.

        As a general timeframe, you can expect us to begin work on supporting these platforms after Zed is open source, but before version 1.0. Any news will be posted to our platform-tracking issues.

        Linux support is listed on their roadmap.

      • Abnorc
        arrow-up
        15
        arrow-down
        3
        ·
        9 months ago
        link
        fedilink

        It’s not like there is a shortage of text editors on Linux. This is fine.

        • LufyCZ
          arrow-up
          14
          arrow-down
          0
          ·
          9 months ago
          link
          fedilink

          It’s not like there’s a shortage of text editors on MacOS either though

      • Aatube
        arrow-up
        11
        arrow-down
        3
        ·
        9 months ago
        link
        fedilink

        Firstly, you mean macOS. Secondly, the graphical APIs are completely different, and even then macOS uses BSD userland.

      • VikEnglish
        arrow-up
        6
        arrow-down
        2
        ·
        9 months ago
        edit-2
        9 months ago
        link
        fedilink

        I don’t know a great deal about this software, or if this has changed recently, but it does look as though Linux support is on their roadmap for 2024

        E: I misread, I don’t think Linux is on the table for 2024. It seems to be on their long term roadmap at least.

    • macniel
      arrow-up
      5
      arrow-down
      1
      ·
      9 months ago
      link
      fedilink

      Sooo are you down for blueberry pancakes?

  • flubba86
    arrow-up
    26
    arrow-down
    2
    ·
    9 months ago
    edit-2
    9 months ago
    link
    fedilink

    The only good thing to come from this new editor so far is the frank statement by the original Atom Developers (who invented Electron, just to run Atom) admitted that Electron is not a good solution for a code editor, because who in the heck wants to edit their code in a web browser anyway.

    Now we just need to convince the devs of Keybase and Obsidian the same.

    • LufyCZ
      arrow-up
      24
      arrow-down
      1
      ·
      9 months ago
      link
      fedilink

      Well, looking at how popular VSCode is, looks like people don’t mind the web browser thing

      • flubba86
        arrow-up
        10
        arrow-down
        3
        ·
        9 months ago
        link
        fedilink

        What VSCode uses is a super cut down and highly optimised version of electron, designed specifically to run a code editor. It’s still not as good as real native code, but a lot of people are willing to put up with it because the plugins available for VSCode are pretty good.

        • FeathercrownEnglish
          arrow-up
          7
          arrow-down
          0
          ·
          9 months ago
          link
          fedilink

          People put up with it because, really, most people don’t care if the technology is a little wacky as long as the features are good.

          • JustEnoughDucks
            arrow-up
            1
            arrow-down
            0
            ·
            9 months ago
            link
            fedilink

            For me, it is more “better than the competition. PlattormIO for example is extremely jank and I run into an out of date library that prevents it from compiling. Of course there is no error saying anything remotely related to that, so it’s at least one, 30 minute google searching session per project to correct libraries using old, broken dependencies.

            Not to mention that the build and upload buttons on the command bar literally don’t work at all. In windows I have to use the built in terminal to build or upload and in linux at least the build and upload buttons in the PIO sidebar work.

            But the problem is that it is STILL easier, faster, and has more features than the competition. In my (only embedded devices) experience, it is still faster than pieces of shit like STM32CubeIDE, MPLabX, and Eclipse as far as speed and user-friendliness. Doesn’t help that STM ships a bunch of broken HAL libraries for chips outside of their main moneymakers.

      • nephs
        arrow-up
        3
        arrow-down
        0
        ·
        9 months ago
        link
        fedilink

        You can make solutions popular with a shit ton of money. Doesn’t necessarily make them good solutions.

    • Cyberflunk
      arrow-up
      8
      arrow-down
      0
      ·
      9 months ago
      link
      fedilink

      Keybase is pretty much abandoned after Zoom acquired them.

      • flubba86
        arrow-up
        2
        arrow-down
        0
        ·
        9 months ago
        link
        fedilink

        Hmm, I somehow missed that update. Thanks for making me aware.

  • sirdorius
    arrow-up
    16
    arrow-down
    0
    ·
    9 months ago
    link
    fedilink

    Looks really awesome, going to try it out when there’s a Linux version. VSCode is great, but could use some more performant competition.

  • macniel
    arrow-up
    17
    arrow-down
    2
    ·
    9 months ago
    link
    fedilink

    No Java/Kotlin yet? And its biggest selling point seems to be the AI integration? Well that’s a hard pass then for my company and work environment.

    • Ook the Librarian
      arrow-up
      2
      arrow-down
      0
      ·
      9 months ago
      link
      fedilink

      Like they would open source Zed instead of locking it up in a museum and claiming their version is the best.

  • Juanjo SalvadorEnglish
    arrow-up
    8
    arrow-down
    1
    ·
    9 months ago
    link
    fedilink

    I was wondering what could happened with Atom. Nice to see it died to reincarnate into a powerful IDE.

    • e-five
      arrow-up
      11
      arrow-down
      0
      ·
      9 months ago
      link
      fedilink

      That note was very interesting to me, because there’s also Pulsar which is what I have been trying out, which also relates to Atom. I’m not sure if “fork” is the right word as I don’t know the complete history, but installing packages uses atom packages / github sources so it’s fairly similar. I wonder what led to this other one

      • Juanjo Salvador
        arrow-up
        8
        arrow-down
        0
        ·
        9 months ago
        link
        fedilink

        Pulsar seems more like an Atom continuation made by community. Which is really cool.

    • falsem
      arrow-up
      10
      arrow-down
      0
      ·
      9 months ago
      link
      fedilink

      I thought it was killed for VSCode since they ended up under the same umbrella.

  • some_guy
    arrow-up
    8
    arrow-down
    2
    ·
    9 months ago
    edit-2
    9 months ago
    link
    fedilink

    I saw this the other day and downloaded it on my work machine. Thanks for reminding me that I wanted to try it at home with my existing data. Very cool conceptually. We’ll see if it can unseat Sublime Text as my primary editor.

    Ed: for some reason, it only opens to a solid pink, full-screen window on my home machine. Unable to open a text file. Too bad. Maybe in the future.

  • Carighan Maconar
    arrow-up
    3
    arrow-down
    0
    ·
    9 months ago
    link
    fedilink

    Anyone used this? At work we got IntelliJ IDEA so eh, we just use the group coding feature of that, is this one cool for other languages like js or so?

  • bizdelnick
    arrow-up
    9
    arrow-down
    15
    ·
    9 months ago
    link
    fedilink

    zed has always been open source. Seems that you are just trying to squat its name, am I right?

    • miridius
      arrow-up
      21
      arrow-down
      5
      ·
      9 months ago
      edit-2
      9 months ago
      link
      fedilink

      120 stars not exactly a common household name. Meanwhile zed the editor has 12k stars, gaining or losing 120 wouldn’t even register. Your comment is delusional

      • bizdelnick
        arrow-up
        11
        arrow-down
        0
        ·
        9 months ago
        edit-2
        9 months ago
        link
        fedilink

        It is common that libraries have fewer stars than end user apps. Especially if they never spammed in communities.

        • miridius
          arrow-up
          5
          arrow-down
          1
          ·
          9 months ago
          link
          fedilink

          The reasons why almost nobody has heard of them don’t matter, the point is that nobody has heard of them - meaning they have no fame to steal or popularity to piggy back off of

  • ThannEnglish
    arrow-up
    5
    arrow-down
    12
    ·
    9 months ago
    link
    fedilink

    Unless this is a drop-in replacement for vim, I don’t wanna hear about it!