Build It Yourself

There are entire companies who are making a living of supplying you with the tools needed to deal with your dependency mess. In the name of security, we're pushed to having dependencies and keeping them up to date, despite most of those dependencies being the primary source of security problems.

Seems like a classic “conflict of interest” problem if you think about it for more than five seconds.

Like a company that will sell you cigarettes, then also sell you a nicotine patch to get off them.

The goal of code in many ways should be to be written in a way that it does not need updates.

Let’s celebrate that!