this post was submitted on 20 Sep 2025
4 points (100.0% liked)
Blorp
144 readers
1 users here now
Bl🪐rp – a Threadiverse client for Lemmy and PieFed.
Prefix Posts
[Bug]
[Feature Request]
[Question]
Try it!
🚀 Download
Support Blorp
- ⭐ us on GitHub
- Review on App Store or Google Play
Self Host
founded 4 weeks ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I had an idea that’s a little different. Instead of manually programming in these filters in the app, I write a specification for a blocklist you could subscribe to. Maybe that lives at https://example.com/lemmy-blocklists/us-politics.
This has a few benefits:
The filters would be written as a JSON file you can publish anywhere online.
I wonder how most people use filters in Lemmy. For me personally I would rather subscribe to a predefined list than worry about crafting the perfect combination of keywords, blocked instances, and blocked communities.
What do you think? Is that better or different than what you’re asking for?
That would be great, it might maybe be worth considering adding this to the software directly (Piefed and/or Lemmy) so that people not using blorp could have that feature too
My idea was to publish the spec so others could implement it. I have a group chat with the other app devs. I can collaborate with them.
But the main difference is frontend vs backend filtering. There are advantages and disadvantages to both.
Makes sense, it's great if you all discuss about this together
While I think that approach would be beneficial to new Lemmy and Piefed users who are likely to be overwhelmed by a deluge of unfiltered content, I think it would also be helpful to have an "expert mode" built into the app to construct such filters. As a comparison, while uBlock Origin's filter lists are extremely helpful for ad blocking, the ability to write additional filters oneself locally adds a degree of personalization to the process. If the process were confined to filter lists, I'd personally write my own given the meticulous detail to which my existing filters go.
Regardless of which approach is taken, however, I definitely think that there is merit in supporting the five aforementioned filter types; identifying filters as applying to either the title or post content enables the blocking of specific reoccurring posts without accidentally catching others in the filter, blocking URLs enables filtering out fake or biased news sources (per one's own standards), or otherwise unwanted content, without blocking posts discussing those sources (i.e. blocking links to YouTube without blocking headlines mentioning YouTube), blocking community names enables pre-filtering communities that a user isn't interested ahead of time in without blocking them individually (i.e. any community with 'meme' in the title), and username filters enable the blocking of posts by certain users without blocking the visibility of their comments on other posts.
Lastly, I also think that even if json filters were used, that regex support should be maintained, so as to minimize the number of individual filter entries needed and apply the filters as broadly or narrowly as intended by the filter's creator.
That’s good! But as a counter point, only having filter lists would force you to publish your filters which would benefit everyone.
If this is something people are interested in, I would be willing to build some debug tools to test the filter lists. Maybe a setting in the app to highlight filtered posts in red instead of hiding them while you’re tuning your list.
I could even build a site to browse the filter lists people publish. Or browse from within the app.
I definitely agree that the ability to share filter lists would be a major improvement to how Arctic handles it, particularly when Lemmy and Piefed need all the help they can get in streamlining the experience for new users.
An official repository would definitely be useful, likely increasing user adoption of filters.
I love Lemmy, and I don’t wanna tune out of politics, but the fire hose of US politics is really bad for my mental health. I need better filters if I’m gonna keep using Lemmy. I just need a few people to validate my idea before I sink time into building it.