Create your own terminology

For general discussion about Conway's Game of Life.
User avatar
Mr. Missed Her
Posts: 90
Joined: December 7th, 2016, 12:27 pm
Location: Somewhere within [time in years since this was entered] light-years of you.

Re: Create your own terminology

Post by Mr. Missed Her » February 20th, 2017, 3:00 pm

Saka wrote:Towers: Those huge vertical spaceships like caterpillar and centipede
There's this kind of spaceship where it synthesizes itself at the front and deletes itself at the back without really being a constructor-type thing like Gemini. They should have a name. The original Caterpillar does this, how it uses the blinker-stabilized πs to create more blinker tracks for more πs which create the weightship streams that create the first blinker tracks. πs then delete the blinker tracks. These "towers" are such ships, but the shield bug also does this, and yet isn't a huge vertical ship. (More like a huge horizontal ship!)
There is life on Mars. We put it there with not-completely-sterilized rovers.
And, for that matter, the Moon, Jupiter, Titan, and 67P/Churyumov–Gerasimenko.

User avatar
toroidalet
Posts: 1514
Joined: August 7th, 2016, 1:48 pm
Location: My computer
Contact:

Re: Create your own terminology

Post by toroidalet » June 2nd, 2017, 5:38 pm

Some things:
A colliding rule is a new kind of class III rule where patterns last forever not because of explosions, but because of extremely common collisions (like B3-cky4e8/S23-c4cn)

Code: Select all

x = 25, y = 23, rule = B3-cky4e8/S23-c4cn
8b3o11b3o$8bobo11bobo$8bobo11bobo3$11b2o7b2o$9bo2bo7bo2bo$10b2o9b2o2$
9bo$8bobo2$7bo3bo$7bobobo3$b2o13b2o$obo13bobo$3bo11bo$b4o9b4o2$2b2o2bo
5bo2b2o$4bo9bo!
An odd bilateral explosive rule is stable with even or asymmetric patterns but odd bilateral symmetry patterns usually explode. They usually contain transitions like B4i and B2ik.
A linear explosive rule explodes in lines (most odd bilateral explosive rules and things like B2-ac3ikqy4cinwy5kn6cek7/S1e2ekn3-enr4ikqrz5cejq6ack)

Code: Select all

x = 63, y = 37, rule = B2-ac3ikqy4cinwy5kn6cek7/S1e2ekn3-enr4ikqrz5cejq6ack
4$28bo$28bo4$7bo$7bo$52b4o$33bo4bo6bo4b2o2b2o$27bo6b3o2bo2bobob2o2b3o$
2bo24bo8b6o3bo3bo4bo2b2o$3bo12bo9bo10bobobo5b2obo3bo2b2o$15b3o8bo10bob
obo5b2obo3bo2b2o$16bo10bo8b6o3bo3bo4bo2b2o$27bo6b3o2bo2bobob2o2b3o$33b
o4bo6bo4b2o2b2o$23bo28b4o$22b3o$23bo8$20bo$19bo!
EDIT:
The taxicab speed of a (a,b)c/d ship is (a+b)/d (based on taxicab geometry)
The Euclidean speed of a (a,b)c/d spaceship is √(a^2+b^2)
Any sufficiently advanced software is indistinguishable from malice.

User avatar
muzik
Posts: 5648
Joined: January 28th, 2016, 2:47 pm
Location: Scotland

Re: Create your own terminology

Post by muzik » June 15th, 2017, 2:54 pm

Mr. Missed Her wrote:There's this kind of spaceship where it synthesizes itself at the front and deletes itself at the back without really being a constructor-type thing like Gemini. They should have a name.
Doesn't "engineered spaceship" fit the descrption for all of these?

(I'm well aware that i'm a few months late on this)

User avatar
praosylen
Posts: 2443
Joined: September 13th, 2014, 5:36 pm
Location: Pembina University, Home of the Gliders
Contact:

Re: Create your own terminology

Post by praosylen » November 4th, 2017, 10:31 pm

  • Relativistic: any ship with speed (m,n)c/p where m>n, m<p, and 2m>p — i.e. a ship moving at between c/2 and c, including knightships (and B0 diagonal ships).
    • Fun fact: Relativistic ships are possible only in rules with B0 or B2c (the latter also requiring B2a or B1e3i, although none have been found for B1e2c3i thus far). Relativistic diagonal ships are possible only in B0 rules due to the explosiveness of B1c.
  • Semi-relativistic: any ship with speed (m,n)c/p satisfying the criteria m>n, 2m+n>p, and 2m≤p — i.e. a ship moving faster than the normal B2ce3ai speed limit, but not exceeding c/2. Such a ship must necessarily be diagonal or a knightship.
    • Analogous fun fact: Semi-relativistic ships require B0, B2a or (B1e2c and likely either B2e or B3a, although I don't have proof of the "and"). [Note (2 and a half years later): if such a proof exists, it's exceedingly non-trivial due to the discovery (well after I originally wrote this post) of orthogonal ships faster than 2c/3 in B1e2c3i rules.]
  • (
    • Overarching fun fact: It is likely that all 3-cell (semi-)relativistic ships without B0 must contain B2a and have a period of at least 5 (examples are known for this period). 3-cell c/2 and 2c/4 diagonal ships, as well as P4 knightships, are likely to be possible in B0 rules.
    )
