# 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 8
# self = https://watcher.sour.is/conv/pkwxs4a
Seems like all I've had time to do lately is work and sleep ._.
About to take a closer look at bitraft though, as I have been meaning to set something like this up for my many bitcask powered projects for a long time now :^)_
@kayos don’t we all, mate, don’t we all. It is only on weekends that I get to do whatever it pleases me, somehow. Bitcask as in the key/store value store (Golang), or the Erlang app with similar function?
@kayos Yeah I feel the same too, I _think_ that's why I've been so tired/exhausted lately and just feeling generally "wiped out" 😒 -- Let me know if bitraft can be improved in any way... I was at one point attempting a rewrite using an update/newer version of the library I use for "concensus" but it's still a WIP.
@kayos Yeah I feel the same too, I _think_ that's why I've been so tired/exhausted lately and just feeling generally "wiped out" 😒 -- Let me know if bitraft can be improved in any way... I was at one point attempting a rewrite using an update/newer version of the library I use for "concensus" but it's still a WIP.
@prologic Work/Life balance is an incredibly tricky thing I feel. Lately I have had plenty of money, but to even take the time to enjoy it has been difficult to do.

Starting to realize that full-time feels like a bit of an anti-pattern for me as a person with no kids and extremely minimal living expenses. After some time passes I may need to consider seeking more of a part-time role of some kind.

Honestly I miss just sitting around coding for fun. Funemployment wasn't lazy, it was just fun ;p

I digress; I'll definitely let you know my take on bitraft!
@david bitcask as in @prologic's golang implementation of the key/value store :D https://en.wikipedia.org/wiki/Bitcask - https://git.mills.io/prologic/bitcask

Even on the weekends I still feel like I should be working ._._
@david Bitcask itself is actually a "Design", Erlang just happened to call their implementation the same as the Design Paper -- As did I πŸ˜… -- And my Bitraft is my attempt at something like Riak -- which itself is based on the Erlang Bitcask implementation πŸ˜‚
@david Bitcask itself is actually a "Design", Erlang just happened to call their implementation the same as the Design Paper -- As did I πŸ˜… -- And my Bitraft is my attempt at something like Riak -- which itself is based on the Erlang Bitcask implementation πŸ˜‚