why I love tiny software
Posted on April 12, 2022- small in file size
- simple to setup / configure with sane defaults
- simple in function and limited in scope
why?
That’s a good question. It might seem attractive or more convenient to have a piece of software that does everything for a job - take a look at something like MySQL. It has a huge spec, with hundreds if not thousands of features, and I’m sure that a vast majority of them are useful for running at webscale or a very niche case - but most people aren’t webscale. You can do most of everything you need to do using something like sqlite instead. So why? - because you can get along just fine using simple choices and tiny softwareand I find it fun!
.