Kind notes

 Note

What are folks' thoughts about using a password manager i.e. KeepassXC to store TOTP data (not the recovery codes) for MFA? My initial thought is that this sounds like a Bad Idea, but not sure if I'm being a bit too paranoid?

 Note

Hey @ApiDaysGlobal any idea when you'll make your website accessible? The agenda being a big image with no alt text is really unhelpful for folks, and having to log into the event site to check what's going on is a lot slower than using the website, but appears to be my only choice

 Note

If y'all aren't already following Brandur Leach's thoughts on their site, please go ahead and do it. I've spent the morning going through quite a few really well written and informative posts, and have remembered there's a good back catalogue for the Nanoglyph newsletter too which is excellent. Some really great learnings from years of building awesome stuff, thanks for it all!

 Note

Moving over to #Neovim was such a good idea - not only are the Async, LSP and general UI improvements making it a nicer experience, but I'd completely forgotten about being able to embed Neovim into other UIs, so this is being written from Neovim embedded into Firefox using the very awesome firenvim project

 Note

First day back at #CapitalOne's offices in Nottingham after a whopping 545 days is a very weird feeling. Got some freebies, a free breakfast, and our first hybrid standup. Been nice to just wave to people, and I'm looking forward to making the most of the day!

 Note

Is the Meetup.com GraphQL API down? I'm seeing HTTP 502s with x-amzn-errortype: InternalServerErrorException. Was hoping to start a migration from REST to the GraphQL API but I guess not!

 Note

Has anyone written any (preferably permissive licensed) Java code that parsed Gherkin using the official java-gherkin library and gets an AST together that includes both steps and comments all in one place?

 Note

#GitHub Copilot seems pretty interesting - licensing issues aside - but I wonder if a better angle is adding test coverage rather than production code? Most folks find writing tests (especially on less loved codebases) more difficult than the code