• papers podcast posts projects
    • 2021年01月16日
    • 6 分
    Let's Describe Algorithms Better

    I was reading a cryptography textbook, and I came across an algorithm that reminded me why I often dislike descriptions of algorithms in textbooks. This is a short post going over this example, and thinking about how to improve these descriptions.

    • Algorithms
    • Programming
    • 2020年12月05日
    • 4 分
    A simple algorithm for UNIX's Tree

    This morning I decided to implement my own version of UNIX’s classic tree command in Rust. I thought the algorithm was both non-trivial, and interesting enough to warrant a quick blog post.

    • Algorithms
    • Command Line
    • Rust