23 Matching Annotations
  1. May 2026
  2. Mar 2026
  3. May 2025
  4. Nov 2024
    1. I found this really hard to read on archive.is (https://archive.is/YkIyW).

      I used this snippet to reformat the article to manually float the "annotations" (pull-outs) to the margins:

      ```` javascript document.getElementById("CONTENT").style.width = "1720px";

      ([ ...document.querySelectorAll("[id^=annotation]") ]).forEach((x, i) => { if (i % 2) { x.style.left = ""; x.style.right = "-44ch"; } else { x.style.left = "-44ch"; x.style.right = ""; } }); ````

  5. Dec 2023
  6. Jan 2023
  7. Aug 2022
  8. May 2022
  9. May 2021
  10. Sep 2020
  11. Dec 2019
  12. Aug 2019
  13. Mar 2018
  14. Nov 2017