Search found 2908 matches

by calcyman
June 15th, 2009, 4:28 pm
Forum: Patterns
Topic: Glider circuits: components and contraptions
Replies: 69
Views: 110423

Re: Glider circuits: components and contraptions

My next arithmetic circuit will multiply two binary numbers together. How are you going to accomplish that? Are you going to use a grid method with AND gates, or use shifts and addition? I think that the latter method is more suited towards your style of computation. ideally with decimal (or hexade...
by calcyman
June 13th, 2009, 4:07 pm
Forum: General Discussion
Topic: Stable Life?
Replies: 26
Views: 26313

Re: Stable Life?

Dave Greene discovered a counter-example to popular belief, IceNine, a massive seed that grows very slowly, quadratically, and unstoppably. This is characteristic of a rule like Seeds or 34 Life, except IceNine requires a much larger critical mass (about 10 megapixels). Yes, this does grow irregular...
by calcyman
June 13th, 2009, 6:17 am
Forum: Patterns
Topic: Glider circuits: components and contraptions
Replies: 69
Views: 110423

Re: Glider circuits: components and contraptions

Your set/reset logic looks interesting, but I don't understand the point of the two block glider collisions; why not simple vanish reactions? Oops. I thought that reaction was a vanish reaction! My mistake - I've altered my post to compensate. Thanks for noticing this error. Congratulations on the ...
by calcyman
June 13th, 2009, 5:44 am
Forum: Patterns
Topic: New breeder, made myself!
Replies: 7
Views: 6288

Re: New breeder, made myself!

That's quite an interesting pattern; it constructs the rakes bit-by-bit like a production line. It's admittedly not as compact as the other rake gun, but that's probably because you just wanted to make a functioning breeder rather than trying to break any space records. The smallest period 120 I kno...
by calcyman
June 10th, 2009, 11:49 am
Forum: Patterns
Topic: Glider circuits: components and contraptions
Replies: 69
Views: 110423

Re: Glider circuits: components and contraptions

(This thread immediately caught my attention.) My first contribution: a bridge for p30 glider streams. I like it! It thins the p30 stream into two p60 streams and crosses them individually, before recombining them? The reason that Dean Hickerson's is more compact is because it uses XOR logic to cros...
by calcyman
June 8th, 2009, 11:15 am
Forum: Patterns
Topic: Marilyn
Replies: 13
Views: 15801

Re: Marilyn

That's very impressive. Did you write a Golly script to generate this? If you used a multi-colour Life equivalent like QuadLife you could make a full-colour printer. You can obtain the Golly rule table from: http://ruletablerepository.googlecode.com/files/LifeColor_FrancoisBoisson.zip (Compatible wi...
by calcyman
June 8th, 2009, 11:02 am
Forum: Patterns
Topic: Switch Engine Spitter-Outter
Replies: 4
Views: 6346

Re: Switch Engine Spitter-Outter

For your information, Mitchell Riley discovered (rather than engineered) a switch engine puffer with only 38 cells : x = 135, y = 41, rule = S23/B3 133bo$134bo$130bo3bo$131b4o4$130bo$131boo$132bo$132bo$131bo3$133bo$ 134bo$130bo3bo$131b4o9$96bo$97bo$93bo3bo$94b4o8$3bo$4bo$o3bo$b4o! It's got a lower p...
by calcyman
June 8th, 2009, 3:06 am
Forum: General Discussion
Topic: Superstrings for diagonal lightspeed signals?
Replies: 18
Views: 17624

Re: Superstrings for diagonal lightspeed signals?

I am working on a different approach for sending diagonal lightspeed signals. A simple diagonal line of cells, the simplest fuse, burns cleanly at the speed of light. I have already worked out easy ways to send a 1 or a 0 and detect it at the other end. The question is: Can a simple diagonal fuse b...