Some other commenters in this thread have pointed out that nobody is forcing open source developers to work on the contributions that they make, and that is strictly speaking true. But in the culture of software development, there does seem to be an ambient message often repeated or hinted at, that it is good to "give back" to open source by contributing and that it is virtuous to do so. I now am starting to rethink…
all good points. i also think what really pushes a lot of developers to do open source, and bear with me for the unpopular opinion--is ego. they love having followers, and a voice on twitter with some open source badge on their profile page. it's in a way a status symbol of "i did this important thing that a lot of people rely on, im pretty important." i highly doubt that even 5% of contributors are doing it out of t…
The Internet Relies on People Working for Free
111–120 of 375 posts
Re: The Internet Relies on People Working for Free
#112"[...] people working for free." OSS is "free" in the sense that anyone can consume the content. It's not free labor though. Most of the time, the people building OSS are gaining clout and career progression as a result of their "free work." Companies end up paying for it.
I can assure you that the overwhelming majority of people building open source software, even very popular software, are not being paid for it and it offers little value for their careers. Like most things, the top couple of percent are being used to project an upside that does not apply to everyone else.
Re: The Internet Relies on People Working for Free
#113Earlier quoted context omitted.
all good points. i also think what really pushes a lot of developers to do open source, and bear with me for the unpopular opinion--is ego. they love having followers, and a voice on twitter with some open source badge on their profile page. it's in a way a status symbol of "i did this important thing that a lot of people rely on, im pretty important." i highly doubt that even 5% of contributors are doing it out of t…
It basically boils down to whether you think people are really being altruistic, or whether it's simply reciprocal altruism.
i would honestly rather it all be backed by corps and people get paid for it without any hints of "benevolent dictators"
Re: The Internet Relies on People Working for Free
#114I am an academic. Simplistically stated, students come to study with folks who have an academic reputation (yes, I know it is much more complicated than that). A person could imagine that one place to get an academic reputation is through the development of great Free software, or other Free works such as texts.
Re: The Internet Relies on People Working for Free
#115Re: The Internet Relies on People Working for Free
#116Some other commenters in this thread have pointed out that nobody is forcing open source developers to work on the contributions that they make, and that is strictly speaking true. But in the culture of software development, there does seem to be an ambient message often repeated or hinted at, that it is good to "give back" to open source by contributing and that it is virtuous to do so. I now am starting to rethink…
Firstly, the reason I open-source most of my libraries is because, when I was a kid and learning to code, I couldn't afford or convince my parents to buy the expensive proprietary software I wanted to play with. Open source let me have access to this technology ( and to inspect how it worked ) without having to buy anything.
This is simple stuff like having GCC to compile C programs, rather than buying the intel or MS compiler.
Those early experiences got me where I am today. I contribute open-source software so that other, more junior developers have the same opportunities I did.
> There is also the idea that contributing will be great for your career development. I have found that not to be the case at all, I think that no potential or current employer has ever given a rat's ass about open source contributions, and do not consider that work as valuable when making hiring decisions. The work you are paid to do is the only thing anyone cares about. I'm not saying that that shouldn't be the case, but just that that is the case.
Again, I've never experienced this. I got my first programming job right out of high school, and my resume was filled only with various (small) open-source contributions. Without those I'm not sure what inspectable experience I would have had.
> Given then, that there's very little upside to doing open source, and most/all the benefits go to profit-making corporations, it is puzzling why do we even push for greater involvement in open source at all? It seems we shouldn't be, we should be warning people who want to contribute to Open Source that they should probably spend their time doing their own studying and personal/skill development which will allow them to succeed in the roles that they have with their current role or a role they'd like to obtain one day, for money.
Again.... the exact opposite experience. I released a moderately popular library, built a community around it, and this has opened up career opportunities for me. In the niche I work in, several interviewers had actually heard of me before I even interviewed. The scalability of open-source to distribute a positive first impression to potential employers should not be understated.
I do agree with you here:
> And the vast majority of the beneficiaries of open source will never support the project even when they are fortune 50 companies saving millions of dollars by using the work of one volunteer.
Lastly, I think the reason most people find open-source to not live up to its promises is that they do not take on leadership roles in open source organizations. Frankly, as a more senior developer now, simply being a casual contributor to a project would not add to my resume. However, being a project lead, or component lead, would. You need to target your open-source contributions to things your employers would find useful. For example, I work on mainly backend, low-level things in my current career. As much as I would like to contribute to GNOME or GTK or whatever (and I have the skills to do it), there is not enough reward to doing so, so I don't. Instead I contribute to projects that I know will ingratiate myself to future employers. Perhaps that's why our experiences are so different.
Re: The Internet Relies on People Working for Free
#117Some other commenters in this thread have pointed out that nobody is forcing open source developers to work on the contributions that they make, and that is strictly speaking true. But in the culture of software development, there does seem to be an ambient message often repeated or hinted at, that it is good to "give back" to open source by contributing and that it is virtuous to do so. I now am starting to rethink…
The response to that was that these contributions lead to jobs. But, that idea seems to have largely disappeared. There was a period where people were claiming your github account is your resume, but I haven't heard that sentiment in several years.
Re: The Internet Relies on People Working for Free
#118Earlier quoted context omitted.
There's an issue though. You spend time as you please and its fine, but ultimately current society revolves on exchanging services in a semi quantifiable manner (transactions at price). You cannot live on free contributions. I find this hybrid situation too paradoxical.
What makes you think a society relying on margin maximizing businesses is the better choice?
Re: The Internet Relies on People Working for Free
#119I feel like there is an article a week about how open source developers are being used by corporations for free labor. I think there is a fundamental misunderstanding that these journalists aren't grasping. Nobody is doing anything they don't want to do. Nobody is forced to build open source software. And, most importantly, most of these contributions aren't worth enough individually to charge for. It's only collecti…
> Nobody is doing anything they don't want to do. Nobody is forced to build open source software. Many job postings list OSS contributions as a requirement / desirable for employment. So, I'm not sure if your statement holds up. I personally know developers that contribute to OSS because of this. And many that have burnt out because of the constant need to contribute. Most OSS contributors do it for fun - but there i…
Well employers simply want to see your portfolio and coding abilities, and open public code is the easiest way to screen candidates. It's not the most ideal way of checking since there can be many good candidates that don't write OSS for fun but I suppose it's a trade off the employers are making. If you can demonstrate your coding abilities through blogging or other mediums other than OSS than that's a good way to show you know what you're talking about.
If you write OSS on the side then of course that's a bonus but definitely not a requirement. I tend to write OSS for fun but I don't feel obligated to fix issues if I don't have the time or resources unless they offer payment. Anyone can simply fork the projects and fix it themselves.
Re: The Internet Relies on People Working for Free
#120Some other commenters in this thread have pointed out that nobody is forcing open source developers to work on the contributions that they make, and that is strictly speaking true. But in the culture of software development, there does seem to be an ambient message often repeated or hinted at, that it is good to "give back" to open source by contributing and that it is virtuous to do so. I now am starting to rethink…
all good points. i also think what really pushes a lot of developers to do open source, and bear with me for the unpopular opinion--is ego. they love having followers, and a voice on twitter with some open source badge on their profile page. it's in a way a status symbol of "i did this important thing that a lot of people rely on, im pretty important." i highly doubt that even 5% of contributors are doing it out of t…