407
submitted 6 months ago* (last edited 6 months ago) by ksp@jlai.lu to c/linux@lemmy.ml

Zed is a modern open-source code editor, built from the ground up in Rust with a GPU-accelerated renderer.

top 50 comments
sorted by: hot top controversial new old
[-] bionicjoey@lemmy.ca 191 points 6 months ago

Installer is piping curl into shell

I thought we were past this as a society 😔

[-] krolden@lemmy.ml 65 points 6 months ago

Not until after you convince these projects to stop using discord

load more comments (1 replies)
[-] eager_eagle@lemmy.world 47 points 6 months ago
[-] cerement@slrpnk.net 59 points 6 months ago* (last edited 6 months ago)

ooh, available for “x86_65” on Alpine

(and they’ve fixed that now)

[-] bitcrafter@programming.dev 38 points 6 months ago* (last edited 6 months ago)

Have you really not heard of it? It is a new architecture that is a bit better than x64_64.

load more comments (1 replies)
[-] eager_eagle@lemmy.world 23 points 6 months ago

imagine the nightmare of writing a 65 bit instruction set

load more comments (4 replies)
[-] kazaika@lemmy.world 27 points 6 months ago

I mean its already in the nix repos as well as homebrew which means its essentially taken care of

load more comments (5 replies)
[-] wfh@lemm.ee 16 points 6 months ago

A curl piped into a shell or some unofficial packages from various distros.

At this point I don't get why these projects are not Flatpak-first.

[-] gravitas_deficiency@sh.itjust.works 12 points 6 months ago

There are various package manager vectors for installation listed in the docs

load more comments (15 replies)
[-] boredsquirrel@slrpnk.net 135 points 6 months ago

https://github.com/zed-industries/zed/issues/7054#issuecomment-1916315391

They auto download binaries, even proprietary ones, unsigned and without user interaction.

YEAH security!

[-] savvywolf@pawb.social 36 points 6 months ago

So they're doing the equivalent of VSCode(ium)'s extensions, but installing them automatically and not giving you the option to use alternatives?

Blegh.

[-] eager_eagle@lemmy.world 31 points 6 months ago

Why are copilot and some other functions not extensions?

tl;dr: General purpose extensions are not even implemented yet

zed is very much an early stages editor; it'll look very different a year from now

load more comments (4 replies)
[-] PushButton@lemmy.world 14 points 6 months ago

Quoting the guy:

"that rewriting those in Rust will take an eternity, so not sure what is actionable here, hence closing."

That's Rust shining from all its glories here gentlemen...

The best language, if there is nothing changing.

That's a thing to make a web server or a library that displays Fibonacci, that's something else when there are humans with changing scopes...

[-] boredsquirrel@slrpnk.net 18 points 6 months ago

Its not Rusts fault, the devs are simply lazy and making insecure products, as they dont want to rewrite everything.

[-] PushButton@lemmy.world 11 points 6 months ago

That's what I am saying.

To quote you: "they don't want to rewrite everything" ...

Writing Rust often implies major refactoring and it takes so much time to write that your requests go: "pewf" closed due to the amount of effort it takes.

Anyway, been there, done that! Zig is probably the real future; it's a joy to write, it compiles fast, clear to read, and safe.

It has shared libraries and a proper integration with existing C/CPP code base.

You should try it, that's an amazing language with a real potential to replace the legacy.

load more comments (2 replies)
load more comments (4 replies)
[-] MagisterSieran@discuss.tchncs.de 118 points 6 months ago

There ought to be a rule that posts about software releases have to say what it is.

[-] cerement@slrpnk.net 61 points 6 months ago* (last edited 6 months ago)

Zed (a high-performance code editor announced in 2022), not to be confused with Xed (a small and lightweight text editor released in 2016)

EDIT: or Yed (a small and simple terminal editor core)

[-] ksp@jlai.lu 13 points 6 months ago

My bad, it's up now

[-] cerement@slrpnk.net 48 points 6 months ago
[-] aramus@lemmy.world 39 points 6 months ago

I still don't understand why I should need GPU acceleration for my fucking TEXT EDITOR

