home.social

#datamassaging — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #datamassaging, aggregated by home.social.

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

    #coding #DataMassaging #DataLiberation

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

    #personal #rant #dataMassaging

  3. 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:
    gist.github.com/FiXato/464fb97

  4. 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:
    gist.github.com/FiXato/464fb97

  5. TL;DR:
    Given commons.wikimedia.org/wiki/Fil 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*

    #coding #development #dataMassaging #webdev