Live data from Hacker News

Googling for "conway's game of life" gives a simulation in the results page

google.com

71–80 of 83 posts

Re: Googling for "conway's game of life" gives a simulation in the results page

#71
post #62

Earlier quoted context omitted.

I find it interesting that your metric of smart is whether or not someone has knowledge of the Game of Life.

The comment makes no mention of the word "smart", just that Google's interview process is long and hard.

It's hinted at by saying that the author feels better about himself now (implied superiority). Whether the particular trait that he feels superior about is "smart" is left up to your imagination!

I heard about the game of life, but I couldn't tell you the rules or describe it exactly. I never bothered to look into it. Judge away!

Re: Googling for "conway's game of life" gives a simulation in the results page

#72
post #50

Here's the interview I published with the creator! http://www.readwriteweb.com/archives/how-a-google-engineer-b...

> I can’t talk about the way we actually implemented it. It's all there, right? In obfuscated, minimized, but still-readable JavaScript.

I guess, in the same sense that the implementation of any local binary executable is "all there" because you could theoretically figure out what all the machine code does. (But granted, I'm sure that reverse-engineering obfuscated JS is generally much easier than reverse-engineering a binary.)

Re: Googling for "conway's game of life" gives a simulation in the results page

#73
post #30

What is it with all the Game of Life posts lately? There seems to be a new one every other day. Not that it's a bad thing, I think the GOL is a marvellous thing and the SmoothLife video was mesmerizing. I'm just wondering why they all pop up at the same time?

Well, I personally saw a game of life post earlier today. Upon doing a google search I independently discovered this search result (slightly later than the OP). If I were so motivated I would have posted it myself.

Re: Googling for "conway's game of life" gives a simulation in the results page

#74
post #62

Earlier quoted context omitted.

> So I made a demo and started showing my co-workers what it was and realized that some of them had never seen the Game of Life before. So let me get this straight, there are Google software engineers, that passed all the 3 month interview process which some considered the toughest in the world, and they never have heard of conway's game of life. this makes me feel a little better about myself now.

I find it interesting that your metric of smart is whether or not someone has knowledge of the Game of Life.

I think this is less about IQ and more about culture. (And probably not even about looking down on other people.)

Re: Googling for "conway's game of life" gives a simulation in the results page

#75

Predicting the next HN front page article in the near future: "Show HN: weekend project - open source Google's conway's game of life"

Well, I was predicting the past, not the future, although this post got 2 points (1 is mine)

http://news.ycombinator.com/item?id=4314049

Here is the original: http://arcanis.github.com/trivia.gol404/404.html

3% CPU max

Re: Googling for "conway's game of life" gives a simulation in the results page

#76
post #30

What is it with all the Game of Life posts lately? There seems to be a new one every other day. Not that it's a bad thing, I think the GOL is a marvellous thing and the SmoothLife video was mesmerizing. I'm just wondering why they all pop up at the same time?

I'm sure there is a "game of life" like biological algorithm that can explain this and the flow of articles in the form of "X in GO" or "Don't use MongoDB" or "Y in pure CSS" e.g. perhaps people see what's top on HN (a legitimate article) and search on the topic, and increase the probability of more posts in that topic, also, psychologically, if A is popular, then when seeing something that looks like A you might up…

A Game of Life type visualization of this algorithm would be interesting. It might go something like:

  The seed of the system is a random cluster of N stories (cells)
  that represent the "front page".

  Each cell has votes and topics (Erlang, Apple, X in CSS, etc.).

  1. Any cell with fewer than N votes, 
     and fewer than two neighbors dies 
     (due to lack of interest and/or promotion).

  2. Any cell with two or three live neighbors,
     lives on to the next generation
     (riding along the front page wave).

  3. Any cell with more than three live neighbors,
     that share the same topic dies
     (due to overexposure of the topic).

  4. Any dead cell with exactly three live neighbors,
     becomes a live cell with a topic shared by one of the neighbors
     (the spread of interest of a topic).

  After any generation, votes and stories can be added. 

  The low threshold of votes (N), is determined to be
  some percentage of all votes in the system.
Tempted to make this for fun now...

Re: Googling for "conway's game of life" gives a simulation in the results page

#78

Earlier quoted context omitted.

The comment makes no mention of the word "smart", just that Google's interview process is long and hard.

It's hinted at by saying that the author feels better about himself now (implied superiority). Whether the particular trait that he feels superior about is "smart" is left up to your imagination! I heard about the game of life, but I couldn't tell you the rules or describe it exactly. I never bothered to look into it. Judge away!

My interpretation would be that he saw Google-employees as omniscient demigods, and now has a more realistic view.
Post reply on HN