[flagged]
End of an era for me: no more self-hosted git
21–30 of 228 posts
Re: End of an era for me: no more self-hosted git
#22[flagged]
Then a poorly written crawler shows up and requests 10,000s of pages that haven't been requested recently enough to be in your cache.
I had to add a Cloudflare Captcha to the /search/ page of my blog because of my faceted search engine - which produces may thousands of unique URLs when you consider tags and dates and pagination and sort-by settings.
And that's despite me serving ever page on my site through a 15 minute Cloudflare cache!
Static only works fine for sites that have a limited number of pages. It doesn't work for sites that truly take advantage of the dynamic nature of the web.
Re: End of an era for me: no more self-hosted git
#23[flagged]
Re: End of an era for me: no more self-hosted git
#24The author of this post could solve their problem with Cloudflare or any of its numerous competitors. Cloudflare will even do it for free.
Cool, I can take all my self hosted stuff and stick it behind centralised enterprise tech to solve a problem caused by enterprise tech. Why even bother?
Re: End of an era for me: no more self-hosted git
#25Does anyone know what's the deal with these scrapers, or why they're attributed to AI? I would assume any halfway competent LLM driven scraper would see a mass of 404s and stop. If they're just collecting data to train LLMs, these seem like exceptionally poorly written and abusive scrapers written the normal way, but by more bad actors. Are we seeing these scrapers using LLMs to bypass auth or run more sophisticated…
Just a few years ago badly behaved scrapers were rare enough not to be worth worrying about. Today they are such a menace that hooking any dynamic site up to a pay-to-scale hosting platform like Vercel or Cloud Run can trigger terrifying bills on very short notice.
"It's for AI" feels like lazy reasoning for me... but what IS it for?
One guess: maybe there's enough of a market now for buying freshly updated scrapes of the web that it's worth a bunch of chancers running a scrape. But who are the customers?
Re: End of an era for me: no more self-hosted git
#26The author of this post could solve their problem with Cloudflare or any of its numerous competitors. Cloudflare will even do it for free.
Re: End of an era for me: no more self-hosted git
#27Does anyone know what's the deal with these scrapers, or why they're attributed to AI? I would assume any halfway competent LLM driven scraper would see a mass of 404s and stop. If they're just collecting data to train LLMs, these seem like exceptionally poorly written and abusive scrapers written the normal way, but by more bad actors. Are we seeing these scrapers using LLMs to bypass auth or run more sophisticated…
There's value to be had in ripping the copyright off your stuff so someone else can pass it off as their stuff. LLMs have no technical improvements so all they can do is throw more and more stolen data into it and hope it, somehow, crosses a nebulous "threshold" where it suddenly becomes actually profitable to use and sell. It's a race to the bottom. What's different is we're much closer to the bottom now.
Re: End of an era for me: no more self-hosted git
#28Re: End of an era for me: no more self-hosted git
#29If there is a common text pool used across sites, may be that will get the attention of bot developers and automatically force them to backdown when they see such responses.