this post was submitted on 14 Jan 2025
2 points (54.5% liked)

Technology

35248 readers
514 users here now

This is the official technology community of Lemmy.ml for all news related to creation and use of technology, and to facilitate civil, meaningful discussion around it.


Ask in DM before posting product reviews or ads. All such posts otherwise are subject to removal.


Rules:

1: All Lemmy rules apply

2: Do not post low effort posts

3: NEVER post naziped*gore stuff

4: Always post article URLs or their archived version URLs as sources, NOT screenshots. Help the blind users.

5: personal rants of Big Tech CEOs like Elon Musk are unwelcome (does not include posts about their companies affecting wide range of people)

6: no advertisement posts unless verified as legitimate and non-exploitative/non-consumerist

7: crypto related posts, unless essential, are disallowed

founded 5 years ago
MODERATORS
 

Since Meta announced they would stop moderating posts much of the mainstream discussion surrounding social media has been centered on whether a platform has a responsibility or not for the content being posted on their service. Which I think is a fair discussion though I favor the side of less moderation in almost every instance.

But as I think about it the problem is not moderation at all: we had very little moderation in the early days of the internet and social media and yet people didn’t believe the nonsense they saw online, unlike nowadays were even official news platforms have reported on outright bullshit being made up on social media. To me the problem is the godamn algorithm that pushes people into bubbles that reinforce their correct or incorrect views; and I think anyone with two brain cells and an iota of understanding of how engagement algorithms works can see this. So why is the discussion about moderation and not about banning algorithms?

you are viewing a single comment's thread
view the rest of the comments
[–] Plebcouncilman@sh.itjust.works -1 points 18 hours ago (2 children)

But correct me if I’m wrong (I’m not a programmer), lemmy’s algorithm is basically just sorting; it doesn’t choose over two pieces of media to show me but rather how it orders them. Facebook et al will simply not show content that I will not engage with or that will make me spend less time on the platform.

I agree that they are useful but at a certain point we as a society sometimes need to weight the usefulness of certain technologies against the potential for harm. If the potential for harm is greater than the benefit, then maybe we should somewhat curb the potential for that harm or remove it altogether.

So maybe we could refine the argument to be we need to limit what signals algorithms can use to push content? Or maybe that all social media users should have access to an algorithm free feed and that the algorithm driven feed be hidden by default and can be customizable by users?

[–] will_a113@lemmy.ml 5 points 17 hours ago

Algorithm is just a fancy word for rules to sort by. "New" is an algorithm that says "sort by the timestamp of the submissions". That one is pretty innocuous, I think. Likewise "Active" which just says "sort by the last time someone commented" (or whatever). "Hot" and "Scaled", though, involve business logic -- rules that don't have one technically correct solution, but involve decisions and preferences made by people to accomplish a certain aim. Again in Lemmy's case I don't think either the "Hot" or "Scaled" algorithms should be too controversial -- and if they are, you can review the source code, make comments or a PR for changes, or stand up your own Lemmy instance that does it the way you want to. For walled-garden SM sites like TikTok, Facebook and Twitter/X, though, we don't know what the logic behind the algorithm says. We can speculate that it's optimized to keep people using the service for longer, or encouraging them to come back more frequently, but for all intents and purposes those algorithms are black boxes and we have to assume that they're working only for the benefits of the companies, and not the users.

[–] simple@lemm.ee 3 points 17 hours ago

Every algorithm is just sorting. Facebook sorts which posts should be shown on top and which should be pushed down. Posts that have a bad rank aren't shown to many people - and eventually - none at all.

algorithm free feed

Sorting by new?