The URL shortener that makes your links look as suspicious as possible
41–50 of 157 posts
Re: The URL shortener that makes your links look as suspicious as possible
#42Re: The URL shortener that makes your links look as suspicious as possible
#43Re: The URL shortener that makes your links look as suspicious as possible
#44There may actually be some utility here. LLM agents refuse to traverse the links. Tested with gemini-3-pro, gpt-5.2, and opus 4.5. edit: gpt-oss 20B & 120B both eagerly visit it.
I wish this came a day earlier. There is a current "show your personal site" post on top of HN [1] with 1500+ comments. I wonder how many of those sites are or will be hammered by AI bots in the next few days to steal/scrape content. If this can be used as a temporary guard against AI bots, that would have been a good opportunity to test it out. 1. https://news.ycombinator.com/item?id=46618714
Re: The URL shortener that makes your links look as suspicious as possible
#45There may actually be some utility here. LLM agents refuse to traverse the links. Tested with gemini-3-pro, gpt-5.2, and opus 4.5. edit: gpt-oss 20B & 120B both eagerly visit it.
Re: The URL shortener that makes your links look as suspicious as possible
#46Re: The URL shortener that makes your links look as suspicious as possible
#47This is fun. Is it not checking for previously submitted URLs though? I can seemingly re-submit the exact same URL and get a new link every time. I would expect this to fill the database unnecessarily but I have no idea how the backend works.
Re: The URL shortener that makes your links look as suspicious as possible
#48There may actually be some utility here. LLM agents refuse to traverse the links. Tested with gemini-3-pro, gpt-5.2, and opus 4.5. edit: gpt-oss 20B & 120B both eagerly visit it.
I wish this came a day earlier. There is a current "show your personal site" post on top of HN [1] with 1500+ comments. I wonder how many of those sites are or will be hammered by AI bots in the next few days to steal/scrape content. If this can be used as a temporary guard against AI bots, that would have been a good opportunity to test it out. 1. https://news.ycombinator.com/item?id=46618714
My site is hosted on Cloudflare and I trust its protection way more than flavor of the month method. This probably won't be patched anytime soon but I'd rather have some people click my link and not just avoid it along with AI because it looks fishy :)
Re: The URL shortener that makes your links look as suspicious as possible
#49This is fun. Is it not checking for previously submitted URLs though? I can seemingly re-submit the exact same URL and get a new link every time. I would expect this to fill the database unnecessarily but I have no idea how the backend works.
Am I missing something, or would these essentially be implemented via DNS records? It's not clear to me that keeping the links in a database would be necessary at all (unless the DNS records are what you mean by "database")
In example.com/blah, the /blah part is interpreted by the host itself.
And apart from that I would indeed consider DNS records a database.
Re: The URL shortener that makes your links look as suspicious as possible
#50Earlier quoted context omitted.
I wish this came a day earlier. There is a current "show your personal site" post on top of HN [1] with 1500+ comments. I wonder how many of those sites are or will be hammered by AI bots in the next few days to steal/scrape content. If this can be used as a temporary guard against AI bots, that would have been a good opportunity to test it out. 1. https://news.ycombinator.com/item?id=46618714
Of course, the downside is that people might not even see your site at all because they’re afraid to click on that suspicious link.