Kind notes

 Note

Folks who've printed stickers in the UK in the last couple of years - who'd you recommend? Happy to pay a little more for quality, but only looking at getting a small batch of stickers πŸ‘€

 Note

I was recently reminded of the importance of error handling by the memory of a time when I thought I'd hacked my school at age 12 because I found some software (CSE toolkit) that when I went in and tried to change a student's password, from my own account, it rendered it as successfully changed. The folks building it didn't even consider the fact that someone with access to the program wouldn't have Domain Administrator rights - always make sure edge cases and error handling works, folks!

 Note

Has anyone got a good example of a CLI that allows CRUD operations across many fields, some which are optional and some which are multi-value?

I'm using glab and gh as inspiration, but wondered if there are other ones I can follow

 Note

Do I know anyone doing #Go that handles go get on their production API URL, and it then resolves the SDK with that base URL? I can see this being a fairly straightforward thing to do based on the ?go-get=1, but wondering how this would work for applications deployed to different environment, but built from the same source code πŸ€”

 Note

Today is my first official day of funemployment! I had a great few months at the Data Standards Authority in the Central Digital and Data Office in @cabinetofficeuk, but I'm looking forward to my next role, which I'll announce shortly πŸ‘€

Was nice having a week off last week with the new pup, and I'm looking forward to a couple more weeks off to reset before the new role!

 Note

Can anyone else remember a movie(?) from a few years back where there was a faked attack on a beach holiday that was to improve what I think was couples' relationships? It's stuck in my head and I can't work out what it was πŸ˜… It was a jokey film / more lighthearted than a horror movie

 Note

Has anything changed with the way that JSON Patch works in #Kubernetes recently? Seeing some failed interactions due to missing the /data/ in the path, and requiring it to be a list of operations. Not quite sure why my code has ever worked tbh πŸ˜…

 Note

After several years of almost doing the migration process, I'm finally shutting down a Scaleway instance (from November 2016!!) and migrating it over to Hetzner, which has already shown a very positive performance increase. I'm sure if I kept it in Scaleway, their new instances would be better, but I've got a few other things in Hetzner, and it makes managing easier, as well as a better price point, too!

 Note

Today is the three year anniversary of Anna Dodson and me using #Gousto, and it's wild how much of a difference its had on how much we cook, the fact that sometimes we even cook of our own accord, and that we've made a number of the meals ourselves.

We found it to make a good change to our cooking pre-pandemic, and throughout the pandemic it kept us safer, meaning we didn't have to go out and gave us lots of variety in our meals. It's been so convenient and made the weekly shop a fun 10 minute experience of "ooh that looks good".

There's currently a great discount so you - and us - can get a load of money off and see if it's worth it, using my referral code JAMIE21201650

 Note

If anyone fancies giving #Gousto a try, there's a very good referral bonus for the next week if you use my codeJAMIE21201650. Its been a hugely important in keeping us fed generally well, cooking through the week, and avoiding risky shopping visits through the pandemic, and there's a tonne of tasty food!

 Note

Does anyone in the #Go community know if go:embed is meant to work when using go install? I've got a repo that doesn't appear to embed the template when go installing it with go version go1.17.6 linux/amd64, only when go building it

Edit: looks like it's solved itself, and it does work, woops!