Thread for basic questions

For general discussion about Conway's Game of Life.
Schiaparelliorbust
Posts: 3686
Joined: July 22nd, 2020, 9:50 am
Location: Acidalia Planitia

Re: Thread for basic questions

Post by Schiaparelliorbust » October 9th, 2020, 3:35 am

I have two questions this time:

1) I don't understand the Larger Than Life rule notation. Quoting the wiki:
Ssmin..smax specifies the count limits for a state 1 cell to survive. Bbmin..bmax specifies the count limits for a dead cell to become a birth.
What are count limits? Also, I can't seem to transfer LTL rules from the forums or Catalogue to Golly sometimes. The notation is slightly different and I don't know how to convert them.

2) I'm not sure if this is the correct thread to ask this but how do I bump a topic? I know it's in the FAQ:
By clicking the “Bump topic” link when you are viewing it, you can “bump” the topic to the top of the forum on the first page.
I don't see a link like that.
Hunting's language (though he doesn't want me to call it that)
Board And Card Games
Colorised CA
Alien Biosphere

User avatar
Ian07
Moderator
Posts: 891
Joined: September 22nd, 2018, 8:48 am
Location: New Jersey, US

Re: Thread for basic questions

Post by Ian07 » October 9th, 2020, 7:19 am

Schiaparelliorbust wrote:
October 9th, 2020, 3:35 am
1) I don't understand the Larger Than Life rule notation. Quoting the wiki:
Ssmin..smax specifies the count limits for a state 1 cell to survive. Bbmin..bmax specifies the count limits for a dead cell to become a birth.
What are count limits?
By "count limits", what's meant is the range of numbers of neighbors that a cell can have within its neighborhood to either be born or survive. For example, Bugs has the rulestring R5,C0,M1,S34..58,B34..45,NM - indicating that within a range-5 Moore neighborhood, cells must have between 34 and 58 (inclusive) living neighbors to survive, and between 34 and 45 living neighbors to be born.

wwei23

Re: Thread for basic questions

Post by wwei23 » October 9th, 2020, 7:30 am

What if I want a discontinuous range of numbers?

Schiaparelliorbust
Posts: 3686
Joined: July 22nd, 2020, 9:50 am
Location: Acidalia Planitia

Re: Thread for basic questions

Post by Schiaparelliorbust » October 9th, 2020, 7:38 am

Thanks! Though is it possible to exclude certain conditions like, just as an example, 32...43 excluding 35 and 40? Also, how do you run a rulestring like this in Golly:

Code: Select all

R2,C2,S4,6-9,B6-8,N@03ddef
The rule is Marine.

Edit:
wwei23 wrote:
October 9th, 2020, 7:30 am
What if I want a discontinuous range of numbers?
I didn't even see your post. Glad we asked the same thing.
Hunting's language (though he doesn't want me to call it that)
Board And Card Games
Colorised CA
Alien Biosphere

User avatar
dvgrn
Moderator
Posts: 10687
Joined: May 17th, 2009, 11:00 pm
Location: Madison, WI
Contact:

Re: Thread for basic questions

Post by dvgrn » October 9th, 2020, 8:30 am

wwei23 wrote:
October 9th, 2020, 7:30 am
What if I want a discontinuous range of numbers?
Schiaparelliorbust wrote:
October 9th, 2020, 7:38 am
Thanks! Though is it possible to exclude certain conditions like, just as an example, 32...43 excluding 35 and 40? Also, how do you run a rulestring like this in Golly:

Code: Select all

R2,C2,S4,6-9,B6-8,N@03ddef
Just wait a few weeks -- Golly 4.0 will come out sometime this month, with HROT format support. See the current Help on SourceForge, starting on line 291.

Schiaparelliorbust
Posts: 3686
Joined: July 22nd, 2020, 9:50 am
Location: Acidalia Planitia

Re: Thread for basic questions

Post by Schiaparelliorbust » October 9th, 2020, 8:35 am

