Kind notes

 Note

Not having my headphones at work yesterday really ruined my productivity - it's quite interesting how much I rely on them, and music, to help me focus

 Note

I was hoping to hack together a little thing to proxy multipart form requests via #Netlify functions this evening, but unfortunately it looks like Netlify doesn't support it, and it's less easy with AWS Lambda so I guess Spring Boot it is!

 Note

Been a pretty good start to the day - woke up naturally with Hue, closed off a couple of stories just after standup, and spent the rest of the morning sending unsolicited positive feedback to colleagues and requesting some for myself - amazing what a good start to the day does for you!

 Note

So I sorted my Webmention sending issue after an incredibly frustrating day of fighting with Jackson parsing my XML sitemap. I'm still not sure what the issue was, as I've ended up replacing my POJO with another one, but πŸ€·πŸ½β€β™‚οΈ at least Webmentions are sending again

 Note

Woops, looks like I broke my Webmention sending yesterday when I upgraded all my versions of Spring / Spring Boot. That'd explain why things haven't syndicated to Twitter today. Film time now, so will fix tomorrow!

 Note

I interact a lot with Twitter from my website, and as such the interactions you see are i.e. "Like of @indiewebcamp's tweet" which isn't super helpful. So I've just added the ability to mark up my interactions with some context of what the post was so it's eaiser to see without navigating there.

This is using the awesome https://granary.io/ and will hopefully make reading Twitter interactions through my site much nicer!

You can see https://www.jvt.me/mf2/2020/02/ihnc5/ for an example of what it'll look like (including photos!), and https://indieweb.org/reply-context for more info from around the #indieweb

 Note

I've just updated https://www.jvt.me/posts/2019/12/19/meetup-mf2-hfeed/ with a note that last night, https://aaronparecki.com helped me get the h-feed support in https://aperture.p3k.io/ over the line!

It required some changes to return a valid parsed-MF2 location which it didn't up until now (https://gitlab.com/jamietanna/meetup-mf2/-/merge_requests/5)

And I also made a change to render the HTML description from Meetup actually show as HTML for the consumer, as well as rendering a plaintext format (https://gitlab.com/jamietanna/meetup-mf2/-/merge_requests/6)