Kind replies

 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/

 Reply

This is interesting. I wonder if there is some way to make the error message more clear what the root cause is in this case πŸ€”

 Reply

What sort of things are you finding most painful with build/dependency management? Out of interest from someone with not a lot of varied language experience