1. 9

I think the art tag is appropriate here, let me know if you think otherwise.

  1.  

  2. 4

    Tangentially amusing tidbit from Python’s standard library: https://github.com/python/cpython/blob/master/Lib/html/parser.py#L20-L59

    1. 3

      Oh, this old classic. Congrats, you’re one of today’s one thousand! [1]

      [1] Number adjusted for the relative size of our community.

      1. 2

        I think it would have been better to link to the answer.

        1. 1

          Ah, I did, but I think lobste.rs stripped off the anchor link. Sorry :-\

          1. 2

            If you click “share” on the answer, you can see a link without an anchor, http://stackoverflow.com/a/1732454/578288.

            (You will see a slightly different link, because the second number in the URL is a unique number SO uses to track the referring user. The link still works without it.)

        2. 1

          So many people who don’t know the difference between tokenizing and parsing!