#FediAlgo

⚯ Michel de Cryptadamus ⚯cryptadamist@universeodon.com
2025-06-01

Ω🪬Ω
The new version of #Fedialgo is much, much faster at loading and reordering the timeline. Also has fancy gradients to show you which hashtags in your feed are the ones trending the most and which ones you post about the most. Also a bunch of other tweaks and improvements.

* Try the demo: michelcrypt4d4mus.github.io/fe
* Video of it in action: universeodon.com/@cryptadamist
* Release notes: github.com/michelcrypt4d4mus/f

#activitypub #algorithm #algorithmicFeed #algorithmicTimeline #Fedi #FediTips #FediTools #Fediverse #Feed #FOSS #MastoAdmin #Mastodon #mastohelp #nodejs #nod #opensource #SocialWeb #timeline #TL #webdev

Screenshot of Fedialgo demo
⚯ Michel de Cryptadamus ⚯cryptadamist@universeodon.com
2025-05-28

"i've seen #AI code suggestions you people wouldn't believe. logical expressions on fire off the shores of orion."

#coding #copilot #fedialgo #vibecoding

AI suggesting I add "or ends with '_HASHTAG_TOOTS'" to an expression that starts "if it ends with '_TOOTS'"
⚯ Michel de Cryptadamus ⚯cryptadamist@universeodon.com
2025-05-27

someone is very confused about what #FediAlgo is all about lol

#algorithm #timeline #feed #mastodon

The Mastodons are inventing “Algorithms”

I wonder how long before we see advertising?
KING CONSULT | Kommunikationkingconsult@berlin.social
2025-05-15

@erik

Gute Frage. Vielleicht ist ein Blick auf #FediAlgo interessant – einen konfigurierbaren Mastodon-Timeline-Algorithmus mit dem Tröts nach gewählten Präferenzen (Bildanhang, Menge der Interaktion, trendende Hashtags etc.) sortiert werden können. Alles auf Github – hilft das?

Aktueller Tröt mit Demo-Video: universeodon.com/@cryptadamist

