The reasons you write open-source code: - training purposes to better yourself - as a showcase or to build up your reputation to get hired - because you have a niche need in your personal life that no one else already solved None of those reasons are invalidated by big corporations using open-source without paying back.
Is It Even Worth Working on FOSS Anymore?
41–50 of 284 posts
Re: Is It Even Worth Working on FOSS Anymore?
#42Although I agree with many of the sources of frustration mentioned in the article, there is a way: For most software projects, there should be a way to buy a commercial support license. For many, such a license should be required for use in any org which is over X employees. Even if not enforced, this way a conscientious dev can justify for paying for the license. In addition, for some of the deeper "plumbing" projec…
The above is not open source, it's a pretty common free (gratis) for limited use, paid for other use commercial/proprietary license of the type tons of non-open-source software uses. (E.g., Visual Studio.)
Re: Is It Even Worth Working on FOSS Anymore?
#43Re: Is It Even Worth Working on FOSS Anymore?
#44If you have other expectations maybe you'll find other endeavours more fulfilling. Which is sad but it is what it is.
Re: Is It Even Worth Working on FOSS Anymore?
#45Re: Is It Even Worth Working on FOSS Anymore?
#46Log4j vulnerability is mentioned. But is proprietary software more secure than FOSS?
Re: Is It Even Worth Working on FOSS Anymore?
#47As a fresh CompSci graduate, is it worth it/valuable to try and work on OSS; or am I more likely to just get in the way? If so, what are some good resources for getting started?
Surf through projects to find ones that seem to be interested in contributions. Red flags are many ignored unresolved pull requests or too much hostility in project.
Some projects have issues labeled with "beginner friendly" or some such. Have a look there and try to fix something. If it turns 9ut to be boring, move onto another project.
Re: Is It Even Worth Working on FOSS Anymore?
#48Log4j vulnerability is mentioned. But is proprietary software more secure than FOSS?
Re: Is It Even Worth Working on FOSS Anymore?
#49They are putting it wrong. You do not work on open source for compensation, but because you want to.
People who got into opensource with sole aim at scoring high profile job with some dotcom make no good for the state of opensource community.
Big, high profile open source projects die from maintainer/contributor dilution who confuse supporting an oss project with full time job.
There is a critical mass limit of such people introduced into OSS projects, past which irreversible "toxicity chain reaction" starts. Then "Foundations," "Steering Committees," "CoC councils" start to grow like barnacles on the body of the project, and it soon dies because normal people can't, and wont do this stuff.
Re: Is It Even Worth Working on FOSS Anymore?
#50If you don't want companies to use your code for free, don't publish it for free. If they violate the licence, presumably it is a case for the courts.
People have different reasons for working on open source. Some want to make money from it, others don't.
As an example, I don't know the full ElasticSearch story, but if Amazon's fork was legally allowed by the license, it worked as intended. People insist on open source precisely because they don't want to be dependent on one vendor's decisions.
Isn't ElasticSearch worth billions? Would they have become as popular if they hadn't been open source?