|
|
|
|
|
by lonk11
337 days ago
|
|
This is definitely doable and anyone can build such a feed using Bluesky's APIs. As an example, I built a "For You" feed https://bsky.app/profile/did:plc:3guzzweuqraryl3rdkimjamk/fe... that finds the posts you liked, finds other people who liked the same posts and shows you what else they liked. To help me debug the algorithm I built a simple web UI that allows you to see the feed for any user by plugging their account id: https://linklonk.com/bluesky You can switch perspective to other users and explore how the would experience the feed. |
|