I don't need help parsing a string or iterating over a list.
GitHub Copilot for individuals available without waitlist, with free trial
81–90 of 153 posts
Re: GitHub Copilot for individuals available without waitlist, with free trial
#82Earlier quoted context omitted.
Honestly, that’s the hope. Putting together well-solved combinations of computer functionality ought to become less-skilled work as technology progresses.
If law - the human language equivalent of programming - hasn’t gotten simpler in past thousands of years as new abstractions and complications have arisen, I hold no hope for programming.
Re: GitHub Copilot for individuals available without waitlist, with free trial
#83Time for programmers to get the same rights as musicians and composers. That's clearly a remix of the work of others
They already do, no? Problem is this magical solution requires ignoring all copyright law. We can't prove it but when someone does, it'll be a legal shitshow.
And yes, MS is now monetising the work of others.
Re: GitHub Copilot for individuals available without waitlist, with free trial
#84Earlier quoted context omitted.
Honestly, that’s the hope. Putting together well-solved combinations of computer functionality ought to become less-skilled work as technology progresses.
If law - the human language equivalent of programming - hasn’t gotten simpler in past thousands of years as new abstractions and complications have arisen, I hold no hope for programming.
Re: GitHub Copilot for individuals available without waitlist, with free trial
#85Have been using Copilot in the beta and it's just been amazing. I can't remember how many times my jaw has literally dropped as it knows what I'm trying to do, or yelled "Holy sh*t!" as it feels like it's reading my mind. That said, was highly disappointed with the switch to non-free. Maybe they never did say it would remain free, but they certainly didn't advertise it wouldn't be later. I feel bait-and-switched. Yes…
Not really, $10 is reasonable even if you’re a hobbyist who never expects to generate any revenue.
Re: GitHub Copilot for individuals available without waitlist, with free trial
#86Earlier quoted context omitted.
Honestly, that’s the hope. Putting together well-solved combinations of computer functionality ought to become less-skilled work as technology progresses.
If law - the human language equivalent of programming - hasn’t gotten simpler in past thousands of years as new abstractions and complications have arisen, I hold no hope for programming.
Re: GitHub Copilot for individuals available without waitlist, with free trial
#87Re: GitHub Copilot for individuals available without waitlist, with free trial
#88Earlier quoted context omitted.
If law - the human language equivalent of programming - hasn’t gotten simpler in past thousands of years as new abstractions and complications have arisen, I hold no hope for programming.
Law is opposed to these sorts of changes due to the business model of the law firm. In the law firm world billable hours are king. Automation reduces billable hours. No law firm wants to do that.
Re: GitHub Copilot for individuals available without waitlist, with free trial
#89I've been using Copilot for a few months and... Yeah, it makes mistakes, sometimes it shows you i.e. the most common way to do something, even if that way has a bug in it. Yes, sometimes it writes a complete blunder. And yes again, sometimes there are very subtle logical mistakes in the code it proposes. But overall? It's been great ! Definitely worth the 10 bucks a month (especially with a developer salary). :insert…
Ever considered parameterization?
Re: GitHub Copilot for individuals available without waitlist, with free trial
#90I've been using Copilot for a few months and... Yeah, it makes mistakes, sometimes it shows you i.e. the most common way to do something, even if that way has a bug in it. Yes, sometimes it writes a complete blunder. And yes again, sometimes there are very subtle logical mistakes in the code it proposes. But overall? It's been great ! Definitely worth the 10 bucks a month (especially with a developer salary). :insert…
> It's excellent for quickly writing slightly repetitive test cases; Ever considered parameterization?