Kind replies

 Reply

Gave me the ability to embrace more of the #IndieWeb ideals by being able to interact with Twitter from my website, as well as embed information about posts I was repling to, so I could pretty seamlessly exist on both platforms

 Reply

I let my "I want / need to blog about everything" lead to me being very publicly "out" but it's given me the language to help shape how I work better as well as help at least a few other people seek/ receive diagnosis off the back of me sharing my story!

 Reply

Hey thanks for letting me know! Shall I add a note to the post to say that depending in what you use, exec may be needed?

 Reply

I have https://www.jvt.me/posts/2021/01/05/why-content-negotiation/ and a a half-baked blog post rattling around my brain around why it can be super difficult to implement it right 🙃

 Reply

We've got ~2200 repos, these PRs are often not against all of them, but both tools do have inbuilt means to avoid rate limits which makes it easier

 Reply

But if you forget the Output comment it doesn't run, so it's handy to have a linter help you catch issues like that https://github.com/golangci/golangci-lint/issues/3084

 Reply

I've only used it with the OAuth2 flow, as I think when I looked at it - a couple of years ago - it required that for most of the data to be retrieved?

 Reply

With Google Meet I'll join it early (if I'm ready), as then folks on the pre-join page can at least see I'm on the call and decide if they want to join early too or wait till other people are there

 Reply

Yeah, I'd kinda hoped to be able to get a blob of JSON (even just in GitHub or at a URL rather than a full API) with runtimes and dates, but maybe I'll just have to maintain it myself for now!

 Reply

Ah dang enjoy! Be interesting to hear if it holds up, if so I may add it to my list to rewatch, followed by Ashes to Ashes 👀

 Reply

Do it a bit at a time rather than jump into it all the time I. e. I sometimes will do it where I have social chatting calls standing, but sit for work. Also get an anti-fatigue standing mat. I've got a Fully Topo and it's good, but there are others for different price points

 Reply

Ooh what'd you go for? 👀

 Reply

I'd probably say my use of my blog to record info for future me - I technical blog about a lot of things that end up saving me time in the future as I just need to vaguely remember if I've done it before and I can look up my articles. Helps that a tonne of other people gain value from my blogging too!

 Reply

Does --full-history imply --follow? Can't see anything explicitly from the docs, so may be worth adding in there too in case it gets renamed

 Reply

Nice, is that via the RSS feeds Mastodon provides? I've found them a bit hit and miss unfortunately

 Reply

100% the anxiety - currently investigating the Autism diagnosis, was recently diagnosed with ADHD

 Reply

Yep! Think some of it is also down to my (now diagnosed) #ADHD but also feeling unfulfilled at work due to things that were out of my control but massively impacting my ability to achieve anything

 Reply

What about a Git repo? I've used them as CRUD backends like this in the past and it's worked nicely

 Reply

Gotcha. But would we not want to make it so by default training is disallowed, and make it an allowlist to opt into? I'd personally like that for any of my stuff

 Reply

I could never 😅 I'm always so interested in what's been going on I at least need to go through my main channels to see what's happened, if there's anything interesting people are doing I wanna have a nosey at, or if I can give an opinion on anything (as I do love having an opinion 😁)

 Reply

Depends on what it is. Does the dependency need to be bumped for the feature? Is someone just trying to highlight that we're quite a few versions behind and need the bump?

 Reply

Looks like an interesting idea, we'd looked at this before in the IndieWeb using the mentioned Web Actions, with some info at https://indieweb.org/webactions#How_to_markup that may have some idea for things that did/didn't work about this approach?

 Reply

Thanks for the great work over the years! Sorry you weren't able to find maintainer support for this after quite some time of asking

 Reply

Similar to how I deal with a new language - https://www.jvt.me/posts/2022/08/12/learning-new-language-go/ - build various bits in it to remind myself how it works