this post was submitted on 09 May 2024
73 points (92.9% liked)

Linux

46777 readers
1878 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
 

In this episode of Zed Decoded, Thorsten talks to Mikayla, who's been leading the effort to Zed working on Linux, about the Zed's Linux version and how it's taking shape

all 39 comments
sorted by: hot top controversial new old
[–] [email protected] 16 points 3 months ago (1 children)

I feel like they’ve got couple of things wrong or they base of outdated information.

The packaging, yeah it’s still a mess if you absolutely have to put it in a native system package, but building something like Flatpak would generally be better. Or just build binaries against some common runtime like Ubuntu LTS and other distros will figure out, there’s really not much more here. It really sounds like someone wrote it in 2000’s about all distros being completely different and it’s expected to fall apart if you attempt to run it on say Fedora. They’re really not that different today. Also, universal package formats exist.

They completely skip XDG desktop portals that can provide at least huge chunk of functionality they need. There’s really no need to talk to GTK or QT directly. simply require portals and use its function for choosing file or directory. That’s it, you’ve got native file picker that also works in sandboxes.

[–] [email protected] 5 points 3 months ago

They're showing the native file picker which using XDG desktop portals.

I'm also fairly sure that the "(but of course there are competing standards)" line referred to Flatpak vs. Snap (vs. AppImage).

[–] [email protected] 14 points 3 months ago (4 children)
[–] [email protected] 13 points 3 months ago (1 children)

Some random one that appeared out of nowhere for mac only, seems the be from some company and because of that people are hyping the shit out of it.

Many places that never mentioned the other more known and editors like helix now suddenly are mentioning this one. It smells as a huge ad/marketing campaign. Not sure what the plans are for monetisation and the business plan.

[–] [email protected] 2 points 3 months ago* (last edited 3 months ago)

It's a lot more than a random text editor.

It's a text editor from (at least some of) the people that made Atom at GitHub (with the explicit premise of learning from Atom/building a faster, better, Atom).

The business plan is to sell collaboration features (e.g., remote pair programming).

[–] [email protected] 11 points 3 months ago (2 children)
[–] [email protected] 16 points 3 months ago (2 children)

So, it's trying to replace Emacs?

[–] [email protected] 15 points 3 months ago

Emacs is more of a religion.

[–] [email protected] 7 points 3 months ago (1 children)

I don't think Zed has an email client and window manager built-in.

[–] [email protected] 6 points 3 months ago
[–] [email protected] 4 points 3 months ago
[–] [email protected] 4 points 3 months ago (1 children)
[–] [email protected] 7 points 3 months ago

Thank goodness these things aren't confusingly named.

[–] [email protected] 3 points 3 months ago

Yes, a code-oriented one meant to be very fast and responsive. It's pre-alpha on Linux but compiles without any fuss for me. I haven't spent much time with it, but the only bug I've seen so far is an uncommanded theme change when switching between files.

[–] [email protected] 8 points 3 months ago (1 children)

I've been waiting for this. Been using Kate on Windows and Linux, which is great, but running Zed is just so lightweight. It's like a truly open source Sublime Text.

[–] [email protected] 17 points 3 months ago (1 children)
[–] [email protected] 5 points 3 months ago (1 children)

A wild username reference appears!

There's an editor called Kate. It's probably not named after you, but if you're young enough and the person who named you was into tech, you might be named after it.

[–] [email protected] 5 points 3 months ago (1 children)

I named myself but im into tech does that count

[–] [email protected] 4 points 3 months ago (1 children)

named myself

Programmer error: I totally missed a bunch of edge cases there. Cases 32 to 35 for sure

Buuut I'm guessing you didn't name yourself after the editor.

[–] [email protected] 1 points 3 months ago

GOOD article

[–] [email protected] 6 points 3 months ago (1 children)

Compiled it yesterday on endeavourOS, it's just 3 or 4 commands so give it a try if you're interested. Still have to use it for coding but I set it as default for some source files and it does immediately open on click, with syntax highlight (I was searching for something like this)

[–] [email protected] 1 points 3 months ago

Well, you got me to give it a try. The process seemed simple enough, but unfortunately my laptop hangs when I run cargo run --release, so looks like no Zed for me for a while (until someone builds a Flatpak).

[–] [email protected] 5 points 3 months ago

I built it on Linux , Arch … takes forever because of rust and the 1000’s of depends. Works though.

[–] [email protected] 4 points 3 months ago

Does zed have helix keybindings?

[–] [email protected] 2 points 3 months ago (1 children)

If Zed goes wrong, can we just fork it? If yes, I’d like to use it.

[–] [email protected] 6 points 3 months ago (1 children)

It's open source, so theoretically, yes.

[–] [email protected] 3 points 3 months ago (1 children)

The CLA stuff made me suspicious but probably you’re right.

[–] [email protected] 2 points 3 months ago

If they're using a CLA, that would only be used if you want them to merge your code into their codebase. If you're running a fork, that shouldn't be a problem.