dvgrn wrote:
October 9th, 2020, 8:30 am
wwei23 wrote:
October 9th, 2020, 7:30 am
What if I want a discontinuous range of numbers?
Schiaparelliorbust wrote:
October 9th, 2020, 7:38 am
Thanks! Though is it possible to exclude certain conditions like, just as an example, 32...43 excluding 35 and 40? Also, how do you run a rulestring like this in Golly:

Code: Select all

R2,C2,S4,6-9,B6-8,N@03ddef
Just wait a few weeks -- Golly 4.0 will come out sometime this month, with HROT format support. See the current Help on SourceForge, starting on line 291.
Niiiiice. Could someone look at my other question too?
Hunting's language (though he doesn't want me to call it that)
Board And Card Games
Colorised CA
Alien Biosphere

User avatar
dvgrn
Moderator
Posts: 10687
Joined: May 17th, 2009, 11:00 pm
Location: Madison, WI
Contact:

Re: Thread for basic questions

Post by dvgrn » October 9th, 2020, 9:15 am

Schiaparelliorbust wrote:
October 9th, 2020, 3:35 am
...how do I bump a topic? I know it's in the FAQ...
The FAQ mentions all kinds of "optional options" for phpBB, that aren't enabled in this particular instance -- "The team" link, usergroups, etc.

To bump a topic, you post a new message to the thread. But please do this very sparingly, preferably when you actually have something new to say on the topic.

Schiaparelliorbust
Posts: 3686
Joined: July 22nd, 2020, 9:50 am
Location: Acidalia Planitia

Re: Thread for basic questions

Post by Schiaparelliorbust » October 9th, 2020, 9:21 am

dvgrn wrote:
October 9th, 2020, 9:15 am
Schiaparelliorbust wrote:
October 9th, 2020, 3:35 am
...how do I bump a topic? I know it's in the FAQ...
The FAQ mentions all kinds of "optional options" for phpBB, that aren't enabled in this particular instance -- "The team" link, usergroups, etc.

To bump a topic, you post a new message to the thread. But please do this very sparingly, preferably when you actually have something new to say on the topic.
Yes, I didn't want to post anything because I didn't have anything relevant to say. So there's no other way?
Hunting's language (though he doesn't want me to call it that)
Board And Card Games
Colorised CA
Alien Biosphere

User avatar
bubblegum
Posts: 959
Joined: August 25th, 2019, 11:59 pm
Location: click here to do nothing

Re: Thread for basic questions

Post by bubblegum » October 9th, 2020, 11:39 am

Schiaparelliorbust wrote:
October 9th, 2020, 9:21 am
dvgrn wrote:
October 9th, 2020, 9:15 am
Schiaparelliorbust wrote:
October 9th, 2020, 3:35 am
...how do I bump a topic? I know it's in the FAQ...
The FAQ mentions all kinds of "optional options" for phpBB, that aren't enabled in this particular instance -- "The team" link, usergroups, etc.

To bump a topic, you post a new message to the thread. But please do this very sparingly, preferably when you actually have something new to say on the topic.
Yes, I didn't want to post anything because I didn't have anything relevant to say. So there's no other way?
There is, but it's disabled here.
Each day is a hidden opportunity, a frozen waterfall that's waiting to be realised, and one that I'll probably be ignoring
sonata wrote:
July 2nd, 2020, 8:33 pm
conwaylife signatures are amazing[citation needed]
anything

Schiaparelliorbust
Posts: 3686
Joined: July 22nd, 2020, 9:50 am
Location: Acidalia Planitia

Re: Thread for basic questions

Post by Schiaparelliorbust » October 9th, 2020, 11:46 am

bubblegum wrote:
October 9th, 2020, 11:39 am
There is, but it's disabled here.
By "here" do you mean these forums?
Hunting's language (though he doesn't want me to call it that)
Board And Card Games
Colorised CA
Alien Biosphere

User avatar
bubblegum
Posts: 959
Joined: August 25th, 2019, 11:59 pm
Location: click here to do nothing

Re: Thread for basic questions

Post by bubblegum » October 9th, 2020, 11:58 am

