# 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 3
# self = https://watcher.sour.is/conv/2uwicfq
Well! My 24 hrs without a GUI Web browser was quite of a nice experience.
As a matter of fact, and as long as I'm not doing any 3D work, I kind of don't need gui applications as much as it feels like.
Even though, a couple of websites asked me to eff off because they need
JavaScript to work. Some others handed me a cold "402 Upgrade Required" client
error response... (LOL let's not even talk about how Github repos looked
and felt like). I have managed to fix a couple of things I've been meaning to
for quite some time but never got, mainly to because of my browsing
habits. I tend to open a lot of tabs, read some, get distracted then
open some more and down the rabbit hole (or shall I say tabs) I go.
All in all, it was quite a nice experience.
How nice? It was an "I'm dropping into a full TTY experience for another
24 hrs" kind of nice!
Although, I miss using a mouse already, but hey, I would have never
heard about gpm(8) otherwise.
@aelaraji off topic, I think you are using hard wrapping, or something similar, on mutt/neomutt. The formatting of your twts come up a little off. Specifically, the line wraps.
@bender Yeah I've been having this problem for quite sometime now. It boils down to Vi/Vim/NeoVim inserting those line breaks automatically when editing an .eml file (if I can remember the file extension correctly) ... I think Jenny makes use of those. I had to delete them manually until I was told that the problem was fixed after I added the *charset utf-8;* to my nginx config file. I'll try and fix this next...*