I’d like to tweak my feed by hiding all posts containing certain key words, e.g. ‘democracy, leftists, murder, liberals, fbi, market’ etc.

Basic use case: Don’t like what you see? Select keyword -> click RMB -> “Fitler for a week”. Now you won’t see any posts with this keyword on any Lemmy instance.

Is it possible somehow? Maybe a client with this functionality exists? Does it sound useful to anyone but me?

    • podbrushkin@mander.xyzOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      3 days ago

      This is awesome. I believe difference from client-side filtering is that filters will work everywhere you login with your account. Do you happen to know estimated 1.0 release date?

      • Dessalines@lemmy.ml
        link
        fedilink
        English
        arrow-up
        3
        ·
        3 days ago

        Yep that’s correct. Unfortunately a lot of apps start adding app-specific features (which is fine of course), but then don’t make issues upstream about the lemmy back-end supporting it everywhere. Kind of a conflict of interest where devs want you to use their apps with the most killer features, but don’t care about the rest of the eco-system or helping other apps at all.

        No release date on 1.0 yet. The back-end is 99% ready, but we’re rapidly updating [lemmy-ui] to get it ready also. Then jerboa is next, then a longer period of testing and bug-fixing.

  • FrostyTrichs@crazypeople.online
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 days ago

    Is it possible somehow? Maybe a client with this functionality exists?

    I know it exists on Boost:

    Boost filters

    Full disclosure Boost isn’t FOSS if that’s a deal breaker for you. There are probably other apps with this functionality too.

          • Mose13@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            3 days ago

            Blorp dev here. I also had this idea awhile back that I never built, but basically some preset blocklist you could subscribe to. Sick of US politics? You could just toggle on the US politics blocklist instead of manually adding your own terms, communities, etc. Just an idea, but I’m curious if that appeals to anyone.

            • podbrushkin@mander.xyzOP
              link
              fedilink
              English
              arrow-up
              1
              ·
              3 days ago

              Probably there’s too small userbase for continuous subscribable block lists. I think I’ve seen some people sharing their blocklists on anonymous imageboards. When you can import/export block lists as plain text, probably it is enough.

              Consider checking syntax where it’s already implemented and adding this import/export functionality.

              A step forward could’ve been adding some logic: e.g. some keywords are filters for posts, some for comments, some for community/instance name. Maybe complex filtering can make federated “global” feed much more satisfying.