• Blogger’s editor uses <br> and <div> tags instead of <p>, hence all the inconsistent formatting in these posts. Sometimes it will inject a newlines at the beginning of a post, sometimes at the end, and sometimes both. It changes all the time, even for a single post that hasn’t been edited. Oh well, I can live with this. I’ve been happy with the other functionality.
    • FW, MD.
    • Registered for the Oct 5 Sonoma tough mudder with Eric!
    • Even if the piece of info is as simple as a single variable, a (hidden) form is still the canonical way to send data to the server. You can do it through ajax, alternatively.
      • If you are using ajax, and you’re using flask-wtf csrf protection, you have to send the token (or exempt that route). Incredible help from Martijn Pieters: https://stackoverflow.com/a/22929593.
    • Started watching altered carbon in the background.
    • Supercontest
      • Lots of work on the picks. Played with different methods of sending the pick array to the service. Ultimately went with ajax.
      • Added the csrf token as metadata to the clientside.