homepage.js/view/projects/blek_anal.pug

17 lines
899 B
Plaintext
Raw Normal View History

2023-02-19 03:32:08 +01:00
extends ../layout/project.pug
block root
- var title = 'blek! Analytics'
2023-02-22 02:54:44 +01:00
include ../ui/planned_label.pug
2023-02-19 03:32:08 +01:00
block append content
2023-02-22 02:54:44 +01:00
h2
2023-02-22 04:41:55 +01:00
| blek! Analytics
2023-02-22 02:54:44 +01:00
+planned_label()
2023-02-19 03:32:08 +01:00
p.
For now, the project exists just as an idea of creating a self-hosted alternative of Google Analytics.
p.
I like google analytics but it is created by a capitalist company and all the user data is sent to Google<br/>
which is not very good, because it can be used (and it probably is used) for empowering <a href='https://en.wikipedia.org/wiki/Global_surveillance'>Global Survelliance</a>.
p.
With analytics being self-hosted, all the used data is available only to hoster and therefore cannot be used for mass-spying on people.<br/>
Of course, the hoster can access the data, but its only one person/company, not a global multinational conglomerate.