True random shuffle would be a terrible idea. No one wants the same track showing up multiple times in a row, which would not be uncommon in true random shuffle.
I disagree that that’s what it means, IMO “shuffle” explicitly means each track exactly once. Pedantry aside, what I meant was a truly randomized order when you shuffle a playlist. It’s a major critique of Spotify among users and has been for a very long time.
You can make a truly random shuffle that doesn’t do that in like five pibes of code. This is the most pointless objection to random shuffle that I’ve ever seen.
I mean, not really. This is actually a non-trivial topic, and true random is a really bad label for what someone actually wants out of a shuffling algorithm.
The cache part pisses me off. I’m fucking paying you to stream me music. Not the same fucking shit over and over and over again.
I really don’t get it. Users have been begging for a true random shuffle for years. It’s not a hard thing to implement.
True random shuffle would be a terrible idea. No one wants the same track showing up multiple times in a row, which would not be uncommon in true random shuffle.
I disagree that that’s what it means, IMO “shuffle” explicitly means each track exactly once. Pedantry aside, what I meant was a truly randomized order when you shuffle a playlist. It’s a major critique of Spotify among users and has been for a very long time.
You can make a truly random shuffle that doesn’t do that in like five pibes of code. This is the most pointless objection to random shuffle that I’ve ever seen.
Lines of code. Lines. Not pibes.
In unrelated news, I hate autocorrect. Pibes is not a fucking word.
I mean, not really. This is actually a non-trivial topic, and true random is a really bad label for what someone actually wants out of a shuffling algorithm.
See the following engineering blog post on the subject: https://engineering.atspotify.com/2014/02/how-to-shuffle-songs/