Best #MustHave Fediverse Extensions.

This works like #nuzzle
https://quintsns.pianeta.uno

This recommends new follows based on your followings following. You don't even have to log in.
https://followgraph.vercel.app

I am also working on FediFeed, which should offer a similar experience to Twitter For You Feed, but YOU control the algorithm.
https://fedifeed.herokuapp.com

Currently I am doing a rewrite to make it 100% client side. Also I contacted some App devs to implement it in their apps, which hopefully will bring the concept more into a unified experience.

If you want to help just DM me. Stack is React.

https://github.com/pkreissel/fedifeed

React Django App

@pkreissel hi! would like to know how the integration works for 3rd-party apps 🙇‍♂️

@cheeaun I just checked out your frontend, it looks really beautiful. I was thinking about multiple ways to offer FediFeed as a plugin, for example as iframe that is embedded in the site (so everything can still be client side).

But I think most likely adoption will be just using my code that I happily share with anyone who would like to use it.

@pkreissel thanks. I just had a look at the repo, the algo looks quite straightforward though I wonder if there are any presets or more visual comparisons when things are configured in a certain pattern.

@cheeaun I also wrote a simple reweighing scheme, that updates weights when the user interacts with a post.

If the post e.g. has more fav-weight, then increase fav weight a little.

Currently I am also reimplementing the features in React, not Python, this will make it much easier to use my code in other projects.

@pkreissel hmm i wonder if this would be better if it's language-agnostic (or available in many languages?). I suspect native (mobile) apps have a higher chance of implementing this as most of them are already caching huge amount of statuses with read/unread states.