A bit of inspiration most weekdays for exploring your mindset .

Know your OpenSource (FOSS) consumption

Khem Raj October 10, 2024 #meta

In a 2022 study by Linux Foundation, It is estimated that 70-90% of any given piece of modern software contains open source components

Did you know that ?

If not then you know now that FOSS is the crown-jewel not other way around. You can gain a lot by using FOSS effectively, you might write the best quality code, follow all good practices for the 30% but imagine if you did the same for the 70%, it will move the needle a lot more in your favor.

Have a strategy to know all OSS components that the product depend upon. There is a category of tools called Software Composition Analyzers (SCA) tools which can build these manifests or some build systems like Yocto Project have this information included on day you start using it.

Now, if you have the dependency graph, you will see some of the following