This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Shane Becker
veganstraightedge.com
did:plc:tiazpalhy55pslsklmqfyd7h
I'm surprised to see that in #Ruby this is a syntax error:
❌ as a one-liner:
foo = :x
case foo in :x then :abc end
# ✅ as a multi-liner
case foo
in :x then :abc
end
2026-08-20T03:21:43.362Z