this post was submitted on 08 Jun 2025
181 points (97.9% liked)

Fuck AI

3026 readers
935 users here now

"We did it, Patrick! We made a technological breakthrough!"

A place for all those who loathe AI to discuss things, post articles, and ridicule the AI hype. Proud supporter of working people. And proud booer of SXSW 2024.

founded 1 year ago
MODERATORS
 

It's impossible, i got this instance to just see lemmy from my own instance, but no, it was slow as hell the whole week, i got new pods, put postgres on a different pod, pictrs on another, etc.

But it was slow as hell. I didn't know what it was until a few hours before now. 500 GETs in a MINUTE by ClaudeBot and GPTBot, wth is this? why? I blocked the user agents, etc, using a blocking extension on NGINX and now it works.

WHY? So google can say that you should eat glass?

Life is now hell, if before at least someone could upload a website, now even that is painfull.

Sorry for the rant.

you are viewing a single comment's thread
view the rest of the comments
[–] potatoguy@potato-guy.space 5 points 13 hours ago (2 children)

They are 1 cpu and 1 gb of ram pods, postgres goes to 100% cpu on 500 requests per minute, after i put the NGINX extension, it reduced to at max 10%. On weaker servers, these bots make hell on earth, not the config.

[–] jerkface@lemmy.ca 5 points 12 hours ago (1 children)

If it's hitting postgres it's not hitting the cache. Do you have a caching reverse proxy in front of your web application?

[–] potatoguy@potato-guy.space 1 points 11 hours ago* (last edited 11 hours ago) (1 children)

I don't have a cache, but the problem is solved now, i can browse lemmy haha.

[–] jerkface@lemmy.ca 4 points 11 hours ago (1 children)

The nginx instance you have in front of your app can perform caching and avoid hitting your app. The advantage is that it will improve performance even against the most stealthy of bots, including those that don't even exist yet. The disadvantage is that the AI scum get what they want.

[–] potatoguy@potato-guy.space 2 points 11 hours ago (1 children)

Oh, cool. I'm going to look at it!

[–] jagged_circle@feddit.nl 2 points 9 hours ago

If that doesn't work for you, also look at varnish and squid.

[–] jagged_circle@feddit.nl 1 points 9 hours ago

Load should be near zero for reads.