this post was submitted on 16 Jan 2025
293 points (98.3% liked)

Technology

60484 readers
4205 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] horse_battery_staple@lemmy.world 20 points 7 hours ago (1 children)

The companies deploying the algorithms aren't taking any of what you said into consideration though. They only want to feed you what has the most interaction as that can garner the most money from ad revenue.

[–] Windex007@lemmy.world 13 points 6 hours ago (3 children)

Would be nice if open-source aggregators like Lemmy allowed users to "Subscribe" to community developed algorithms.

I'd love to (attempt) to build an "ethical" algorithm for content sorting, have it be open-source, and be able to have clients use it without having to actually modify the client itself.

[–] eugenevdebs@lemmy.dbzer0.com 1 points 2 hours ago

Reddit used to (might still, don't use it) let you get every page as an RSS feed. Front page, people you follow, individual subreddits.

Lemmy could do that, I'd really enjoy it.

[–] Dran_Arcana@lemmy.world 3 points 5 hours ago* (last edited 5 hours ago)

There's nothing preventing you from forking a Lemmy client or server to prototype this. Depending on how you implement the activitypub backend, you might be able to make it transparent to a user if you present an algorithm as an array of cross posts via a /c/ of a server.

Anything more might require forking a client, which might be easier to implement but may be harder to convince a large userbase to migrate to.

I really hope this is the way forward.