This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
parasquid
parasquid.dev
did:plc:4znts3iwp3rqlej7tisdsjmz
TIL: The Norway problem
https://rubystacknews.com/2026/07/21/ruby-may-finally-fix-the-famous-norway-problem/
tldr; yaml parsers will convert `no` to `false` so `country: no` becomes `country => false` but using libfyaml (YAML 1.2) as a backend for psych makes the parsing more sane
2026-07-23T06:58:22.264Z