Kind replies

 Reply

Would you consider making a Web client as well? I'd probably opt for Web then Electron if possible, but I appreciate that's probably more work

 Reply

I keep saying we should watch Mad Max but I don't think that would help either mine or @anna_hax's anxiety

 Reply

 Reply

Last few days I've had an issue where whenever I start up #firefox every tab crashes, and I can't load anything, even the settings. The only fix is to disable sandboxing. But that sounds like a slightly different issue to yours ๐Ÿค”

 Reply

Nice! If you manage to come along to #HomebrewWebsiteClub Nottingham we'd be happy to have you to come work on your site ๐Ÿ‘ The next one (https://events.indieweb.org/2020/03/homebrew-website-club-nottingham-anniversary-edition--Rcujt5SykHv1) is likely going to be a meal out, so https://events.indieweb.org/2020/04/homebrew-website-club-nottingham-UpVd9JZeVzx6 will be the next one (but I may make it remote-only due to #coronavirus)

 Reply

On mobile too? That's interesting, I've not found it slow since I moved over a while ago, but not got any recent comparison with Chrome so may not be helpful

 Reply

I guess it's more that we have development environments to play around with, the staging environment should be treated as prod - ie treat it the same with infra, security, support policies etc.

But that's true - it's better to play in staging than prod!

 Reply

https://heyguys.cc/ is a great resource for this, and is a handy link to share others when they're not able to find the right term ๐Ÿ‘๐Ÿฝ

 Reply

I'd thoroughly recommend self hosting - I use Hugo and Netlify for mine and it works really well. It's also got the bonus that because it's my own site and platform that I can use it as I want, such as replying to your tweet from my website

 Reply

Currently, the format of the tokens provided by IndieAuth.com is a signed JWT (JWS) using HS256.

If we were to update this to be RS256, we could allow clients to treat it as a JWS, not an opaque token that needs to be introspected by the token endpoint.

This could allow clients validating tokens as such to do so much more easily, locally, while reducing load on the token endpoint.

Because token revocation is not widespread at this point, it would enable clients to not need to introspect unnecessarily.

 Reply

I think of notes in terms of https://indieweb.org/post-type-discovery and them being short form content similar to a tweet (but without a size limit) without a title

 Reply

FYI in this example you can set this to happen by default https://www.jvt.me/posts/2019/09/22/git-push-matching/