Live data from Hacker News

Edit is now open source

devblogs.microsoft.com

1–10 of 191 posts

Re: Edit is now open source

#3
Yay for finally having a default text editor that works over ssh. Managing windows servers over ssh is a bit of a pain without.

They could just have packaged nano, but oh well.

Re: Edit is now open source

#5

[flagged]

I can see why people don't like to write Rust. It is more tedious, harder because of the ownership model, and has a very steep learning curve.

What I don't get is what people have against programs written in Rust from the bottom up. They are safer to use, introduce far fewer vulnerabilities, and you can even locally reason about the code much better than in typical 'unsafe' languages like C++.

Re: Edit is now open source

#6
Edit for DOS was my favorite editor.

All the keys worked as you expect. You could select text with shift. It had find and a replace. That’s a lot more than most editors give you without config fiddling and arcane key commands.

Those simple things get almost everything I need for operating system maintenance.

Edit was the pure distilled essence of an editor.

It was a work of art really.

Re: Edit is now open source

#7
What happened to shipping yedit? From the yori project, which I recommend to everyone on windows. Why wait when it has been available for years?

(Someone mentioned ssh, which leads me to believe this one is using ansi instead of the console API.)

Post reply on HN