# 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 23
# self = https://watcher.sour.is/conv/p2b4xfq
@david, doing a small test to see if you can read this.
@homer I got this fine. I wonder how come I did not get the mention sent by @kt84 (https://twtxt.net/twt/xa4qqpa). Puzzling.
@david Hmm good question πŸ€”
@david Hmm good question πŸ€”
@prologic to answer your question on IRC, no, I don't follow her. Matter of that, that twt, https://twtxt.net/twt/xa4qqpa, doesn't show here https://netbros.com/twt/xa4qqpa. It is a 404.
As you can imagine, things like these drive me nuts. It is something you expect to work as intended 100% of the time, without failure. We are not painting portraits by hand, where each is different from previous, right? πŸ˜…
@david Patience my friend πŸ˜† I'm doing the best I can πŸ€—
@david Patience my friend πŸ˜† I'm doing the best I can πŸ€—
Maybe @<~duriny https://envs.net/~duriny/twtxt.txt> might be willing to help improve some of the backend code πŸ‘Œ
Maybe @<~duriny https://envs.net/~duriny/twtxt.txt> might be willing to help improve some of the backend code πŸ‘Œ
@prologic I noticed this the other day as well, the https://netbros.com pod shows the full thread (yarn?) for #zzd4quq, but https://twtxt.net doesn't: https://netbros.com/conv/zzd4quq vs https://twtxt.net/conv/zzd4quq
I think it might be that the two pods are on a different commit, I'll note them here for reference, netbros.com is on 0.13.0@278fda8, and twtxt.net is on 0.13.0@ee35b5c
@<~duriny https://envs.net/~duriny/twtxt.txt> I don't think the minor difference has to do with it. I will update to main right now, it will not change the outcome you noticed.
strangely the actually commits don't show a significant code change that could break this, one is a CSS change and the other is a Makefile change :/
Ah sorry @david I missed your twt lol. Yeah I don't think its the difference in the running version, non of the intermediary code changes stand out either. Could be a caching/config issue? I know @prologic's pod takes longer to pick up my twts than netbros does, maybe the twtxt.net cache just lost those twts?
@<~duriny https://envs.net/~duriny/twtxt.txt> no biggies. I fetch feeds every minute, that's why you see twts on my pod sooner than on twtxt.net. I also keep a very long cache. Like, really long. I really don't know what's going on.
Afe we trying to debug a WebMention getting lost or something else?

Pods can have different fetch intervals so the behavior you're seeing there is fine πŸ‘Œ
Afe we trying to debug a WebMention getting lost or something else?

Pods can have different fetch intervals so the behavior you're seeing there is fine πŸ‘Œ
@prologic no, read ~duriny’s twt (#3ty55tq). They came across something odd, but we are not sure if it relates to caching or something else.~
@david Okay will dig into this after my 2nd coffee πŸ˜†
@david Okay will dig into this after my 2nd coffee πŸ˜†
Oh @david and @<~duriny https://envs.net/~duriny/twtxt.txt> The observation @<~duriny https://envs.net/~duriny/twtxt.txt> made in #3ty55tq is to be expected. This is a configuration difference between netbros.com and twtxt.net -- Both have different Cache Size and TTL configurations. I actually use the defaults mostly.

This is an artefact of Twts flowing from "Active Cache" to "On-Disk Archive".

The _missing piece_ (if you will) here is builtin Search. That's coming in 0.14/0.15 πŸ‘Œ -- I can't really help it if @david chooses to run his Pod with a much larger active cache, and actually it's been helpful to find bugs πŸ˜…
Oh @david and @<~duriny https://envs.net/~duriny/twtxt.txt> The observation @<~duriny https://envs.net/~duriny/twtxt.txt> made in #3ty55tq is to be expected. This is a configuration difference between netbros.com and twtxt.net -- Both have different Cache Size and TTL configurations. I actually use the defaults mostly.

This is an artefact of Twts flowing from "Active Cache" to "On-Disk Archive".

The _missing piece_ (if you will) here is builtin Search. That's coming in 0.14/0.15 πŸ‘Œ -- I can't really help it if @david chooses to run his Pod with a much larger active cache, and actually it's been helpful to find bugs πŸ˜