this post was submitted on 25 Jul 2023
661 points (99.3% liked)

Programming

17424 readers
23 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 1 year ago
MODERATORS
 

Stack Overflow has seen a substantial decline in traffic over the last year that appears to be accelerating. https://observablehq.com/@ayhanfuat/the-fall-of-stack-overflow

you are viewing a single comment's thread
view the rest of the comments
[–] shagie@programming.dev 3 points 1 year ago

Federated data tends to be ephemeral. None of the fediverse sites claim to store everything that they've ever gotten there or federated to them. As such, the federation structure tends to perform poorly as a durable store of knowledge.

The oldest posts on many Mastodon have been lost to database expiration. This too will happen on Lemmy. There is no guarantee with federation that content will be available and searchable a year or two or ten down the road.

If you then say "ahh, but I've stood up an instance that has lots of disk storage and can serve it as an authoritative source for future visitors..." then we've lost federation and are back to a centralized server.

For federated Q&A, beyond saying "it's federated" - what is the use case for federation? Why federation? How is moderation and curation done?