WOLFRAM NOTEBOOK

In[]:=
plaintext=Import["https://conwaylife.com/wiki/LifeWiki:News_archive","Plaintext"];
In[]:=
StringCount[plaintext,"discover"]
Out[]=
214
In[]:=
StringCount[plaintext,"construct"]
Out[]=
106
In[]:=
First/@StringPosition[plaintext,"construct"]
Out[]=
{807,3607,4551,6283,6927,7096,9618,10116,11845,11918,12472,14286,14433,15031,15969,16616,19320,19951,22321,23957,26011,26184,26208,26540,26909,27509,27889,29984,31763,35863,36566,37467,38295,38374,38403,46638,47303,48276,49232,50265,50539,51466,52578,53416,54471,55460,56706,56848,57817,58102,58498,58779,58905,59202,59581,59834,60454,62895,63385,63718,64047,64170,64292,65246,65462,66776,67761,67939,69158,69459,70234,71860,72032,72215,72303,72751,73199,73463,73910,74020,74177,75035,75800,76050,76358,76837,78575,81014,81232,81380,81440,81644,81698,81949,82805,86155,86553,87033,87188,87840,88080,88301,88810,88975,89036,89064}
In[]:=
First/@StringPosition[plaintext,"discover"]
Out[]=
{727,1479,2291,2501,3165,5213,5425,8737,9303,10764,12604,12984,14072,14859,15195,15301,15338,16136,17226,17461,17671,18091,18320,18695,19044,19238,19784,20221,20415,21278,21491,22067,22223,22537,23350,23609,23729,25585,25733,25865,26976,27053,27148,27688,28004,28149,28385,28608,28852,29216,29329,29487,29725,29916,30181,30263,30371,30475,30697,30837,30950,31023,31344,31728,32407,32484,32602,32761,33019,33507,33757,33987,34315,34413,34507,35035,35119,36001,36172,36446,36828,36959,37191,37762,37899,38088,38466,38664,38748,38886,38994,39093,39275,39515,39735,39834,39986,40350,40547,40727,40826,40936,41562,41933,42024,42132,42279,42385,42700,43138,43297,43520,43743,43807,43894,43952,44171,44228,44431,44645,44727,44834,44978,45023,45309,45478,45677,45885,46010,46167,46562,46708,46852,46970,47060,47203,47378,47724,48151,48632,48718,49393,49535,51027,52004,52807,54263,54401,54587,54685,54826,54924,55102,55193,55309,55367,55531,55636,55780,56456,56771,57720,58662,60101,60139,60215,61252,61339,61617,62643,62760,64518,64622,64757,65371,65931,66507,67267,68018,68118,68230,68630,68803,69016,69369,69534,70037,70315,70492,71085,72494,72951,73336,76598,77862,77987,78065,78307,79823,79929,80601,80730,84382,85360,86594,87428,88009,88478,88662,88950,89129,89332,90443,91163}
In[]:=
ListPlot
,
Out[]=
In[]:=
fdata=Import["https://conwaylife.com/wiki/LifeWiki:News_archive","FullData"];
In[]:=
ydata=Discard[fdata[[4,5,7,1,5;;-1]],Flatten[#]==={}&];
In[]:=
{StringCount[#,"discover"|"use"],StringCount[#,"construct"]}&/@ydata
Out[]=
In[]:=
ListPlot[Transpose[Thread/@Transpose[{Range[2025,2017,-1],Most[{Total@StringCount[#,"discover"|"use"],Total@StringCount[#,"construct"]}&/@ydata]}]]]
Out[]=
ListStepPlot[]
In[]:=
ListStepPlot[Transpose[Thread/@Transpose[{Range[2025,2017,-1],Most[{Total@Sign@StringCount[#,"discover"|"use"],Total@Sign@StringCount[#,"construct"]}&/@ydata]}]],Center,PlotLayout->"Stacked",Filling->Automatic,Frame->True,PlotRange->{0,110},PlotLegends->{"Discover/Use","Construct"}]
Out[]=
Construct
Discover/Use
In[]:=
Take[ydata[[1]],5]
Out[]=
{February 12 : Keith Amling discovers the first 2c/5 orthogonal chicken wire greyship .,February 8 : iNoMed constructs a record-breaking small period-80 HWSS gun based on a new p80 R-pentomino hassler by Caleb R. Hilton . This gun has the unusual property of being gliderless .,February 7 : Matthias Merzenich uses Logic Life Search to reduce the p28 glider gun , making it the tenth period with a true-period gun smaller than the single-barreled Simkin glider gun .,February 6 : Matthias Merzenich uses Logic Life Search to complete a single-engine p57 glider gun based on a partial result by ElijahKen . Subsequent reductions by Merzenich, ElijahKen, iNoMed , and vilc result in a single-engine gun that is 45% smaller than the previous 2-engine gun.,February 3 : Keith Amling discovers and vilc synthesises a new 32-cell 2c/4 orthogonal spaceship.}
In[]:=
TextCases[#,"Verb",1]&/@
Out[]=
{{discovers},{based},{uses},{uses},{discovers}}
In[]:=
LLMFunction["Find the first verb in ``"]/@
Out[]=
{The first verb in the sentence "February 12: Keith Amling discovers the first 2c/5 orthogonal chicken wire greyship." is "discovers.",The first verb in the provided text is "constructs.",The first verb in the sentence you provided is "uses.",The first verb in the provided text is "uses.",The first verb in the sentence "Keith Amling discovers and vilc synthesises a new 32-cell 2c/4 orthogonal spaceship" is "discovers."}
In[]:=
LLMFunction["Find the first verb in ``; give only the verb itself, with no punctuation or additional words"]/@
Out[]=
{discovers,constructs,uses,uses,discovers}

Overall History

Period 15 glider gun

Closest conceivable [ true period ] : 14 (still unsolved)
In[]:=
ListPlot[Reverse[{#Period,#Year}]&/@Select[$LifeData,#Class==="Gun"&]]
Out[]=
In[]:=
ListPlot[Reverse[{#Period,#Year}]&/@Select[$LifeData,#Class==="Gun"&],PlotRange->{0,100}]
Out[]=

Conduits

Moves a fixed object....
(Moves it once and then blows up...)
[[[ Plus generates lots of junk; large part of tech is dealing with junk ]]] ( challenge is to put a harness )

Reflector

Previous reflector were not static, but periodic ... (e.g. glider gun could be a reflector, but only in the correct phase)

Spacefiller

Universal Computation

[ Self Supporting Spaceships ]

Objects that are built by constructions:
Net effect: moves by 31 cells in 240 steps

Universal Construction

Glider-based construction systems ....

Metacells

This one does GoL
OTCA metapixel: can do any rule

What does this contain?

Ed says: Gosper glider guns [variant using eaters], gliders, lightweight spaceships, eaters, pentadecathlons, loafs
Also : sparker oscillator

Development of constructions

Initially: relied a lot on the phase .. Later: (stable reflector ...) enabled smaller constructions that didn’t require phase synchronizations....
Constructions could have been made earlier, but they were bigger

Constructed oscillator

Checking oscillators

Wolfram Cloud

You are using a browser not supported by the Wolfram Cloud

Supported browsers include recent versions of Chrome, Edge, Firefox and Safari.


I understand and wish to continue anyway »

You are using a browser not supported by the Wolfram Cloud. Supported browsers include recent versions of Chrome, Edge, Firefox and Safari.