komponisto comments on Debunking komponisto on Amanda Knox (long) - Less Wrong
You are viewing a comment permalink. View the original post to see all comments and the full post content.
You are viewing a comment permalink. View the original post to see all comments and the full post content.
Comments (116)
For example, ":s/Knox//g" helps.
More seriously, that phenomenon extends far beyond LessWrong and applies particularly when the comments are personal (or reflect on an individual fairly directly).
What does this mean?
It's unix-speak for 'replace all instances of the string Knox with the empty string'.
That as time goes by more rehashing of the Knox issue becomes less desirable. Anything with 'Knox' in it becomes a negative linguistic pattern.
The command ":s/Knox//g" replaces the pattern 'Knox' with the '' empty string using perl like regexp syntax.