this post was submitted on 16 Jan 2025
491 points (99.0% liked)

Technology

61203 readers
4521 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 other!
  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
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 17 points 1 week 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.

[–] [email protected] 4 points 1 week ago* (last edited 1 week 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.

[–] [email protected] 1 points 1 week ago

I really hope this is the way forward.

[–] [email protected] 1 points 1 week 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.