this post was submitted on 23 Jun 2026
46 points (92.6% liked)
Fuck AI
7069 readers
1166 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.
AI, in this case, refers to LLMs, GPT technology, and anything listed as "AI" meant to increase market valuations.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Sounds cool as hell! Talk to me about Iocaine - is this for people who self-host or can I put this on my websites somehow?
It's for self-hosters, I'm afraid. The idea behind it is that your webserver / reverse proxy forwards all GET and HEAD requests to it, it does some heuristics and either returns a page filled with garbage your webserver/reverse proxy can serve, or a 421 (misdirected request) error code, at which point your webserver / reverse proxy can serve the real contents. So to run it, you need to be able to make it play nice with your webserver or reverse proxy, which pretty much means you'll have to self-host, yeah.
The garbage part is important, because that's how iocaine serves poisoned URLs (urls that have an identifiable substring), so if any of the crawlers come back, and manage to get through all other heuristics iocaine puts in front of them, if they land on a poisoned URL, they'll get caught anyway.
That sounds incredible (even if I had to google a lot of the terms haha). Would you do me a big favor and make a post about this in https://slrpnk.net/c/selfhosting if you haven't already? We would love to have you over on slrpnk.net, where we enjoy the blend of tech + the environment and hate AI. I would post myself but I'm just now investigating personal websites and switching to Linux so I don't think I'd be able to do your project justice.
I can do that, probably over the weekend.