Schiaparelliorbust wrote:
October 9th, 2020, 11:46 am
bubblegum wrote:
October 9th, 2020, 11:39 am
There is, but it's disabled here.
By "here" do you mean these forums?
yes
Each day is a hidden opportunity, a frozen waterfall that's waiting to be realised, and one that I'll probably be ignoring
sonata wrote:
July 2nd, 2020, 8:33 pm
conwaylife signatures are amazing[citation needed]
anything

User avatar
yujh
Posts: 3068
Joined: February 27th, 2020, 11:23 pm
Location: I'm not sure where I am, so please tell me if you know
Contact:

Re: Thread for basic questions

Post by yujh » October 10th, 2020, 5:58 am

Is there possibility for a ‘transparent glider reflector’ for a single glider?
Rule modifier

B34kz5e7c8/S23-a4ityz5k
b2n3-q5y6cn7s23-k4c8
B3-kq6cn8/S2-i3-a4ciyz8
B3-kq4z5e7c8/S2-ci3-a4ciq5ek6eik7

Bored of Conway's Game of Life? Try Pedestrian Life -- not pedestrian at all!

User avatar
dvgrn
Moderator
Posts: 10687
Joined: May 17th, 2009, 11:00 pm
Location: Madison, WI
Contact:

Re: Thread for basic questions

Post by dvgrn » October 10th, 2020, 6:50 am

yujh wrote:
October 10th, 2020, 5:58 am
Is there possibility for a ‘transparent glider reflector’ for a single glider?
Sure, if I'm understanding the question right. One of the best hopes for improvement in self-constructing circuitry would be if someone can turn up a set of scattered common still lifes that all happen to return to their previous positions after being hit by a glider -- like the sidesnagger, but also emitting one or (much preferable) two gliders.

The still lifes could all be transparent, in which case you could build strictly volatile oscillators at whatever period the reaction's recovery time supports. But it would still be almost as big a discovery if some still lifes acted as standard catalysts.

This is a reachable search space, where everything beyond the reach of sngdetect, and more recently CatForce, is pretty much unexplored. The odds of success don't seem too terribly high, but there could be a pattern of half a dozen blocks or something that regenerates itself perfectly and puts out a glider.

The search task is highly parallelizable. For example, it would be easy to divide an enumeration of all constellations inside a 16x16 box into manageable-sized chunks, and keep sending the next chunk out to customized apgsearch instances. Just doing this as a custom symmetry and reporting to the current Catagolue would turn up some new stuff occasionally, so that might be enough to get people to keep contributing even if the Spartan-stable-reflector part of the search didn't turn up anything for months or years, as it probably wouldn't.

But we'd need some changes to apgsearch so that it could recognize a stable reflector when it saw one, and to deal with the enumeration details so that the distributed search could maybe eventually be exhaustive instead of just random incomplete coverage of the search space.

wwei23

Re: Thread for basic questions

Post by wwei23 » October 10th, 2020, 8:38 am

yujh wrote:
October 10th, 2020, 5:58 am
Is there possibility for a ‘transparent glider reflector’ for a single glider?
Would this or the PD-pair reflector count?

Code: Select all

x = 34, y = 34, rule = B3/S23
7bo$8b2o$7b2o10$17b2o9b4o$16bo2bo4b2obo4bo$16bobo4bo3bo4bo$17bo5bo4b2o
$23bo2bo4b2o$23bo2bo3bo2bo$24b2o4bo2bo$27b2o4bo$13bo10bo4bo3bo$12b3o9b
o4bob2o$11bobobo9b4o$11bobobo$12b3o$4b2o7bo7b2o$2bob2o7bo7b2obo$bo11bo
11bo$4bo8bo8bo$2obo19bob2o$2o23b2o3$12b3o!

User avatar
yujh
Posts: 3068
Joined: February 27th, 2020, 11:23 pm
Location: I'm not sure where I am, so please tell me if you know
Contact:

Re: Thread for basic questions

Post by yujh » October 10th, 2020, 7:50 pm

