this post was submitted on 20 Jul 2023
392 points (95.6% liked)
Programming
17319 readers
95 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
They scanned open source repos and made an LLM out of it. Now companies can profit from open source code without contributing back to the ecosystem. The only contribution they make is the money they pay to Microsoft for Copilot. So Microsoft is profiting from OSS code and stifling its community.
Does this outweigh the free hosting of the code? IDK
They could literally always do that. Unless they changed the software, most open source licenses required nothing but maybe a mention of attribution (which no one will ever read). And some don't even require that. They could also always use FOSS tools to develop software without contributing anything back. How is Copilot different from that?
And honestly, Copilot is pretty amazing for devs. Why would I care that Microsoft profits off it when it benefits us too? While I love FOSS and all else equal would choose it every time, it's unreasonable to expect everything to be free and open source. People have to make a living somehow and open source rarely pays the bills.
I'm not sure how Microsoft is stifling the community either. They seem to have been running GitHub great and they've made a lot of great dev tools in recent years. I used to absolutely loath Microsoft, but these days they're mostly alright in my book (at least from a developer PoV). Stuff like how they've handled GitHub, creation of WSL, VS Code, etc have all been great.
yeah mostly (apart from big corporate and all the related issues), most of the stuff feels a little bit bulky/sluggy because of the overuse of web-technology (say Teams or VS Code (while being a great editor there are much faster ones)).
But Github itself is quite convenient for me to use for open source (and for work at that)...
I agree with the other comment. It's Open source after all, they could've just crawled the web otherwise.
Private repos on the other hand is a different story.
I write open source code because I want tools to exist that make the world better, coding AI allow me to make better tools faster so I'm very happy if they used some of my code to train it.
I've saved hours of research and key poking thanks to AI, these early ones are just the start especially as people use them to help make everything needed to create better ones. We'll get to the point where writing a new floss tool will be as easy as describing it briefly.