Live data from Hacker News

The URL shortener that makes your links look as suspicious as possible

creepylink.com

41–50 of 157 posts

Re: The URL shortener that makes your links look as suspicious as possible

#44
post #38

There 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

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.

Re: The URL shortener that makes your links look as suspicious as possible

#45

There 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.

Sounds like a useful signal for people building custom agents or models. Being able to control whether automated systems follow a link via metadata is an interesting lever, especially given how inconsistent current model heuristics are.

Re: The URL shortener that makes your links look as suspicious as possible

#47
post #39

This 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")

Re: The URL shortener that makes your links look as suspicious as possible

#48
post #38

There 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

I posted my site on the thread.

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

#49
post #47
post #39

This 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")

DNS is only for resolving the host part. The path is not passing through a dns query.

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

#50
post #44
post #38

Earlier 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.

Site should add a reverse lookup. Provide the poison and antidote.
Post reply on HN