It's weird to show screenshot of an editor with white background, most programmers use dark themes right?
I don't.
Zed, the new code editor from Atom developers, has entered open beta
81–90 of 179 posts
Re: Zed, the new code editor from Atom developers, has entered open beta
#82Earlier quoted context omitted.
Only if you're trying to build for Windows.
No macOS is a horrible developer platform in general. The only thing that makes it remotely viable is the tireless efforts of the Homebrew project. I can't imagine thinking macOS is a good programmer OS
The GP comments throws shade at Windows. Honestly? Probably still a better developer platform than MacOS. Working on MacOS is full of not-work.
Re: Zed, the new code editor from Atom developers, has entered open beta
#83It looks interesting but, given how Atom was abruptly taken out the back and put out of its misery, are many devs are going to invest the time in going all in on Zed? EDIT: Just had a look inside the app bundle to see if they were using Electron again. Looks like this is built round WebRTC instead. EDIT2: Actually the actual 'zed' binary is just under 284MB, so maybe Zed's not built round the WebRTC framework, but ju…
> Actually the actual 'zed' binary is just under 284MB MicroEmacs for DOS was 50K.
du -hs /Applications/Sublime\ Text.app
42M /Applications/Sublime Text.app
To compare it to a peer that's cross-platform and GUI.This is about 6x as large, just for the main binary. Which pretty much always means it'll also eat a ton more memory, and probably burn lots of processor cycles while idle for no reason at all, given the way this usually works.
[EDIT] Maybe they're including debug symbols or something? Since it seems to be in beta.
Re: Zed, the new code editor from Atom developers, has entered open beta
#84Hell of a license: ---- INVESTIGATIONS, MONITORING, & NO OBLIGATION TO PRE-SCREEN CONTENT. Zed may, but is not obligated to, investigate, monitor, pre-screen, remove, refuse, or review the Service and/or Content, including Your Content and User Content, at any time. By entering into the Agreement, you hereby provide your irrevocable consent to such monitoring. You acknowledge and agree that you have no expectation of…
Not in anyway justifying it, but is this for some kind of "social" feature or does it actually relate to code you write? I wonder if this is for some kind of content moderation law compliance? It's a shitty licence but exactly the behavior that's incentivized by governments imposing content moderation rules
Re: Zed, the new code editor from Atom developers, has entered open beta
#85I like the remote code editing feature. I would love a solution that lets me write code on my iPad, including running the code locally. If I could run a server at home and connect to it it would be great. Is there anything like that?
Also see code-server (https://github.com/coder/code-server) for another option.
Re: Zed, the new code editor from Atom developers, has entered open beta
#86Hell of a license: ---- INVESTIGATIONS, MONITORING, & NO OBLIGATION TO PRE-SCREEN CONTENT. Zed may, but is not obligated to, investigate, monitor, pre-screen, remove, refuse, or review the Service and/or Content, including Your Content and User Content, at any time. By entering into the Agreement, you hereby provide your irrevocable consent to such monitoring. You acknowledge and agree that you have no expectation of…
Not in anyway justifying it, but is this for some kind of "social" feature or does it actually relate to code you write? I wonder if this is for some kind of content moderation law compliance? It's a shitty licence but exactly the behavior that's incentivized by governments imposing content moderation rules
It's incompatible with pretty much any activity. It also includes great stuff like:
> you agree to (a) provide true, accurate, current, and complete information about yourself as prompted by the registration form (the “Registration Data”), and (b) maintain and promptly update the Registration Data to keep it true, accurate, current, and complete.
> You agree not to create an Account using a false identity
Re: Zed, the new code editor from Atom developers, has entered open beta
#87Hell of a license: ---- INVESTIGATIONS, MONITORING, & NO OBLIGATION TO PRE-SCREEN CONTENT. Zed may, but is not obligated to, investigate, monitor, pre-screen, remove, refuse, or review the Service and/or Content, including Your Content and User Content, at any time. By entering into the Agreement, you hereby provide your irrevocable consent to such monitoring. You acknowledge and agree that you have no expectation of…
Thanks for pointing this out. Our whole terms-of-service is just standard boilerplate provided by our lawyers, but this part doesn't really apply to Zed. Obviously, there's no "content moderation" for project code that you collaborate on with Zed. We'll look into adjusting this to make it clearer that we don't do anything remotely concerning or invasive.
Re: Zed, the new code editor from Atom developers, has entered open beta
#88Hell of a license: ---- INVESTIGATIONS, MONITORING, & NO OBLIGATION TO PRE-SCREEN CONTENT. Zed may, but is not obligated to, investigate, monitor, pre-screen, remove, refuse, or review the Service and/or Content, including Your Content and User Content, at any time. By entering into the Agreement, you hereby provide your irrevocable consent to such monitoring. You acknowledge and agree that you have no expectation of…
Thanks for pointing this out. Our whole terms-of-service is just standard boilerplate provided by our lawyers, but this part doesn't really apply to Zed. Obviously, there's no "content moderation" for project code that you collaborate on with Zed. We'll look into adjusting this to make it clearer that we don't do anything remotely concerning or invasive.
Re: Zed, the new code editor from Atom developers, has entered open beta
#89No mention of extensibility is a big red flag, and if it isn't open-source it presents the same risk as anyone adopting Atom originally ended up getting burned by.
I felt burned by the loss of Atom. Why is this project going to be different?
Great business model but the editor is designed around it first and foremost.