Le 05/08/2022 à 07:36, Steve Litt a écrit :
Perfectionists never finish, and the perfect is the enemy of the good.

    This is absolutely true. But ...

    perfection can be approached when we keep things "simple stupid". For example the init script suggested by Karl:

> for i in /etc/rcS.d/S* /etc/rc2.d/S*
> do
>   $i start
> done

    doesn't need a maintaining community, and you also consider runit is simple enough to fall in the same category.

    Often, simplifying a problem till the solution is clear and obvious, can take a lot of time, but it deserves the effort. It is sometimes possible.

    High level languages, due to their high expressivity, help reach such simplicity. For example, the above script, translated in C (why not in assembler?) would need a carefull review by a community.

--     Didier

_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to