# 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 10
# self = https://watcher.sour.is/conv/av2eurq
answerdev/answer: An open-source knowledge based community software. You can use it to quickly build your Q -- Came across this nice little tidbit a few nights ago 👌 I guess it s self-hosted clone of something like Stackoverflow? And written in Go! 😅
answerdev/answer: An open-source knowledge based community software. You can use it to quickly build your Q -- Came across this nice little tidbit a few nights ago 👌 I guess it s self-hosted clone of something like Stackoverflow? And written in Go! 😅
@prologic holy crap
@prologic something I'd like to be part of, is a Reddit like service. You know, ranked forums promoting newest and most interesting content.

I found https://github.com/LemmyNet/lemmy (made with Rust) but I don't like the current community of instances. Simply they don't talk about my interests.

And that makes me think a lot on the community you have to create to have a minimum network effect to sustain it. Too small and dies in the oblivion, too big and dies of toxicity.

Interesting hobbies we choose!
@eaplmx obviously lemmy needs to be rewritten in go
@prologic


$ curl https://raw.githubusercontent.com/answerdev/answer/main/go.mod | grep '^\t' | wc -l
84
$ curl https://raw.githubusercontent.com/answerdev/answer/main/ui/package.json | gron | grep '[Dd]ependencies[\\[\\.]' | wc -l
76


No thanks...
@prologic


$ curl https://raw.githubusercontent.com/answerdev/answer/main/go.mod | grep -c '^\t'
84
$ curl https://raw.githubusercontent.com/answerdev/answer/main/ui/package.json | gron | grep -c '[Dd]ependencies[\\[\\.]'
76


No thanks...
@prologic


$ curl https://raw.githubusercontent.com/answerdev/answer/main/go.mod | grep -c '^	'
84
$ curl https://raw.githubusercontent.com/answerdev/answer/main/ui/package.json | gron | grep -c '[Dd]ependencies[\[\.]'
76


No thanks...
@eaplmx Hmm interesting 😆
@eaplmx Hmm interesting 😆