Most of the people writing OSS do it for fun/side project/to solve a problem, not for the money. Problems come if that peace of software gets popular, they get a lot of bug reports, improvement suggestions/requests, emails, noise in general. And a person who wrote the software has a full time job, so the time available for OSS is limited. That person is probably well paid in it's current job, so the OSS has a long wa…
Most people who write OSS do it as employees for companies for whom OSS is a strategic asset.
How to pay your rent with your open source project
51–60 of 171 posts
Re: How to pay your rent with your open source project
#52Most of the people writing OSS do it for fun/side project/to solve a problem, not for the money. Problems come if that peace of software gets popular, they get a lot of bug reports, improvement suggestions/requests, emails, noise in general. And a person who wrote the software has a full time job, so the time available for OSS is limited. That person is probably well paid in it's current job, so the OSS has a long wa…
Most people who write OSS do it as employees for companies for whom OSS is a strategic asset.
OSS projects that are created by companies as a strategic move are something completely different.
Re: How to pay your rent with your open source project
#53Most of the people writing OSS do it for fun/side project/to solve a problem, not for the money. Problems come if that peace of software gets popular, they get a lot of bug reports, improvement suggestions/requests, emails, noise in general. And a person who wrote the software has a full time job, so the time available for OSS is limited. That person is probably well paid in it's current job, so the OSS has a long wa…
Most people who write OSS do it as employees for companies for whom OSS is a strategic asset.
This isn't my experience--I've worked with hundreds of developers who do open source, and only a handful were paid in any way. I don't exactly look deeply into the finances of every open source project, but my own open source projects, I've paid to run. Now, I'm aware that my experience is anecdotal, so I'm not going to confidently say that you're wrong, but I'll say that the best evidence I have (which isn't very good) doesn't match your claim. If you want to persuade me, you'll have to provide better evidence than what I already have.
Re: How to pay your rent with your open source project
#54How about dual licensing of the core software itself? That is, release the source under a copyleft license, and sell licenses to companies who won't accept the copyleft terms. For libraries and tools targeted at software developers, I think the Parity Public License [1] is a particularly good choice. Taking it further, we should be willing to challenge the strict parameters of the Open Source Definition, the Debian F…
However - by no means am I suggesting that non-commercial licenses or licenses which don't meet the other OSI or FSF criteria are wrong, or cannot be used to do good - nothing of the sort. But you need to give it another name. Some projects are using "Fair Source", for example.
Re: How to pay your rent with your open source project
#55Earlier quoted context omitted.
> Also, I think the ongoing trend to slap a thin wrapper on top of F/OSS and sell it as a service (aka "the Cloud") points to a weakness in F/OSS licensing schemes that needs to be addressed as I'm sure that almost all devs working on F/OSS don't intend their work to become part of a lock-in scheme, mass surveillance, or both, all the while not even getting contributions back. the solution to "not even getting contri…
The AGPL doesn't guarantee that you'll get contributions back. For the very few companies who are willing to touch AGPL code, they only need to make the changes available (e.g. a CD in the post is sufficient). Very few companies are willing to use it, because it creates an almost unassailable hurdle in lots of industries. It's also highly at risk at making a bunch of other projects AGPL as well.
In actual fact, being compliant with AGPL software is extremely easy. Nothing at all is expected of you if you just ship it into production as-is. And if you modify it, the only obligation is to send the modifications upstream as patches. That's it. Surely any company is capable of completing such a trivial feat.
Re: How to pay your rent with your open source project
#56Earlier quoted context omitted.
Most people who write OSS do it as employees for companies for whom OSS is a strategic asset.
I would say a lot of people yes but "Most" may not be accurate clearly there are more projects on github than there are companies which are funding OSS projects.
Re: How to pay your rent with your open source project
#57Re: How to pay your rent with your open source project
#58Earlier quoted context omitted.
Most people who write OSS do it as employees for companies for whom OSS is a strategic asset.
I would say a lot of people yes but "Most" may not be accurate clearly there are more projects on github than there are companies which are funding OSS projects.
Re: How to pay your rent with your open source project
#59I’m working on a slightly cheaper alternative to Plausible called Nibspace - it’s $1 instead of $6 for similar traffic volume. https://nibspace.com
Re: How to pay your rent with your open source project
#60Most of the people writing OSS do it for fun/side project/to solve a problem, not for the money. Problems come if that peace of software gets popular, they get a lot of bug reports, improvement suggestions/requests, emails, noise in general. And a person who wrote the software has a full time job, so the time available for OSS is limited. That person is probably well paid in it's current job, so the OSS has a long wa…