TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Wireworld computer [Flash]

13 pointsby mkirschealmost 12 years ago
Simulation of the Wireworld computer, calculating primes.<p>A description of how the computer works can be found at http:&#x2F;&#x2F;www.quinapalus.com&#x2F;wi-index.html

6 comments

evincarofautumnalmost 12 years ago
This is a good demo of how cellular automata don’t always have to look or behave like the Game of Life. Wireworld has four cell states—dead, wire, head, and tail—where dead cells stay dead; heads decay into tails, and tails into wires; wires become heads when excited by one or two heads; and wires stay wires otherwise. You can easily see how this gives rise to the “electrons on the subway” effect.<p>And in this system it’s fairly straightforward to actually build systems that compute things—albeit glacially slow. Contrast that with the Game of Life, where computation is more of an interesting emergent behaviour that’s about as easy as butterfly programming.
tim_huttonalmost 12 years ago
For a better demo of this, download Golly and open Wireworld&#x2F;primes.mc. Start it playing and hit + a few times to increase the speed. <a href="http://golly.sourceforge.net/" rel="nofollow">http:&#x2F;&#x2F;golly.sourceforge.net&#x2F;</a><p>Golly has other cellular automata computers too, in the JvN folder.
robinduckettalmost 12 years ago
Doesn&#x27;t seem to do anything? I thought the counter would increase in a flurry of pulses but after watching it for a good five minutes, nothing happened.
评论 #6198155 未加载
评论 #6198146 未加载
pabliscoalmost 12 years ago
Now just need an svg&#x2F;canvas version and a way to cheaply print it to silicon.
评论 #6199718 未加载
Aardwolfalmost 12 years ago
So can you make logic gates in this?
评论 #6198618 未加载
pearjuicealmost 12 years ago
&gt;[Flash]<p>As if.