This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Metaflame @ NFC2026
metaflame.dev
did:plc:c6te24qg5hx54qgegqylpqkx
It's true that a lot of stuff in std panics a bit quickly, but I believe the decisions were made there for ease of use. I know that Clippy has lints for stuff like that, such as `clippy::indexing_slicing` to prefer the fallible `get()` over indexing - lower-level libraries etc. should use that.
2025-03-12T16:00:52.051Z