Hope I got all of that right.

(EDIT 2 and a half years later: Changed B3a to B3i.)
(EDIT 3 years later: what are these bulleted parentheses please never do that again)
Last edited by praosylen on October 5th, 2023, 1:55 pm, edited 2 times in total.
former username: A for Awesome
praosylen#5847 (Discord)

The only decision I made was made
of flowers, to jump universes to one of springtime in
a land of former winter, where no invisible walls stood,
or could stand for more than a few hours at most...

User avatar
Saka
Posts: 3627
Joined: June 19th, 2015, 8:50 pm
Location: Indonesia
Contact:

Re: Create your own terminology

Post by Saka » November 4th, 2017, 11:24 pm

A for awesome wrote: Semi-relativistic: any ship with speed (m,n)c/p satisfying the criteria m>n, 2m+n>p, and 2m≤p — i.e. a ship moving faster than the normal B2ce3ai speed limit, but not exceeding c/2. Such a ship must necessarily be diagonal or a knightship.
Isn't the B2ce3ai speed limit c/2? I don't really get this

User avatar
praosylen
Posts: 2443
Joined: September 13th, 2014, 5:36 pm
Location: Pembina University, Home of the Gliders
Contact:

Re: Create your own terminology

Post by praosylen » November 5th, 2017, 10:43 am

Saka wrote:
A for awesome wrote: Semi-relativistic: any ship with speed (m,n)c/p satisfying the criteria m>n, 2m+n>p, and 2m≤p — i.e. a ship moving faster than the normal B2ce3ai speed limit, but not exceeding c/2. Such a ship must necessarily be diagonal or a knightship.
Isn't the B2ce3ai speed limit c/2? I don't really get this
For orthogonal ships, yes. In order to extend this to diagonal and oblique ships, the larger component of the displacement vector must be constrained more tightly by the formula 2m+n≤p, where m is the larger component, n is the smaller component, and p is the period — e.g. to c/2 for orthogonals, to c/3 for diagonals, to 2c/5 for knightships, to 3c/7 and 3c/8 for ships with (3,1) and (3,2) slopes, respectively, etc..
former username: A for Awesome
praosylen#5847 (Discord)

The only decision I made was made
of flowers, to jump universes to one of springtime in
a land of former winter, where no invisible walls stood,
or could stand for more than a few hours at most...

User avatar
lifeisawesome
Posts: 86
Joined: April 22nd, 2016, 1:55 pm
Location: poland

Re: Create your own terminology

Post by lifeisawesome » November 30th, 2017, 2:53 pm

Oscillaship: A ship with at least one state that is not too similar to the initial state.
Example
--Szymon Bartosiewicz
favorite pattern:

Code: Select all

x = 2, y = 2, rule = B25/S3a
2o$2o!

User avatar
83bismuth38
Posts: 556
Joined: March 2nd, 2017, 4:23 pm
Location: perpendicular to your eyes
Contact:

Re: Create your own terminology

Post by 83bismuth38 » January 2nd, 2018, 2:57 pm

smooth and rough-
smooth: an object in a rule that has few or minimal states
rough- an object in a rule that has many or maximal states
this is a very smooth c/4:

Code: Select all

x = 7, y = 4, rule = B2ac3y/S0
3bo$bo3bo$obobobo$bo3bo!
while this is a very rough one:

Code: Select all

x = 3, y = 3, rule = B34-r5-n678/S0234-k5678
bo$2bo$3o!
looking to support hive five (n+18) and charity's oboo reaction (2n+18)

Code: Select all

x = 28, y = 13, rule = B3/S23
19bo$3bo15bo4b2o$2bobo14bo4bobo$2bobo20b2o$3bo11b3o2$25b3o$b2o22b3o$o
2bo$b2o12b2o$10b2o2bobo$bo8b2o2b2o$obo7b2o!

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

Re: Create your own terminology

Post by Macbi » January 2nd, 2018, 3:02 pm

