Want to create an interactive transcript for this episode?
Podcast: Software Engineering Daily
Episode: Open Source Industrialization with Kevin Xu
Description: Open source software is software distributed along with its source code, using a permissive license that allows anyone to view, use, or modify it. The term βopen sourceβ also refers more broadly to a philosophy of technology development which prioritizes transparency and community development of a project. Typically, development is managed by a governing body, whether a company, foundation, or just a group of passionate users, and work is done in public repositories like Github. Nearly every corner of the software engineering world has been impacted in some way by open source. Well-known open source projects include Linux, Kubernetes, and...