i added the ability to weight toots containing hashtags you follow to the customizable timeline #algorithm for Mastodon in #FediAlgo.
find it here: https://github.com/michelcrypt4d4mus/fedialgo_demo_app_foryoufeed
@cryptadamist awesome, I just looked at the code, this is a very good idea! one question though, why are vercel analytics embedded in it? also, do you support this as a docker container somewhere, or do I have to build it?
@esoteric_programmer i forked it from here: https://github.com/pkreissel/foryoufeed
there's a version of that code running here: https://foryoufeed.vercel.app/
@cryptadamist ahh ok, just wanted to warn you that you possibly have tracking code in your app, which you might not know about, it's in src/app.ts. And about docker, I'm asking because I want to self-host it on my server, even if it ends up compiling to static pages which do most of the work in my browser. I'm going to test it now, see if it works with go to social
@esoteric_programmer i'm vaguely aware but thx maybe i should cut it out for now.
also re: docker i don't have a container for it set up yet but it should be pretty trivial. really just needs a basic node.js container.
@esoteric_programmer i commented out the tracking code