Ask HN: GPL software works but what are the cons?
That being said, what are some cons to using Open Source code when developing applications for the masses? For example, is building a social network or designing a template using a GPL software package a bad business plan?
I just want to know where to start. Maybe the question I should be asking is something like this... What type of software is the Fortune 500 using and why?
[+] [-] makecheck|15 years ago|reply
For example, basing a business on GPL as you stated may be a problem because it would compel everything in the stack (including something unique built on top of established code) to be opened up...so it would be hard to build something truly competitive without showing all your cards to your competitors. Other open source licenses such as MIT's have fewer restrictions and amount to preserving copyrights and the right to reuse but without any warranties.
Of course you can only build on code that is "compatible" with the license you choose. There may be solutions that are only available under GPL licenses, in which case you have to decide to live with those restrictions or build your own.
[+] [-] rbanffy|15 years ago|reply
This is a very rare situation. If you link to GPL code, then your code has to, at least, grant GPL rights to your users. However, just using GPL code to build your code is not. I use Emacs to write code that is either interpreted by Python or compiled by GCC and nothing I write needs to be licensed as GPL. A lot of OSX is compiled with GCC and many programs on the OSX install DVD are BSD licensed.
Unless you link to a GPL-only library, you are probably safe.
As for other licenses, there are licenses like BSD and Apache. You can pick code licensed under them and use it as part of proprietary code you release. OTOH, your competitor may use the BSD-ish code you release as parts of your competing product.
[+] [-] gaius|15 years ago|reply
[+] [-] dgroves|15 years ago|reply
[+] [-] mindcrime|15 years ago|reply
http://oreilly.com/catalog/osfreesoft/book/
For example, is building a social network or designing a template using a GPL software package a bad business plan?
Using, or not using, F/OSS isn't a business plan, it's just a detail - one element of many in a business model/plan. Whether or not it's a bad idea would depend on the other elements of said model. That said, Red Hat and others have proven the validity of selling F/OSS, if that's what you're getting at.
[+] [-] starter|15 years ago|reply
[+] [-] prodigal_erik|15 years ago|reply