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