300
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 27 Nov 2024
300 points (95.5% liked)
Technology
60112 readers
1924 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 2 years ago
MODERATORS
Plenty of things are more difficult in decentralized systems.
You have to store all kinds of data either in multiple copies/caches or get long delays on certain operations such as search or even just displaying aggregated data (such as a post and its comments from different instances on Lemmy).
You have the problem of different jurisdictions and moderation policies for different instances.
You will have a hard time exporting or deleting all data related to a specific user when required by law (e.g. GDPR).
Difficult != Can't be done. I'm well aware of the difficulties. Distributed systems design is one of my specialties.
GDPR only applies to your servers. Data deletion is probably the easiest part to deal with.