I have made some more improvements to #FediAlgo:

  • Quotes are now properly rendered (where possible: unfortunately the underlying FediAlgo doesn't return quote props from the API, so it relies on text parsing)
  • Browser back navigation now works after opening a thread
  • very tall posts are hidden behind a show more.
  • thread views now produce a shareable link.

Check it out at https://fedialgo.thms.uk if you are interested.

FediAlgo Demo for Mastodon

Been working in mobile support and light mode for #FediAlgo this week. Really enjoying using it on my phone now.

Hoping to get PRs accepted, but in the meantime you can check out a test version here:

https://fedialgo.thms.uk

What do you think?

#mastoadmin

FediAlgo Demo for Mastodon

@jerrej understandable; i too am paranoid.

but if you feel like looking into it check the #Fedialgo hashtag and/or search posts for fedialgo, you'll see other people vouching for it. someone even made an awesome video about it.

@cryptadamist
How easy do you think it would be to make a fork of a mastodon android app with #fedialgo built in? Even just a janky proof of concept version? Has someone done it already?

For those curious in the answer - #FediAlgo seems to be the closest thing to what I was looking for, and it's very cool!

https://github.com/michelcrypt4d4mus/fedialgo

Demo app: https://michelcrypt4d4mus.github.io/fedialgo_demo_app_foryoufeed/

GitHub - michelcrypt4d4mus/fedialgo: A customizable algorithm to shape your Mastodon timeline.

A customizable algorithm to shape your Mastodon timeline. - michelcrypt4d4mus/fedialgo

GitHub

Hey fediverse, what's the latest on DIY #algorithms for #fediverse/ #mastodon?

I'm imagining the sort of thing where I could pull up a feed and it would show me things based on a prediction on what I'd like to engage with, but based on my own parameters which I could somehow tweak.

What projects should I be looking at?

(I know this is technically challenging for various reasons)

Boost for reach please.

---

Edit:

For those curious about the answer - #FediAlgo seems to be the closest thing to what I was looking for, and it's very cool!

https://github.com/michelcrypt4d4mus/fedialgo

Demo app: https://michelcrypt4d4mus.github.io/fedialgo_demo_app_foryoufeed/

GitHub - michelcrypt4d4mus/fedialgo: A customizable algorithm to shape your Mastodon timeline.

A customizable algorithm to shape your Mastodon timeline. - michelcrypt4d4mus/fedialgo

GitHub

3/X “But there are algorithmic feeds for Mastodon?” — Yes, great tools exist, for example:

➡️ #BYOTA by @mala
➡️ #FediView by @adamghill
➡️ #Fedialgo by @pkreissel

.. but most are client-side. They can rerank your existing timeline, but can't make #recommendations from outside your follower bubble.

I just discovered FediAlgo ( https://fedialgo.thms.uk/ ), and if anyone is looking for a controlled and open source implementation of a Mastodon algorithm, it looks pretty promising! #privacy #fedialgo #algorithm #fediadmin #fedi #fediverse #feed #activitypub #socialmedia #socialweb #opensource #foss #fossfinds
FediAlgo Demo for Mastodon

@bonn.digital Hier hatte ich schon mal ein bisschen ausführlicher zu dem Thema geschrieben, ging da um das coole Projekt #FediAlgo .

https://mainz.social/@fabian/115100920303166577

p.s. @paige the "resource consumption" concern is grade A concern trolling. #FediAlgo is highly optimized. my profile is only 34 MB of storage in my browser for months of algorithm and ~2MB of code for the app.

other than the small wait at the beginning of loading the app (which could indeed be improved if it were running on the server side) there are virtually no resource constraints.

also #FediAlgo is published as a javascript package that serves up augmented data objects that are the same as what is returned by the Mastodon API so any mastodon web app (e.g. #Phanpy etc) should be able to pretty much just install it.

i think theoretically it could even be installed server side as-is because the main mastodon web app is ruby + javascript, though i'm not exactly sure if that could be done seamlessly / without some tweaks.

#Mastodon