1
0
This commit is contained in:
Jon Michael Aanes 2024-08-24 20:31:06 +02:00
parent 6a3ac90ab0
commit f95759c49a
Signed by: Jmaa
SSH Key Fingerprint: SHA256:Ab0GfHGCblESJx7JRE4fj4bFy/KRpeLhi41y4pF3sNA

29
awesome_personal_data.md Normal file
View File

@ -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.