Logs

I've been playing around more with nix lately. I like what I've seen from it so far: declare dependencies and get an isolated shell with those dependencies. If distributed, the environment can be...

I've been working through a series on nix-flakes. It's well written and shows some interesting applications of the tool set. I'm still trying to wrap my head around exactly where nix could fit in in...

I've been following Jason's working experimenting with different abstractions for constructing prompts and structuring responses. I've long felt that building prompts with strings is not the type of...