This is a feed of tiny memos highlighting the most interesting things I learned recently.
- public suffix list determines eTLD which restricts where cookies can be set
- DOMPurify's parse-serialize-parse cycle can lead to XSS
- AST explorer helps with AST (e.g. writing ESLint rules) and not just in JS
- Haskell's mtl helps manage side-effects, but freer-simple is also good
- Haskell's ReadP allows to easily parse strings into abstract trees
- git-way isn't supperior, there are also "patch theory"-based darcs and pijul