vote up 12 vote down star
7

I've been considering the idea of working on some open source projects, mainly because of the same reasons that everyone else does it: for fun and to learn something new. But now more than ever these OS (Open Source) projects are taking more and more strength and becoming more and more popular. So, I've been thinking, are we developers killing our profession by working for free? I know there are some OS projects that pay something, but nothing compared to what you would get paid for working in a full time software company.

Think about these worst case scenarios:

  • OpenOffice or any other of these office suits brings Microsoft Office down and now Microsoft has to lay off thousands of developers because of this...
  • Linux becomes the #1 used operating system, and both Apple and Microsoft have to lay off Windows and Mac developers.

Think of this analogy:

  • What if there were "Open Source Banks"?! Where the tellers, managers, execs, etc are super friendly, worked for free, and offered some kick ass products, why go to a Bank of America and pay tons in fees, right?

In other words, what if all software became open source? This probably will never happen or even if it does there will still be plenty of jobs for us out there, but anyway, I wanted to see what other people thought of this crazy paranoia of mine :)


See Also:
http://stackoverflow.com/questions/196131/making-money-with-open-source-as-a-developer
http://stackoverflow.com/questions/116581/open-source-why-or-why-not
http://stackoverflow.com/questions/276957/the-difference-between-free-software-and-open-source-software

flag
Very interresting thoughts. Ill follow this "thread". +1 – Stefan Dec 30 '08 at 19:02
-1: Banks used to work without fees. Only recently (well, last 20 years) started charging fees for everything. In the old days, Mortgage interest used to pay the interest on savings. – S.Lott Dec 30 '08 at 19:16
Given our failed Keynesian economic system, they've had to charge fees just to retain a little bit of capital. – George Stocker Dec 30 '08 at 19:18

15 Answers

vote up 1 vote down check

It's a trade off. Yes you work for free but you're also learning - as you pointed out.

I truly think though that if an OSS project gets to the point where it would be threatening Microsoft, it would have stopped being "free" LONG before then.

This is kind of like the worry in the early 2000's (and even now to some extent) that shipping programming jobs to countries with lower incomes would put US developers out of work. It's true if you consider the logic in isolation but it breaks down when you start putting it in the "real" world.

link|flag
1  
"Yes you work for free": wrong! – ShreevatsaR Feb 18 at 22:07
1  
"This is kind of like the worry in the early 2000's (and even now to some extent) that shipping programming jobs to countries with lower incomes would put US developers out of work." Its not a 'worry' its a reality. Recently clients have told me that they'd rather outsource instead of paying the current rate. I have peers that have the same thing happening to them in other areas of the US. I wont compete with $12-15/hr rates. I'd sooner take a position at Walmart where I can leave my job at at the store, and not 'worry' that I will get called at 2am to restock an aisle without getting paid. – Optimal Solutions Jun 26 at 2:20
vote up 28 vote down

Open source does not mean working for free. Even though the products themselves are free most developers who work on larger open source projects are paid. This payment can come from either a 3rd party supporting it or from a foundation created to run the project.

Do you really think the lead developers on projects such as Open Office are doing their work for free?

Also there are normally many corporations started because of open source software based around support and installation. A lot of the time these are run by the creators of the software. Asterix is a good example of an open source project that has a corporate side based on installation and support.

link|flag
2  
Indeed. Free/Open source is about software being free, not the programmers! See e.g. dwheeler.com/oss_fs_why.html or gcn.com/online/vol1_no1/26641-1.html -- at its time of writing, 37000 of the last 38000 contributions to the Linux kernel were by programmers paid to do so. – ShreevatsaR Dec 30 '08 at 19:12
you should differentiate more. i bet most of KDE developers are free programmers – Johannes Schaub - litb Jan 23 at 18:08
vote up 15 vote down

Most developers don't work on projects like MS Office or Windows or OS X. Most work on custom software that is never seen outside of the walls of their corporation or ever heard of outside their small industry. This type of specialized software typically isn't sold and in fact isn't even the ultimate product for the companies.

Open source software is the basis of a lot of this custom software. By understanding and contributing, you make yourself very attractive to these companies.

I believe the biggest open source successes are around infrastructure-type projects (web servers and operating systems) and I would argue these are the most important to be open source.

link|flag
+1: end user applications and customizations will INCREASE as open source components become more widely used. – S.Lott Dec 30 '08 at 19:14
vote up 6 vote down

