TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: PiratePx – Open Source Privacy focused analytics

30 pointsby wilsonjohnover 4 years ago

4 comments

huhtenbergover 4 years ago
Very few people will object if a _site operator_ would know what they did on their site exactly, if they were a returning visitor, how much time they spent per page, etc.<p>The principal privacy-related concern with any form of analytics is that of tracking by _a 3rd party_ across _unrelated sites_. And this concern is fully addressed by simply not using external analytics services and relying on a self-hosted one instead.<p>So I really don&#x27;t understand the whole exercise with not using random techniques that may be abused by 3rd party analytics services and then somehow claiming pro-privacy focus, whereby the solution is to NOT make yet another analytics service.<p>The only right way to do &quot;privacy-focused&quot; analytics is to offer a self-hosted option. Whoever makes a proper clone of the the original Urchin, before it mutated into GA, will strike pure gold.
评论 #25173446 未加载
评论 #25173157 未加载
评论 #25176350 未加载
simonmalesover 4 years ago
My first experience with &#x27;analytics&#x27; was awstats. I felt like I discovered god mode!<p>Always wanted to experiment with the empty_gif[2] module from nginx, and process the logs offline. A quick search shows a bunch of guides offering exactly that.<p>1. <a href="https:&#x2F;&#x2F;www.awstats.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.awstats.org&#x2F;</a> 2. <a href="https:&#x2F;&#x2F;nginx.org&#x2F;en&#x2F;docs&#x2F;http&#x2F;ngx_http_empty_gif_module.html" rel="nofollow">https:&#x2F;&#x2F;nginx.org&#x2F;en&#x2F;docs&#x2F;http&#x2F;ngx_http_empty_gif_module.htm...</a>
Uninenover 4 years ago
I&#x27;ve often wondered why there are so few server-side log parsing libraries (for the likes of Nginx and Apache). Putting that 1x1 pixel image on your front end and serving it from a host that only collects and aggregates anonymous logs about pageviews of each URL would be the best simple analytics most Web site owners would need. Basically the Netlify analytics without the $9 &#x2F;month&#x2F;site price tag.<p>(Yes, it would obviously need a bit more than just a log parser but that would be the easy part, IMO. Separate the backend from the front and let JS folks write their own UI for This Weeks New JS Framework. Maybe you could even use PiratePx as the frontend.)
评论 #25206489 未加载
评论 #25176871 未加载
ochronusover 4 years ago
Nice :)