This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Lesley Lai
lesleylai.info
did:plc:x5gtekswmmu6f3hna73bxvuo
This makes me think: many generic data structures don’t actually require type-specific code and only need to be generic over data size (unless dealing with non-trivial types). Typical C++ or Rust's monomorphic implementation creates a lot of redundant code.
https://danielchasehooper.com/posts/typechecked-generic-c-data-structures
2025-07-01T13:14:38.743Z