I will not be attending
I won't be able to make it as I'm in Tenerife, but hope it's a good one!
I will not be attending
I won't be able to make it as I'm in Tenerife, but hope it's a good one!
I will be attending
Happy birthday https://aaronparecki.com π Hope you're having a great day!
I've managed to reduce my site's build/test/deploy pipeline to a total of ~4 minutes (a couple of minutes further than https://www.jvt.me/mf2/2019/12/isqba/ ) but still isn't as fast as I'd like, albeit much better!
May have to see if it's possible to speed up with my own GitLab runner.
Setting up a Staging Server for my Micropub Endpoint (4 mins read).

Setting up a Micropub server that I can use to test changes before it publishes content to this site.
Those of us in the EU are pretty worried about it, so I can imagine it's not going to be fun for folks whose countries haven't even had a say in it!
An interesting look at why you'd want to work for a startup, not a tech giant - although not everyone will have the same experience.
Very interesting to see that there's even more to the command than expected - and some great new features coming soon.
Some interesting points in here that reinforce my thoughts about the difficulties of knowing what the right version number should be - although I hugely push for and use SemVer.
Gotcha: Running both JUnit4 and JUnit5 Together with Gradle (1 mins read).

How to make sure your JUnit4 and JUnit5 Gradle tests work within the same project.
Gotcha: Running both JUnit4 and JUnit5 Together with Maven (1 mins read).

How to make sure your JUnit4 and JUnit5 Maven tests work within the same project.
Arthur Christmas is such a great Christmas movie - we discovered it maybe four years ago, but it's part of our yearly routine now!
An interesting approach - but I wonder why you'd implement like so (requiring SSH usage) instead of the Systems Manager's run-command https://docs.aws.amazon.com/systems-manager/latest/userguide/walkthrough-cli.html ?
A safer way to parse YAML by removing some of the more dangerous parts of YAML parsing - an interesting approach that means you don't need everyone well-versed in the minutiae of the YAML spec!
Since setting up the ability to syndicate posts from my website to other sites automagically the other day, I've been manually ticking the boxes in my posting UI, which isn't the best experience.
So I've now got it to automagically syndicate to Twitter any notes (like this one) or interactions such as likes/replies/reposts on Twitter, so folks still on Twitter are able to see the content I'm publishing to my site, too.
A good read by Terence about how the Semantic Web and using metadata (be it Schema.org, microdata or Microformats) will build a more usable and interconnected life
A subtle and not so fun source of bugs if you're affected - worth investigating!
No spoilers:
Just seen Star Wars Episode 9 and damn JJ did it - what a great ending to the series. Expect more when the spoiler embargo lifts.
I'd seen some tweets similar to this and was a bit apprehensive but it was so good. Wanna go see it again!
What do all you lovely #IndieWeb folks use to consume Twitter? I'd like to hook some of my favourite people into my reader but not sure the best way to do it
meetup-mf2.herokuapp.com release 0.2.0: Adding h-feed support (2 mins read).

Adding h-feed support for my Microformats translation layer for Meetup.com.
I will be attending
I will not be attending
I will be attending
I will be attending
Just trimmed my site's build/test/deploy pipeline's lifecycle from 10 minutes to about 5 minutes. A fair saving but still not as speedy as I want.
My next job is to see whether I can cache the images on my own infra running a GitLab-runner, but I seem to be having some difficulty getting it running with a Unix file socket rather than a TCP socket - a shame because in the past the GitLab-runner has worked literally out of the box