Remix.run Logo
dirk94018 9 hours ago

We had a similar experience — looks like someone used AI to clone our site's design and structure at linuxtoaster.com. The real issue Gavriel is highlighting goes beyond SEO. The cost of creating a convincing copycat site just went to zero. Anyone can feed a successful page to an LLM and get a polished clone in minutes. And for open source projects it's even worse — they can clone your website AND clone your code, have an AI rebrand it, and ship a convincing-looking alternative overnight.

Imustaskforhelp 9 hours ago | parent [-]

Extremely offtopic but I accidentally pasted the link linuxtoaster.com. (with the dot) and I thought it would lead to my search engine (DDG) or something but then the website opened.

Then I tried opening up google.com. and this works too. I didn't know that websites resolve when you add another additional dot after TLD. This was a really fun coincidence type thing so I wanted to share it with you.

TreeInBuxton 9 hours ago | parent | next [-]

That's what makes domains true FQDNs :)

I read an interesting blog article on this a while back: https://lacot.org/blog/2024/10/29/the-trailing-dot-in-domain...

Imustaskforhelp 8 hours ago | parent [-]

This is an interesting rabbit hole I wasn't prepared to jump in. Thanks for sharing the article, the world does work in strange coincidences indeed.

Have given a glance through it but I am also bookmarking to read it later once I get more free. Thanks for sharing it!

From the article:

> Wait, what? I can put a dot at the end of my domain names?

This was exactly how I felt at that moment :) The article has started pretty nicely.

ralferoo 4 hours ago | parent | prev | next [-]

The final dot indicates that the name is fully qualified. Without a final dot, DNS looks up the name and if that fails, it tries again appending each of the suffixes specified in "search" in /etc/resolv.conf.

NameNickHN 4 hours ago | parent | prev | next [-]

IIRC domains names read from the right and the first dot is omitted. It's actually

com. example.com. subdomain.example.com.

9 hours ago | parent | prev [-]
[deleted]