this post was submitted on 09 Aug 2025
128 points (95.1% liked)

Fediverse

36476 readers
1369 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] flamingos@feddit.uk 0 points 2 weeks ago* (last edited 2 weeks ago) (1 children)
# Convert PDF to text
pdftotext Meta_Leaked_List.pdf meta.txt
# Fetch instances feddit.uk federates with
curl https://feddit.uk/api/v3/federated_instances | jq -r .federated_instances.linked.[].domain > instances
# Get the lines that overlap between the two files
grep -xFf instances meta.txt
[โ€“] Flax_vert@feddit.uk 1 points 2 weeks ago

Sorry lol, turns out my client just didn't render the post properly with the additional link to the file!