Live data from Hacker News

GitHub Copilot is now available for free

github.com

201–210 of 412 posts

Re: GitHub Copilot is now available for free

#201

Microsoft would need to pay me to use Copilot. Seems like a major scam for them to learn from our code and then tell us we can’t use it to make our own competing AI systems. “Limits on use of data from the AI Services. You may not use the AI services, or data from the AI services, to create, train, or improve (directly or indirectly) any other AI service.” From https://www.microsoft.com/en/servicesagreement#13r_AISer…

"You may not use the AI services, or data from the AI services, to create, train, or improve (directly or indirectly) any other AI service" - It's not like anyone chose to indirectly train these existing systems - this means that anything published online that could be scraped and used to train something is not allowed right?

Re: GitHub Copilot is now available for free

#203

Earlier quoted context omitted.

I can't wait for IntelliJ to get where Cursor appears to be. Being able to combine a great IDE with project-level AI coding will be a huge leap forward.

I'm going to feel personally offended if Jetbrains drops the ball on this. Seriously, this here right now is the precise moment in time where people will either look back at wondering how such a clear leader managed to sink into insignificance, or not. I love IntelliJ more than my own kids, but if they don't add "the AI does not just talk about what code to create, it actually creates it, across multiple files and fo…

My experience mirrors this exactly. I loved WebStorm, but I can't use it anymore because Cursor is just a massive productivity booster for things like what you're describing.

Claude 3.5 + Cursor has fundamentally improved my productivity. It's worth the 20 dollars a month.

I've written thousands of lines of Vitest tests with it, and they have come out near perfect. It would have taken me days to write those tests by hand, but now I can just generate them and review each to make sure it works.

Intellij will have it's lunch eaten if it doesn't pursue the Cursor/Windsurf editing modality.

Re: GitHub Copilot is now available for free

#204

That free plan sounds too limited for continuous use. Is this the sort of plan that will convert non-users into paying customers? Compared to other paid plans for various AI services, this one seems like it's relatively the most enticing.

Data point: I'm going to give copilot a try now.

Re: GitHub Copilot is now available for free

#205

Earlier quoted context omitted.

This is such a common lazy cynical take on HN. “Microsoft is evil, therefore they will destroy their enterprise customer relationships by stealing their enterprise customer data, despite the fact that they explicitly state they will not do that.” I would understand this mindset when it comes to consumer uses of it, but enterprise is where Microsoft makes its money and it would have to be the dumbest business decision…

Please reconcile that idea with o365. There are areas where Microsoft knows (or at least behaves as though) they have an effective unchallenged monopoly, and off boarding is too costly an endeavour.

“Please reconcile that idea with o365”

Please explain. Vague insinuations mean nothing.

Re: GitHub Copilot is now available for free

#206

Earlier quoted context omitted.

Has anyone who uses an IDE (e.g., JetBrains, not a code editor) moved to Cursor? I've downloaded it a few times because everyone raves about it, but I've always come back almost immediately because editors can't reliably make changes across projects (among many other things)... What am I missing? FWIW I use GoLand w/ Supermaven, currently.

I've been using https://www.codegpt.ee with the Jetbrains IDEs (mainly PyCharm) and I'm pretty happy with it. You can also bring your own API key.

Yes, for non-agentic AI assisted development flow, CodeGPT is better than most IntelliJ plugins, inculding JB's own Assistant.

Re: GitHub Copilot is now available for free

#207
post #5

I ditched Copilot for Cursor and never looked back. Cursor might be the only other AI product with product market fit than ChatGPT, it's that good

Has anyone who uses an IDE (e.g., JetBrains, not a code editor) moved to Cursor? I've downloaded it a few times because everyone raves about it, but I've always come back almost immediately because editors can't reliably make changes across projects (among many other things)... What am I missing? FWIW I use GoLand w/ Supermaven, currently.

I keep my projects open in Cursor and Visual Studio at the same time. Cursor is only used to interact with the AI.

Re: GitHub Copilot is now available for free

#208

Earlier quoted context omitted.

Has anyone who uses an IDE (e.g., JetBrains, not a code editor) moved to Cursor? I've downloaded it a few times because everyone raves about it, but I've always come back almost immediately because editors can't reliably make changes across projects (among many other things)... What am I missing? FWIW I use GoLand w/ Supermaven, currently.

I keep my projects open in Cursor and Visual Studio at the same time. Cursor is only used to interact with the AI.

This is my approach as well with Cursor and Intellij IDEA.

Re: GitHub Copilot is now available for free

#209

Earlier quoted context omitted.

Please reconcile that idea with o365. There are areas where Microsoft knows (or at least behaves as though) they have an effective unchallenged monopoly, and off boarding is too costly an endeavour.

“Please reconcile that idea with o365” Please explain. Vague insinuations mean nothing.

[flagged]

Re: GitHub Copilot is now available for free

#210

Earlier quoted context omitted.

This. 1000x This. I watch people navigate code in VSCode and I want to pull my hair out. Things that I don’t even think about are hard and/or require just falling back to search. And before “there is a plugin for that”, I’m sure there is. I’m sure you can configure VSCode to be just as powerful as IDEA but the rank and file using it aren’t doing that work to install and configure a bunch of plugins. So, on average, V…

>I watch people navigate code in VSCode and I want to pull my hair out. For me it's the other way around, when I see someone using an IDE instead of a lean editor I see their struggle. Multiple seconds to open the IDE (sometimes tens of second), multi-hundred millisecond lag when opening a file, noticeable input lag. And when you have to edit a file your IDE doesn't understand, all you have is a bloated notepad. I kn…

Neovim works fine with massive codebases. Telescope is a bit slow sometimes, but given how long ripgrep takes on the same, I assume it’s simply a limitation of memory bandwidth, and not tooling.
Post reply on HN