this post was submitted on 28 May 2026
19 points (77.1% liked)

Fediverse

42582 readers
522 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)

you are viewing a single comment's thread
view the rest of the comments
[–] gandalf_der_12te@feddit.org 3 points 3 weeks ago* (last edited 3 weeks ago) (3 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"
  ],
  ...
}

[–] hendrik@palaver.p3x.de 3 points 3 weeks ago* (last edited 3 weeks 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).

[–] gandalf_der_12te@feddit.org 3 points 3 weeks 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 3 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

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.

[–] gandalf_der_12te@feddit.org 1 points 3 weeks ago

yeah it's more about having a Place: ... property, not so much about the link itself.

[–] Pamasich@kbin.earth 3 points 3 weeks ago (2 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 2 points 3 weeks ago

oh thanks for making me aware of those :)

[–] gandalf_der_12te@feddit.org 2 points 3 weeks ago (1 children)
[–] basxto@discuss.tchncs.de 2 points 3 weeks ago (1 children)
[–] gandalf_der_12te@feddit.org 1 points 2 weeks ago (1 children)

no, actually i haven't. what would it look like?

[–] basxto@discuss.tchncs.de 2 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

https://www.wikidata.org/wiki/Q3141

It’s linked on that Wikipedia article. It’s very useful to connect data independent of language. OSM can use it to connect places to more data. I think searxng uses it to generate infoboxes

It’s enough to automatically extract coordinates and compare tgat to your location. For an area comparation it is connected to the OSM relation https://www.openstreetmap.org/relation/4246124 among other things. Getting actual areas is pretty hard due to heterogene data

Q3141 is actually enough to know what it is

Each item is allocated a unique persistent identifier called its QID, a positive integer prefixed with the upper-case letter "Q"

[–] gandalf_der_12te@feddit.org 2 points 2 weeks ago

oh, that is really useful! thank you

xD it even has its lemmy community linked

which seems super useful actually, if you just enter your location.