privacy stuff idk
saw this kinda stuff on another site so thought why not add it
heres the data related stuff this site processes:
ip address
i use fast-geoip to retrieve your country (and only your country, i dont store ips) to:
- increment the page country stats data at the bottom of the site per-country
- show what users are from what country in the labrats m/typewriter experiment
- show which country a contact from the "leave a message" page came from
-
serverside console logs, mostly for development
(nothing gets stored in actual log files)
cookies
i use cookies scarcely to:
- store sudo login, this is developer stuff that doesn't apply to visitors
-
i used to store a "session token" in the past as part of my site's account system,
but when rewriting my site i didn't add back the profiles/login feature
since it was half-assed anyway lol
and thats pretty much it! :D