Piping Data When Not Running a Command with sudo (1 mins read).
How to (more) safely pipe stdin to an elevated command with sudo tee.
Minifying JSON with Python (1 mins read).

How to take a pretty-printed JSON string and replace it with a minifed JSON string using Python.
Minifying JSON with Ruby (1 mins read).

How to take a pretty-printed JSON string and replace it with a minifed JSON string using Ruby.
Only Adding Changes for Tracked Files With Git (1 mins read).

How to only add files that have changed with git add -u.
An interesting read, but I would personally say to stick to the language-specific process. Ie Rakefiles for Ruby, a task in your build.gradle or npm run deps as it'll handle things nicer in a language / stack you're more familiar in, although I totally see why you'd want a language-agnostic interace
Sending Webmentions More Intelligently (2 mins read).

Updating my post-deployment tooling to only send Webmentions when they've not already been accepted (or rejected).
Well, I think I've cracked it - after a few weeks of on-and-off work on making my webmention sending not spam everyone (see https://www.jvt.me/posts/2019/10/30/reader-mail-webmention-spam/ ) - it's now not re-sending them if they're successful. This is a good first step, but I'll be improving it to re-send if the post's data has changed since last time it tried (in the future).
Note that this isn't quite done yet, expect it to be live tomorrow perhaps.
Adding Series Metadata to Posts (1 mins read).
Making a series of posts more discoverable using the series taxonomy.
Post details
Listen to this episode from Rizamblings on Spotify. Longest ramble yet with designer/writer/genius, Simon Collison, on design, poetry, New Adventures, Iceland, Samurai Jack & much more.. Find our guest: Simon Collison -> @colly Don't forget to #RizambleAlong on Twitter, find me -> @rizbizkits
Validating my JSON Feed on every site build (2 mins read).

Adding in a validation in the pipeline to protect from a broken feed.
Adding a Merge Request Checklist for new Articles (1 mins read).

Adding a checklist for articles in my GitLab Merge Requests.
Music and Associations (2 mins read).
Music has a crazy way of reminding you of times gone.
Creating a Global .gitignore (1 mins read).

How to have Git have a list of files to globally ignore, without configuring anything in your ~/.gitconfig.
Ditching Event Platforms for the IndieWeb (5 mins read).

How we can replace event platforms like Meetup.com with your own IndieWeb-backed platforms.
I will not be attending
Unfortunately I won't be able to make this despite being in London that day - should be a good one!
A great look at the data behind contributions over Hacktoberfest
Reader Mail: What Static Site Generator Would I Recommend? (4 mins read).
What Static Site Generator would I recommend?
A great writeup of a huge event - when I went a few years ago I was bowled over by how much time I'd need to spend to see everything I wanted to (hint: it was more than the few days I was there)
This is a great resource to highlight the difficulty of creating temporary files safely - something I've tried to share before but without these great examples.
Its especially bad if using a shared CI/CD server and putting downloaded files into /tmp as you don't know whether it'll be clobbered / stolen by others on the instance
Getting Started With Vim (3 mins read).

How to dip your toes into Vim to learn some of the basics.
A great look at how folks are looking at taking ownership back from Meetup.com
Gotcha: Netlify Makes All Your Filenames Case-Insensitive (1 mins read).

Beware if you have a requirement for case-sensitive URLs for Netlify.
I will not be attending
Unfortunately I won't be able to make this due to family circumstances, but hope everyone has a great time!