Live data from Hacker News

Zed, a collaborative code editor, is now open source

zed.dev

441–450 of 642 posts

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

#441
Actually kind of interested in this... I think collaborative code editing is the future of development.

I think the next evolution is also combining the collaborative code editing with a virtualized environment. Where it builds and deploys remotely or runs the code for test and validation.

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

#442
post #340

Earlier quoted context omitted.

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.

Emacs server is quite straightforward. M-x server-start in a running emacs, then emacsclient . emacsclient -c if you want to open the file in a new window, or emacsclient -t if you want to open it in your current terminal. C-x # when you're done editing the file.

myhome>> emacs --daemon

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

#443
post #398

Earlier quoted context omitted.

I don't think that's quite fair. The stackoverflow survey shows a large number of developers have made the move to Mac. Certainly not the majority, but a very healthy share. https://survey.stackoverflow.co/2023/#section-most-popular-t... Anecdotally, Mac has become very popular at my workplace, with a growing number of developers choosing Mac for their primary device. We mostly target Linux, so regardless of workstat…

I don't really consider the SO survey useful anymore. It seems to be hyper-selected to just Silicon Valley techbros, instead of either the more general US tech industry, or the worldwide tech industry. If the Silicon Valley is just a bubble, then the two bubbles I live in (life-long FOSS/Linux guy, but also deep into the hosting/transit/non-eyeball end of the Internet), every single Mac owner I know does not run OSX,…

Certainly sounds like you're hyper-selecting to your own biases and ignoring real evidence when it doesn't agree with your personal observations.

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

#444
post #343
post #340

Earlier quoted context omitted.

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

I’d rather open at 8am, close on kernel upgrade.

At least that’s how I worked with my vim tmux sessions ;)

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

#445
post #192

Earlier quoted context omitted.

Are really that many developers using Macs? Maybe I am in a different bubble/country, but most professional developers and hobbyist hackers I know have either ThinkPads or Framework laptops running Linux or sometimes Windows, if they have to.

33% according to the latest Stack Overflow developer survey. A healthy enough number to focus on that user base. I do think there are bubbles though. Macs are popular in SV, and there’s a very healthy portion of the developer community focused on this user base.

This is a pretty useless poll when trying to compare MacOS, Windows and Linux usage, because they split Linux up into different distributions. Because adding all numbers up, you get >100%, I suppose multiple-choice were allowed, which doesn't even allow adding all Linux-like operating systems together.

So not really a good Argument that MacOS is used more...

https://survey.stackoverflow.co/2023

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

#446

How many people find real time sharing helpful? I've never found it to be beneficial. I'm curious.

Zed developer here, You can come try it out with us right now if you like: https://zed.dev/channel/zed-283 Though you'll have to sign the CLA first :)

This looks really cool, but I have a suspicion my employer would be against external connections. Any distant plans in the future for an enterprise/onprem license?

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

#448
post #405
post #141

Earlier quoted context omitted.

What’s wrong with Neovim?

A lot of things, from limited keybinding support due to terminal limits, unergonomic extension language, very poor default setup, lacking good GUI, poor multicursor support, lack of core Zed's feature - collaboration

I know that's just a minor point, but I don't think you ever really need multicursor if you have access to vim features
Post reply on HN