Why would any solo dev release open source?
-
Despite another's claim that no one else gives away services for free there are of course a number of problems with that assertion. Open Source Software is just time. I doubt any developer goes out to buy a new computer just so they can create a open source project. The vast majority by far already have everything they need. So there is no cost. Some might choose to spend extra (a domain name) but that is a choice. Almost everything else requires spending money. Consider a car mechanic. They might work for free on the local church van or youth center. But car parts are something they need to actually buy. They need to do this for every fix. What about Habitat for Humanity? During Covid there was a loose organization set up of individuals who built desks for kids that had none. What about trades (plumbing, electrician, etc) workers who donate time and money (equipment/supplies) to help out neighbors and even strangers who are having problems. Having done some work recently I can state that having just the equipment for this sort of thing is a substantial cost for even small projects. And those people probably also have a computer.
I actually agree with your examples...except... Those things don't scale like Software. A plumber can never fix 100 million pipes himself. A mechanic can never fix 100 million cars himself. The point is that if you create a software solution it may be used by 100 million people. Ah, and the mechanic may create an add-on that he sells that allows consumers to up their gas mileage. Then, 100 million people could buy it. He may even tell people how it works -- and be protected by patent protection. However, if I tell you how the software works and then you take the source and build it and use it for 100 million users there is no patent protection (and I'm glad you can't patent software). So, again, I'm just talking about protecting OSS creators so that if their package or solution does get used by 100s of millions of people by BigCorp and BigCorp didn't have to pay for any dev then somehow the original OSS dev should get her "fair share".
-
You can consider this discussion Part 2 of this one: Open Source / Source-Available / Dual-License: We Need a new license! [^] I have a few questions: 1. Has any solo developer released Open Source Software (OSS) and then been better off for it? a) there are numerous stories of OSS devs who have been so frustrated that they later yanked their software and caused great tumult 2. Why would any solo developer ever release their software as OSS? Debunked Myth Hasn't Proliferated Yet The only answer I can come up with is "They think they will be helped along by the generosity of those who use their software". But that myth has been debunked. People don't donate actual $$. If you don't believe this, watch this video of Bruno Lowagie of iText fame (text to PDF conversion) and all of his struggles. Creating OSS is actually exasperating. Open Source Survival: A Story from the Trenches - YouTube[^] The video is long but I watched it at 1.5x speed. Linus & Linux? Ok, I'll give you this one, Linus seems to have done ok, but can you name any others who have really succeeded? When you release your software as OSS you can't actually profit from others using it. You can only profit by charging for documentation or support or other on-the-side things. That means only huge companies who can build huge support structures can really make money. That means no single dev could ever really do that. I'm pretty sure OSS is now just a way for large companies to use developer's solutions without ever having to pay them. Tell my why I'm wrong.
-
Why would any solo dev release software at all? If you release it for free, no one will buy it. Obviously. Because it's free. If you release it for not-free, no one will buy it. Obviously. Because it isn't free. The only winning move is not to play.
-
jschell wrote:
I think you do not know how many software companies exist now and have been created in the past. Many fail.
I absolutely get that. I think that mostly what businesses do, is fail. It's very difficult to get a business going. IMO, Much harder than writing code. That's why I'm thinking / hoping that now that I have a great idea for a SaaS that could be offered to Companies of all sizes to run On-Prem that solves a specific problem for them, that I want to make sure if I release it to open source (and I really want to release it to Open Source) then I can protect myself so if it really takes off as I think it would that I would then be remunerated properly. It's definitely not just about the $$$ for me, because I've been a dev for 30 years. But if the thing takes off I definitely don't want to say, "oh well, I could've made happy $$ that would help my family but since I opened-sourced it I still drive a crappy car and am living paycheck to paycheck.
-
To leave a legacy. Other than posting articles here, I don't do open source software.
-
I actually agree with your examples...except... Those things don't scale like Software. A plumber can never fix 100 million pipes himself. A mechanic can never fix 100 million cars himself. The point is that if you create a software solution it may be used by 100 million people. Ah, and the mechanic may create an add-on that he sells that allows consumers to up their gas mileage. Then, 100 million people could buy it. He may even tell people how it works -- and be protected by patent protection. However, if I tell you how the software works and then you take the source and build it and use it for 100 million users there is no patent protection (and I'm glad you can't patent software). So, again, I'm just talking about protecting OSS creators so that if their package or solution does get used by 100s of millions of people by BigCorp and BigCorp didn't have to pay for any dev then somehow the original OSS dev should get her "fair share".
You can copyright source and you can patent algorithms/processes. In the US, they allow you to make ridiculous software patents, never use them, and then sue people for infringement. Patent trolls! I remember researching an algorithm I wrote to ensure that there were no patent infringements. We did not patent ourself, but keep it as a trade secret.
-
englebart said:
Host it in the cloud for them, and rent it to them.
I definitely want to do that - it’s a perfect SaaS solution but that also means all the support work of keeping the SaaS highly available etc So I’d like to also “sell the software itself so anyone can run it on-prem and support it themselves.
-
You can copyright source and you can patent algorithms/processes. In the US, they allow you to make ridiculous software patents, never use them, and then sue people for infringement. Patent trolls! I remember researching an algorithm I wrote to ensure that there were no patent infringements. We did not patent ourself, but keep it as a trade secret.
englebart said:
In the US, they allow you to make ridiculous software patents, never use them, and then sue people for infringement.
It’s a terrible thing. To me, that part is worse than the worst parts of the open source challenges. Can’t stand the trolls. It’s a crazy system bec it rewards people who can think of ideas but who cannot actually carry them out. They cannot even produce the thing but are somehow entitled to the rewards. So terrible!! The patent system should take into account if the patent holder has never produced the thing they’ve patented. Trolls!!!
-
You can consider this discussion Part 2 of this one: Open Source / Source-Available / Dual-License: We Need a new license! [^] I have a few questions: 1. Has any solo developer released Open Source Software (OSS) and then been better off for it? a) there are numerous stories of OSS devs who have been so frustrated that they later yanked their software and caused great tumult 2. Why would any solo developer ever release their software as OSS? Debunked Myth Hasn't Proliferated Yet The only answer I can come up with is "They think they will be helped along by the generosity of those who use their software". But that myth has been debunked. People don't donate actual $$. If you don't believe this, watch this video of Bruno Lowagie of iText fame (text to PDF conversion) and all of his struggles. Creating OSS is actually exasperating. Open Source Survival: A Story from the Trenches - YouTube[^] The video is long but I watched it at 1.5x speed. Linus & Linux? Ok, I'll give you this one, Linus seems to have done ok, but can you name any others who have really succeeded? When you release your software as OSS you can't actually profit from others using it. You can only profit by charging for documentation or support or other on-the-side things. That means only huge companies who can build huge support structures can really make money. That means no single dev could ever really do that. I'm pretty sure OSS is now just a way for large companies to use developer's solutions without ever having to pay them. Tell my why I'm wrong.
Open Source has been a great time and effort saver for a lot of technical architects like us. We benefit by having teams incorporate work that we don't trust our devs to accomplish in the required measure of quality and comprehensiveness. The recurring issue is always how to ensure that there are no litigatory blowbacks. The problem is that when an OSS component is incorporated there is no easy way to ensure that the transaction completes likes the one for a loaf of bread rather than the one for a hotel room where the cost escalates per person, per day and per usage. Today the market is so fragmented that individual OSS devs have no pricing power and have no consistentcy of monetization. If OSS were consolidated into something like an App Store that allowed us to use the components like you would use a packet of Lego blocks and pay legally binding fees enumerated fairly only for that slab of usage without creating legal baggage for our customers, our corporate culture would happily jump at it. PS: I'm specifically looking at Cloud Marketplaces where people pay per hour for OSS images that get deployed to infrastructure and are charged consistently, fairly and legally.
Paras Parmar, Tech Architecture and Services.
-
I guess I've never considered that, and feel better about things continuing not to consider it. :~
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx
I guess if you are getting f****d in the a** and there is nothing you can do about it, then it is best not to think about it? Is that your position?
-
I guess if you are getting f****d in the a** and there is nothing you can do about it, then it is best not to think about it? Is that your position?
I don't agree with that. For starters google has not taken my code and used it, so the hypothetical I was responding to was just that. And if I didn't enjoy what I was doing, I wouldn't do it.
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx
-
Open Source has been a great time and effort saver for a lot of technical architects like us. We benefit by having teams incorporate work that we don't trust our devs to accomplish in the required measure of quality and comprehensiveness. The recurring issue is always how to ensure that there are no litigatory blowbacks. The problem is that when an OSS component is incorporated there is no easy way to ensure that the transaction completes likes the one for a loaf of bread rather than the one for a hotel room where the cost escalates per person, per day and per usage. Today the market is so fragmented that individual OSS devs have no pricing power and have no consistentcy of monetization. If OSS were consolidated into something like an App Store that allowed us to use the components like you would use a packet of Lego blocks and pay legally binding fees enumerated fairly only for that slab of usage without creating legal baggage for our customers, our corporate culture would happily jump at it. PS: I'm specifically looking at Cloud Marketplaces where people pay per hour for OSS images that get deployed to infrastructure and are charged consistently, fairly and legally.
Paras Parmar, Tech Architecture and Services.
What bugs me is that "Open Source communities" believe that they (/Stallman) invented open source, and there is a heavy price tag on anything that comes from another source (lacking a 'copyleft' or a page of legalese reducing your freedom not only with respect to not only the 'free' code, but to your own code as well). This is utter bullshit. The two first OSes I used seriously, one for a mainframe, the second for a mini (PDP-11 class) was distributed in source form in the late 1970s. In 1979, my second year at the U, I was learning how a compiler worked by studying the source code of the standard Pascal compiler freely available form ETH Zürich. Our university subscribed to the ACM numerical algorithms library (sorry, I have forgotten the formal name of it!), distributed as Fortran IV source code. By 1980, it filled an entire shelf of heavy ring binders - a couple thousand functions, I believe (maybe it was even more than that). Internet was beginning to arrive, although slowly both in the coming and in line speeds, so tech universities started offering thousands by thousands of open source programs, available for ftp download. I guess a few CP members remember ftp.funet.fi, probably the largest open source ftp site of the day. From their very first appearance "the OSS community" has tried to take the honor for something that was decades old when they presented their manifests. They try to take it over, take control, dictate their own rights to obtain everything for free, and declaring their own virtuous idealism as the justification for their demands of control, even over your source code. Before the OSS manifests, the respect for the work of other developers were much higher. You just didn't rip off other people's code, even if it was available. OSS spread the idea that you indeed have the right to use any source code you can lay your hand on. If it carries an OSS license demanding that you make you own work available at no charge, then fine. If it does not, then there are no restrictions. OSS is similar to so many congregations: The ideals and scriptures may be fine, but the priesthood (and to some degree the congregation) can give you the creeps.
-
You can consider this discussion Part 2 of this one: Open Source / Source-Available / Dual-License: We Need a new license! [^] I have a few questions: 1. Has any solo developer released Open Source Software (OSS) and then been better off for it? a) there are numerous stories of OSS devs who have been so frustrated that they later yanked their software and caused great tumult 2. Why would any solo developer ever release their software as OSS? Debunked Myth Hasn't Proliferated Yet The only answer I can come up with is "They think they will be helped along by the generosity of those who use their software". But that myth has been debunked. People don't donate actual $$. If you don't believe this, watch this video of Bruno Lowagie of iText fame (text to PDF conversion) and all of his struggles. Creating OSS is actually exasperating. Open Source Survival: A Story from the Trenches - YouTube[^] The video is long but I watched it at 1.5x speed. Linus & Linux? Ok, I'll give you this one, Linus seems to have done ok, but can you name any others who have really succeeded? When you release your software as OSS you can't actually profit from others using it. You can only profit by charging for documentation or support or other on-the-side things. That means only huge companies who can build huge support structures can really make money. That means no single dev could ever really do that. I'm pretty sure OSS is now just a way for large companies to use developer's solutions without ever having to pay them. Tell my why I'm wrong.
I cannot really say for others but I don't really expect or care if anyone will contribute with my projects. Whatever I do as OSS was something useful to me or some concept I made up in my mind that I want out (so I can focus on other things), I maintain it working for my own needs, and I share because I think they might be just as useful to others as they are for me. These are usually so small and quick to be done (things I can get working in a week or two) that I don't care if someone will try and monetise it for themselves thus I just share. That's my opinion. Whenever I get to write something I think is worth charging for, sure I will.
- Leonardo
-
You can consider this discussion Part 2 of this one: Open Source / Source-Available / Dual-License: We Need a new license! [^] I have a few questions: 1. Has any solo developer released Open Source Software (OSS) and then been better off for it? a) there are numerous stories of OSS devs who have been so frustrated that they later yanked their software and caused great tumult 2. Why would any solo developer ever release their software as OSS? Debunked Myth Hasn't Proliferated Yet The only answer I can come up with is "They think they will be helped along by the generosity of those who use their software". But that myth has been debunked. People don't donate actual $$. If you don't believe this, watch this video of Bruno Lowagie of iText fame (text to PDF conversion) and all of his struggles. Creating OSS is actually exasperating. Open Source Survival: A Story from the Trenches - YouTube[^] The video is long but I watched it at 1.5x speed. Linus & Linux? Ok, I'll give you this one, Linus seems to have done ok, but can you name any others who have really succeeded? When you release your software as OSS you can't actually profit from others using it. You can only profit by charging for documentation or support or other on-the-side things. That means only huge companies who can build huge support structures can really make money. That means no single dev could ever really do that. I'm pretty sure OSS is now just a way for large companies to use developer's solutions without ever having to pay them. Tell my why I'm wrong.
This is a great discussion and I don't think you're wrong.
Quote:
2. Why would any solo developer ever release their software as OSS?
When it comes to a full-blown piece of software with a Git-ridden release, that one may have spent a thousand hours or more on? I'd say Jeremy Falcon came up with a good list, but do the reasons stated justify the actions? I suppose some of those started as "side projects" for those every waking moment programmers. Maybe one's hoping that it's good enough for some company to come along and buy it. It's pretty rare, but it does happen. Though I think you'd be better off getting to the MVP point and publishing it if that is your goal. On a more macro level, where you're not looking at major-scale programs, it can serve as a CV to get additional paid work. I work with a dev who posts many fully working functions as OSS, which is how I found them. And they are making some good money (in their home country) from me as well as others. In another case, I reached out to an OSS publisher I found, and they told me they were too busy with other contracts to take on new work. So, there is that aspect. The bar to creating a commercially viable product remains high today, though somewhat easier than it was in the 'pioneer days'. Which reminds me to kick myself, since back in the day, a couple of buddies and I created an actual working messenger system prior to Yahoo and MSN. My view off my back deck today might be a lot different if we put it out there as OSS?
-
You can consider this discussion Part 2 of this one: Open Source / Source-Available / Dual-License: We Need a new license! [^] I have a few questions: 1. Has any solo developer released Open Source Software (OSS) and then been better off for it? a) there are numerous stories of OSS devs who have been so frustrated that they later yanked their software and caused great tumult 2. Why would any solo developer ever release their software as OSS? Debunked Myth Hasn't Proliferated Yet The only answer I can come up with is "They think they will be helped along by the generosity of those who use their software". But that myth has been debunked. People don't donate actual $$. If you don't believe this, watch this video of Bruno Lowagie of iText fame (text to PDF conversion) and all of his struggles. Creating OSS is actually exasperating. Open Source Survival: A Story from the Trenches - YouTube[^] The video is long but I watched it at 1.5x speed. Linus & Linux? Ok, I'll give you this one, Linus seems to have done ok, but can you name any others who have really succeeded? When you release your software as OSS you can't actually profit from others using it. You can only profit by charging for documentation or support or other on-the-side things. That means only huge companies who can build huge support structures can really make money. That means no single dev could ever really do that. I'm pretty sure OSS is now just a way for large companies to use developer's solutions without ever having to pay them. Tell my why I'm wrong.
I wrote and released the SETI@Home SETIDriver application. Ended up I was the only person maintaining it but there were a couple of folks who found bugs for me that I had been unable to track down. Someone in the ARS Community built my web-site for SETIDriver. That said, I can understand how unpaid maintainers can get to a point where they just shut down. I think their decision to pull the code is wrong since they put it out as OSS, but I can definitely understand why they would pull their support.
-
You can consider this discussion Part 2 of this one: Open Source / Source-Available / Dual-License: We Need a new license! [^] I have a few questions: 1. Has any solo developer released Open Source Software (OSS) and then been better off for it? a) there are numerous stories of OSS devs who have been so frustrated that they later yanked their software and caused great tumult 2. Why would any solo developer ever release their software as OSS? Debunked Myth Hasn't Proliferated Yet The only answer I can come up with is "They think they will be helped along by the generosity of those who use their software". But that myth has been debunked. People don't donate actual $$. If you don't believe this, watch this video of Bruno Lowagie of iText fame (text to PDF conversion) and all of his struggles. Creating OSS is actually exasperating. Open Source Survival: A Story from the Trenches - YouTube[^] The video is long but I watched it at 1.5x speed. Linus & Linux? Ok, I'll give you this one, Linus seems to have done ok, but can you name any others who have really succeeded? When you release your software as OSS you can't actually profit from others using it. You can only profit by charging for documentation or support or other on-the-side things. That means only huge companies who can build huge support structures can really make money. That means no single dev could ever really do that. I'm pretty sure OSS is now just a way for large companies to use developer's solutions without ever having to pay them. Tell my why I'm wrong.
Other than altruism and advertising, I would have one very good reason to open source: not losing the source code. This happened to me once. I wrote a program called BitFont and never provided the source code. My floppies deteriorated or were thrown out and I would love to have some parts of the source code that I would have a hard time replicating, but it's gone, gone, gone! The source is not archived anywhere.
-
This is a great discussion and I don't think you're wrong.
Quote:
2. Why would any solo developer ever release their software as OSS?
When it comes to a full-blown piece of software with a Git-ridden release, that one may have spent a thousand hours or more on? I'd say Jeremy Falcon came up with a good list, but do the reasons stated justify the actions? I suppose some of those started as "side projects" for those every waking moment programmers. Maybe one's hoping that it's good enough for some company to come along and buy it. It's pretty rare, but it does happen. Though I think you'd be better off getting to the MVP point and publishing it if that is your goal. On a more macro level, where you're not looking at major-scale programs, it can serve as a CV to get additional paid work. I work with a dev who posts many fully working functions as OSS, which is how I found them. And they are making some good money (in their home country) from me as well as others. In another case, I reached out to an OSS publisher I found, and they told me they were too busy with other contracts to take on new work. So, there is that aspect. The bar to creating a commercially viable product remains high today, though somewhat easier than it was in the 'pioneer days'. Which reminds me to kick myself, since back in the day, a couple of buddies and I created an actual working messenger system prior to Yahoo and MSN. My view off my back deck today might be a lot different if we put it out there as OSS?
Thanks for joining the discussion. I believe some of my challenges are 1. Having this thing that would help a niche of users 2. Wanting to share all the details with other devs bec I believe in sharing and helping 3. Balancing that with not getting taken advantage of if the thing really does take off I believe the naive hope of every OSS dev in the beginning is that “people and companies will do the right thing if my software helps them and it gets used in big ways” That’s the world I want to live in. Unfortunately the reality is something different and you have to do all of this “legal” work up front.
-
I wrote and released the SETI@Home SETIDriver application. Ended up I was the only person maintaining it but there were a couple of folks who found bugs for me that I had been unable to track down. Someone in the ARS Community built my web-site for SETIDriver. That said, I can understand how unpaid maintainers can get to a point where they just shut down. I think their decision to pull the code is wrong since they put it out as OSS, but I can definitely understand why they would pull their support.
obermd said:
but I can definitely understand why they would pull their support.
Yes at some point when the OSS dev takes a look at her real life and discovers that she is still living in a shack eating Doritos for lunch and driving a scooter to work each day all while tons of users are clamoring for changes then it all turns sour. :-D
-
Other than altruism and advertising, I would have one very good reason to open source: not losing the source code. This happened to me once. I wrote a program called BitFont and never provided the source code. My floppies deteriorated or were thrown out and I would love to have some parts of the source code that I would have a hard time replicating, but it's gone, gone, gone! The source is not archived anywhere.
-
I actually agree with your examples...except... Those things don't scale like Software. A plumber can never fix 100 million pipes himself. A mechanic can never fix 100 million cars himself. The point is that if you create a software solution it may be used by 100 million people. Ah, and the mechanic may create an add-on that he sells that allows consumers to up their gas mileage. Then, 100 million people could buy it. He may even tell people how it works -- and be protected by patent protection. However, if I tell you how the software works and then you take the source and build it and use it for 100 million users there is no patent protection (and I'm glad you can't patent software). So, again, I'm just talking about protecting OSS creators so that if their package or solution does get used by 100s of millions of people by BigCorp and BigCorp didn't have to pay for any dev then somehow the original OSS dev should get her "fair share".
raddevus wrote:
Those things don't scale like Software.
Exactly - because of the cost. And because it cannot be copied. Certainly those that were building desks wanted to do exactly that.
raddevus wrote:
So, again, I'm just talking about protecting OSS creators so that if their package or solution does get used by 100s of millions of people by BigCorp and BigCorp didn't have to pay for any dev then somehow the original OSS dev should get her "fair share".
And as I mentioned several times - then start a company. That is how people do that that want to get paid.