this post was submitted on 07 Oct 2025
188 points (98.5% liked)

Asklemmy

50819 readers
1186 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] nutsack@lemmy.dbzer0.com 2 points 19 hours ago* (last edited 19 hours ago) (1 children)

I want to hide the image posts entirely.

here's my reasoning: lots of communities have interesting text/link posts, but are plagued with worthless meme posts. hiding image posts would instantly clear up 100% of that noise.

hiding the thumbnails isn't good enough. I don't want to see thread titles for the hilarious Anakin Skywalker four panel dead horse joke cluttering up half of my feed all the time. a lot of really interesting communities are like 50% meme slop, so it's not insignificant. an anti-idiot filter would make a lot of communities infinitely more tolerable.

[–] moseschrute@lemmy.world 2 points 18 hours ago* (last edited 18 hours ago) (1 children)

I don’t think I’m going to add this feature tbh, BUT

I’m currently collaborating with the Interstellar devs to design a very powerful filter engine for both our apps. This will let you load in one or multiple filter files for complex filtering within the app. The specification we designed would allow you to write a filter that says

IF post.thubnail.url has length > 0 THEN hide the post

You can combine that with other checks

AND post.community.name is in this list

And the best part, these filters will be shareable with other users! You will be able to browse or optionally publish a filter you designed.

Instead of building a dozen niche features like this, we can ship one very powerful filter engine that can handle many use cases. How does that sound?

[–] nutsack@lemmy.dbzer0.com 1 points 16 hours ago* (last edited 16 hours ago) (1 children)

yeah that sounds pretty good.

is there any way to get a super compact clean feed like this?

[–] moseschrute@lemmy.world 1 points 16 hours ago* (last edited 16 hours ago)

This is what the new extra compact posts look like. I can probably tune this a little more, but let me know what you think. That’s currently in beta. Idk if you’re using Google Play, but if you are, you can join the beta for immediate access.

The filter system I described will take more time to implement. Probably a few months, but it’s going to unlock filtering that no other Lemmy/PieFed client currently supports