I would be very carefull with saying your are gdpr compliant without having talked to laywer. Your are basically replacing a unique identifying attribute(ip address) with a unique attribute and a maybe unique attribute, to generate a unique attribute. The problem is not the ip address, the problem with analytics is that your want to count unique visitors but are not allowed to track any properties of the visitor that…
Show HN: It took me 5() months to build a Plausible alternative
31–40 of 54 posts
Re: Show HN: It took me 5() months to build a Plausible alternative
#32It's unclear to me based on your post, but you do realize that public IPs very much count as personally identifiable information under the GDPR, right?
Assuming you had the public IP of an actual user though, how would you link it to a person without asking the ISP?
Re: Show HN: It took me 5() months to build a Plausible alternative
#33Your excuse for not using plausible is foolish. It's selfhostable. The real excuse would be creating a lightweight version of it because plausible is very much resource intensive. Also the price point doesn't really make sense.
Resource intensive on the hoster or on the browser running the script?
Re: Show HN: It took me 5() months to build a Plausible alternative
#34While admirable, a one time payment for a service you host is fair neither to you (what if I use it for 10 years) nor me (what if you shutdown tomorrow). On the other hand, a one time fee for analytics I could deploy on my server a) makes financial sense for you and b) is an intriguing value proposition for me. Have a look at https://once.com/
...from the company behind Basecamp and Hey.com, both subscriptions.
Re: Show HN: It took me 5() months to build a Plausible alternative
#35It's unclear to me based on your post, but you do realize that public IPs very much count as personally identifiable information under the GDPR, right?
Is this really the case? It's very uncommon for an IP to resolve to an actual user these days due to widespread use of Carrier-Grade Networks Address Translation (CGNAT). Assuming you had the public IP of an actual user though, how would you link it to a person without asking the ISP?
Ofcourse this evolves as the landscape changes. And it isn't always the case. But the comment is accurate.
Re: Show HN: It took me 5() months to build a Plausible alternative
#36I would be very carefull with saying your are gdpr compliant without having talked to laywer. Your are basically replacing a unique identifying attribute(ip address) with a unique attribute and a maybe unique attribute, to generate a unique attribute. The problem is not the ip address, the problem with analytics is that your want to count unique visitors but are not allowed to track any properties of the visitor that…
Re: Show HN: It took me 5() months to build a Plausible alternative
#37It's unclear to me based on your post, but you do realize that public IPs very much count as personally identifiable information under the GDPR, right?
Is this really the case? It's very uncommon for an IP to resolve to an actual user these days due to widespread use of Carrier-Grade Networks Address Translation (CGNAT). Assuming you had the public IP of an actual user though, how would you link it to a person without asking the ISP?
Re: Show HN: It took me 5() months to build a Plausible alternative
#38While admirable, a one time payment for a service you host is fair neither to you (what if I use it for 10 years) nor me (what if you shutdown tomorrow). On the other hand, a one time fee for analytics I could deploy on my server a) makes financial sense for you and b) is an intriguing value proposition for me. Have a look at https://once.com/
> Have a look at https://once.com/ ...from the company behind Basecamp and Hey.com, both subscriptions.
Re: Show HN: It took me 5() months to build a Plausible alternative
#39Earlier quoted context omitted.
I signed up for an account and it seems you are showing a code snippet with an API key for client-side code. How do you handle authorization? Can anybody use up my 50k events if they steal the key?
No, that key is verified against your domain connected to your user credentials. Meaning that if someone else uses you key on their website, their POST request to my server will be declined because their domain is not the domain you provided. But you're right, might be a good idea to change the name of the key or work it out completely, it does look like it could be a vulnerability from an outsiders persepctive.
I'm also concerned about your claim for GDPR compliance. Keeping an IP address for a day and then incrementing against it is still storing personal information, even if it's not in a cookie. Using a server to do the tracking doesn't automatically exempt it from cookie notices.
Storing the IP address for a day doesn't automatically make it non-PII, either. At the very least you should be hashing it. See what Plausible does at https://plausible.io/data-policy or read up on the GDPR discussion at https://ec.europa.eu/justice/article-29/documentation/opinio...
Re: Show HN: It took me 5() months to build a Plausible alternative
#40Earlier quoted context omitted.
> Have a look at https://once.com/ ...from the company behind Basecamp and Hey.com, both subscriptions.
...and campfire, a one time fee slack alternative. Are people allowed to change their views?