+++ date = "2024-06-18T00:06:19+00:00" lastmod = "2024-06-18T00:06:19+00:00" tags = [ "musings" ] +++ Teaching how [to write a link in Markdown](https://www.markdownguide.org/basic-syntax/#links) is hard. It's one example of the subtle horrors of horizontal complexity. Horror as in, the number of questions asked from intuition. Is it `[]()` or `()[]`? One question becomes two, with four answers, or more. Eventually `()[]` = `[]()` = `()()` = `[][]`. But, is it `[example.com][example]` or `[example][example.com]`? The number of possibly erroneous actions among correct ones is a useful metric for automating (graphical) interfaces.