Online tool where you can type chars (or emoji) and see what it looks like when utf-8 encoded.
Shout out to some great resources about utf-8, Unicode, emoji etc:
- Characters, Symbols and the Unicode Miracle by Computerphile. 9 min 36 s pure YouTube gold
- Emoji: how do you get from U+1F355 to 🍕? by Monica Dinculescu
- JavaScript has a Unicode problem by Mathias Bynens
- The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) by Joel Spolsky
For local development on http://localhost:8000
, first run npm install
and then:
npm run dev &
tsc --watch &
Note to self: list background tasks with jobs
and use kill %{jobId}
to stop a task.