this post was submitted on 25 Dec 2023
125 points (96.3% liked)

Technology

58061 readers
31 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 9 months ago (3 children)

Humans think real random isn't random 🙃

It's wild but they see patterns

[–] [email protected] 24 points 8 months ago (2 children)

The problem isn’t that their random is biased or has rules, the is that it is entirely deterministic, to the point where it will play the same exact songs, in the same exact order for days. It’s as if shuffle just activates a hidden “shuffle” playlist that only updates once a week.

[–] [email protected] 1 points 8 months ago

I'd guess that every time user presses "shuffle" they just shuffle the playlist and never change the order afterwards. So song order is really not random it's shuffled

[–] [email protected] -1 points 8 months ago (2 children)

You and I might be talking about different things.

I mean that humans don't like theoretically true random, as a cool side note

You seem upset about one implementation

Also, shuffling and having something appear near even though you throught it was shuffled is part of that finding patterns

[–] [email protected] 2 points 8 months ago

Yep, I know what you're talking about, but spotify weights songs it thinks you'll like higher than other songs, and with big playlists it really is a noticeable problem. There are services that shuffle the order of your playlist, so then in spotify you play it with spotifys shuffle turned off, and yes there are "patterns" that I notice (one song I had in their twice, I think like a single version and album version, was right next to itself), but at least I actually hear songs I haven't heard in a long time, and I don't get the same ones regularly

[–] [email protected] 0 points 8 months ago

Yes, that was what I was getting at. Not having true random is one thing, I understand (and like) that implementation. Apple has been doing it since the first few iPods. But Spotify “shuffle” isn’t near even, it is exactly even, as in “if you shuffle play this playlist twice two days in a row, it will play the exact same order”. Which is why people are complaining about Spotify specifically.

[–] [email protected] 2 points 8 months ago

Randomness is lumpy as one mathematician put it.

[–] [email protected] 1 points 9 months ago (1 children)

Well, computers physically cannot be random, they rely on logic

[–] [email protected] 1 points 8 months ago (1 children)

CSPRNGs are a thing...

As are radioactive sources

And there's mathematical tests for whether something is random enough

So no, computers really can do random xD

[–] [email protected] 1 points 8 months ago (1 children)

CSPRNG literally stands for "cryptographically secure pseudorandom number generator". All randomness in computers is pseudorandom. Not TRULY random

Radioactive sources for randomness aren't really just put into your average household PC or phone either for obvious reasons.

[–] [email protected] 1 points 8 months ago (1 children)

A CSPRNG is more than random enough for a playlist xD

Take it from someone who works in the field - computers do random well enough rotflol

[–] [email protected] 1 points 8 months ago

That's not what I'm doubting here. I was raising awareness to the fact that a computer physically cannot be truly random. I know that pseudorandomness is enough as we cannot perceive a difference easily.