wwei23 wrote:
October 10th, 2020, 8:38 am
yujh wrote:
October 10th, 2020, 5:58 am
Is there possibility for a ‘transparent glider reflector’ for a single glider?
Would this or the PD-pair reflector count?

Code: Select all

x = 34, y = 34, rule = B3/S23
7bo$8b2o$7b2o10$17b2o9b4o$16bo2bo4b2obo4bo$16bobo4bo3bo4bo$17bo5bo4b2o
$23bo2bo4b2o$23bo2bo3bo2bo$24b2o4bo2bo$27b2o4bo$13bo10bo4bo3bo$12b3o9b
o4bob2o$11bobobo9b4o$11bobobo$12b3o$4b2o7bo7b2o$2bob2o7bo7b2obo$bo11bo
11bo$4bo8bo8bo$2obo19bob2o$2o23b2o3$12b3o!
Stable.(also, I really want to see some maximum v loops.
Rule modifier

B34kz5e7c8/S23-a4ityz5k
b2n3-q5y6cn7s23-k4c8
B3-kq6cn8/S2-i3-a4ciyz8
B3-kq4z5e7c8/S2-ci3-a4ciq5ek6eik7

Bored of Conway's Game of Life? Try Pedestrian Life -- not pedestrian at all!

User avatar
dvgrn
Moderator
Posts: 10687
Joined: May 17th, 2009, 11:00 pm
Location: Madison, WI
Contact:

Re: Thread for basic questions

Post by dvgrn » October 10th, 2020, 8:29 pm

yujh wrote:
October 10th, 2020, 7:50 pm
Stable.(also, I really want to see some maximum v loops.
What is a "maximum v loop", exactly?

We do have the technology to build a stable reflector that rebuilds itself completely while reflecting a glider, I suppose. Seems like a lot of work for literally no effect, though.

wwei23

Re: Thread for basic questions

Post by wwei23 » October 10th, 2020, 8:32 pm

dvgrn wrote:
October 10th, 2020, 8:29 pm
What is a "maximum v loop", exactly?
I'm guessing that he means strictly volatile loops, in which case, the PD-pair reflector and the thunderbird hassler-supported bumper won't do.

User avatar
yujh
Posts: 3068
Joined: February 27th, 2020, 11:23 pm
Location: I'm not sure where I am, so please tell me if you know
Contact:

Re: Thread for basic questions

Post by yujh » October 10th, 2020, 11:49 pm

wwei23 wrote:
October 10th, 2020, 8:32 pm
dvgrn wrote:
October 10th, 2020, 8:29 pm
What is a "maximum v loop", exactly?
I'm guessing that he means strictly volatile loops, in which case, the PD-pair reflector and the thunderbird hassler-supported bumper won't do.
Yes.
Rule modifier

B34kz5e7c8/S23-a4ityz5k
b2n3-q5y6cn7s23-k4c8
B3-kq6cn8/S2-i3-a4ciyz8
B3-kq4z5e7c8/S2-ci3-a4ciq5ek6eik7

Bored of Conway's Game of Life? Try Pedestrian Life -- not pedestrian at all!

Schiaparelliorbust
Posts: 3686
Joined: July 22nd, 2020, 9:50 am
Location: Acidalia Planitia

Re: Thread for basic questions

Post by Schiaparelliorbust » October 14th, 2020, 6:57 am

How do we know exactly that the minimum population size for infinite growth is 10 cells? Can't we just make a block (which can be trivially made smaller into a pre-block) interact with an r-pentomino to create a block-laying or glider-producing switch engine? Has this been tried before? For example, in switch engine ping-pong, a glider collides with the debris of an r-pentomino and makes a glider-producing switch engine.
Hunting's language (though he doesn't want me to call it that)
Board And Card Games
Colorised CA
Alien Biosphere

User avatar
Macbi
Posts: 903
Joined: March 29th, 2009, 4:58 am

Re: Thread for basic questions

Post by Macbi » October 14th, 2020, 7:29 am

Schiaparelliorbust wrote:
October 14th, 2020, 6:57 am
How do we know exactly that the minimum population size for infinite growth is 10 cells? Can't we just make a block (which can be trivially made smaller into a pre-block) interact with an r-pentomino to create a block-laying or glider-producing switch engine? Has this been tried before? For example, in switch engine ping-pong, a glider collides with the debris of an r-pentomino and makes a glider-producing switch engine.
Good question. The answer is that Nick Gotts tried every combination of this form.

Schiaparelliorbust
Posts: 3686
Joined: July 22nd, 2020, 9:50 am
Location: Acidalia Planitia

Re: Thread for basic questions

Post by Schiaparelliorbust » October 14th, 2020, 7:47 am

Macbi wrote:
October 14th, 2020, 7:29 am
Schiaparelliorbust wrote:
October 14th, 2020, 6:57 am
How do we know exactly that the minimum population size for infinite growth is 10 cells? Can't we just make a block (which can be trivially made smaller into a pre-block) interact with an r-pentomino to create a block-laying or glider-producing switch engine? Has this been tried before? For example, in switch engine ping-pong, a glider collides with the debris of an r-pentomino and makes a glider-producing switch engine.
Good question. The answer is that Nick Gotts tried every combination of this form.
Which post says this exactly? Also, There's not only the pre-block but also the t-tetromino, which evolves into a traffic light, and the pre-pond. It feels like there are way too many patterns to check.

Edit: I found it, but I still have trouble understanding it. It seems to me that they're focusing more on clusters, though what I'm asking is about two different clusters.
Last edited by Schiaparelliorbust on October 14th, 2020, 8:05 am, edited 1 time in total.
Hunting's language (though he doesn't want me to call it that)
Board And Card Games
Colorised CA
Alien Biosphere

