code

  • 10 Feb 2024

Performance isn't just for FORTRAN

Coding is hard. Coding things to go fast is even harder. In this blog post I'll be exploring why it is hard, and why you should do it anyway.

Read more  
  • 10 Dec 2023

Diving into something nu

Nushell is a really exciting new shell written in Rust. I used it as a daily driver for a while and I have a lot of opinions about it.

Read more  
  • 24 Aug 2020

A quick and dirty DIY rsync for S3 websites

The standard AWS tool to update files in an S3 bucket has the tendency to update more files than is necessary, and I solved that with some git and bash magic

Read more