Earlier quoted context omitted.
I don't see the use itself as a problem, but rather that the result is not treated as a derivative work of the input. If I train it on GPL code, the result should be GPL, too.
This is kind of like saying that any programmer who has ever learned something from reading GPL code can only use that knowledge when writing GPL code. It's not literally copying the code. The training set isn't stored on disk and regurgitated. Also - there is logic in copilot that checks to make sure it is not suggesting exact duplicates of code from its training set, and if it does, it never sends them to the user.
GitHub Copilot is generally available
231–240 of 796 posts
Re: GitHub Copilot is generally available
#232Earlier quoted context omitted.
What? Should I have to reimburse the author of every tutorial and Stack Overflow post I read on my journey to becoming a software engineer?
They intentionally opted in to sharing their work with you in a certain way. If someone copy pasted stack overflow answers and made them into a book, which they sold for money, that would be wrong.
Re: GitHub Copilot is generally available
#233I've been using Copilot non-stop on every hobby project I have ever since they've let me in (2021/07/13) and I am honestly flabbergasted they think it's worth 10$/mo. My experience using it till this day is the following: - It's an amazing all-rounder autocomplete for most boilerplate code. Generally anything that someone who's spent 5 minutes reading the code can do, Copilot can do just as well. - It's terrible if y…
Re: GitHub Copilot is generally available
#234Earlier quoted context omitted.
> train on open source projects To be specific, the FAQ states: "It has been trained on natural language text and source code from publicly available sources, including code in public repositories on GitHub." Some have raised concerns that Copilot violates at least the spirit of many open source licenses, laundering otherwise unusable code by sprinkling magic AI dust... most likely leaving the Copilot user responsibl…
Yep. The only reason it hasn't been utterly dogpiled by lawyers is that far fewer people care about code than other forms of IP. If I made an AI assistant called PhotoStar to help with digital art and it just attaches Big Bird's face onto a character in my children's book I'm going to get sued. "Hey now, I just hit paste , the software pressed copy by itself" is not going to hold up.
Re: GitHub Copilot is generally available
#235I've enjoyed using it for free, but not sure it's worth the $10/mo yet. When it works great, it's a nice-to-have for speeding up development but has yet to give me anything I wouldn't be able to just write myself. And when I wish it would give me the answer to something I don't know how to do, it spits out something very wrong. Also feels kind of icky to train on open source projects and then charge for the output.
How can it help you to speed up development but not be worth 10$/month. Your hourly rate can’t be that low.
Re: GitHub Copilot is generally available
#236I've been using Copilot non-stop on every hobby project I have ever since they've let me in (2021/07/13) and I am honestly flabbergasted they think it's worth 10$/mo. My experience using it till this day is the following: - It's an amazing all-rounder autocomplete for most boilerplate code. Generally anything that someone who's spent 5 minutes reading the code can do, Copilot can do just as well. - It's terrible if y…
I've also been using this for months, and would not pay for it. I think i might be getting it for free actually as I haven't been asked to pay yet. I came to the same conclusion as you, you can see comments I made elsewhere in this thread. I'm not thrilled with it.
I've tried it with a few projects with different languages and it's not worth anything close to that $10/m fee personally.
It's OK at filling in a line here and there if it's boilerplate-type code but otherwise, it's like a beginner programmer at best.
Re: GitHub Copilot is generally available
#237Copilot is a steal at $10/m. HN can set itself apart from Twitter and Reddit by celebrating great achievements rather than tearing them down. Copilot stands on the shoulders of open source, yes. So do many of our personal and commercial projects. Copilot benefitted from having beta users. That relationship went both ways. A big thanks to the Copilot team for letting us be a part of the beta. I will happily pay $10/m…
agree !!! as any burgler-thief-attorney will tell you, it is *totally worth it*Re: GitHub Copilot is generally available
#238I've been using Copilot non-stop on every hobby project I have ever since they've let me in (2021/07/13) and I am honestly flabbergasted they think it's worth 10$/mo. My experience using it till this day is the following: - It's an amazing all-rounder autocomplete for most boilerplate code. Generally anything that someone who's spent 5 minutes reading the code can do, Copilot can do just as well. - It's terrible if y…
Github Copilot is on the fence for me between yes/no at $100 per year. I agree that you should rarely if ever allow Copilot to write multiple lines, as your double-checking or debugging time is going to exceed your time savings — the probability of good-looking but bad code is just that high right now. In order to experience a net time-win you'll likely want to be an intermediate at whatever you're doing. If it were…
Re: GitHub Copilot is generally available
#239Earlier quoted context omitted.
What? Should I have to reimburse the author of every tutorial and Stack Overflow post I read on my journey to becoming a software engineer?
They intentionally opted in to sharing their work with you in a certain way. If someone copy pasted stack overflow answers and made them into a book, which they sold for money, that would be wrong.
Copilot is different - it clearly takes a lot of skill and effort to turn a bunch of GitHub repos into a fancy autocomplete system.
Re: GitHub Copilot is generally available
#240Earlier quoted context omitted.
Github Copilot is on the fence for me between yes/no at $100 per year. I agree that you should rarely if ever allow Copilot to write multiple lines, as your double-checking or debugging time is going to exceed your time savings — the probability of good-looking but bad code is just that high right now. In order to experience a net time-win you'll likely want to be an intermediate at whatever you're doing. If it were…
Your decision making delta is really $40 a year? How much is your time worth?
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 experienced. It's the probability of a downward spike in time-win that makes it such a gamble. Such complex deals just turns on the cautious side of my brain.