Live data from Hacker News

Comparative Illusion

en.wikipedia.org

1–10 of 27 posts

Re: Comparative Illusion

#3
Every new major patch of Path of Exile, someone runs the patch notes through a markov chain generator and comes up with new notes. If you're not familiar with the game they may not make sense. If you are familiar with the game, they bounce between things which almost make sense like in the linked article and things which could actually be in the patch notes.

"Blood chieftains can now hurl blood apes at you." -- I think this was highly requested after the fake notes came out.

link to a previous set of patch notes: https://www.facebook.com/pathofexile/photos/we-ran-the-patch...

Re: Comparative Illusion

#6
I don't understand how "In Michigan and Minnesota, more people found Mr Bush's ads negative than they did Mr Kerry's." is an example of this. To me, that unambiguously parses like this:

   peopleInMichiganAndMinnesota.filter(foundMrBushsAdsNegative).length() > peopleInMichiganAndMinnesota.filter(foundMrKerrysAdsNegative).length()

Re: Comparative Illusion

#7

I don't understand how "In Michigan and Minnesota, more people found Mr Bush's ads negative than they did Mr Kerry's." is an example of this. To me, that unambiguously parses like this: peopleInMichiganAndMinnesota.filter(foundMrBushsAdsNegative).length() > peopleInMichiganAndMinnesota.filter(foundMrKerrysAdsNegative).length()

Good question. I followed the citation in wikipedia and it points to this article: https://languagelog.ldc.upenn.edu/nll/?p=1997 In the comment thread there, people are discussing the question you raise.

Essentially, it's the inclusion of the word "they" which makes the sentence incorrect. If the word "they" was removed it would be valid and would mean what you read it as.

Re: Comparative Illusion

#9

I don't understand how "In Michigan and Minnesota, more people found Mr Bush's ads negative than they did Mr Kerry's." is an example of this. To me, that unambiguously parses like this: peopleInMichiganAndMinnesota.filter(foundMrBushsAdsNegative).length() > peopleInMichiganAndMinnesota.filter(foundMrKerrysAdsNegative).length()

'More people' needs to be compared to a differenet group but the use of 'they' means the 'more people' are being compared to themselves.
Post reply on HN