Kind notes

 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

 Note

#Kubernetes peeps - is there a way to mount a Secrets volume as read-write and allow an application to write to it? I'm migrating code that expects a filesystem to persist secret changes to and am not sure if I'm trying to avoid rewriting too much?