254
submitted 5 months ago* (last edited 5 months ago) by [email protected] to c/[email protected]

It become open source just last week. Currently don't have Linux version but soon it will have. Linux Roadmap issue

top 50 comments
sorted by: hot top controversial new old
[-] [email protected] 72 points 5 months ago

I'll try it once Linux support kinda works

[-] [email protected] 33 points 5 months ago

Don't understand why they made it mac only, I don't think mac users are even aware of other apps than what Apple tells them.. :)

[-] [email protected] 14 points 5 months ago

It seems that a lot of their responses have been along the lines of: "Well, it's because I have a Mac. Good luck if you don't!"

[-] [email protected] 7 points 5 months ago

I understand that, sure, but they would have had a lot more support for this editor if it was for Linux. Now I barely ever hear about it at all in the news.

[-] RayJW 4 points 5 months ago

Hot take: but I think it makes sense. If anyone would pay for a closed source editor it's mac developers hence it made sense to chose that as your first platform to support, especially considering that they are a small startup. I don't use mac either but I think they made the right choice from a business standpoint when they were still closed source.

[-] [email protected] 5 points 5 months ago
[-] [email protected] 5 points 5 months ago

it only went open-source last week

[-] RayJW 5 points 5 months ago

Hence the wording, right decision back when they were closed source :)

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

Well yeah, I guess mac users are more used to paying for things, that's true.

load more comments (1 replies)
[-] where_am_i 21 points 5 months ago

A code editor developed for mac is a massive no go. as in forever.

load more comments (1 replies)
[-] [email protected] 54 points 5 months ago

Me as I read through the main page: this keeps getting better.

Goes to download it

oh…

[-] [email protected] 15 points 5 months ago

Like, for real, wtf

[-] [email protected] 8 points 5 months ago

Don't worry! I was also frustrated by the fact that there is only a macOS version available, but after a little digging, I found this on their FAQ:

Q: What platforms does Zed support?

A: As of now, we only support macOS.

[...]

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

See also this issue. It seems like they have already begun making a Linux version.

load more comments (3 replies)
[-] ScreaminOctopus 7 points 5 months ago

I looked for it in nixpkgs yesterday and was confused as to why it wasn't there 😮‍💨

[-] [email protected] 5 points 5 months ago

I’m using Pulsar now which is just Atom but updated.

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

It's excellent as an all-purpose IDE.

[-] [email protected] 36 points 5 months ago

A bit of gratuitous self promotion but just to let people know if you liked Atom and are still using it or maybe you migrated to a new editor and still miss Atom, it was forked as Pulsar which is entirely community-led and is seeing a lot of active development to bring it up to date. We also have a lemmy community at [email protected]

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

Thank you for your work on Pulsar.

load more comments (2 replies)
[-] [email protected] 32 points 5 months ago

I'd love to have a vscodium alternative written in a faster and more efficient language. Most editors and IDEs don't quite fit my workflow, while vscodium does.

[-] [email protected] 6 points 5 months ago

Yep, I also want a good alternative to codium which run fastly on Potato. That's why I am trying different Editor now days like Lite-Xl and other more.

[-] [email protected] 4 points 5 months ago

Does kate from KDE suffice?

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

Didn't try it yet. But, isn't it just like Gedit?

load more comments (3 replies)
[-] [email protected] 22 points 5 months ago* (last edited 5 months ago)

I was kind of put off when I saw collaborative mode, office channels bla bla. I guess because there is no point in trying to combine slack with a code editor. Do the code editor and do it good and that would be enough. When it is like this though, it feels like they are trying to throw in some popular stuff into the mix because it will help marketing.

[-] ScreaminOctopus 8 points 5 months ago

Idk, without a good collaborative mode there's really not much you can do to differentiate yourself from existing options. Without some feature like that it's hard to think of a reason to build yet another text editor.

load more comments (6 replies)
[-] [email protected] 18 points 5 months ago* (last edited 5 months ago)

So... after 9 years the guy finally realized that web technologies aren't good for something that should be fast and handle large files. And he seems to be aiming towards some collaborative / cloud money grab.

[-] [email protected] 14 points 5 months ago* (last edited 5 months ago)

... and he goes on to use Metal of all things, instead of Vulkan/MoltenVK, smh. I wouldn't expect the Linux version to see the light of day anytime soon.

[-] [email protected] 6 points 5 months ago

Well I guess he did it because it’s easier 😂 I don’t even get why this project exits, the gains over Sublime Text are minimal and people tend to go with VSCode because it’s free or some Jetbrains product for serious work because it’s way superior than all the other options.

load more comments (7 replies)
[-] [email protected] 9 points 5 months ago

It's a code editor with no Linux version. It can go on the shelf next to Arc, the browser "for tech people."

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

Linux support is coming, they haven't released version 1.0 yet

load more comments (1 replies)
[-] [email protected] 16 points 5 months ago

Road to Linux might be interesting to all linux users

https://github.com/zed-industries/zed/issues/7015

[-] [email protected] 13 points 5 months ago

I have it installed on my work laptop and give it a try every few updates. I really like it. The vim emulation is pretty fleshed out and it definitely feels a lot faster than VScode.

I believe it's kind of out of scope of the project at the moment, but I'd really love to see debugger support. It's the only thing keeping me on VS code

load more comments (1 replies)
[-] [email protected] 13 points 5 months ago

Can confirm that’s it’s very fast. Just lacking plugins at the moment.

I will watch it with great interest

[-] [email protected] 6 points 5 months ago

I hope it gets there. I was a sublime user until vs code's integrations got so far ahead that the productivity gains outweighed the slowness, but I really want it to be faster.

Do zed plugins have to be written in rust? If they do then that will slow community contributions since it's not as popular as JavaScript for vs code.

load more comments (18 replies)
[-] [email protected] 4 points 5 months ago

Sounds exactly like atom... until they killed atom

[-] [email protected] 41 points 5 months ago
[-] [email protected] 10 points 5 months ago

Exactly.

Atom being open source was why I switched to it from Sublime.

Atom's shitty performance was why I switched away to VS Code.

load more comments (2 replies)
[-] [email protected] 7 points 5 months ago* (last edited 5 months ago)

How does it compare against Lapce?

[-] [email protected] 11 points 5 months ago

Lapse is going the extensions-for-features route, cross platform from the start, is more buggy atm, slower progress (doesn't have 3 dedicated experienced devs) but is more accepting of community support.

Zed, similar goals and rust backend, probably has some monetization goals (eventual offering of live sharing code service), and Zed isn't afraid to hardcode features. Like... very hard hardcoded features, to the point that I'm kinda concerned about it. This 5min clip of Theo looking over the source code shows it pretty well https://www.youtube.com/watch?v=ZOYp6-k9HhE&t=1533

The Atom/Zed devs write the most well-documented code I've ever read. Clear variable names, perfect comment-explainations when needed, etc. I wish they would join up with Lapse.

[-] pastermil 4 points 5 months ago

Can you be more specific on these concerning hardcoded features?

load more comments (1 replies)
[-] [email protected] 4 points 5 months ago* (last edited 5 months ago)

Maybe it will be more stable and have more features than Lapce. I think so because I tried Lapce yesterday, and it was so buggy on my machine. But no doubt Lapce is a solid alternative to VSCodium and it has all the features that I want but it lacks customization and is buggy for me. I am still not sure for Zed though because I didn't tried it yet and waiting for Linux support.

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

All those features + vim mode, damn can't wait 🤤

load more comments
view more: next ›
this post was submitted on 30 Jan 2024
254 points (95.4% liked)

Open Source

29114 readers
203 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 4 years ago
MODERATORS