When you want to share a image you found on PieFed, don’t download and share the image, just share the PieFed link.
This way the people or person you’re sharing it with might discover PieFed without you pushing it.

It also works great like this https://www.reddit.com/r/AskTheWorld/comments/1md2npo/what_is_the_best_power_outlet_and_why
(does not work with old.reddit )

This will also improve SEO, and PieFed etc. might start popping up on search engine results more, and people will start to see and trust the Fediverse more.

  • davel@lemmy.ml
    link
    fedilink
    English
    arrow-up
    4
    ·
    3 months ago

    Huh… https://codeberg.org/rimu/pyfedi/src/commit/f1a0a242715b3eda28a83b0e7a2c511538160a6b/app/cli.py#L115-L121

    banned_instances = ['anonib.al', 'lemmygrad.ml', 'gab.com', 'rqd2.net', 'exploding-heads.com',
                        'hexbear.net',
                        'threads.net', 'noauthority.social', 'pieville.net', 'links.hackliberty.org',
                        'poa.st', 'freespeechextremist.com', 'bae.st', 'nicecrew.digital',
                        'detroitriotcity.com',
                        'pawoo.net', 'shitposter.club', 'spinster.xyz', 'catgirl.life', 'gameliberty.club',
                        'yggdrasil.social', 'beefyboys.win', 'brighteon.social', 'cum.salon', 'wizard.casa']
    
    • алсааас [she/they]@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      3 months ago

      Wow I did not know this. Really puts the “Fed” in Piefed LMAO.

      Now I’m even more disappointed that a dbzer0 governance post regarding a sister Piefed instance was so popular…

    • Microw@piefed.zip
      link
      fedilink
      English
      arrow-up
      2
      ·
      3 months ago

      Piefed was originally a personal project rimu coded for themselves. They have since taken quite a few aspects that were originally hardcoded and made them optional instead. If someone asked him to do that with this particular thing, it will probably happen as well.

      • freamon@preferred.social
        link
        fedilink
        English
        arrow-up
        3
        ·
        3 months ago

        For this particular issue, perhaps not.

        But the fact that both me and you are using PieFed instances and are participating in a comment chain started by a hexbear user demonstrates that there isn’t much ‘hard-coding’ against other sites.

        The commit that @[email protected] referenced is for initial database setup. It’s not an unreasonable default list to populate the ‘banned_instances’ table, and is trivial for admins to change after setup is complete.