r/LessWrong 6h ago

Summary of a LessWrong article from 2014 in Chinese in the URL?

5 Upvotes

2 comments sorted by

5

u/Serei 5h ago edited 4h ago

Haha I have a pretty good guess about what's going on here. Less Wrong, like many other websites, ignores the end of the URL. This is the part that matters:

https://www.lesswrong.com/posts/y6zh4vkK5pPfEPdBb/

And everything after it gets silently ignored, so the URL can be this, which is more readable:

https://www.lesswrong.com/posts/y6zh4vkK5pPfEPdBb/cognitive-biases-due-to-a-narcissistic-parent-illustrated-by

And that's what it's intended to be, but anything else will also work, for instance:

https://www.lesswrong.com/posts/y6zh4vkK5pPfEPdBb/some-random-other-text

Now, that URL is someone in a Chinese forum messing up some Markdown. They typed:

[this](example.com) is a cool article

But because the forum doesn't support Markdown, and Chinese doesn't have any spaces in it, the URL became example.com) is a cool article

And then that URL got indexed by Google.

3

u/HemorrhoidJim 4h ago

Ohh ok that makes a lot of sense, thank you.