Microsoft Launches Visual Studio Code, a Free Cross-Platform Code Editor
381–390 of 561 posts
Re: Microsoft Launches Visual Studio Code, a Free Cross-Platform Code Editor
#382Lots of "Microsoft" on the front page of HN.
Re: Microsoft Launches Visual Studio Code, a Free Cross-Platform Code Editor
#383Re: Microsoft Launches Visual Studio Code, a Free Cross-Platform Code Editor
#384Earlier quoted context omitted.
Is he wrong about the GPL? It actually does what he is talking about by design. Every company which uses GPL code is very careful about how they do so. A lot won't touch GPLv3 because of the newer restrictions. AGPL as well.
> Is he wrong about the GPL? Yes, even if he was talking about the GPL when he said "open source software", he would be wrong. (And if he meant the GPL, he would be wrong in using the general term "open source software" in referring to it, even if his statements were accurate for the GPL.) > It actually does what he is talking about by design. No it doesn't. He says "if you use any open-source software, you have to m…
Re: Microsoft Launches Visual Studio Code, a Free Cross-Platform Code Editor
#385Earlier quoted context omitted.
> Open source is not available to commercial companies. The way the license is written, if you use any open-source software, you have to make the rest of your software open source. If the government wants to put something in the public domain, it should. Linux is not in the public domain. Linux is a cancer that attaches itself in an intellectual property sense to everything it touches. That's the way that the license…
Is he wrong about the GPL? It actually does what he is talking about by design. Every company which uses GPL code is very careful about how they do so. A lot won't touch GPLv3 because of the newer restrictions. AGPL as well.
https://www.gnu.org/licenses/quick-guide-gplv3.html
Regardless of what one thinks about GPLv3, Ballmer could not possibly have been talking about it in 2001.
Re: Microsoft Launches Visual Studio Code, a Free Cross-Platform Code Editor
#386Earlier quoted context omitted.
By design, Nadella is getting credit by design for 'overnight changes' many years in the making. Windows 10 reflects the strategic decisions embodied in Vista. Ballmer owned enough stock that along with Gates' backing Microsoft could produce a largely incompatible new version of the Windows OS and Wall Street could like it or lump it. Gates and Ballmer have been divesting Microsoft shares and the new company is behol…
Indeed, Nadella is an opensource guy that had the chance to grow during Ballmer. While Microsoft (during Ballmer) had a slow change (going more opensource) from the bottom-to-top, there has been a faster change now from top-to-bottom. I remember Scott Hanselman, Scott Guthrie and Phil Haack (now at Github) during Ballmer as opensource contributors. Ballmer allowed opensource during his leadership, but employees would…
Re: Microsoft Launches Visual Studio Code, a Free Cross-Platform Code Editor
#387Earlier quoted context omitted.
Funny thing is most MS devs seem to think that asp.net is on its way out.
There's ASP.Net and there's ASP.Net MVC. They're very different beasts, even though the latter is/was built upon the former. ASP.Net probably is on the way out, but MVC is not.
It will never go away, there's too much code and money involved, but it won't be used for new projects.
Re: Microsoft Launches Visual Studio Code, a Free Cross-Platform Code Editor
#388Earlier quoted context omitted.
> Is he wrong about the GPL? Yes, even if he was talking about the GPL when he said "open source software", he would be wrong. (And if he meant the GPL, he would be wrong in using the general term "open source software" in referring to it, even if his statements were accurate for the GPL.) > It actually does what he is talking about by design. No it doesn't. He says "if you use any open-source software, you have to m…
He directly referenced Linux which is famously under GPLv2. You can argue with this wording if you like, but his observation is spot on and it's obvious to those are not unduly biased that he was speaking about the GPL and the licenses that were similar to it.
Sure, he used it as an example, but he also explicitly made a generality about open source software, not the GPLv2. In any case, what he said was wrong about Linux, wrong about the GPL (including GPLv2), and wrong about open source software, so arguing over which of those he was talking about is a sideshow.
> You can argue with this wording if you like, but his observation is spot on
No, its absolutely, completely false. You can use -- or even distribute -- "open source software" (or GPL software, or Linux specifically) without "all your other software" being required to become open source.
Re: Microsoft Launches Visual Studio Code, a Free Cross-Platform Code Editor
#389Earlier quoted context omitted.
This editor is built on Atom.
So is there any reason to use it instead of Atom? (assuming you're not developing with .net or C#)
Re: Microsoft Launches Visual Studio Code, a Free Cross-Platform Code Editor
#390Earlier quoted context omitted.
So it's crappy HTML and JS underneath? I was hoping for cross-platform WPF :(.
Agreed on the crappiness of the web stack for this application. But WPF isn't necessarily better. Case in point: a Bible study program where one's choice of video card actually mattered, at least in 2009 (see http://community.logos.com/forums/t/6200.aspx ). BTW, I only know about that specific example because my brother is a preacher. I think a better foundation for a cross-platform editor/IDE would be SWT, the Stand…
For decades of trying, this is the best we've managed to do for cross-platform UIs. It ain't great, but it soundly beats the alternatives.