21 Matching Annotations
  1. May 2025
  2. 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 = ""; } }); ````

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