Hacker News new | past | comments | ask | show | jobs | submit login

I have always been fascinated with cellular automata. I think they serve a really good purpose in being a "fun" way to approach complexity and it's consequences and I spent more than a few hours playing with game of life programs especially when I was younger.

But I am still curious as to who has the time to engineer with them? Is it just "hobbyists" or do some academics derive useful work out from pursuing them?




One thing that may be worth pointing out is that the hobbyists do not engineer their Life systems by sitting in front of a grid and clicking one square at a time. A large bank of off-the-shelf technologies has been built. Building something large like this life simulator is not trivial, but it's not as hard as it looks, either. You're sort of seeing the machine language view of a program built with a lot of advanced C++. The effort to build is a lot less than a casual perusal of the machine language may indicate. (Though I still respect them for it.)


> Is it just "hobbyists" or do some academics derive useful work out from pursuing them?

The excessive search for "useful work" is one of the bigger problem of academia today. Even the most practical research usually doesn't look useful at the beginning, and pursuing things that seem immediately applicable to real-world problems can be a form of premature optimization. Not to say we shouldn't pursue the "practicality" route at all, but today most research seems to be optimized for short-term money generation and/or fame.

Anyway, cellular automata are a separate research field, and I'm pretty sure that some of those game-of-life engineers are academics who are doing this as research because it's fun/interesting. And hail to them, because those hobbyst-scientists create tools that enterpreneurs can forge progress with.


It's not Conways life, but biologists use cellular automata as models to show that simple rules can create such things as a zebra's stripes, a leopard's spots, the competition between bacterial colonies, development of the human brain, etc. Google "cellular automata in biology" for examples (the first hit I got is http://www.math.pitt.edu/~bard/pubs/jtb_ca.pdf. Twenty years old, but to my outsider's eye, it appears to be a decent overview)


I did simulations of spread of fire and smoke inside buildings with cellular automata for my BSc. CA's have lots of interesting applications in many different domains, even not related to science itself.


I play with them often. It serves a purpose, and in that sense, it helps you define some part of your reality. Anti-gliders are the fun :D


Wolfram thinks he do.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: