I've been using Copilot for a while now. I'm lucky that I don't have to pay moving forward but I would totally pay $10/mo for this. When writing tests, this thing works so well that it saves me 10-20% time writing code so $10 is nothing.
> I'm lucky that I don't have to pay moving forward but I would totally pay $10/mo for this. How? I was in beta but looks like I'm kicked out. I also verified my student status but get prompted to pay. Are you a maintainer? Have you verified that you have access?
GitHub Copilot is generally available
241–250 of 796 posts
Re: GitHub Copilot is generally available
#242There would be no issue if they trained the model on Microsoft's closed source instead.
Re: GitHub Copilot is generally available
#243Earlier quoted context omitted.
Also its users might be violating the GPL. https://www.infoworld.com/article/3627319/github-copilot-is-...
How can the user be violating the license, not the distributor? If I give you a binary that gives you a Disney movie, it's not you violating the copyright, it's me. The copilot itself is violating the copyright, not its users.
Re: GitHub Copilot is generally available
#244Earlier quoted context omitted.
You really only need one example to offset this anecdote, so here you are: https://mobile.twitter.com/mitsuhiko/status/1410886329924194... Copyright violations are a genuine concern from the outputted code, GitHub themselves have admitted it may emit raw training data rarely.
There is logic to ensure that copilot does not emit exact duplicates of code in the training set... but that logic is significantly newer than that tweet.
Re: GitHub Copilot is generally available
#245Re: GitHub Copilot is generally available
#246I'll be honest I love the technology involved in this product but I hate that it's another aspect of monetizing the efforts and humanity of millions of people. It's incredible that we're able to do these things but awful at the same time since this data was / is not theirs. Same as something like Dall-E.
Re: GitHub Copilot is generally available
#247Does copilot learn from and suggest patterns in the same codebase that you're working, or does it just pull from the huge pool of projects on GH? How well does copilot help with languages like Elixir that are less common? WIth TypeScript it's been remarkable, but that's one of the most popular and surely very familiar to devs and GH, so I would expect less popular like Elixir to not perform as well. Does copilot work…
Oh wow—a language where there are: 20 ways to do something, three of them are common, but only three others actually behave, by any standard, correctly, while being among the least-common in public code, seems like exactly the wrong kind of thing to use this for.
Shell doesn't need machine-learning autocomplete trained on existing shell scripts, it needs a hand-built aggressive linter.
Re: GitHub Copilot is generally available
#248Earlier quoted context omitted.
Your decision making delta is really $40 a year? How much is your time worth?
The time savings win is really that marginal. I'm not sure I can save more than 3 hours per year with Copilot. And this isn't saving 3 hours in a single week, this is saving a few seconds here and there accumulated over a year. Saving time with Copilot is itself a learning process and a probabilistic affair. Copilot can win you a few seconds at a time, but can easily set you back minutes if you aren't careful or expe…
Re: GitHub Copilot is generally available
#249My unpopular take: most comments here are super entitled. To paraphrase: "sure it's minblowing and the biggest productivity gain in years, but I want it FREE". Yes. You got used to it being free. And now it's not. But $10/mo is a steal. It's more than fair and far, far less than they could get. And no. They don't owe you anything. In fact, they probably host your code (often free), and less directly provide your IDE…
I'm enjoying reading some comments where people consider how much it's actually worth for their usage. Dollars brings some sober analysis. I'm sure the development and compute have a significant cost, and should be paid for.
Re: GitHub Copilot is generally available
#250Earlier quoted context omitted.
Agreed. At the very least, I was hoping they'd bundle it with the GitHub Pro subscription for individuals rather than as a separate product.
Totally agree. I was expecting to get this feature as part of my Pro subscription.