This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Chris Oliver
excid3.com
did:plc:bglglitlenxcnkt36zhtqic6
In Ruby 3.4, you'll start seeing warnings about frozen string literals.
If you still need mutable strings, create a new String object instead of using the literal syntax.
String literals will work like symbols where they point to the same object in memory which is great for performance.
2024-12-13T15:33:54.753Z