add goatcounter

main
Jay Hankins 2022-08-28 17:13:51 -04:00
parent 6758f5a1d7
commit bb86aa11bd
2 changed files with 36 additions and 5 deletions

View File

@ -1 +1,3 @@
<script data-goatcounter="https://sadcomputerwiki.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
&copy; 2022 wiki.sadcomputer.net. <a class="internal-link" href="/about">About this site</a>. &copy; 2022 wiki.sadcomputer.net. <a class="internal-link" href="/about">About this site</a>.

View File

@ -1,19 +1,48 @@
--- ---
title: About wiki.sadcomputer.net title: About this site
permalink: /about permalink: /about
layout: note
date_created: Thursday, August 25th 2022, 4:20:53 pm date_created: Thursday, August 25th 2022, 4:20:53 pm
date_modified: Sunday, August 28th 2022, 1:33:32 pm date_modified: Sunday, August 28th 2022, 4:37:10 pm
--- ---
# About
This site is a [[Digital Garden]] about computers. It's similar in spirit to a wiki. This site is a [[Digital Garden]] about computers. It's similar in spirit to a wiki.
![alt](assets/chris-leipelt-1pVk3qfzbJ4-unsplash.jpg) ![alt](assets/chris-leipelt-1pVk3qfzbJ4-unsplash.jpg)
<small>Photo by <a href="https://unsplash.com/es/@cleipelt?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Chris Leipelt</a> on <a href="https://unsplash.com/?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a></small> <small>Photo by <a href="https://unsplash.com/es/@cleipelt?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Chris Leipelt</a> on <a href="https://unsplash.com/?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Unsplash</a></small>
## Privacy Information
We respect your right to block web trackers. We tend to browse with ads and trackers blocked, too.
That said, if you have no adblocker, and JavaScript is enabled, your browser will connect to the cloud-hosted version of [GoatCounter](https://goatcounter.com/), an open-source privacy-focused analytics system. We are **not tracking** your activity on any 3rd-party sites.
We appreciate knowing which pages on this site are popular. It would be nice if you considered allowlisting this site to allow us to collect metrics.
Here's what we collect:
- View counter for each URL
- Browser
- Browser version
- Device operating system
- Device screen resolution
- Approximate location (municipality as determined by GeoIP lookup)
- Referrers
Goatcounter gives us minimal information about visitors and helps us understand which topics are popular. It would be virtually impossible for us to work back from this data and track down a specific person. Here is a longer [explanation](https://sadcomputerwiki.goatcounter.com/help/gdpr#identifiable-information-91):
> The [GDPR](https://eur-lex.europa.eu/legal-content/EN/TXT/PDF/?uri=CELEX:32016R0679) applies to data which “*could be attributed to a natural person by the use of additional information*”, and does “*not apply to anonymous information, namely information which does not relate to an identified or identifiable natural person or to personal data rendered anonymous in such a manner that the data subject is not or no longer identifiable*”.
> <br>
> With the collected data its extremely hard to identify a natural person, even by someone with full access to the database (i.e. me).
> <br>
> Its prohibitively expensive to retrieve the IP address from the hash. The most unique information being stored right now is the full `User-Agent` header; which can be fairly unique (depending on your browser, especially some mobile ones send a lot of personal information like firmware version) especially when combined with the country, but even this is very limited.
> <br>
> Other information such as the URL or `Referer` do not relate to an identified person.
> <br>
> Its true that certain “additional information” from other parties could reveal more such as correlating the `User-Agent` and location but would be hard, and the retrieved data would be limited (everyone in Indonesia using Firefox is a rather large pool of people). To determine whether a personal is identifiable “*account should be taken of all the means reasonably likely to be used*”, and this doesnt strike me as reasonably likely.
> <br>
> If a user (i.e. a customer on your site) would contact me for their rights to have insight in their data and/or have it removed, then I would have no way to reliably do so, even if they would provide me with most of their computers information. It might be possible if they provide their browsing history, but if you have full access to all their browsing data then what do you need GoatCounters data for?
## Backlog ## Backlog
- [ ] `prefers-color-scheme` dark mode support - [ ] `prefers-color-scheme` dark mode support