this post was submitted on 29 Apr 2025
32 points (100.0% liked)

Asklemmy

47927 readers
955 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 6 years ago
MODERATORS
 

This is more about getting feedback/criticism for the idea that fedizens should run programs that monitor what they engage with similar to how Facebook,YouTube, or any corporate online service would simply so you can use it to run algorithms for find content you might like.

The key thing is that you only share the your data consentual at this point the data will stay locally stored.

I try to get a pulse anti algorithms crowd and it's hard to figure out if they're against algorithms generically or just specific platforms. People leave twitch because that also pushes people to be more commercial or capitalist.

The idea came up when I built peertube recommendation algorithm I got the part built for tracking watch time on peertube videos and I thought "track YouTube watch time and engagement to make peertube suggestions".

you are viewing a single comment's thread
view the rest of the comments
[โ€“] absGeekNZ@lemmy.nz 3 points 1 week ago (3 children)

The idea that you could do this isn't a bad one.

It could be interesting, to build a generic recommendation algorithm. Would it be like a browser add-on?

Something like a news feed, but you have all the data under your control, so you could see why something was recommended.

I tried the Reuters app a while back, I couldn't deselect sports as a category of interest... Why the fuck not? Why do they care of I like sports or not... Uninstalled pretty quick.

[โ€“] PixelPilgrim 2 points 1 week ago (1 children)

It's a browser extension for chromium based browsers like brave.

https://github.com/solidheron/peertube_recomendation_algorythm

I tried to make the alfo as simple as possible. It matches the words of the videos descriptions title and tags to other other videos words and ranks them via cosine similarity (de-ranks then via if the video has been seen before)

I should add a blacklist for keywords because I'm kinda sick of all the Linux content and there's a lot of Linux content on peertube

[โ€“] absGeekNZ@lemmy.nz 1 points 1 week ago (1 children)

Looks great.

I use Firefox, so I can't give it a try.

[โ€“] PixelPilgrim 2 points 1 week ago

I don't think it will work for Firefox. I'll have to convert it down the line when I got most of the features knocked out

load more comments (1 replies)