other accounts:

  • 0 Posts
  • 63 Comments
Joined 3 years ago
cake
Cake day: February 10th, 2024

help-circle

  • MrKaplan@lemmy.worldtoFediverse memes@feddit.uk"Let there be light"
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    3 months ago

    it would be trivial for them to not DDoS and yet they keep doing it.

    if they were calling Lemmy APIs directly they would significantly reduce the load they bring to our service. if they were speaking ActivityPub they could even get the content delivered to their front door directly via federation.

    they don’t care that they DDoS websites. they don’t care about optimizing for how certain types of websites are built, to reduce impact on third parties. the only language they speak is DDoS.

    they intentionally spoof legitimate browser user agents and cycle through massive ranges of IP addresses. they have enormous pools of IPv4 addresses available that allow them to only use each IP for a couple of requests before cycling to the next one, which is yet another way they evade detection, as they are bypassing any rate limits we have configured that way.





  • MrKaplan@lemmy.worldtoFediverse@lemmy.worldPieFed v1.6.24 is released
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    4 months ago

    doesn’t really look much different between the two instances. the theme differences are minor. the current default theme on piefed.world is even a bit more compact than the quokk.au default theme.

    there are also user settings for more compact post listings, e.g. the variant with smaller thumbnails:

    and after writing all this i realized you were referring to the bottom navigation. we updated several piefed versions in the last few days, if this is still the case for you i recommend raising this as a bug directly at https://codeberg.org/rimu/pyfedi/issues


  • MrKaplan@lemmy.worldtomemes@lemmy.worldpress F5 to reload
    link
    fedilink
    English
    arrow-up
    18
    arrow-down
    1
    ·
    4 months ago

    in the past couple of days it seems like LLM crawlers have been ramping up again, with totally normal traffic patterns like these

    we’re currently looking into trying to identify them better without having to serve everyone with a captcha or something like anubis to access the site.








  • MrKaplan@lemmy.worldtoComic Strips@lemmy.worldNew anti-bot rules
    link
    fedilink
    English
    arrow-up
    25
    arrow-down
    10
    ·
    7 months ago

    feel free to get in touch with us if you have issues with api limits. we can’t change them for individual users but we may be able to give you advice on more efficient usage.

    your bot shouldn’t be logging in every time it checks what is going on; it’s best to persist the JWT you get from logging in and keep using it. the signup/login rate limit (which for whatever reason has the same counter) is relatively low to limit abuse, but the other endpoints should be more relaxed. you’d also have to hit pretty high request counts for us to even look at it. i recommend using a separate bot account (see bot rules).