The org-mode talk at #churchofemacs introduced it as 'like markdown' instead of 'this huge todo app'. Much more helpful for getting started.
miniblog.
Related Posts
Ooh, I've just discovered that you can enable actions on GitHub pull requests by default! This is the actions settings page.
My understanding is that GitHub introduced these limits to prevent people trying to run cryptominers on GitHub actions. Sounds like GitHub has largely fixed it.
I've just released difftastic 0.34: https://github.com/Wilfred/difftastic/releases/tag/0.34.0
Minor release, but it fixes some build issues introduced in 0.33, so worth upgrading if you've had any issues with 0.33 :)
Today I needed a library that takes a regular expression and gives you a string that matches. https://github.com/fent/randexp.js fits that need nicely.
Unfortunately, reading the docs has introduced me to evil patterns like /a^/ and /\1 (a)/. Yikes.
