Live data from Hacker News

RybbitL Open source Google Analytics replacement

github.com

11–20 of 173 posts

Re: RybbitL Open source Google Analytics replacement

#11

The documentation states that rybbit does not use cookies and is compliant with the GDPR. The first part is true but, looking at the code (very nice to have it available), the tracking is done by IP address, trading one piece of tracking data for another. I realize that this is probably the only way it could work but it is not clear to me that tracking by IP address (even over a single session and shredding the data…

If the IP address is hashed somehow it would no longer be personally identifying while still being unique enough for analytics purposes, correct? Does geographic grouping data depend on the IP address? If so I suppose it would need to be extracted first before hashing the IP, and I wonder how much that weakens the anonymization.

You can hash every IPV4 for a rainbow table. Needs some salt.

Re: RybbitL Open source Google Analytics replacement

#15
post #9

For me, the best Google analytics replacement has been nothing. Just don’t do analytics at all. Your web site will still work without it. In fact, it will work better!

That's just not realistic though. People with marketing departments need analytics. Otherwise, they atrophy and reveal to everyone they are not as necessary as led to believe. People without marketing departments probably never look at the logs like you.

Re: RybbitL Open source Google Analytics replacement

#16

Earlier quoted context omitted.

If the IP address is hashed somehow it would no longer be personally identifying while still being unique enough for analytics purposes, correct? Does geographic grouping data depend on the IP address? If so I suppose it would need to be extracted first before hashing the IP, and I wonder how much that weakens the anonymization.

You can hash every IPV4 for a rainbow table. Needs some salt.

Okay, but that doesn't mean the concept is bad.

Re: RybbitL Open source Google Analytics replacement

#18
post #9

For me, the best Google analytics replacement has been nothing. Just don’t do analytics at all. Your web site will still work without it. In fact, it will work better!

That's just not realistic though. People with marketing departments need analytics. Otherwise, they atrophy and reveal to everyone they are not as necessary as led to believe. People without marketing departments probably never look at the logs like you.

True, but for personal/hobby sites you probably are just better off just not knowing. Nothing good comes of tying your self-worth to how much attention you think you're getting.

Re: RybbitL Open source Google Analytics replacement

#20
The market for Google Analytics alternatives is crowded. There's Plausible, Ahrefs web analytics, onedollarstats.com, PostHog, Matomo, Unami, Grafana, Microsoft Clarity (free at any scale), and so many others. Despite minor differences these products all compete for the same users (e.g. if someone is a PostHog customer they probably won't be using Ahref web analytics) yet most of these companies offer generous free tiers while rybbit only a free trial.

How do products like rybbit.io stay competitive without a similar free tier or major differentiation? Is rybbit generating revenue for its hosted plan?

Post reply on HN