There are open source business models that make money. They generally follow one of the following patterns (or some combination):

  1. Make the software open source but sell support (e.g. Postgresql)
  2. Make the software open source but charge "bounties" to implement specific features (e.g. Reiserfs)
  3. Make the software open source but bundle some closed-source "premium" features into a commercial version (e.g. MySql).

On top of that, it depends on what kind of open source software you are working on. For infrastructure-type projects, e.g. libraries, utilities, generic servers, etc. you can actually be creating opportunities for new software industries to be created. How many web startups would be out there if they all had to pay $40K/processor Oracle licenses, webserver licenses, operating system licenses, etc.? How many Java products would never have happened if Apache Commons, Hibernate, etc. had never existed? Sometimes creating something open source can make entirely new business models possible that never existed before.

link|flag
Don't forget Red Hat - bundle and support OS software. – S.Lott Dec 30 '08 at 19:17
vote up 4 vote down

There are enough software problems that solving the OS or Office issue should just allow programmers to work on something higher-level.

It's like the argument when Microsoft included the network stack into windows 3.1--Everyone was worried that it would put companies that sold stacks out of work. I for one am fairly glad they did it, and will welcome them putting anti-virus into the OS as well.

link|flag
2  
It is better they fix all the security holes instead so we don't need anti-virus! – some Dec 30 '08 at 19:22
^ I will always fail to understand how people who are developers themselves and know the difficulties involved can remain so harsh on such capable software just because it has some bugs in it. – PhoenixRedeemer Dec 30 '08 at 20:30
vote up 2 vote down

What if there were "Open Source Banks"?! Where the tellers, managers, execs, etc are super friendly, worked for free, and offered some kick ass products, why go to a Bank of America and pay tons in fees, right?

It's not a great analogy (open source != work for nothing), but... Banking with BoA is a bad choice now; it's a terrible bank. Credit unions are actually close to what you describe, and yet commercial banks continue to... well, exist.

OpenOffice or any other of these office suits brings Microsoft Office down and now Microsoft has to lay off thousands of developers because of this...

For that to happen, OO would need to meet or surpass MSOffice in both functionality, ease of use, and support. For that to happen, MS would need to completely drop the ball. Consider the case of Internet Explorer: effectively abandoned for years, and yet still holding the majority of the market. There are other factors at work.

link|flag
vote up 2 vote down

I work on open source for a few reasons. First, obviously to improve my skill set. Second, it's fun. Probably most importantly lately though is because I'm tired of working on stuff that is possibly cool which ends up on a proprietary shelf somewhere that I can't tell anyone about. It's pretty frustrating to build something and then have it languish due to lack of funds. If I work on it for free in my spare time, it's still not "mine" and I'm basically working for free anyway. I'd rather be able to share it.

There are, however, some enlightened companies (my own included sometimes) that are willing to invest in open source development. In these cases, besides getting paid to work on open source, it's possible to maneuver such that you're getting paid to do the not so fun stuff that you'd rather not do on your own timet. Stuff like documentation, support for dependencies you don't really care about, etc. Just be careful that it doesn't get away from you :)

link|flag
vote up 1 vote down

I doubt it. Personally, open source projects start as hobbies that are used to gain new skills--skills I can sell to an eventual employer and be able to point to actual code in use that I've written.

You have to personally weigh the decision yourself. Will you develop yourself further by writing open source code? Does it give you more depth/breadth? Does it develop you in a way that you want your career to go? Better yet -- Are you getting paid to do it?

Even if all code was open source, we would all just end up as consultants. Many companies pay their employees to work on open source projects. Examples I can think of off the top of my head are IBM, RedHat, and Sun. Many companies make money with support contracts and through integrating open source. There'd still be plenty of money floating around.

link|flag
vote up 1 vote down

All software will never become open source. There is too much demand for custom software, so there will always be someone who will be willing to pay a programmer to write software just for them.

Contributing to an open source project can be somewhat like a lawyer doing pro bono work. Programmers need to be paid, but if they love programming, they'll want to donate their own time to open source projects they care about.

Programmers working on a project they love can lead to great applications that wouldn't ever see the light of day if it were a closed project.

link|flag
"There is too much demand for custom software, so there will always be someone who will be willing to pay a programmer to write software" -- that BTW, is exactly how Free software hopes things will work: programmers paid to work on custom software that will be open-source for sound business reasons. – ShreevatsaR Dec 30 '08 at 19:20
+1 For the comparison with pro bono work. That's the way I've always seen it. You get paid to work for some clients but you also like to work on some projects for free. – jasonco 12 hours ago
vote up 1 vote down