83bismuth38 wrote:smooth and rough-
smooth: an object in a rule that has few or minimal states
rough- an object in a rule that has many or maximal states
I'm not sure I understand. Would another way of saying it be that smooth objects use most of the transitions given in the rule, whereas rough ones don't?

User avatar
KittyTac
Posts: 535
Joined: December 21st, 2017, 9:58 am

Re: Create your own terminology

Post by KittyTac » January 4th, 2018, 1:12 am

Soldier: A common glider in derivatives of Just Friends, named after my rule Platoon:

Code: Select all

#CXRLE Pos=108,150 Gen=1
x = 3, y = 2, rule = B2cek3i/S12-ak
2o$2bo!
Biome-y rule: A borderline class 3 rule that produces chaos with some "biomes" with varying dynamics.

Fast: A spaceship in an OCA that travels at a speed higher than c/2.

Crystal: An expanding rule that produces a stable "crystal".

User avatar
gameoflifemaniac
Posts: 1242
Joined: January 22nd, 2017, 11:17 am
Location: There too

Re: Create your own terminology

Post by gameoflifemaniac » January 6th, 2018, 12:26 pm

Elementary still life: still life under 20 bits that doesn't contain a smaller still life.
Examples:

Code: Select all

x = 17, y = 14, rule = B3/S23
b2ob2o$bo3bo$2b3o$8b2o3bo$2b3o3b2o2bobo$bo3bo7bo$b2ob2o2$7b2o4b2o$3bo
3bobo3bobo$2bobo3b2o5bo$2bobo10b2o$obob2o$2o!
Counterexamples:

Code: Select all

x = 21, y = 14, rule = B3/S23
11bo7bo$10bobo5bobo$7bo3bobo3bobo$6bobo4bo4bo$7bobo3b2o$2b2o4b2o7bo2bo
$2bobo12b4o$obob3o$2o5bo9b2o$6b2o4bo4b2o$10b5o$9bo5bo$10b5o$12bo!
I was so socially awkward in the past and it will haunt me for the rest of my life.

Code: Select all

b4o25bo$o29bo$b3o3b3o2bob2o2bob2o2bo3bobo$4bobo3bob2o2bob2o2bobo3bobo$
4bobo3bobo5bo5bo3bobo$o3bobo3bobo5bo6b4o$b3o3b3o2bo5bo9bobo$24b4o!

Jackk
Posts: 116
Joined: March 13th, 2012, 3:49 pm

Re: Create your own terminology

Post by Jackk » January 6th, 2018, 12:58 pm

Doesn't the ship contain the boat? (and each contain a tub)

User avatar
gameoflifemaniac
Posts: 1242
Joined: January 22nd, 2017, 11:17 am
Location: There too

Re: Create your own terminology

Post by gameoflifemaniac » January 6th, 2018, 1:00 pm

Jackk wrote:Doesn't the ship contain the boat? (and each contain a tub)
You are totally right. Sorry!
I was so socially awkward in the past and it will haunt me for the rest of my life.

Code: Select all

b4o25bo$o29bo$b3o3b3o2bob2o2bob2o2bo3bobo$4bobo3bob2o2bob2o2bobo3bobo$
4bobo3bobo5bo5bo3bobo$o3bobo3bobo5bo6b4o$b3o3b3o2bo5bo9bobo$24b4o!

User avatar
KittyTac
Posts: 535
Joined: December 21st, 2017, 9:58 am

Re: Create your own terminology

Post by KittyTac » January 25th, 2018, 5:07 am

Bubble: In an exploding chaotic rule, an area of the chaos that suddenly dies out and is quickly filled in. May contain (doomed) stable objects within.

User avatar
Saka
Posts: 3627
Joined: June 19th, 2015, 8:50 pm
Location: Indonesia
Contact:

Re: Create your own terminology

Post by Saka » January 28th, 2018, 12:24 am

Saka's Calcyterms:
  • Calcyterm: A word that starts with "apg" or "calcy" that is used to describe things related to apgsearch or Catagolue or calcyman.
  • Calcymistake: A glitch in Catagolue or apgsearch.
  • Apgphase: The phase of an object with minimal apgcode that is shown on Catagolue.
  • Apglitch: A glitch in apgsearch.
  • Cataglitch: A glitch in Catagolue
I have a few more I just need to remember what they are...
*cough*calcyland*cough*

dani
Posts: 1222
Joined: October 27th, 2017, 3:43 pm

Re: Create your own terminology

Post by dani » January 28th, 2018, 12:30 am

calcyman's partner (as referenced in his garden post thingy) can be referred to as 'calcywoman' :P
Last edited by dani on January 28th, 2018, 12:35 am, edited 1 time in total.

