Give up GitHub: The time has come
sfconservancy.org
Give up GitHub: The time has come
1–10 of 585 posts
Re: Give up GitHub: The time has come
#2What they're doing does feel icky, and they could have mitigated a few concerns by a) making the inventory of the full training set public and b) at least attempt to attribute if there is a direct copy (which by their own admission happens about 0.1% of the time). These seem very simple steps they could take, and takes away the "shady behavior" argument.
Re: Give up GitHub: The time has come
#3Re: Give up GitHub: The time has come
#4Re: Give up GitHub: The time has come
#5Just yesterday I had to explain the basic premise/history of Git to a young intern. I had asked him if he was using Git to manage his little pet project the company gave him to play with. “No”, he replied, he didn’t know what the company’s policy was to posting code in public on GitHub. As I explained to him that “git init” was all he needed, no GitHub or even no repository on our local GitLab was necessary, his eyes grew wide: “But how does that work??”
I’ve had to explain this same thing to multiple novice devs of various ages. It baffles me. I consider it one of the greatest ironies of software development today.
It’s like explaining to people that they could just talk to each other using a thousand means, instead of having to communicate by netcasting at each other through some shared social media platform.
Re: Give up GitHub: The time has come
#6How do you get the bulk of the users, for whom convenience and features seem to be the primary motivators, to quit?
Re: Give up GitHub: The time has come
#7The impetus for the post is apparently "co-pilot" being a commercial service. I have no dog in this fight, just giving an overview of their main argument.
Previously it was free and the noises that GitHub had given made it sound like it wasn't finished. Turns out it was.
Re: Give up GitHub: The time has come
#8Quoted post unavailable.
It totally does break licencing laws, just because Americans think they can change the terms of an agreement and relicense your code because you didn't remove it doesn't make that legal.
Re: Give up GitHub: The time has come
#9This GitHub Copilot thing is pretty polarizing. According to one of the expert papers they sollicited, it's unlikely MSFT/GitHub is breaking any copyright laws. What they're doing does feel icky, and they could have mitigated a few concerns by a) making the inventory of the full training set public and b) at least attempt to attribute if there is a direct copy (which by their own admission happens about 0.1% of the t…
IIRC they just block that suggestion if they detect it's a copy now
Re: Give up GitHub: The time has come
#10> For its part, Git was designed specifically to make software development distributed without a centralized site. Just yesterday I had to explain the basic premise/history of Git to a young intern. I had asked him if he was using Git to manage his little pet project the company gave him to play with. “No”, he replied, he didn’t know what the company’s policy was to posting code in public on GitHub. As I explained to…