
First anthropic taketh, then they giveth back
Recently I was banned by Anthopic for zero reason, with the following blurb: I then needed to log into the portal and write them a message to get put in a queue to get my account reinstated. I p...

Recently I was banned by Anthopic for zero reason, with the following blurb: I then needed to log into the portal and write them a message to get put in a queue to get my account reinstated. I p...
I’ve been setting up agents locally using docker’s sandboxes (the sbx command). These are pretty cool, and deal with a lot of issues with the security around the use of agents, and will be how I ru...
Turning to an LLM to fix your problems is becoming a much more common aspect of modern life. Hit a snag, articulate it to the LLM du jour, and 🤯, your problem is solved like clicking your fingers 🫰...
One of the features that contributes most to comprehensible code when it is available is “Pipelining”. Pipelining has many different meanings in the technology domain, but what I am specifically re...
Idem-what-now? Idempotenc(y|e) describes an action that will only cause a desired effect once, regardless of the number of times that the action is performed. A kind of janky physical analogy is mo...
This often comes up in discussions about type systems, particularly if folks are moving from Typescript (structural types) to Rust (nominal types). Nominal Types The word “nominal” is derived from...
Intro I have felt that I should be able to run my own Go AI engine for a while now, given my background coupled with my obsession with the game. It turns out his is pretty simple on a MacOS machine...
As I am using AI assistants more and more during the limited time I have to actually prototype and build features out, I seem to be adopting a particular workflow: Design a feature Prompt cur...
While working on a repo that has a lot of divergent then merged branches, I was reviewing a merge request on Github. I wanted to take a look at the changes in more detail from the terminal, but fou...
Over the past month, I’ve primarily used Jujutsu (jj) as my VCS, so it seems like a good time jot some thoughts down. But git is fine, do we need another thing? git is an amazing tool, and has re...