# 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 7
# self = https://watcher.sour.is/conv/uqucwfq
It's 2022 and there are still basic programs like file managers that can't deal with network problems (looking at you dolphin).
It just seems odd that dolphin fails to show me *any* filesystems just because some network mounted filesystems are not currently available. Reminds me of the days when Windows would hang because some network device like a printer wasn't responding the way it wanted.
I feel like part of the reason people like web tech for apps is that for all its faults it takes asynchronous computing and transient failures seriously (because it has to), so the UX tends to be better generally. dolphin is a native app and seems to be doing something like "wait for all filesystems to respond before giving the user control", which is a big UX fail.
@abucci Sounds about right 👌
@abucci Sounds about right 👌
@abucci Hmm, I'm also using dolphin and had this never happen to me.
@lyse good I'm glad! I don't know why it's happening to me but it's annoying and unnecessary.