this post was submitted on 09 Feb 2025
1165 points (98.8% liked)

Technology

62073 readers
5491 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
[–] lambalicious@lemmy.sdf.org 97 points 2 days ago (3 children)

endless feed

to fight algorithm addiction

endless

feed

to fight algorithm addiction

Uuuuuh that's not the way to fight an addiction, right? Who is this person working for, exactly?

[–] Bob_Robertson_IX@lemmy.world 121 points 2 days ago (3 children)

Think of it as a methadone clinic for doomscrollers.

[–] BeMoreCareful@lemmy.world 26 points 2 days ago (1 children)
[–] lambalicious@lemmy.sdf.org 5 points 2 days ago (2 children)

We're here to help! We just need someone to implement doomscroll / infiniscroll into Lemmy, lol.

[–] r4venw@sh.itjust.works 8 points 2 days ago

Honestly the fact that Lemmy doesn't have infinite scroll (on my UI, at least) has helped me a lot in terms of not wasting hours at a time on my phone

[–] fuck_u_spez_in_particular@lemmy.world 1 points 1 day ago (1 children)

I've got news for you: basically every app I've used so far for lemmy has infinite scroll. Currently Thunder previously Sync.

[–] asteriskeverything@lemmy.world 11 points 2 days ago

If methadone was also educational 🌈⭐

[–] chonglibloodsport@lemmy.world 0 points 2 days ago (1 children)

More like a brothel for sex addicts.

[–] GaMEChld@lemmy.world 24 points 2 days ago (1 children)

Jesus. Enough hyperbolic nonsense. Browsing Wikipedia is way healthier than doom scrolling.

[–] Jolteon@lemmy.zip 11 points 2 days ago

And doomscrolling Wikipedia is still healthier than doomscrolling anything else.

[–] Rooty@lemmy.world 11 points 2 days ago (1 children)

Think of it as taking methadone instead of heroin.

[–] higgsboson@dubvee.org 1 points 1 day ago* (last edited 1 day ago)

Ironically, my overly chatty doctor was ranting about how methadone is a racket and they string people along for years instead of titrating them off. He prescribes Suboxone, apparently.

[–] fox2263@lemmy.world 16 points 2 days ago (1 children)

I don’t think there’s an algorithm involved actually. Just lovely facts.

[–] Anivia@feddit.org 11 points 1 day ago (3 children)

Well, there has to be some kind of algorithm. Even picking a random Wikipedia article technically is an algorithm, just not one that adapts to the user

[–] blind3rdeye@lemm.ee 1 points 20 hours ago

Right, but in the context of social media feeds, "algorithm" always refers to an algorithm for personalised content.

[–] Septimaeus@infosec.pub 8 points 1 day ago

True, but outside CS the word has come to refer to a certain brand of complex heuristics or ML inference.

[–] fox2263@lemmy.world 2 points 1 day ago (1 children)

An algorithm usually involves lots of complex calculations and weights. Picking a number from a pool of numbers at random is as simple as it gets.

[–] b_n@sh.itjust.works 3 points 1 day ago (2 children)

In comsci, there are no real random numbers. They are all seeded psuedo-random number algorithms. (Unless you integrate with some third party random as a service setup)

[–] fox2263@lemmy.world 3 points 1 day ago (1 children)

Yes but the common interpretation of “the algorithm” is that of the social media and YouTube style one. Recommending items of interest etc but easily manipulated by bad actors.

Wiki random is about as opposite to that as possible.

[–] b_n@sh.itjust.works 1 points 7 hours ago

The modern interpretation, sure.

And agreed, "random, you might like this" is not as random as "here is a page on red food colouring"

[–] weker01@sh.itjust.works 2 points 1 day ago (1 children)

That's a common misconception. You can measure a lot of ambient noise and extract entropy. Like time between inputs or how long it took an HDD to seek.

Most modern PC CPUs even have dedicated hardware for generating random numbers from electrical ambient noise. I don't trust them however.

[–] b_n@sh.itjust.works 1 points 7 hours ago

That's why I said seeded. Seeded from noise. The random number generator (function) is still an algorithm..