Unsolicited observations & notes on software
- > Speeding up an HTML tokenizer
- > Self-referential rust data structures
- > Pick the right data structure
- > Why isn't anyhow implemented using Box<dyn std::error::Error>?
- > How I think about technical debt
- > The AT protocol is interesting
- > Implementing a basic css selector engine
- > Just a matter of time
- > Stop doing templating languages
- > A peek inside the rust bumpalo crate
- > Self-referential Rust structs using arena allocation
- > Make stuff up
- > Parsing network streams
- > Elixir's mix tool is actually simple
- > How does Elixir's EEx work?
- > Notes on elixir compilation
- > Optimizing HTML images as a post-processing step
- > Time for Computers