HistoPol (#HP) 🏴 🇺🇸 🏴HistoPol
2025-05-13

@cryptadamist

Thanks a lot for thinking of me again. 🙏 It does look very professional.👍

I've tested, it seems that the system cannot geht past 1.107 toots of mine. "Loading" others manually, generated that same number time and again, alas:

(Maybe, I'm doing something wrong?)

@stefan

⚯ Michel de Cryptadamus ⚯cryptadamist@universeodon.com
2025-05-11

The fine @michael has deployed the #FediAlgo demo app to a place where you can test out the customizable algorithm + filtering system for your home timeline with nothing more than a web browser. You can find it here:

fedialgo.thms.uk/

Here's a video of the FediAlgo demo in action (there's a few new features since the video): universeodon.com/@cryptadamist

cc: @rolle @paige @LaurensHof

#FediTools #FediTips #Fediverse #Mastodon #activitypub #mastohelp #Fedi #foss #nodejs #opensource #MastoAdmin #SocialWeb #Feed #timeline #algorithmicFeed #algorithmicTimeline #TL #algorithm #node #nodejs

2025-05-11

Following on from this, I've deployed a version of this at fedialgo.thms.uk/.

I did this really for my own use, but feel free to have a look at it and play around.

Things I notice and like about it:

It works well, even on a single user instance.
The feed looks nice.
Everything happens in the browser - nothing leaks to the server.
@cryptadamist has been extremely helpful helping me get this is working! Thank you so much!

Things that still need work:

It really isn't mobile compatible at all. Hopefully I'll have a moment soon, and might send a PR your way @cryptadamist, if that's OK with you.
This is hugely experimental. I make no guarantees whatsoever about whether this will work or not.

#fedialgo #mastoadmin

⚯ Michel de Cryptadamus ⚯cryptadamist@universeodon.com
2025-05-11

@michael you should git pull yourself to the latest; there was a race condition bug that could leave the demo app in a weird state and in need of a reset (there's also a few new features, like showing account notes in a tooltip and making all the hashtag filters into links).

cc @paige @joeneXtra if you are actively using the demo

#fedialgo

fedialgo demo
2025-05-09

I've been playing around with @cryptadamist ‘s FediAlgo Demo App, and I think it's really really cool!

Highlight some very interesting posts! I may install it on my server and make it available to myself.

github.com/michelcrypt4d4mus/f

#mastoadmin #fedialgo

⚯ Michel de Cryptadamus ⚯cryptadamist@universeodon.com
2025-04-29

I released a bunch of small bug fixes and performance improvements for #FediAlgo, the mastodon timeline feed algorithm (though unfortunately it still requires a command line to run I promise I will soon deploy it somewhere anyone can enjoy it as they can with stuff like Phanpy).

universeodon.com/@cryptadamist

#FediTools #FediTips #Fediverse #Mastodon #activitypub #mastohelp #Fedi #foss #nodejs #opensource #MastoAdmin #SocialWeb #Feed #timeline #algorithmicFeed #algorithmicTimeline #TL #algorithm #node #nodejs #mastojs #Masto

⚯ Michel de Cryptadamus ⚯cryptadamist@universeodon.com
2025-04-24

Ω🪬Ω
New release of #FediAlgo (customizable #algorithm for your #Mastodon timeline) has a couple of cool features:

1. Configuration presets (so you can easily put discussions or trending toots at the top of your #timeline without fiddling with the individual settings)

2. A "What's Trending" section that will show you the top trending hashtags, links, and posts scraped from 30 or so of the most popular Mastodon servers

All the old features like filtering for particular languages / hashtags / users or a minimum number of replies / boosts / etc. are still there.

* Usable demo: michelcrypt4d4mus.github.io/fe
* Code: github.com/michelcrypt4d4mus/f
* Library: github.com/michelcrypt4d4mus/f

#FediTools #FediTips #Fediverse #Mastodon #activitypub #mastohelp #Fedi #foss #nodejs #opensource #MastoAdmin #Feed #timeline #algorithmicFeed #algorithmicTimeline #TL #algorithm #node #nodejs

⚯ Michel de Cryptadamus ⚯cryptadamist@universeodon.com
2025-02-06

@reiver no, #Fedialgo isn't an app - it's an npm library for usage in other apps. i've thought about deploying the demo app linked above to vercel or something so non-devs can use it more easily (not that it's very hard to run locally but you do need to run a few commands in terminal) but so far have not.

i will probably see if i can integrate it into #Phanpy at some point.

⚯ Michel de Cryptadamus ⚯cryptadamist@universeodon.com
2025-02-03

@reiver i built on #fedialgo to make a customizable feed algorithm that is pretty much how i interact with #mastodon these days. it's available as an #npm package.

here's the demo app: github.com/michelcrypt4d4mus/f

this is what the demo app looks like:

#CustomFeeds #FediDevs #FediverseCustomFeeds #FediverseFeeds #FediverseUX

screenshot of fedialgo in action
⚯ Michel de Cryptadamus ⚯cryptadamist@universeodon.com
2024-12-06

Implemented user account filtering in #FediAlgo. Also was kind of interesting to me to see the counts of who's in my last ~1,200 home timeline toots.

github.com/michelcrypt4d4mus/f

#FediTools #FediTips #Fediverse #Mastodon #activitypub #mastohelp #Fedi #foss #nodejs #opensource #MastoAdmin #SocialWeb #Feed #timeline #algorithmicFeed

⚯ Michel de Cryptadamus ⚯cryptadamist@universeodon.com
2024-12-05

Ω⚙️Ω
New features for #FediAlgo, the customizable #algorithm for your Mastodon timeline:

🪓 Live filtering based on #hashtag (inclusive and exclusive)

#️⃣ Seed your timeline with toots from anywhere in the Fediverse that contain trending tags (#SouthKorea and #UnitedHealth have been big lately)

🔥 Icons to inform you whether a toot is from an account you follow, a hashtag you follow, or is trending (and if so, why it's trending)

⚖️ Weight based on retoots, replies, age, etc.

国 Filter on language

I kind of find it hard to look at Mastodon without it at this point. The installable demo can be found here: github.com/michelcrypt4d4mus/f

Also available as a NodeJS package built on #Masto.
Here's a video of the demo app:

#FediTools #FediTips #Fediverse #Mastodon #activitypub #mastohelp #Fedi #foss #nodejs #opensource #MastoAdmin #SocialWeb #Feed #timeline #algorithmicFeed #node

⚯ Michel de Cryptadamus ⚯cryptadamist@universeodon.com
2024-12-03

added the ability to filter your timeline based on application used to toot and fixed up language filtering with #fedialgo. the demo app now has a separate panel for filtering your mastodon timeline.

github.com/michelcrypt4d4mus/f

#FediTools #FediTips #Fediverse #Mastodon #activitypub #mastohelp #Fedi #foss #nodejs #opensource #MastoAdmin #SocialWeb #Feed #timeline #algorithmicFeed

filter control panel of the FediAlgo demo app next to a mastodon timeline
⚯ Michel de Cryptadamus ⚯cryptadamist@universeodon.com
2024-12-03

@nopatience at this point i find it hard to look at mastodon without the lens of #fedialgo.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst