Kind replies

 Reply

I've also implemented this in my Micropub server:

  • when creating a post, and the draft scope is present, the post-status is forced to draft (even if it's set otherwise in the post)
  • when updating a post, and the draft scope is present, the update is only allowed when updating a draft post, otherwise returns insufficient_scope
  • delete/undelete returns insufficient_scope when the draft scope is present

 Reply

What do you use as your IndieAuth server? It could be it needs to align with the latest changes in the spec? https://aaronparecki.com/2020/12/03/1/indieauth-2020 Do other clients such as https://micropublish.net or https://quill.p3k.io work? If neither of them either, it's likely the spec updates

 Reply

So Micropub is the open standard that allows you to use a wealth of clients (https://indieweb.org/Micropub/Clients) to publish to your site. Twitter -> site Webmentions can be done with Bridgy. If you want to publish to Twitter from your site, you'll want something like https://remysharp.com/2019/06/18/send-outgoing-webmentions to automate sending the webmentions that will then trigger Bridgy to publish the post (https://martymcgui.re/2020/07/15/what-we-talk-about-when-were-talking-about-webmentions/ is also worth a read)

 Reply

Aw thanks! So my books are via https://indiebookclub.biz but requires a bit of manual work to get the book details. As I don't read that much it's not yet annoying me enough to solve it πŸ™ƒ

 Reply

I've done it for a couple of hours during times when I feel my availability is important (big release days for projects, release train planning) but generally it's half a day or more

 Reply

That's fair. Unfortunately, as much as I am a fan of GitLab there is the fact that GitLab aren't as amazing with their policies around politics 😬 but I like to (likely incorrectly) think they're better

 Reply

Have you considered posting on your own site? With an RSS feed folks can stay up to date, you can make the content as accessible as possible, instead of being under a platform's constraints etc?

 Reply

Is that wrapped in a public class Example? That's my immediate thought

 Reply

I've had such a great time with #Gousto (https://www.jvt.me/posts/2019/07/07/four-months-gousto/) as they've got a tonne of 10, 15, and 20 minute meal choices, and their new "prep in 5". We looked at #HelloFresh but all their options involved lots of effort, which doesn't really fit in with what we want

 Reply

Agreed, it is definitely a shame. I wonder if they'll give it a few years then come back (giving the wonderful cast a few years to age) or whether they'll just leave it there. I've just finished Persepolis Rising, and I'd love to be able to experience the book, but they've not said they'll never do it, just not right now!

 Reply

They've said they're not going to try and cover the last three books, instead just end it at book 6 so part of it will be them trying to align with that, but also rushing the good character building scenes for a bit of action isn't worth it πŸ€·πŸ½β€β™‚οΈ

 Reply

After years of actively avoiding any outside stuff, or exercise, (despite a few years prior going to the gym fairly regularly) I started doing https://ringfitadventure.nintendo.com/ in the first lockdown and it's been the first time I've actively, and regularly, done exercise. I'm doing it 3 times a week, enjoying it, and have found that I'm getting fitter and growing muscle!

 Reply

You can do this with local/global git config too https://www.jvt.me/posts/2019/09/22/git-push-matching/

 Reply

Yup, agreed. I guess it depends too on the bottom line and what a cost implication it has, as well as maybe not being as "good" a referral if it's not as close to real word of mouth?

This is also the way my company changed our referral scheme and it makes it a bit more awkward because you have to actively ask for someone's details to refer them, whereas before you got it through folks following the link, which feels less invasive to me

 Reply

Yeah that's what I'm thinking. It's a shame cause some services I'd happily add an affiliate link when talking about them if I believed in them, but I can see why they may want to do that

 Reply

I wonder if doing it via email is making it an actual referral rather than just allowing someone to search for the code, so it's more the intent than a limitation?

 Reply

I want to say they're not available via API as I can't see them in https://granary.io which I use for rendering context on my site

 Reply

I've got ~/workspaces which is maybe a repo or maybe a group of projects ie "hacktoberfest/2020". At work, a git clone from our internal GitHub goes to ~/workspaces/$org/$repo as that makes it much easier to navigate