Beehaw
  • Communities
  • Create Post
  • search
    Search
  • Login
  • Sign Up
graphito ( graphito@sopuli.xyz )  to Free and Open Source Software · 2 years ago

Zed (vscode alternative) on Linux is out!

zed.dev

external-link
message-square
26
link
fedilink
  • cross-posted to:
  • linux@programming.dev
  • linux@lemmy.ml
93
external-link

Zed (vscode alternative) on Linux is out!

zed.dev

graphito ( graphito@sopuli.xyz )  to Free and Open Source Software · 2 years ago
message-square
26
link
fedilink
  • cross-posted to:
  • linux@programming.dev
  • linux@lemmy.ml
Linux when? Linux now. - Zed Blog
zed.dev
external-link
We've stabilized our Linux build, download it today!

cross-posted from: https://jlai.lu/post/8476122

Zed on Linux is out!

alert-triangle
You must log in or # to comment.
  • davehtaylor ( davehtaylor@beehaw.org ) 
    link
    fedilink
    arrow-up
    40
    ·
    edit-2
    2 years ago

    deleted by creator

    • erwan ( erwan@lemmy.ml ) 
      link
      fedilink
      arrow-up
      4
      ·
      2 years ago

      No matter how they package it, running a binary downloaded from Internet has the same attack surface

      • 4dpuzzle ( tesseract@beehaw.org ) 
        link
        fedilink
        English
        arrow-up
        5
        ·
        2 years ago

        You are right, except for one detail. Package managers almost always validate the packages using digital signatures, to avoid man-in-the-middle attacks. You don’t need to trust the network anymore. Shell scripts piped to a shell don’t have that protection. You still have to trust the developers and maintainers, though.

        • msage ( msage@programming.dev ) 
          link
          fedilink
          arrow-up
          2
          ·
          2 years ago

          Shell scripts have md5 signatures

    • shaked_coffee ( shaked_coffee@feddit.it ) 
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      2 years ago

      Agree. Not at all a security expert here, but maybe doing it inside a distrobox could be a temporary fix?

      Forget it, I just tried and it seems it gets installed in your home directory so using distrobox doesn’t change anything (apparently, but as I said I’m not an expert so feel free to correct me if I’m wrong).

      However, I’ve seen they also have it available through a bunch of package managers like nix, arch and Fedora

  • 1984 ( 1984@lemmy.today ) 
    link
    fedilink
    arrow-up
    11
    ·
    2 years ago

    It’s not really an alternative yet, it’s in alpha versions…

    But I think it will be great in a year.

    • Auzy ( Auzy@beehaw.org ) 
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      2 years ago

      deleted by creator

  • Auzy ( Auzy@beehaw.org ) 
    link
    fedilink
    arrow-up
    10
    ·
    edit-2
    2 years ago

    deleted by creator

    • macniel ( DmMacniel@feddit.org ) 
      link
      fedilink
      arrow-up
      10
      ·
      2 years ago

      Uhm yeah both are text editors trying to pass as an IDE. And alternatives don’t have to look alike either.

      • Auzy ( Auzy@beehaw.org ) 
        link
        fedilink
        arrow-up
        5
        ·
        edit-2
        2 years ago

        deleted by creator

    • davehtaylor ( davehtaylor@beehaw.org ) 
      link
      fedilink
      arrow-up
      7
      ·
      edit-2
      2 years ago

      deleted by creator

      • Auzy ( Auzy@beehaw.org ) 
        link
        fedilink
        arrow-up
        8
        ·
        edit-2
        2 years ago

        deleted by creator

  • syd ( syd@lemy.lol ) 
    link
    fedilink
    arrow-up
    10
    ·
    2 years ago

    No git tab still. Vscode > Zed for now.

  • onlinepersona ( onlinepersona@programming.dev ) 
    link
    fedilink
    English
    arrow-up
    7
    ·
    2 years ago

    Why is zed so popular? What am I missing? Looks like just any other editor…

    Anti Commercial-AI license

    • NotSteve_ ( NotSteve_@lemmy.ca ) 
      link
      fedilink
      arrow-up
      9
      ·
      2 years ago

      It’s really fast, has nice vim keybindings and has the potential to be a great open source VSCode alternative.

      I don’t use it yet since it doesn’t have a built in Python debugger but I’ve been watching it closely. I really want to switch to it someday soon

      • Lemongrab ( Lemongrab@lemmy.one ) 
        link
        fedilink
        arrow-up
        2
        ·
        2 years ago

        VSCode (or the base app used by it) is open source (see: VSCodium). It has a similar relationship to Chrome and its base Chromium, where assets and tweaks are added to brand the product. You may have been trying to say “a great open source, VSCode alternative” and I misunderstood. Just commenting to remove ambiguity.

  • ericjmorey ( ericjmorey@programming.dev ) 
    link
    fedilink
    arrow-up
    7
    ·
    2 years ago

    I’m on the Neovim train and I’m not getting off at this junction.

    But more high quality choices is a good thing.

    • xilliah ( xilliah@beehaw.org ) 
      link
      fedilink
      arrow-up
      2
      ·
      edit-2
      2 years ago

      deleted by creator

      • smiletolerantly ( smiletolerantly@awful.systems ) 
        link
        fedilink
        arrow-up
        3
        ·
        2 years ago

        I had multiple failed starts with (n)vim, always getting frustrated way before I had a usable setup, until I just used NvChad. It’s basically a preconfigured version, with all the plugins, keybinds,… you could probably want.

        It gave me something usable right out of the box. I continued tinkering with it for almost two years before moving on to my completely custom configuration.

        IMO the people that say you should start with bare (n)vim in order to learn everything from the ground up are delusional. There’s no reason you can’t learn all that stuff after you’ve actually experienced how nice the entire thing can be.

        • xilliah ( xilliah@beehaw.org ) 
          link
          fedilink
          arrow-up
          1
          ·
          edit-2
          2 years ago

          deleted by creator

          • smiletolerantly ( smiletolerantly@awful.systems ) 
            link
            fedilink
            arrow-up
            2
            ·
            2 years ago

            Yeah, getting LSP + Linter + Formatter for basically any language set up is very straightforward with NvChad.

            Debuggers/testing framework can be a little more work, but if that’s not required for you, all the better :D

            I bet there’s also plugins available that help with integrating Unity and nvim (I know there are for Godot).

            Good luck, and have fun with this rabbithole 😄

            • xilliah ( xilliah@beehaw.org ) 
              link
              fedilink
              arrow-up
              2
              ·
              edit-2
              2 years ago

              deleted by creator

              • smiletolerantly ( smiletolerantly@awful.systems ) 
                link
                fedilink
                arrow-up
                2
                ·
                2 years ago

                👀 (to both of those statements)

                • xilliah ( xilliah@beehaw.org ) 
                  link
                  fedilink
                  arrow-up
                  2
                  ·
                  edit-2
                  2 years ago

                  deleted by creator

      • IrritableOcelot ( IrritableOcelot@beehaw.org ) 
        link
        fedilink
        arrow-up
        3
        ·
        2 years ago

        Start by running vim and typing :vimtutor. You might have to install the vimtutor package. Its a good way to learn. Once you’re through the vimtutor tutorial you should be good to go, you’ll get better over time. I second recommending neovim over original vim. The command is nvim to start once installed.

      • DarkNoul ( DarkNoul@feddit.nl ) 
        link
        fedilink
        arrow-up
        3
        ·
        2 years ago

        Try LazyVim

      • ericjmorey ( ericjmorey@programming.dev ) 
        link
        fedilink
        arrow-up
        2
        ·
        2 years ago

        A couple of months ago I wrote up some instructions for someone that was trying to make the switch to neovim. They reported back that it was helpful.

        Check it out:
        https://lemmyverse.link/programming.dev/comment/9552694

        • xilliah ( xilliah@beehaw.org ) 
          link
          fedilink
          arrow-up
          3
          ·
          edit-2
          2 years ago

          deleted by creator

  • macniel ( DmMacniel@feddit.org ) 
    link
    fedilink
    arrow-up
    4
    ·
    2 years ago

    Zed is dead.

    • Zedd  ( Zedd00@lemmy.dbzer0.com ) 
      link
      fedilink
      English
      arrow-up
      6
      ·
      2 years ago

      Am not!

      • macniel ( DmMacniel@feddit.org ) 
        link
        fedilink
        arrow-up
        3
        ·
        2 years ago

        But… Marcellus Wallace went full medieval on your ass?

        • Zedd  ( Zedd00@lemmy.dbzer0.com ) 
          link
          fedilink
          English
          arrow-up
          1
          ·
          2 years ago

          That was all just good fun

    • Matt The Horwood ( mhzawadi@lemmy.horwood.cloud ) 
      link
      fedilink
      English
      arrow-up
      1
      ·
      2 years ago

      So pulsar for the win

      • macniel ( DmMacniel@feddit.org ) 
        link
        fedilink
        arrow-up
        1
        ·
        2 years ago

        Dunno, never been a fan of Atom.

        • Matt The Horwood ( mhzawadi@lemmy.horwood.cloud ) 
          link
          fedilink
          English
          arrow-up
          2
          ·
          2 years ago

          I use and keep kicking my work colleagues with the fact pulsar seems much better at being an IDE

  • t3rmit3 ( t3rmit3@beehaw.org ) 
    link
    fedilink
    arrow-up
    4
    ·
    2 years ago

    built from the ground up in Rust with a GPU-accelerated renderer

    I don’t want GPU-accelerated rendering, I want a renderer that has a solid 5 second lag, to make it look to anyone around like I type faster than 20 wpm.

  • t3rmit3 ( t3rmit3@beehaw.org ) 
    link
    fedilink
    arrow-up
    3
    ·
    2 years ago

    Every time I try a vim alternative, I get frustrated and just end up back with vim.

Free and Open Source Software

foss

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !foss@beehaw.org

If it’s free and open source and it’s also software, it can be discussed here. Subcommunity of Technology.


This community’s icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 11 users / day
  • 166 users / week
  • 839 users / month
  • 2.1K users / 6 months
  • 3.47K local subscribers
  • 23K subscribers
  • 1.28K Posts
  • 16K Comments
  • Modlog
  • mods:
  • Gaywallet (they/it) ( Gaywallet@beehaw.org ) 
  • alyaza [they/she] ( alyaza@beehaw.org ) 
  • BE: 0.19.15
  • Modlog
  • Legal
  • Instances
  • Docs
  • Code