# 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/tptj33q
@jlj Oh no ! πŸ€¦β€β™‚οΈ Hope you get back up and running soon πŸ‘Œ
@jlj Oh no ! πŸ€¦β€β™‚οΈ Hope you get back up and running soon πŸ‘Œ
@prologic Back, I think! Too much to catch up on, but your search engine helped me find my mentions. 😁\n\nDid I read correctly: you're looking for pod owners to try out the latest build(s)?
@jlj

> Did I read correctly: you’re looking for pod owners to try out the latest build(s)?

Maybe hold off for a commit or two, as we _might_ have a nasty bug that blacklists the world πŸ˜‚ Lemme see if I can get to the bottom of it in the next couple of hours before I _really_ collapse due to sheer tiredness :D
@jlj \n\n> Did I read correctly: you’re looking for pod owners to try out the latest build(s)?\n\nMaybe hold off for a commit or two, as we _might_ have a nasty bug that blacklists the world πŸ˜‚ Lemme see if I can get to the bottom of it in the next couple of hours before I _really_ collapse due to sheer tiredness :D
@jlj

> Did I read correctly: you’re looking for pod owners to try out the latest build(s)?

Maybe hold off for a commit or two, as we _might_ have a nasty bug that blacklists the world πŸ˜‚ Lemme see if I can get to the bottom of it in the next couple of hours before I _really_ collapse due to sheer tiredness :D
I'm _actually_ wondering if it's a bug fix or change in the regexp Go standard library from recente versions. Can you confirm what version of the Go compiler you're using? I _assume_ you build from source? I'm on 1.17.1 -- But to be clear, I can repro the "" empty string regex, which I _think_ is wrong and possibly the cause of the bug.
I'm _actually_ wondering if it's a bug fix or change in the regexp Go standard library from recente versions. Can you confirm what version of the Go compiler you're using? I _assume_ you build from source? I'm on 1.17.1 -- But to be clear, I can repro the "" empty string regex, which I _think_ is wrong and possibly the cause of the bug.
@prologic Ha ha. Roger that!
@prologic Okay I'm reproducing it on my RPi on a test version of yarnd anyway. As you probably have found, every time you save the Pod Settings in the UI it produces the empty string in blacklisted_feeds.

My Go compiler is 1.17.1 😊