Live data from Hacker News

List animals until failure

rose.systems

51–60 of 198 posts

Re: List animals until failure

#52
Lazy daisy:

  (async () => {
    for (c of 'red black white brown blue green yellow golden grey arctic mountain forest spotted striped'.split(' '))

      for (a of 'bear lion tiger wolf fox eagle shark whale snake frog cat dog horse bat rat mouse owl hawk duck crab ant bee spider deer penguin elephant rabbit'.split(' ')) {

        guessbox.value = c + ' ' + a;
        uncomment(); attempt();
        await new Promise(r => setTimeout(r, 75));
      }
  })();

Re: List animals until failure

#56
205! The running commentary was fun. And I love how permissive it is -- it was fun stumbling into a new category that you wouldn't necessarily expect to qualify. I do wish that there was an option to see a list of the most popular ones you missed (based on traffic to the article or similar).

For a similar brain exercise, try to Name Every City:

https://cityquiz.io/

Re: List animals until failure

#57

68. The unique title texts are really fun. But I strongly disagree that "chipmunks are squirrels".

Similarly, it insisted to me that a pigeon is the same thing as a mourning dove. Not true! But your case is even more egregious.

"pigeon" and "dove" are both words for the same family of birds. The bird most people think of with the word "pigeon" is the rock dove (https://en.wikipedia.org/wiki/Rock_dove) or domesticated / feral variants of it.
Post reply on HN