# I am the Watcher. I am your guide through this vast new twtiverse.
#
# Usage:
# https://watcher.sour.is/api/plain/users View list of users and latest twt date.
# https://watcher.sour.is/api/plain/twt View all twts.
# https://watcher.sour.is/api/plain/mentions?uri=:uri View all mentions for uri.
# https://watcher.sour.is/api/plain/conv/:hash View all twts for a conversation subject.
#
# Options:
# uri Filter to show a specific users twts.
# offset Start index for quey.
# limit Count of items to return (going back in time).
#
# twt range = 1 18
# self = https://watcher.sour.is/conv/uft3kdq
TIL about the non-breaking hyphen: ‑ (U+2011)
@mckinley Oh, fun with Unicode. 🥴 U+00A0 and U+FEFF are also great. We recently had an issue at work where the browser (only on macOS) was unexpectedly spamming 0+FEFF into Grafana’s text boxes. Grafana then failed to properly parse that user input …
@mckinley Oh, fun with Unicode. 🥴 U+00A0 and U+FEFF are also great. We recently had an issue at work where the browser (only on macOS) was unexpectedly spamming 0+FEFF into Grafana’s text boxes. Grafana then failed to properly parse that user input …
@mckinley Oh, fun with Unicode. 🥴 U+00A0 and U+FEFF are also great. We recently had an issue at work where the browser (only on macOS) was unexpectedly spamming 0+FEFF into Grafana’s text boxes. Grafana then failed to properly parse that user input …
@mckinley Oh, fun with Unicode. 🥴 U+00A0 and U+FEFF are also great. We recently had an issue at work where the browser (only on macOS) was unexpectedly spamming 0+FEFF into Grafana’s text boxes. Grafana then failed to properly parse that user input …
@movq I use the no-break space all the time, I only just learned about its horizontal brother.
@movq I use it in some of my blog posts for inline code snippets
so they don't get wrapped where it would make it hard to read.
@movq I use it in some of my blog posts for inline code snippets
so they don't get wrapped where it would make it hard to read. Other places, too, but I can't remember right now.
@mckinley Same with me, just learned about them now. :-D
@movq In hand written HTML I use them in between numbers and units. As
, though, because I haven't figured out which keys to press on my keyboard for that. I know, I know, there's even a smaller space for this purpose.
@movq Ta, in my ~/.Xmodmap I just set my multi key to Caps Lock, which I had deactivated anyways. Now I can insert a non-breaking space with Caps Lock+Space+Space. Nice.