Linus Torvalds on Why Open Source Solves the Biggest Problems
1–9 of 9 posts
Re: Linus Torvalds on Why Open Source Solves the Biggest Problems
#2Re: Linus Torvalds on Why Open Source Solves the Biggest Problems
#3Are there disadvantages to open source? What about security? Isn't it easier to find vulnerabilities if you have the source code?
Re: Linus Torvalds on Why Open Source Solves the Biggest Problems
#4Are there disadvantages to open source? What about security? Isn't it easier to find vulnerabilities if you have the source code?
Re: Linus Torvalds on Why Open Source Solves the Biggest Problems
#5Are there disadvantages to open source? What about security? Isn't it easier to find vulnerabilities if you have the source code?
Re: Linus Torvalds on Why Open Source Solves the Biggest Problems
#6Are there disadvantages to open source? What about security? Isn't it easier to find vulnerabilities if you have the source code?
As a user, the main disadvantage I see in using open source libraries is that the person that provides it to you for free might stop maintaining it. So sometimes going the paid, non free software way could be beneficial. I'm thinking of typical enterprise app libraries like WYSIWYG editors, spreadsheets, etc.. In desktop app, the open source front-ends are generally less beginner friendly than those of closed source…
Re: Linus Torvalds on Why Open Source Solves the Biggest Problems
#7Re: Linus Torvalds on Why Open Source Solves the Biggest Problems
#8Great software requires great software developers. That’s it. It has nothing to do with whether it is Open Source or not. Open Source is not a magical wand that will turn bad developers into great developers.
Even if paid to develop opensource code, having to publish may "fend off" and screen out some of those who know they will often be catched with their pants down (submitting or committing bad code).
Such exposition also sparks emulation between developers, pushing them forward and up. In some (most?) closed-source contexts the best ones (becoming fed up) leave and are often replaced with less good ones, and the cycle restarts.
Re: Linus Torvalds on Why Open Source Solves the Biggest Problems
#9Great software requires great software developers. That’s it. It has nothing to do with whether it is Open Source or not. Open Source is not a magical wand that will turn bad developers into great developers.
Many opensource projects leaders aren't directly paid for their work on it, and consequently there is no obligation for them to accept bad code. This is less true in most closed-source projects, especially when the release date is set: various testimonies and sourcecode releases reveal how awful some well-known software products' sourcetrees are. Even if paid to develop opensource code, having to publish may "fend of…