# Demystifying the Open Source
Mar 28, 2016 3 minute readA lot has been said about open source technologies. Many Fortune 500 businesses run open source software. However, many misconceptions about the open source still lurk around the enterprise world. This is my best attempt to debunk them.
Myth: Open Source is less secure because anyone can make changes
Although there are open source projects where anyone can freely make changes this is definitely not the norm.
Open source projects can be very selective with the contributions they accept.
Don’t believe me? Read this and this!
Myth: Open Source is less secure because anyone can see the code
Having your code open sourced, widely reviewed, and used by the entire world, won’t magically protect you from exploits. Even more, exploits also affect proprietary software where the code is not available.
That being said, having the ability of inspecting a library’s source before using it is way more secure than trusting a proprietary software vendor sales team.
Want to learn more? Read this, this and this.
Myth: Open Source is not production ready
This has been the hardest myth to debunk because of its absurdity.
Seventy-eight percent of respondents to the Ninth Annual Future of Open Source Survey of 2015 determined that their companies run part or all of its operations on open source software. It doesn’t get more production ready than that.
Myth: Open Source tools development stalls
If anything open source drives innovation even faster.
Example 1: Containers
Containers have proven to be the de facto standard for deployments. The open source community has been running containers for years. However, Windows based enterprises have had to wait several years for Microsoft to provide container support.
Example 2: Your CMS in the Cloud
Many enterprises are migrating their platforms to the cloud. Umbraco users can seamlessly host their existing websites on Azure with very little effort. WordPress has had PaaS support for ages. I wish the same could be said of other proprietary CMS.
Myth: Open Source is not a viable business model
These are just a few out of many successful companies that have been built on open source software:
- RedHat Valuation
- MySql Purchased for One Billion dollars
- Automattic Valuation
- Docker Valuation
- MongoDb Valuation
- Horton Works
Myth: Open Source is free
While downloading binaries for the majority of open source software is free. Releasing your product to production may not. The companies behind open source projects make their money with Corporate Support, VIP Hosting, or Commercial Subscriptions.
Myth: Open Source is hard for IT
This is debatable. As with anything different there will be a learning curve. The same can be said of proprietary tools with bad documentation and no access to the code.
Closing Remarks
- Should you drop your proprietary stack and build everything with open source technologies? Certainly not. Unless a full rewrite is imminent and open source technologies can help you achieve your goals in a cleaner and faster way.
- Should you favor open source over proprietary? It depends on the scenario. Always look at the problem you’re trying to solve and the impact of the tools on your organization.
- Please stop mystifying open source tools as only good for hackers and startups. The open source ecosystem is more than prepared to solve your enterprise problems.