Thoughts on Weaponizing Open SourceWhen you think of open source software, you might think of it as a gift from someone to the world. They’ve written something of value, and instead of trying to make money off of it, they’ve posted it online for anyone to use (and potentially make money off of) for free. While many projects start that way (Linux, ESLint, etc.), there’s another way open source comes into being: as a weapon against a company’s competition. Android. Perhaps the best example of weaponizing open source is with the Android operating system. When Google purchased Android, Inc. in 2005, the operating system hadn’t been released yet. Two years later, with much of the industry expecting Google to announce a “Google Phone” to compete with Apple’s newly-released iPhone, Google instead open-sourced Android. Additionally, Google announced the formation of the Open Handset Alliance, a partnership between Google and multiple mobile phone companies and manufacturers who are “committed to greater openness in the mobile ecosystem.” What actually happened is that Google recognized Apple could easily become the dominant player in mobile phones if Google didn’t do something quickly. Google wasn’t ready to release a phone anytime soon, so it would need to partner with handset manufacturers to get something out. By releasing Android as open source, they could free manufacturers from worries about licensing fees and vendor lock-in for the operating system. Wielding Android as a weapon, Google quickly caught up to Apple in terms of mobile operating system penetration, and then blew way past them. Today, Android is installed on over 70% of mobile phones worldwide (vs. under 30% for iOS). Chrome. Following a similar playbook, Google released Chrome in 2008 along with the Chromium open source project. Once again, Google talked about the importance of “openness” for web browsers. At the time, Internet Explorer 8 and Firefox 3.0 were fighting it out for dominance on Windows, and the introduction of a third browser hardly seemed like a viable idea. But Google knew that in order to go where the company wanted to go (the apps that would eventually become Google Workspace), it needed the ability to add new features to web browsers without going through Microsoft and Mozilla as gatekeepers. Microsoft had laid this foundation well by adding new features to Internet Explorer that it needed to make Hotmail a popular web-based email client. Launching their own browser gave Google a seat at the browser table and the ability to push for and prototype the features they believed were needed. Fast forward to 2024 and Chromium-based browsers dominate the market. Chrome itself has a massive 65% market share while seven of the top ten browsers by market share are built on Chromium (the outliers are Safari at 15%, Firefox at 4%, and UC Browser at 0.4%). Top competitors Microsoft and Opera abandoned their entire proprietary codebases to rebuild their browsers on top of Chromium. Llama. The latest example of a company weaponizing open source is with Meta’s release of Llama in 2023. AI is the next battleground for big tech companies and Meta was caught a bit behind the curve of OpenAI’s ChatGPT and Google’s Gemini (not to mention Anthropic’s Claude). Whether AI is all hype or not, Meta is using the same open source playbook as Google to try and chip away at competitors’ ability to gain AI market share. Training a model like LLaMA costs millions of dollars, so you know that Meta isn’t releasing it simply for the public good. As with Android and Chrome, the goal here is to provide a high-quality alternative that will tempt companies away from competitors, preventing other companies from gaining an unstoppable percentage of the market share. (Microsoft, on the other hand, has taken to embedding AI into apps for free rather than charging a separate fee like OpenAI and Anthropic. This is a lot like the approach they took with Internet Explorer to gain market share.) None of this is to say that open source projects spearheaded by companies in an attempt to undermine a competitor’s market position have no upside. The more high-quality open source software in the world, the better. Sharing expertise and collaborating with other developers around the world can’t be overlooked as a pleasant side effect of this strategy. Once code is released under an open source license, it remains open source forever. (Although companies can stop supporting it and start building proprietary code on top of it.) Still, it’s important to understand that open source projects like Android, Chromium, and Llama are part of a larger corporate strategy and not an act of pure altruism. That matters because corporate strategies change, sometimes suddenly, as when Redis decided to change its license. In Redis’ case, there was enough interest to create an always-free fork named Valkey, but not all open source projects are so lucky when they are no longer tethered to a company. So the next time you see a company touted their commitment to “openness” with the release of an open source project, it pays to take a little time to think about the bigger picture. Key Takeaways
Stuff I've Enjoyed this Month🎬 Does fast charging ACTUALLY ruin your battery? by Marques Brownlee 📝Should form labels be wrapped or separate by James Edwards 🎬 Lightboard videos: How we make them by IBM Technology 📚 The Coming Wave by Mustafa Suleyman, Michael Bhaskar 🎬 Don't use JS for that by JSConf 📝Oracle, it's time to free JavaScript by Ryan Dahl What I'm Working On🏠 Real Estate: I got the lead paint issue resolved just in time for another property to fail rental inspection. Since the apartment building collapse, Davenport has made their inspections a lot stricter but the extent of this was a shock. Almost all of the items had no relationship to safety (for example, missing soffit in one section). $2,000 later everything was addressed. Follow my Instagram for real estate photos. 🎧 Podcast: I was recently interviewed for Software Engineering Daily, where we discussed some of my background in linting and the challenges of technical leadership in open source and companies. 💻 ESLint: I finished up work on a new way to load configuration files. This changes how the ESLint config file is located. For most users it won't affect anything, but it will help with monorepo setups. |
A once-per-month newsletter discussing topics important to senior-level software engineers, with a particular focus on frontend technology and leadership.
Thoughts on Return-to-Office If you’ve been following tech news in the past month, you’ve likely heard about Amazon’s strict return-to-office policy, which will require employees into the office five days per week beginning in January 2025. The climate for tech workers has changed dramatically over the past three years, and Amazon, along with other companies, now shows no fear of losing employees with strict return-to-office mandates. For the first time in a long time, tech companies aren’t...
Thoughts on Rates of Change One of the first things I realized about working in codebases is that different parts of the codebase change at different rates. There are some files that are touched very frequently while others can go months, or even years, without being touched. This fascinated me, partly because it reminded me of my closet (why do I even still have those jean shorts?), and partly because people seemed to put such little thought into optimizing their projects to reflect this...
Thoughts on Node.js, Deno, and Bun If you started working in the tech industry after 2005, what’s going on now may seem like a shock. Large tech companies continue to lay people off despite record profits. Smaller tech companies are also laying people off, and in some cases, having “quiet layoffs,” where they find other ways to reduce headcount, including offering employees three months of salary to voluntarily leave the job. As a result, there are more software engineers looking for jobs in...