Earlier quoted context omitted.
> have to wonder at what point developers remember how anti-developer Microsoft used to be Microsoft has historically been anti-opensource, but not anti-developer. Their first product was a BASIC interpreter and in my experience throughout the 90s and early 2000s their developer ecosystem (aka Visual Studio) has really been first-class. I am not a fan of Microsoft because they have been openly hostile to open source,…
Is there anyone doing more for open source today? I hear you, but it's clear they've changed that tune dramatically.
GitHub Copilot X – Sign up for technical preview
331–340 of 771 posts
Re: GitHub Copilot X – Sign up for technical preview
#332> ChatGPT-like experience in your editor with GitHub Copilot Chat The best thing about VS Code is how you can click on the tab of the current editor and drag it out into a new self-contained window, so that you can move it to another monitor. This is such an optimal use of screen real estate. I will drag out Copilot from the main VS Code window to my right monitor, have the main editor in the center monitor, and Goog…
Re: GitHub Copilot X – Sign up for technical preview
#333Re: GitHub Copilot X – Sign up for technical preview
#334Earlier quoted context omitted.
The domain name on that authorization prompt was more than enough to get me to decline. I wouldn't have hesitated at all if it were at next.github.com.
Time to register a rogue Github Pages site at next.github.com?
Re: GitHub Copilot X – Sign up for technical preview
#335Earlier quoted context omitted.
Almost a decade ago I jumped ship as a programmer for several reasons, and since '18 I am definitely not coding at all. Friends and family have wondered much at my path and letting go of what has become the one promised career for ever larger parts of the population, and making my inroads into the arts and literature, finally settling a bit with the profession of writing on many capacities. Now I look back more gadly…
HNs version of ads
Re: GitHub Copilot X – Sign up for technical preview
#336Earlier quoted context omitted.
They’re strategically exceptional, but beyond that a lot of their products (or subsidiaries) are also dominant for good reason (vscode, GitHub). O365 and the product integration there (teams) is why they crushed slack despite slack’s headstart. Slack sold out to languish at salesforce while Microsoft will now just own that space. Cherry picking a Microsoft app for macOS is like looking at iTunes on windows, it’s not…
vscode is an incredible piece of software, better than all the paid options in my opinion, the amount of features they pump out month to month is outstanding, just a bit slow due to electron. I never understood why they put so much effort into a free product that I run from Linux and Mac, but I'm happily paying the copilot subscription so it all makes sense now.
Re: GitHub Copilot X – Sign up for technical preview
#337Earlier quoted context omitted.
> When Microsoft executes well, they’re a scary force. They were exceptional under Gates and it looks like they are again. I agree with this. And what I think is so fascinating is how much they left on the table during this very same time. Steven Sinofsky's Hardcore Software substack is an amazing read[1]. And it really shows how much they got wrong as well as how much they got right. MS is firing on all cylinders. B…
> GitHub acquisition are looking like genius moves right now Surprising that AWS didn't compete for its acquisition. They stand to lose a bunch too. That said, except for OS and Browsers, it is all coming together for Microsoft, including their XBox division.
Re: GitHub Copilot X – Sign up for technical preview
#338Earlier quoted context omitted.
Microsoft is a so well positioned on this I think Silicon Valley has forgotten what it looks like when they don’t have a horrible CEO. When Microsoft executes well, they’re a scary force. They were exceptional under Gates and it looks like they are again. There’s a massive paradigm shift we’re just at the beginning of and Microsoft has been putting pieces in place for the last couple of years. Nadella has really turn…
Masterstroke is that they are including Linux, in WSL also in windows server. They are 1 step away from being a Linux distribution that runs legacy windows software within containers :D
Re: GitHub Copilot X – Sign up for technical preview
#339Re: GitHub Copilot X – Sign up for technical preview
#340I would love to hear from other people here but I tried it for a while and dropped my subscription. For short things it was nice, but the larger the suggestion the worst it got. I found myself constantly mentally debugging the output it suggested, I do not know if it was faster but I was mentally exhausted by it, unable to go for long periods of time. Dumb code completion is predictable, I know I'll need to press dow…
Where it is pretty useful I think is in examining large chunks of poorly commented code bases, where you're using CoPilot to generate comments describing what the code is supposed to be doing, i.e. '#here we ..'.