User avatar
Saka
Posts: 3627
Joined: June 19th, 2015, 8:50 pm
Location: Indonesia
Contact:

Re: Create your own terminology

Post by Saka » January 28th, 2018, 12:33 am

danny wrote:calcyman's girlfriend (as referenced in his garden post thingy) can be referred to as 'calcywoman' :P
Girlfriend or wife?
:?
(viewtopic.php?f=12&t=2586&start=100#p52912 btw)

User avatar
KittyTac
Posts: 535
Joined: December 21st, 2017, 9:58 am

Re: Create your own terminology

Post by KittyTac » January 30th, 2018, 10:11 am

When a rule has really huge bubbles, it becomes porous, and if the bubbles merge into one while retaining patches of chaos, the patches become known as anti-bubbles.

User avatar
Rhombic
Posts: 1072
Joined: June 1st, 2013, 5:41 pm

Re: Create your own terminology

Post by Rhombic » February 1st, 2018, 10:44 pm

KittyTac wrote:When a rule has really huge bubbles, it becomes porous, and if the bubbles merge into one while retaining patches of chaos, the patches become known as anti-bubbles.
Can you show me examples of bubble-merging rules? I want to see if the dynamics are similar to flocculation or Oswald ripening. Bearing in mind some curvature-minimising trends (with influence on more than just a Moore neighbourhood distance!!!!!!!) have been observed, it would not be entirely unexpected.
SoL : FreeElectronics : DeadlyEnemies : 6a-ite : Rule X3VI
what is “sesame oil”?

User avatar
KittyTac
Posts: 535
Joined: December 21st, 2017, 9:58 am

Re: Create your own terminology

Post by KittyTac » February 2nd, 2018, 6:50 am

Rhombic wrote:
KittyTac wrote:When a rule has really huge bubbles, it becomes porous, and if the bubbles merge into one while retaining patches of chaos, the patches become known as anti-bubbles.
Can you show me examples of bubble-merging rules? I want to see if the dynamics are similar to flocculation or Oswald ripening. Bearing in mind some curvature-minimising trends (with influence on more than just a Moore neighbourhood distance!!!!!!!) have been observed, it would not be entirely unexpected.
I have to play rule golf - randomly "drifting" a rule string until the desired rule is attained.

User avatar
KittyTac
Posts: 535
Joined: December 21st, 2017, 9:58 am

Re: Create your own terminology

Post by KittyTac » February 2nd, 2018, 7:11 am

Found one:

Code: Select all

x = 10, y = 10, rule = B34cijkw/S023
o2bob2ob2o$ob3obo2bo$bob2obo2bo$2ob4ob2o$3bob2ob2o$4o2bob2o$2o2b2ob3o$
3bo$2b4ob2o$3ob3o!
Also, it contains an interesting front rake/puffer.

dani
Posts: 1222
Joined: October 27th, 2017, 3:43 pm

Re: Create your own terminology

Post by dani » February 4th, 2018, 2:20 am

Semiphoton - A spaceship between c and c/2

User avatar
Rhombic
Posts: 1072
Joined: June 1st, 2013, 5:41 pm

Re: Create your own terminology

Post by Rhombic » February 4th, 2018, 7:10 am

danny wrote:Semiphoton - A spaceship between c and c/2
I'd go with relativistic, personally (because of the extra semi-relativistic definition).
SoL : FreeElectronics : DeadlyEnemies : 6a-ite : Rule X3VI
what is “sesame oil”?

User avatar
Rhombic
Posts: 1072
Joined: June 1st, 2013, 5:41 pm

Re: Create your own terminology

Post by Rhombic » February 4th, 2018, 1:56 pm

If a given object only exists in one rule (or, in other words, if its partial rule contains only one rule), it is said to be endemic.
The tDryLife pond layer is endemic (it only exists in tDryLife).
The loafer is not endemic: its partial rule is pB3aceijnqry4-aijknrtwyz5-ijkqry6-eik78/S2aceikn3aceijknqry4-aiqrtz5-ijnq678 and contains a huge number of rules apart from CGoL.
SoL : FreeElectronics : DeadlyEnemies : 6a-ite : Rule X3VI
what is “sesame oil”?

dani
Posts: 1222
Joined: October 27th, 2017, 3:43 pm

Re: Create your own terminology

Post by dani » February 15th, 2018, 10:40 am

Universal catalyst - a still life that can't be naturally destroyed, like the 28-cell example on the second page of snowflakes.

an example in B2ce3ai/S23

Code: Select all

x=0,y=0,rule=B2ce3ai/S23
oobbbb$
obboob$
bbobob$
bobobb$
boobbo$
bbbboo$
Hand typed since I'm on mobile, sorry.

Post Reply