this post was submitted on 27 Jun 2023
74 points (94.0% liked)

Open Source

30221 readers
218 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

I don't get why big companys are afraid of open source software.

I know that monetizing open source is hard but in exchange they would have 8 billion programmers ready, for free!

Even if they do like redhat , as controversial as it is right now, they would be better off than just closing the source.

I would be willing to pay to have the license to modify my own software even if I couldn't redistribute it afterwards.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 4 points 1 year ago

Nobody has mentioned one of the top purely technical reasons companies are reluctant to open source things: support.

I worked for a company that opened a UI design framework and people loved it, but the moment you have an outside audience, you can't just make breaking changes or pivot the direction. You have to be sure your thing is completely stable before you open it up.

They felt they couldn't move fast enough while supporting the open one, so they forked it and just maintained the public one so the private one could change faster.

There are costs to support. I'm not saying companies shouldn't do it (Google does, all the time), bit smaller companies may not be able to afford it.