Hi, it's a very insightful article, I really liked it.
I especially like the string handling part and specifically the `s8`
macro.
This approach reminds me of a very popular web design technique called
"CSS Reset" (see e.g. https://meyerweb.com/eric/tools/css/reset/) which
basically amounts to overriding all of the default browser styles to
some saner defaults.
I do hope that this style catches on.
--
With best regards, Dmitrii Kalianov
Thanks, Dmitrii! Yeah, I've used CSS Reset myself in the past. A cool,
useful project.