Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)LA
Posts
1
Comments
5
Joined
2 yr. ago

  • I don’t think he’s saying they’re better, he’s saying it’s a preference thing and he prefers dogs because you can bond more with them.

    Cats are way easier to take care of because they don’t need as much attention, which makes them better for a lot of people

  • Technology @lemmy.world

    Another case for defederating from threads.net (Meta’s Twitter replacement that supports ActivtyPub)

  • Reading more about how this works, sending out updates to each instance shouldn’t block the request from returning unless you have a config flag set to debug source.

    It might be due to poorly optimized database queries. Check out this issue for more info. Sounds like there are problems with updating the rank of posts and probably comments too

  • Is the slowdown that it the instance has to send out updates about the comment to every other instance before returning a successful response? If so, is anyone working on moving this to an async queue?

    Sending out updates seems like something that’s fine being eventually consistent