• 0 Posts
  • 7 Comments
Joined 1 year ago
cake
Cake day: July 4th, 2023

help-circle


  • I’m just a little confused by this one because I’ve been a heavy user of Spotify since around 2011. I haven’t had any loved features pulled out from under me recently so I was trying to figure out what the circle jerk in here was all about.

    I had tens of thousands of MP3s before I got into Spotify. The user experience of Spotify is so good that I haven’t even considered messing around with managing my own library in more than a decade. I even watched the private communities that were dedicated to sharing MP3 and FLAC disappear as most users just found it easier to use a music streaming service. 🤷‍♂️





  • It is only shocking if the expectation was set that your votes are private. If you wanted to avoid linking an identifiable account with their votes then you could use a de-identified user account to track a user’s votes.

    You could to perform deterministic hashing prior to persisting a vote to ensure that those looking at the database can’t go backwards to find the specific users who voted on a post. But any service that knows the salt and hashing algorithm can start with a user account and determine that user’s voting history.

    This allows you to track up/down votes per user without allowing over-priviledged DBAs or malicious actors from poking around voting histories of identifiable users.