Nostr'a Katılın
2026-04-08 13:40:50 CEST

James Cridland on Nostr: Being absolutely smashed currently by some hungry bot in Singapore (within an Amazon ...

Being absolutely smashed currently by some hungry bot in Singapore (within an Amazon IP range).

But, very oddly, it's requesting "fallback header hero" images like this example for The Daily, which are only ever built when we write a press release about a podcast where we don't have an image. There is nothing that links to these images programmatically in my entire codebase, except if you write a press release and link to one podcast in it.

The file image name isn't just an ID number, but a hash of the original image file URL. So, there's no way to crawl them without deliberately rewriting these URLs in order to get this image. And none will be cached, so they need making (and uploading to Amazon S3) every single time.

I'm currently blocking the entire 47.128.xxx.xxx IP range, in an effort to tell them to bugger off.