Kind replies

 Reply

Yeah definitely fair! I know exactly what you mean - and I'm generally going for low hanging fruit ๐Ÿ˜…

 Reply

I've had it fed back to me that sometimes the way I come across isn't great - so yeah definitely friendly nudge - but it someone keeps doing it after many attempts to educate them, it also kinda feels like they're actively deciding not to be more inclusive? It's a difficult one, but "I'm used to saying it" goes only so far before being lazy, ignorant, or actively harmful

 Reply

I'm known at work for championing inclusive language, and I call it out regardless of how person saying it identifies. Regardless of how the folks in the group feel at the time, it continues people using it and feeling that its OK. Those people will then use it outside of that circle, and they will inevitably make someone feel unwelcome. I feel its one of those things that, although can be a pain to rewire our brains, does make a difference, and trying to move to a more inclusive place to be is a great end goal

 Reply

Yes that's correct - if you wanted to continue using your primary identity URL, you'd need to update <meta> tags / Link HTTP headers.

For that reason, and to reduce risk of accidentally pushing something to my live site, when testing my staging infrastructure, I chose a separate identity, www.staging.jvt.me which simply hosts <meta> links to my staging server.

 Reply

Riz I am so sorry to hear that. Sending love to you all, let us know if there's literally anything we can do to help ๐Ÿค—

 Reply

If you go the personal website route (which I'd recommend) there's https://brid.gy which let's you tweet from your website so you can still reach your following, as well as ie via RSS

 Reply

I don't think so but https://github.com/forgefed/forgefed is a standard that's being worked on to make it possible to federated across providers for this reason

 Reply

I, a Nottingham based software engineer, received a random email about it at work, so maybe they're trying to make the rest of the country aware first? ๐Ÿคท๐Ÿฝโ€โ™‚๏ธ

 Reply

I've not used them before but I've heard great things about @LyricalHost

 Reply

I don't trust (and can't use) jwt.io for anything I do at work, but I've got https://www.jvt.me/posts/2019/06/13/pretty-printing-jwt-openssl/ and https://www.jvt.me/posts/2018/08/31/pretty-printing-jwt-ruby/ as solutions you can run locally and have confidence that your secret tokens aren't being leaked anywhere!

 Reply

Have you looked into https://indieweb.org by any chance? There's some great stuff we're doing with standards like https://microformats.io/ to make a better Web work alongside the old Web, because adding a hard switchover between new/old unfortunately isn't going to work until big players move over. And if the new Web isn't a good commercial idea, that won't happen

 Reply

Sorry if this reply is too late, but Anna Dodson and I had great fun with https://www.nintendo.com/games/detail/good-job-switch/ which although not super long, was a good co-op game, and it's not too serious so you can have some fun with it. We recently got https://www.nintendo.com/games/detail/moving-out-switch/ but that needs a bit more work and isn't as "fun" of a game, as it requires a lot more coordination

 Reply

Would that be needed? Generally with OAuth2 a 401 would indicate there is some issue with the token and to either refresh a refresh token (if one was issued) or to request the user re-authorise the application.

Unless we're recommending the use of a refresh token, I'm not sure if we'd need clients to keep an eye on the expires_in from the initial issue, or calls to introspect on the token endpoint

 Reply

We've done that too (but don't have kids) so Anna Dodson and I each have profiles and then there's a shared one which doesn't skew our history. But the family mix includes music from all and is quite nice!

 Reply

Hey! Do you mean instead of having my base image downloading each of the gems and the Netlify CLI? Yes I did, but I was a bit lazy so didn't get round to it. I've since moved to Netlify's build https://www.jvt.me/posts/2020/05/27/migrate-netlify-deploy-gitlab/, although I'm wondering about going back to GitLab again to cut costs, and hopefully speed it up a little

 Reply

A fair few of us using static sites use https://webmention.io as our webmention server, and then you have the choice of how you want to display them. I used to do it on site builds, but moved to dynamically doing it with client-side JavaScript for a more up-to-date feel as mentioned in https://www.jvt.me/posts/2019/06/30/client-side-webmentions/