Native curated user list vs. custom feed performance disparity #2080
Replies: 2 comments 1 reply
-
Do you have a public copy of the Python code your feed is currently using? Did you have any luck with these suggestions? I haven't found that the Astronomy feed using the current implementation relying on the ATProto Python SDK misses any posts. In theory, there shouldn't be any reason why it would miss any posts, as feeds by definition can check every post/event on the network. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I am closing this for now as it seems my Bluesky (bsky.app) client language settings are causing this problem |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've noticed in just a very basic test that if I follow the same three "art bots" using a curated user list created directory in the Bluesky client web app, and then attempting to follow the same three accounts in custom feeds using both the SkyFeed third-party tool and using the AT Proto Python SDK, both of the custom feeds occasionally miss a few (or several) of the posts that how up in the curated user list.
I figure my Python attempt is crappy for sure, but it was surprising that the SkyFeed version was also missing posts.
Is there anything beyond crappy code by people trying to implement custom feeds that might account for such disparities? Do the "native" curated user lists have any sort of inherent accuracy / performance advantage, something that ensures they do not miss a sngle relevant post?
Even if I could do more filtering with a custom feed, beyond just constraining output to a list of accounts, it kind of discourages me from pursuing custom feeds any further if I think I could be missing posts without even being aware of it, particularly if I don't have a relevant user list to compare results with (in a case where constraining output to a particular set of accounts would not be desirable for a feed).
Beta Was this translation helpful? Give feedback.
All reactions