User avatar
Macbi
Posts: 903
Joined: March 29th, 2009, 4:58 am

Re: Thread for basic questions

Post by Macbi » October 14th, 2020, 8:02 am

Schiaparelliorbust wrote:
October 14th, 2020, 7:47 am
Which post says this exactly? Also, There's not only the pre-block but also the t-tetromino, which evolves into a traffic light, and the pre-pond. It feels like there are way too many patterns to check.
This one and the one below it. You're talking about what he calls 'two-cluster' patterns. There are a lot of them, but not too many to check.

wwei23

Re: Thread for basic questions

Post by wwei23 » October 15th, 2020, 8:01 pm

Is it possible to insert the dot spark here? I'm aware that there are better ways to synthesize an MWSS but I want to know if it's possible to do it in this particular way.

Code: Select all

x = 10, y = 7, rule = B3/S23
b2o2bo2b2o$o2bo4b2o$o2bo$b2ob2o$3bo2bo$3bo2bo$4b2o!

wildmyron
Posts: 1544
Joined: August 9th, 2013, 12:45 am
Location: Western Australia

Re: Thread for basic questions

Post by wildmyron » October 15th, 2020, 11:59 pm

wwei23 wrote:
October 15th, 2020, 8:01 pm
Is it possible to insert the dot spark here? I'm aware that there are better ways to synthesize an MWSS but I want to know if it's possible to do it in this particular way.

Code: Select all

x = 10, y = 7, rule = B3/S23
b2o2bo2b2o$o2bo4b2o$o2bo$b2ob2o$3bo2bo$3bo2bo$4b2o!
No, there's no predecessor that can turn on that dot without interacting with the rest of the pattern.
The 5S project (Smallest Spaceships Supporting Specific Speeds) is now maintained by AforAmpere. The latest collection is hosted on GitHub and contains well over 1,000,000 spaceships.

Semi-active here - recovering from a severe case of LWTDS.

wwei23

Re: Thread for basic questions

Post by wwei23 » October 16th, 2020, 12:09 am

wildmyron wrote:
October 15th, 2020, 11:59 pm
No, there's no predecessor that can turn on that dot without interacting with the rest of the pattern.
But you can insert a domino while interacting with the pattern in a way that still allows the MWSS to be created.

Code: Select all

5bo$3b5o$b9o$3b5o$b2o5b2o$obbo4b2o$obbo$booboo$3bobbo$3bobbo$4b2o!

Post Reply