# 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/ubf3aba
@stigatle My two cents worth:

- self-hosted git
- both good build instructions.+ release binaires for the lazy
- don't trust Github (or copilot) with your hard work 😅
@stigatle My two cents worth:

- self-hosted git
- both good build instructions.+ release binaires for the lazy
- don't trust Github (or copilot) with your hard work 😅
@stigatle My two cents worth:

- self-hosted git
- both good build instructions.+ release binaires for the lazy
- don't trust Github (or copilot) with your hard work 😅
@prologic What do you think about using gitolite and cgit, with a mailing list for patches?

I don't know if I should set it up, I know that for my personal projects
it will be sufficient, but I don't know how well it'd scale with a
pubnix-like system. I know the linux kernel uses gitolite but I don't
know, as the use by us would be completly different, it'd be more suited
to giteaforgejo, (because they offer the ability to make
organizations), but I also dislike not having the gitolite ui in gitea,
so I might think about making custom scripts to let you make projects
(that are outside your user namescope, but assigning you privileges, (I
think I'd need to or a) make the script directly add the projects, thus
making me git pull the gitolite-admin repo, but I'd alredy have to do
that as I'd use sskm, or b) Having the requests come in to my mailbox
and I manually add their respective config block to gitolite's config in
the gitolite-admin )
I also thinked about sr.ht, but I think sr.ht has some issues, as you still can not, well make the repos from the cli, I think I'll need to make my own managing script for mlmmj or something, maybe even make my own mailing list manager, (probably forking from mlmmj as that's working fine for me)