Between and I took 10573 steps.
IndieWeb post types
This content type is full of IndieWeb post types, which are all content types which allow me to take greater ownership of my own data. These are likely unrelated to my blog posts. You can find a better breakdown by actual post kind below:
So around ~1312 my server that hosts services such as https://meetup-mf2.jvt.me and https://eventbrite-mf2.jvt.me/ but also my Micropub endpoint and other things restarted. Not 100% sure why (as it turns out that the logs didn't persist) but turns out that my webserver ( https://caddyserver.com/ ) hadn't been configured to restart post-boot, but all the other services had. Woops! Glad I didn't have a tonne of content to push, but it was a bit worrying having no way to resolve it, as I had no laptop to SSH and diagnose.
Between and I took 3635 steps.
Hey https://realize.be is the source code for the Web page hosted at https://indigenous.realize.be anywhere? I was looking to contribute client metadata https://indieauth.spec.indieweb.org/#client-information-discovery similar to how Jacky does at https://v2.jacky.wtf/post/1f8ffba0-e948-4dac-aa6a-3975074cced9
(issue was raised at https://gitlab.com/jamietanna/jvt.me/issues/821 to implement)
I guess it's more that I didn't want to write any posts and then not publish them, because if I've written it I'd rather have it out there than just sitting around, but have felt over the month I need to be careful in case I don't have things to write about?
Between and I took 5219 steps.
An interesting look at how using one key for everything (SSH to servers, SSH for git hosting, etc) can be a Bad Thing™
What hardware are you running on? I've found it often doesn't work "out of the box" because the hardware manufacturers don't Open Source/upstream their drivers so it can't be released as part of the core distro offering.
It is definitely a pain for users, as it's not like ie Dell would say "don't buy this, it sucks for Linux usage!"
Slyvia has some amazing artwork in general, but also has some really beautiful representations of each of the Ubuntu distributions' namesakes.
Between and I took 5320 steps.
Between and I took 9685 steps.
I will be attending
Between and I took 9707 steps.
My Micropub endpoint has a fair bit of unit testing inside the Java project ( https://gitlab.com/jamietanna/www-api/tree/develop/www-api-web/micropub ) for common flows, but I've also found a tonne of implementation issues by integrating with real Micropub clients.
Some of it is an issue on a Micropub client, but most of it is something I've missed or assumed incorrectly.
I'm thinking to create a stubbed version ( https://gitlab.com/jamietanna/www-api/issues/26 ) that I can then use with https://micropub.rocks to ensure compliance.
Some of it is also a case of reading through the Micropub spec!
Between and I took 14566 steps.
Definitely yes to this! I've also proposed how we can do this using Microformats2 in https://www.jvt.me/posts/2019/04/10/pronouns-microformats/
This is my go-to for tidying up disk space issues when working with Docker
Between and I took 10535 steps.
Ah nice! Thanks I'll have a play with it at some point then. Although I'm not sure I've got the time currently to write a spec compliant IndieAuth server too 😥
Interesting. I guess my main thought was whether it was something you could get Okta to only require MFA via Verify, or if you needed to do some hacking around it to make the flow work so you can just log in via Verify?