Google has all the protos in the world but gemini-exp-1206 still thinks it can delete and renumber fields ๐ญ
Posts by George Thomas
A close-up photograph of a rusty, dated machine, adorned with gold lettering on a black background: "kube-server ice dispenser"
We have Kubernetes at home
I wrote a few last-minutes tips for Cambridge Computer Science interviews, which are starting next week.
Best of luck to everyone!!
geotho.github.io/post/cambrid...
Trying to get Claude Computer Use to do Advent of Code for me this year!
I tried nine times. I linked directly to the problem, but every one of them said it wasn't out yet. Less than half of them bothered to check the website.
Need less laziness in the training data.
Refactoring:
๐ If you think "I should have done that first" โ stop and do that first.
โ๏ธ Do renaming atomically if possible, or with aliases, or with dual reads / writes.
๐ชข Additions and deletions almost never belong in the same pull request.