# 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/4fdtyca
@prologic I never got into Docker to begin with and their quasi-corporate structure always put me off, so I'm glad I don't need to do anything in response to this mess.
@abucci Docker is and still is basically a decent packaging tool where you can care a little less about all the bazillion dependencies that software is often packaged with. But to be honest, that has changed a lot for me with Go where you are basically encouraged to write portable programs anyway so you don't really need Docker -- What I still use it for however is basically as infrastructure to run and orchestrate containers -- Docker Swarm is still quite a decent way to do this 👌
@abucci Docker is and still is basically a decent packaging tool where you can care a little less about all the bazillion dependencies that software is often packaged with. But to be honest, that has changed a lot for me with Go where you are basically encouraged to write portable programs anyway so you don't really need Docker -- What I still use it for however is basically as infrastructure to run and orchestrate containers -- Docker Swarm is still quite a decent way to do this 👌