From f95759c49ad64724324b632a7696a9eb321facfc Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Sat, 24 Aug 2024 20:31:06 +0200 Subject: [PATCH] Stuff --- awesome_personal_data.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 awesome_personal_data.md diff --git a/awesome_personal_data.md b/awesome_personal_data.md new file mode 100644 index 0000000..7755218 --- /dev/null +++ b/awesome_personal_data.md @@ -0,0 +1,29 @@ +# Awesome Personal Data + +The 21st century is the century of information and data. We produce data at +alarming rates, most of which goes to shadowy companies and goverments, who use +it in an attempt to sell us random crap. But this is your data, and you should +be able to control who has access to it, and should be able to inspect it +yourself. GDPR in the EU has helped with the first goal, but the second is +still way out of reach. + +This is a list of cool projects that allows you to get access, view and +understand the data you are yourself producing. + +- **Scrobbing** is the word for tracking your personal music history. + * [Maloja](https://github.com/krateng/maloja) is a self-hosted scrobble site. + Easy setup through docker-compose. + * [Multi-Scrobbler](https://foxxmd.github.io/multi-scrobbler/) is a system + for importing data to your Scrobble server (like Maloja) from some number + of music services (Spotify, Google Music, etc.) + +## Own Projects + +- [Personal Data](https://gitfub.space/Jmaa/personal-data) is a system for + downloading some types of personal data from various sources. It's very ad + hoche. +- [Fin Depo](https://gitfub.space/Jmaa/fin-depo) is a library for implementing + financial depository fetching. It mainly supports crypto-currencies and + investment banks. +- [Git Time Tracker](https://gitfub.space/Jmaa/git-time-tracker) is a small + program for heuristically estimating the time spent coding on projects.