[-] naught@sh.itjust.works 16 points 6 months ago

I mean, it should be clear. Smooth and fast and snappy. If you don't want that, use neovim like me :)

load more comments (5 replies)
load more comments (1 replies)
[-] blackboxwarrior@lemmy.ml 34 points 6 months ago

I am BEGGING for any editor other than VSCode to have decent remote development. I want to go open source but everything I've tried (remote-nvim, distant, tramp, vscodium, etc.) just doesn't cut it.

[-] potosi@lemmy.dbzer0.com 14 points 6 months ago

What in hell is remote development? You mean openssh and vim, right?

load more comments (2 replies)
load more comments (10 replies)
[-] tabular@lemmy.world 28 points 6 months ago
[-] coolmojo@lemmy.world 45 points 6 months ago

Integrated Development Environment (IDE) from the makers of Atom. It is written in rust.

[-] electricprism@lemmy.ml 17 points 6 months ago

New Editor, by Atom Devs, Rust

load more comments (2 replies)
[-] gravitas_deficiency@sh.itjust.works 13 points 6 months ago

Oh man I LOVED Atom. Giving this new one a test drive now :)

load more comments (6 replies)
[-] Virkkunen@fedia.io 12 points 6 months ago

Zed is not an IDE, it's a code editor. No, they aren't the same things, it's like saying a table and a kitchen are the same thing.

load more comments (2 replies)
load more comments (2 replies)
[-] mogoh@lemmy.ml 20 points 6 months ago

Interesting project, how ever it will be hard to compete with existing editors and its plugin eco-systems.

[-] priapus@sh.itjust.works 23 points 6 months ago

It supports LSPs, and has treesitter syntax highlighting and git integration which honestly makes it 90% of the way there already

load more comments (3 replies)
load more comments (1 replies)
[-] AVincentInSpace@pawb.social 19 points 6 months ago

I still do not understand why Zed makes such a big deal about being GPU accelerated when you'll be hard pressed to find a single text editor nowadays that isn't.

load more comments (1 replies)
[-] vrighter@discuss.tchncs.de 18 points 6 months ago

built from the ground up with rust. Why the fuck is that the first and usually only (non-)feature to mention in any project written in rust? Who the fuck cares?

I fucking hate the rust cult.

[-] UnfairUtan@lemmy.world 43 points 6 months ago

Because most things built with Rust are faster than their equivalent, especially electron-based apps.

So as a user, regardless of the cult following, i'm happy that this tech exists and is being adopted so fast.

load more comments (9 replies)
[-] ProtonBadger@lemmy.ca 29 points 6 months ago

You seem upset. Blink twice if someone is forcing you to use it.

load more comments (2 replies)
[-] markstos@lemmy.world 17 points 6 months ago

Anyone care to compare this with Helix?

[-] Bolt@lemmy.world 19 points 6 months ago

Very first impressions since I literally just downloaded before writing this, and haven't read the manual, I may change my mind with more experience.

  • It's incredibly snappy, to my eyes as fast as Helix.
  • A lot of stuff that took me a while to figure out in VS Code was immediately obvious. How to toggle inlay hints for Rust? Parameter Icon > Inlay Hints (with the keyboard shortcut there for easy toggling).
  • Interactive is generally intuitive because it seems pretty permissive. Tab vs Enter to autocomplete? Either! ctrl-shift-Z vs ctrl-Y to redo? Same thing!
  • After being so used to Helix I often reach for keybinds that don't exist. I might have to learn Vim keybinds because I'm definitely going to keep trying Zed.
  • Not sure how I feel about what seems to be an inline discord-like chat/voice-call feature.

Going to check out if there's git integration, because I couldn't easily find it.

load more comments (2 replies)
[-] pukeko@lemm.ee 11 points 6 months ago

Zed has a lot more features and is GUI-based. Helix is more focused and is CLI-based. I think a more direct comparison would be with VSCode(ium).

load more comments (5 replies)
[-] peppy@lemmy.ml 13 points 6 months ago
load more comments (2 replies)
load more comments
view more: next ›
this post was submitted on 10 Jul 2024
407 points (100.0% liked)

Linux

48939 readers
846 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS