From b141e7fbccfa4ce7747b03f57036203c51dcb1fe Mon Sep 17 00:00:00 2001 From: arne Date: Mon, 22 Jul 2024 21:49:02 +0200 Subject: [PATCH] Slightly change opening paragraph of gardening page --- src/gardening/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gardening/index.md b/src/gardening/index.md index 5689caf..db66d48 100644 --- a/src/gardening/index.md +++ b/src/gardening/index.md @@ -4,7 +4,7 @@ title: Gardening the commons --- # Gardening the commons -This page holds information about open data platforms that I participate in. Text that is marked `like this` will update whenever this site is rebuilt. +This page holds information about open data platforms that I contribute to. Text that is marked `like this` will update whenever this site is rebuilt, showing my current contributions as a small badge of honor for myself. I have submitted `{{ musicBrainz.edits.total }}` edits to [MusicBrainz](https://musicbrainz.org/), adding `{{ musicBrainz.addedEntities.coverArt }}` pieces of cover art, `{{ musicBrainz.addedEntities.release }}` releases and `{{ musicBrainz.addedEntities.artist }}` artists to the database. Music is something deeply personal for me and it feels good to know that work I put into furthering information about the music I like is available in the public domain. Oftentimes these submissions are directly related to the artists and songs I listen to, of which I tracked `{{ listenBrainz.total }}` on [ListenBrainz](https://listenbrainz.org/). My listening history goes back to `{{ listenBrainz.firstYear }}`, and I have even created a Markov-Chain based playlist generation tool by exporting it to SQLite. Maybe I'll write about that some time.