#datamassaging — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #datamassaging, aggregated by home.social.
-
Okay, so I got a rudimentary first version of #TootPortal working, which is yet another #ScratchYourOwnItches #PetProject.
It allows me to create a directory structure with simple #markdown files in it, which will be converted into #HTML, where each list item that refers to a toot URL (for now only Mastodon style URLs with numeric IDs are supported), gets expanded to the bare minimum content of that status, along with (optionally) any replies to it.
-
There are times I wish the lowercase form of my online handle wasn't an #Italian verb...
Or that people would consistently spell my name with proper capitalisation, so I could just filter out the lower case results from mentions/highlights in logs and search results.
-
In an attempt to make it easier to go through my old #GooglePlus posts to see which ones I want to repost on my #blog as #ArchivedContent, I've picked up #coding on #PlexodusTools again, and started adding #DataMassaging scripts for sorting and filtering content.
One of the first steps towards this, is discovering the topics I posted the most about, so here are the 50 most common hashtags from my #GPlus archive as taken from #GoogleDataTakeout:
https://gist.github.com/FiXato/464fb97df38a646955621eef74449fda -
In an attempt to make it easier to go through my old #GooglePlus posts to see which ones I want to repost on my #blog as #ArchivedContent, I've picked up #coding on #PlexodusTools again, and started adding #DataMassaging scripts for sorting and filtering content.
One of the first steps towards this, is discovering the topics I posted the most about, so here are the 50 most common hashtags from my #GPlus archive as taken from #GoogleDataTakeout:
https://gist.github.com/FiXato/464fb97df38a646955621eef74449fda -
TL;DR:
Given https://commons.wikimedia.org/wiki/File:Flag_of_France.svg or "Flag of France", how do I get:
- bleu rendered as RGB 0, 35, 14
- blanc rendered as RGB 255, 255, 255
- rouge rendered as RGB 237, 41, 57
*using only the API*