Advertisement ยท 728 ร— 90

Posts by George Thomas

Post image

Google has all the protos in the world but gemini-exp-1206 still thinks it can delete and renumber fields ๐Ÿ˜ญ

1 year ago 1 0 0 0
A close-up photograph of a rusty, dated machine, adorned with gold lettering on a black background: "kube-server ice dispenser"

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

1 year ago 2 0 0 0
Preview
Cambridge computer science interviews ๐ŸŽ“ Cheat sheet for Cambridge computer science interviews

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...

1 year ago 2 0 0 0
Impersonal - secure sandbox environment for computer use AI agents Scalable, secure, and production-ready sandbox environments for computer use AI agents

If you want to try for yourself but don't want to install anything: impersonal.ai

1 year ago 0 0 0 0
Post image

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.

1 year ago 0 0 1 0

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.

2 years ago 1 0 0 0