this post was submitted on 28 May 2026
11 points (76.2% liked)

Fediverse

42227 readers
249 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, Mbin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)

founded 3 years ago
MODERATORS
 

i see a lot of news about australian politics, news of seattle, darmstadt, brazil, ... all places where i don't live, where the posts aren't relevant to me. it would be cool to be able to tag posts/communities with a geographical location so i can easily filter which posts are / aren't probably relevant to me. in one setting in my profile, instead of having to block each community individually (there's hundreds of them at this point)

top 11 comments
sorted by: hot top controversial new old
[–] OpenStars@piefed.social 3 points 2 hours ago

I doubt Lemmy will ever do this - e.g. moderator reports still don't federate to other instances until the release of v1.0, despite the Rexodus having been several years in the past now. Basically any solution would have to be on top of the software without needing any changes within it. Lemmy puts up full-page advertisements for donations but a lot of that funding goes to running Lemmy.ml and seemingly only very little to actual code development.

Although predictably PieFed already has this functionality, for well over a year now. For one it has hashtags, plus user and post flairs, and for another it has categories of communities where someone can look at e.g. news across all regions, or pick let's say Europe and then choose from various sub-topics below that. Also, while these Topic areas are defined by the instance admins, the otherwise identical concept of topical Feeds are user-customizeable and even shareable, so someone has likely made what you are looking for already, but if not then you could make it and share with others to benefit from your efforts.

At worst even, say when interacting with existing communities that did not want to actively participate in the process of self-sorting their own content, users have keyword filters that can be used so that you as an end-user can do it entirely on your own. Such community discovery and management concerns are a solved problem on PieFed. I say this full well as someone who had the identical issue you described here when I was on Lemmy, and moving to PieFed solved it for me.

The developers are also extremely receptive to feedback, if you needed still more changes made to the code. I sincerely doubt that you will ever get a solution going using Lemmy - this identical concept has already been asked for many times over the years - but switching to PieFed should easily take care of it, offering multiple possibilities to make finding the content that you want easier.

[–] kobra@lemmy.zip 9 points 4 hours ago* (last edited 4 hours ago) (1 children)

Wouldn't it make more sense to just have geo-based communities for that? Like 'australian-politics' or 'seattle-news'? The functionality is already there it just isn't being used.

[–] gandalf_der_12te@feddit.org 2 points 1 hour ago* (last edited 1 hour ago)

the point isn't to sub to communities that are physically close to me, but to not get recommendations about locations that are very clearly not relevant to me.

The "all" feed has a lot of those, so it's tedious to browse. But if i stick to subscribed communities, i never find new communities, which is also a problem.

[–] bjoern_tantau@swg-empire.de 15 points 5 hours ago

Another tag for lemmings to ignore besides the language tag.

[–] carlnewton@feddit.uk 2 points 3 hours ago

As far as Lemmy is concerned, I just joined an instance that's relevant to my location (feddit.uk). I suppose if it grew a great deal more popular than that, I could create a community there for my local county.

I should absolutely mention though that I'm still hard at work on Habitat, which is a platform for local communities, and each post has a lat/long location associated for a more hyperlocal type of interaction. It's not on the Fediverse though (though there are plans for non-Fediverse federation).

[–] gandalf_der_12te@feddit.org 4 points 5 hours ago* (last edited 5 hours ago) (2 children)

i propose that each post has a (one or many) geo_tag fields that just link to the canonical wikipedia page about the place, for example,


{
  "post_id": 1543535,
  "geo_tags": [
    "https://en.wikipedia.org/wiki/Melbourne"
  ],
  ...
}

[–] Pamasich@kbin.earth 5 points 3 hours ago (1 children)

Why invent new stuff for this? AS2 has the location property and Place object, which imo should be used for this. It's not like the request here requires functionality not enabled by those.

[–] gandalf_der_12te@feddit.org 1 points 1 hour ago

oh thanks for making me aware of those :)

[–] hendrik@palaver.p3x.de 3 points 4 hours ago* (last edited 3 hours ago) (1 children)

I'm afraid if the idea is something like that, it won't allow users to search for content nearby. That'd require some coordinates to calculate distance. If it's just names, it's closer to the concept of hashtags. You could as well add #Melbourne in the text (on Mastodon for example). And people would then be able to click on #Melbourne or maybe subscribe to the hashtag once/if that feature is ready on Lemmy.

[–] gandalf_der_12te@feddit.org 1 points 1 hour ago (1 children)

yeah but hashtags don't tell you anything about what kind of thing it refers to. Is it a place? Is it a person? Is it an event? It does not provide that structured data that would be useful.

[–] hendrik@palaver.p3x.de 1 points 58 minutes ago* (last edited 53 minutes ago)

The thing is, a link to a Wikipedia article isn't structured data either. It could very well link to the article about The Little Mermaid. Or the List of fictional pirates. So in that regard, both approaches are about on the same level.