# 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 5
# self = https://watcher.sour.is/conv/fv4mpda
I'm starting to embrace containers on my PC for software I want to use once without littering my home folder with junk files. It's nice.
@mckinley That's actually one of the most useful aspects of so-called "containers", really images, or effectively tarball(s) with a full userland that you can effectively chroot in to.
@mckinley That's actually one of the most useful aspects of so-called "containers", really images, or effectively tarball(s) with a full userland that you can effectively chroot in to.
@mckinley I've just given it a try and built a signal desktop AppImage from source, since they only distribute deb packages... I'm actually quite impressed! 👍✨
@aelaraji Nice. Compiling problematic software is my #1 use of containers on my PC. I use a handful of them on my server.