Earlier quoted context omitted.
That could be done in a totally anonymous way. Add up total number of donations and total number of visits and distribute money accordingly. There is no need for them to ever store personal information for this.
(a) How do you get the total number of visits. (b) This doesn't correctly distribute funds because there is a correlation between how much someone is willing to give per month and what kind of sites they frequent.
Flattr now deletes your web browsing history within 3 months
21–30 of 98 posts
Re: Flattr now deletes your web browsing history within 3 months
#22Except its not ‘in practice’ because gdpr does not require such thing. In spirit, maybe [i.e. practically they wouldn't be fined for this]
Art. 5: Personal data shall be: kept in a form which permits identification of data subjects for no longer than is necessary for the purposes for which the personal data are processed Recital 39: The personal data should be adequate, relevant and limited to what is necessary for the purposes for which they are processed. This requires, in particular, ensuring that the period for which the personal data are stored is…
Re: Flattr now deletes your web browsing history within 3 months
#23I love how some of the tech industry is beginning to see data as a liability rather than an asset. It dramatically reduces the ability for government mass surveillance for two reasons: 1. If companies only collect what they need (to reduce their liability), governments can't demand more than that (or even hack in to get the data illegally). 2. If the industry culture is to limit data collection, governments can't jus…
Re: Flattr now deletes your web browsing history within 3 months
#24"Ads on this site don’t track or stalk you. Please disable your blocker." According to my blocker those are Google ads so...
Google AdSense on Ctrl blog is configured to only show non-personalized ads to any users with the Do-Not-Track (DNT) setting enabled or European Economic Area (EEA) citizens. AdSense still uses cookies for rate-limiting and fraud prevention, but not ad personalization or tracking. requestNonPersonalizedAds=1 is part of AdSense’s GDPR APIs. https://www.ctrl.blog/entry/adsense-gdpr-consent You also only see that partic…
Perhaps Google should split off their nonpersonalized ads service into a different domain so such services can easily distinguish between the two?
Re: Flattr now deletes your web browsing history within 3 months
#25Earlier quoted context omitted.
(a) How do you get the total number of visits. (b) This doesn't correctly distribute funds because there is a correlation between how much someone is willing to give per month and what kind of sites they frequent.
You can calculate the numbers as soon as the data about visits come in and then immediately discard all data. You certainly don't need to store the browsing history. You need the payment amount though and even that you can discard after a month. I am going through this at work right now where we are working data collection about a medical device. First we wanted to suck up all data and figure out what to do with it l…
Re: Flattr now deletes your web browsing history within 3 months
#26Earlier quoted context omitted.
Art. 5: Personal data shall be: kept in a form which permits identification of data subjects for no longer than is necessary for the purposes for which the personal data are processed Recital 39: The personal data should be adequate, relevant and limited to what is necessary for the purposes for which they are processed. This requires, in particular, ensuring that the period for which the personal data are stored is…
Yes it's quoted in the article too, however "necessary for the purposes" is subject to interpretation, and there is a huge leeway here. In practice it is always possible to claim that some procedure would require retention for longer, and it would be impossible to have them prosecuted for that.
It sounds like trimming the data retention here was well-warranted, particularly given the high sensitivity of browsing data.
Re: Flattr now deletes your web browsing history within 3 months
#27Earlier quoted context omitted.
(a) How do you get the total number of visits. (b) This doesn't correctly distribute funds because there is a correlation between how much someone is willing to give per month and what kind of sites they frequent.
You can calculate the numbers as soon as the data about visits come in and then immediately discard all data. You certainly don't need to store the browsing history. You need the payment amount though and even that you can discard after a month. I am going through this at work right now where we are working data collection about a medical device. First we wanted to suck up all data and figure out what to do with it l…
You also need to store browsing history to avoid scammers redirecting other users donations. This happens on similar platforms like Spotify. You register for Flattr and just run a script to constantly visit your site. With aggregated statistics, this shifts a bit of everyone's donations to you and can be extremely lucrative. With session history, you just get your own donation back, minus fees.
Re: Flattr now deletes your web browsing history within 3 months
#28Earlier quoted context omitted.
Google AdSense on Ctrl blog is configured to only show non-personalized ads to any users with the Do-Not-Track (DNT) setting enabled or European Economic Area (EEA) citizens. AdSense still uses cookies for rate-limiting and fraud prevention, but not ad personalization or tracking. requestNonPersonalizedAds=1 is part of AdSense’s GDPR APIs. https://www.ctrl.blog/entry/adsense-gdpr-consent You also only see that partic…
In my case, I don't use an ad blocker, but I do use Privacy Badger, which is only supposed to block tracking, and should only block ads if they can't have their tracking disabled. It looks like Privacy Badger decided "pagead2.googlesyndication.com" should now be blocked as a tracking domain. Perhaps Google should split off their nonpersonalized ads service into a different domain so such services can easily distingui…
Re: Flattr now deletes your web browsing history within 3 months
#29I love how some of the tech industry is beginning to see data as a liability rather than an asset. It dramatically reduces the ability for government mass surveillance for two reasons: 1. If companies only collect what they need (to reduce their liability), governments can't demand more than that (or even hack in to get the data illegally). 2. If the industry culture is to limit data collection, governments can't jus…
Wonder what will happen if the US passes laws enforcing companies to retain data for up to a year minimum for digital forensic integrity reasons of cyber criminal cases. Also maybe on the other hand GDPR is good for VPN services to be much more transparent.
Re: Flattr now deletes your web browsing history within 3 months
#30Except its not ‘in practice’ because gdpr does not require such thing. In spirit, maybe [i.e. practically they wouldn't be fined for this]
What they’ve done is much cheaper to develop and maintain than implement more granular data deletion tools. Especially when they really don’t need to store the data any longer than one billing period.