# 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.
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 π€
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 π