this post was submitted on 18 Aug 2023
1170 points (92.9% liked)

Technology

58061 readers
31 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Get out, now.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 year ago (2 children)

Extra database calls, running extra logic to check if you're blocked. That sort of stuff I guess. It does make sense, compute, storage and network resources can be very expensive if you host on cloud providers like Azure or AWS.

[–] [email protected] 5 points 1 year ago

Feed generation is already a very complex process implementing hundreds or thousands of variables to show every single user only posts that are likely to be relevant to them. Filtering out any posts by blocked accounts shouldn't matter here. The real reason why Elon removed the feature is probably that he realized he was the most blocked person on Twitter, lol.

[–] [email protected] 4 points 1 year ago

It would make it less computional, even if it adds a row of cells in the database.

When it tries to load something and sees that the person is blocked, then it doesn't need to load anything else.

It would literally load less posts.