It's not so black-and-white, we also need to consider motivation...

Very few people work open source full time ... most developers, as one of the earlier answers states, work on corporate internal projects to pay the bills, then on open source projects for self fulfillment.

To put it into psychological terms, specifically Maslow's Hierarchy of Needs the day job fulfills physiological and safety needs and the aesthetic needs are partially fulfilled through the self-actualization and esteem that can be gained working on open source projects.

link|flag
vote up 1 vote down

It's actually fairly rare for an open source project to be the only competitor to any one proprietary solution, in fact most mainstream software has pretty wide commercial competition already.

So, from that point of view, there's usually much more competition going on already between providers of related commercial/proprietary solutions.

Also, speaking out of personal experience: whenever I got really involved in an open source project, it was usually due to a certain amount of "frustration" with commercial/proprietary, closed-source solutions that were simply not as feature-rich, customizable or welcoming to feature requests and support inquiries.

And honestly, I do think this "scratch your own itch mentality" is a frequent and common motivation for many open source projects and participating contributors: at some point, most projects were started because closed-source solutions were simply not as receptive w.r.t user feedback (requests/issues or just ideas).

In fact, I am really aware of several closed-source projects that I don't mind using at all, simply because they have awesome support and are really good at handling their community-basically, I don't see a need to switch to an open solution.

So, at some point it really does boil down to being able to properly interact with your customers and user community (this applies to both, closed-source and open-source), which also includes being receptive about feature requests and issues reported: if you cannot handle the community momentum that your project has caused, it may actually shoot back at you and do more harm than good, simply because it may inevitably result in a frustrated community of users, which can either mean that your community is turning away from you in order to check out alternatives, or -in an open source setting- simply fork your code and handle the problem on their own.

So, from that point of view: any type of competition usually boils down to a differing vision that was likely caused by not being receptive about this very vision in the first place.

link|flag
vote up 0 vote down

I'm not sure of the exact number stated, but as I recall, 90-95% of programmers work on internal business projects, and not on software intended for the mass market. Most, if not all open source software is intended for the mass market. So, while we may lose some work we probably won't have that much of an effect on the overall programmer demand. Unless there is some mass exodus of businesses to COTS software, rather that personalized systems, which I don't see happening in the near future I don't think there is any danger to the jobs of most programmers. Also, open source software helps create competition for commercial software in order to create more demand to further development in closed source software. Just look at how long IE was dormant before Firefox, the open source browser, started to become a serious competitor.

link|flag
vote up 0 vote down

Keep in mind that many Open Source projects do not have the same level of support as paid products. For instance, take a large company like Microsoft, ESRI, Oracle, IBM, etc. These companies make a ton of profit from consulting, services, and support way beyond the initial cost of the boxed software.

link|flag
Individual users and developers may get better support from free software projects as these can be more responsive to feature requests and bug reports than large corporations. One could debate whether this is because the typical free software user submits better quality bug reports than the typical commercial software user. Nonetheless support for commercial products can be very expensive (in upgrade costs if not in paid support charges). Finally, if you really care enough, free software comes with access to the source so there is the possibility of fixing it, or getting a third party to. – mas Jul 10 at 16:55
vote up 0 vote down

Well first of all, OO toplling Office or Linux toppling Windows are beyond unlikely. Commercial software is commercial and open source is open source for a reason.

I only use OO because it's free. If OO and Office were both free I'd choose Office in a heartbeat because OO is slow as a dog and has less features. And Linux is strictly techie... If you don't feel like all the do-it-yourself and just want something that works w/o much effort, you have to go Windows or Mac.

All the little extra touches that make software more usable and functional are what make the commercial software worth it. Why is this? Well, the open source developers abilities to feed their families don't depend on their product selling, for one.

It's no ones fault. That's just how it is. You pay for quality, you get quality. And in the times when you pay for quality and get junk, that company probably would have gone under without an open source project to take it down.

(oh, and add Photoshop to the list of commercial things EASILY better than its free counterpart Gimp)

link|flag
vote up 0 vote down

By working on OSS projects, developers contribute to the overall pool of code out there and help everyone. Myself, I'd be out of a job if it weren't for unix and Apache. A lot of great tools that make other software better and easier to use are OSS and I don't want to be where the industry would be without them.

If it were the case that OSS projects lower the number of paid development positions, great - it wouldn't be more productive to pay people to rewrite code that's already available in peer-reviewed, community-supported form.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.