Live data from Hacker News

Zed, a collaborative code editor, is now open source

zed.dev

341–350 of 642 posts

Re: Zed, a collaborative code editor, is now open source

#341
post #166

Earlier quoted context omitted.

> it's not for developers. What? Who is it for then?

Mostly for SV startup folks. In other words: Apple fanboys. Jokes aside, the US is notoriously dominated by Apple, but it's not the same worldwide.

The dev profession is notoriously dominated by Apple. It’s weird to say that something that’s only for Mac is not for developers.

Re: Zed, a collaborative code editor, is now open source

#342
post #258
post #21

i've heared about Zed for a long time and it seems promising but as long as it's not on windows/linux it's not for developers.

Ah yes windows, the classic developer OS.

You jest, but as famously emphasized by Steve Ballmer [0], Microsoft was (is?) all about developers!

[0] https://www.youtube.com/watch?v=KMU0tzLwhbE

Re: Zed, a collaborative code editor, is now open source

#343
post #340

Earlier quoted context omitted.

I’m really picky about my tools in general and latency in particular, and I give Zed a spin from time to time, it’s sweet. Clean, minimal design aesthetic, tree-sitter, tight code, it’s a nice bit of work and I dig it a lot. But emacs 29 with the right flags and a tuned GC (no one does this! it’s got a heap-size from the 80s!) is just as snappy and has more amazing packages than VSCode. There’s a market for people wh…

How do you get a reasonably fancy Emacs to start up/open files quickly? Every time I try to get into EMacs after adding a few packages it becomes painfully slow to open a file for editing. Then I try to understand Emacs server, then I fail / give up and go back to vim.

Open it at 8am, close it at 8pm

Re: Zed, a collaborative code editor, is now open source

#344

Earlier quoted context omitted.

Hey! Engineer at Zed here. Linux port is on our roadmap. Hopefully we'll get it done this year!

What kind of help do you need to make this happen?

I was curious myself what the hurdle is and so I checked out the latest tag and followed along with https://github.com/zed-industries/zed/blob/v0.119.18/.github... and it went ok except for building https://github.com/zed-industries/zed/tree/v0.119.18/crates/... which puked because https://github.com/zed-industries/zed/blob/v0.119.18/crates/... is the only one

so, my strong suspicion is that porting gpui is the long pole, since it is apparently just going to do its own gui toolkit

Re: Zed, a collaborative code editor, is now open source

#345

I am just wondered, how many lines of codes people writes every day, that code-editor speed is so important?

I dont think is much about how much you write, is more like your brain consciously and subconsciously keep track of how enjoyable/frustrating is to any use any given tool (or perform any given action), for developers that includes the code editor, and some developers percieve speed as one of the most important features to make it enjoyable

I think it’s more that slowness makes things less enjoyable. Snappy should be the baseline. I love IntelliJ, but the fact that it often just decides to randomly re-index, slowing the whole system to a crawl, makes the experience of using it extremely frustrating.

Re: Zed, a collaborative code editor, is now open source

#346
post #87

That's great news. I actually like their zed font [1] which is custom-built from Iosevka. [2]. [1] https://github.com/zed-industries/zed-fonts [2] https://github.com/be5invis/Iosevka

> https://github.com/zed-industries/zed-fonts Image of Zed Mono for the similarly-curious: https://twitter.com/devongovett/status/1672307153699471360

https://pbs.twimg.com/media/FzU5gHBakAUfvDv?format=jpg&name=...

Re: Zed, a collaborative code editor, is now open source

#347
post #158

Earlier quoted context omitted.

nano, pico, vim, VS Code, Brackets, Notepadqq, Gedit, Kate, Leafpad, Geany

I was particularly looking for collaborative editing; two people editing the same file at once and each has a local copy of the file so they can run the code. Perhaps one could use a normal editor for this if there were some underlying command-line tool and/or plugin to do the actual file synchronization. Do you know of any?

GNU Screen does this https://www.gnu.org/software/screen/manual/html_node/Multius...

See also the list of ways of doing collaborative editing in emacs: https://www.emacswiki.org/emacs/CollaborativeEditing

Re: Zed, a collaborative code editor, is now open source

#350
post #341

Earlier quoted context omitted.

Mostly for SV startup folks. In other words: Apple fanboys. Jokes aside, the US is notoriously dominated by Apple, but it's not the same worldwide.

The dev profession is notoriously dominated by Apple. It’s weird to say that something that’s only for Mac is not for developers.

That's most definitely a US centric view. There's a much bigger world out there
Post reply on HN