this post was submitted on 10 Jul 2024
389 points (95.1% liked)

Linux

47233 readers
773 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
389
submitted 2 months ago* (last edited 2 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.

you are viewing a single comment's thread
view the rest of the comments
[–] coolmojo@lemmy.world 46 points 2 months ago (4 children)

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

[–] electricprism@lemmy.ml 17 points 2 months ago (1 children)

New Editor, by Atom Devs, Rust

[–] Buildout@lemmy.world 4 points 2 months ago (1 children)
[–] gravitas_deficiency@sh.itjust.works 14 points 2 months ago (1 children)

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

[–] RayJW@sh.itjust.works 8 points 2 months ago (2 children)

I think Zed is quite different from Atom. But Pulsar might be your thing. A direct fork of the last release of Atom being developed by ex Atom developers :)

[–] gravitas_deficiency@sh.itjust.works 9 points 2 months ago (1 children)

I just mean that I liked the work that the devs did on Atom, which makes me want to try this one out too

[–] RayJW@sh.itjust.works 1 points 2 months ago

Oh, in that case you might like either. I think both are great in their own way!

[–] Daeraxa@lemmy.ml 7 points 2 months ago (1 children)

Just to clarify, the Pulsar devs aren't ex-Atom devs. Some of the team are from atom-community but none of the core Pulsar team were part of the official Atom team.

[–] RayJW@sh.itjust.works 1 points 2 months ago (1 children)

Oh, interesting. In that case I misunderstood that part, I thought there were core devs of Atom involved in Pulsar, thanks :)

[–] Daeraxa@lemmy.ml 1 points 2 months ago

Watch this space for the full history, I'm literally putting the final touches on a blog post that will go into details of how Atom started then how it became Pulsar as a little celebration after we hit 3k stars.

[–] Virkkunen@fedia.io 10 points 2 months ago (2 children)

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.

[–] eager_eagle@lemmy.world 7 points 2 months ago

This distinction is not as meaningful as it used to be before LSPs; there's little a PyCharm IDE can do that you can't do in VS Code editor for example.

[–] coolmojo@lemmy.world 1 points 2 months ago

You are right, stand corrected.

[–] tabular@lemmy.world 3 points 2 months ago (1 children)

Thanks. I briefly used Atom (on Win) but stopped as it was terribly slow to startup.

What is the software license for Zed? It's Github page isn't clear.

[–] furzegulo@lemmy.dbzer0.com 15 points 2 months ago

The code for Zed itself is available under a copyleft license to ensure any improvements will benefit the entire community (GPL for the editor, AGPL for server-side components). GPUI, the UI framework that powers Zed, is distributed under the Apache 2 license, so that you can use it to build high-performance desktop applications and distribute them under any license you choose. https://zed.dev/blog/zed-is-now-open-source>