Search found 295 matches

by goldenratio
January 2nd, 2021, 12:49 am
Forum: The Sandbox
Topic: Random posts
Replies: 5930
Views: 1585601

Re: Random posts

x = 4, y = 5, rule = B3-kq4cejy5eky/S2-i3-k4c5j bo$b2o$2b2o$obo$2o! x = 12, y = 6, rule = B3-ekq4j8/S2-i34q 2b3o$2o2bo$b3o4b3o$2bo5bob2o$8b3o$9bo! x = 4, y = 3, rule = B3-kq4jw5y/S2-i36an 2obo$b3o$2bo! x = 4, y = 3, rule = B3-kq4jk/S2-i35a b3o$o2bo$b2o! x = 3, y = 4, rule = B3-kq4cjz5aq/S2-i34c 2o$...
by goldenratio
January 1st, 2021, 7:57 pm
Forum: Patterns
Topic: PotY 2020 Nomination Thread
Replies: 77
Views: 15372

Re: PotY 2020 Nomination Thread

I see that the P9 has an entry. Why not also add the P18 R-pentomino shuttle that A for Awesome and hotdogPi constructed with it? p18 That by itself may not be sufficient enough for an entry, but we could combine it with other hasslers, like this p84 one, in an entry: x = 73, y = 77, rule = B3/S23 ...
by goldenratio
December 31st, 2020, 9:30 pm
Forum: Patterns
Topic: PotY 2020 Nomination Thread
Replies: 77
Views: 15372

Re: POTY 2020 Nomination Thread

I'll nominate the rest of the patterns here : 104P9 : p9 heavyweight emulator (wwei23) Other 2c/7 technology (including 186P7H2V0 ) which should be combined with the doo-dah (Andrew J. Wade) 409P6H1V0 : narrowest known c/6 orthogonal spaceship (Andrew J. Wade) 49768M /49769M: longest known methusela...
by goldenratio
December 31st, 2020, 6:05 pm
Forum: Patterns
Topic: Thread For Your Useless Discoveries
Replies: 4543
Views: 1756687

Re: Thread For Your Useless Discoveries

x = 19, y = 18, rule = B3/S23 12bo$11bobo$11bobo$12bo2$16b2o$15bo2bo$bo14b2o$ob2o$o3bo7bo$b2obo6bobo $3bo7bobo$12bo4$16b2o$16b2o! Have you checked the glider cost of that object? That reaction might not be useless. However, this more immediate predecessor might be more useful. It's a fairly common ...
by goldenratio
December 30th, 2020, 4:45 pm
Forum: Other Cellular Automata
Topic: B2n3-q5y6cn7/S23-k4c8
Replies: 23
Views: 5414

Re: B2n3-q5y6cn7/S23-k4c8

Ships to add to the collection (testing qfind): c/2 x = 17, y = 9, rule = B2n3-q5y6cn7/S23-k4c8 4bo7bo$3b3o5b3o$2b3ob2ob2ob3o$b2obo2bobo2bob2o$2obo3bobo3bob2o$2bob2o bobob2obo$2bo4bobo4bo$5bobobobo$2b2o3bobo3b2o! completely p4 2c/4 x = 17, y = 17, rule = B2n3-q5y6cn7/S23-k4c8 3bo9bo$2b3o7b3o$bo2b2o5...
by goldenratio
December 30th, 2020, 4:12 pm
Forum: Patterns
Topic: Thread For Your Useless Discoveries
Replies: 4543
Views: 1756687

Re: Thread For Your Useless Discoveries

x = 27, y = 25, rule = B3/S23 7$16b5o$16bo4bo$16bo$17bo3bo$4bo2bo11bo$3bo$3bo3bo7bo$3b4o4bo3b3o$9b2o 5b2o$9b3o6bo$9b2o5b2o$3b4o4bo3b3o$3bo3bo7bo$3bo$4bo2bo! Oh no! You just rediscovered the most rediscovered non-newbieish pattern in B3/S23! (I'm being serious here, I also rediscovered it before I m...
by goldenratio
December 28th, 2020, 9:03 pm
Forum: Patterns
Topic: Spaceship Discussion Thread
Replies: 3133
Views: 1137956

Re: Spaceship Discussion Thread

Congratulations! Funny how this resembles the scholar so much (p7, second elementary spaceship of the speed, discovered near the end of the year) To say something constructive, the spaceship can eat a glider in a very nontrivial way and there's probably some puffer engines as well: x = 51, y = 42, r...
by goldenratio
December 27th, 2020, 11:27 pm
Forum: The Sandbox
Topic: Random posts
Replies: 5930
Views: 1585601

Re: Random posts

I found this a few months ago and posted it on the discord, but wanted to document it on the forums (coming back to it since it's so unusual but unfortunately the minrule is explosive):

Code: Select all

x = 4, y = 3, rule = B34jk/S234i
bo$3o$ob2o!
by goldenratio
December 27th, 2020, 8:21 pm
Forum: Patterns
Topic: Randomly enumerating glider syntheses
Replies: 59
Views: 29101

Re: Randomly enumerating glider syntheses

C++ port to the D2 collision enumerator posted earlier (with some code cleanups) D2_+1: #include <iostream> #include <random> #include <cmath> #include <stdlib.h> #include <time.h> using namespace std; //Make sure the glider count is even of course! int glidercount = 10; char coordinates [35][49]; s...
by goldenratio
December 26th, 2020, 11:06 pm
Forum: Patterns
Topic: Randomly enumerating glider syntheses
Replies: 59
Views: 29101

Re: Randomly enumerating glider syntheses

Question (previously asked on discord but I think they were busy): Could anyone modify the script to produce only collisions with D2 (+1, +2, x) symmetry? I think we'll find some more improvements there. No one responded, so I did it myself (the code is a lot messier than the asymmetric one at the ...
by goldenratio
December 26th, 2020, 7:41 pm
Forum: Scripts
Topic: Thread for your script-related questions
Replies: 366
Views: 107452

Re: Thread for your script-related questions

I recently got python 3.9 and 2.7.13 and when I tried to run apgsearch it came up with this error message: Don't know but you should be better off running the much faster 5.x version of apgsearch, considering you'll need to know how to use the terminal anyways if you want to use gfind (which is cur...
by goldenratio
December 25th, 2020, 7:01 pm
Forum: Patterns
Topic: Thread for your unsure discoveries
Replies: 3236
Views: 1492138

Re: Thread for your unsure discoveries

Yes, but along with Kazyan's recent c/61 orthogonal partial and a couple of other examples where a common object or arrangement of common objects happens to form from almost the same setup except translated or glide-reflected, it could suggest that looking for high-period spaceships where one phase...
by goldenratio
December 24th, 2020, 12:37 pm
Forum: The Sandbox
Topic: RLE copy/paste thread - everyone else
Replies: 1451
Views: 219088

Re: RLE copy/paste thread - everyone else

14 -> 11 from blocktest_stdin

Code: Select all

x = 122, y = 57, rule = B3/S23
65bobo$66b2o$66bo5$111bobo$111b2o$112bo$90bo$90bobo$90b2o2$89bo$87bob
o$88b2o$79b2o$5bo73b2o$3bobo$4b2o3$b2o$obo$2bo4$110bo$109bo$109b3o$105b
3o$105bo$106bo7$103b2o$103b2o4$31b3o$31bo$32bo$26b3o$28bo$27bo3$120b2o
$119b2o$121bo!
by goldenratio
December 23rd, 2020, 11:54 pm
Forum: The Sandbox
Topic: Random posts
Replies: 5930
Views: 1585601

Re: Random posts

I have no idea oh fine yes I do have an idea of why and that is to write something useful in java why I did this in java, but a faster code of wwei's symmetrical blocktest apgsearch symmetry intended to be piped through apgluxe's stdin: import java.lang.Math; import java.util.*; public class blonk {...
by goldenratio
December 23rd, 2020, 11:17 am
Forum: Patterns
Topic: Soup search results
Replies: 2589
Views: 1910805

Re: Soup search results

Hot on the heels of the megasized_68h, here's a megasized_70h (final population 7086/7090) which also produces a fourteener: x = 16, y = 16, rule = B3/S23 bbbbbbobbobooobo$ oooboobobobooobo$ oobooooboboooobo$ oooobbbobboobobo$ ooboobobobobobob$ oboobbbbooboobbb$ obobbbbbbboboobo$ bbbobboobobobobo$ b...
by goldenratio
December 21st, 2020, 4:06 pm
Forum: General Discussion
Topic: Catagolue Oddities
Replies: 775
Views: 351508

Re: Catagolue Oddities

MathAndCode wrote:
December 21st, 2020, 3:57 pm
According to Catagolue, this eight-bit constellation (composed of a boat and a blinker) costs nine gliders.
Yep, there's a lot of overly-expensive constellations on Catagolue, which are usually caused by failed synthesis steps.
Also see this.
by goldenratio
December 20th, 2020, 10:19 pm
Forum: The Sandbox
Topic: Random posts
Replies: 5930
Views: 1585601

Re: Random posts

ENORMOUS_NAME wrote:
December 20th, 2020, 8:31 pm
how synth this?

Code: Select all

x = 5, y = 6, rule = LifeHistory
2.A.A$2.A.A$3.A2$3A$3A!
ez

Code: Select all

x = 56, y = 36, rule = B3/S23
obo$b2o$bo2$53bo$53bobo$53b2o7$15bobo$16b2o$16bo$12b3o$14bo$13bo15$50b
2o$49b2o$51bo!
second one looks like synth-patt would have a result
EDIT: no for some reason it doesn't
by goldenratio
December 20th, 2020, 8:31 pm
Forum: Other Cellular Automata
Topic: VesselLife (B2n3-q5y6c/S23-k)
Replies: 79
Views: 18449

Re: VesselLife (B2n3-q5y6c/S23-k)

Some c/4d stuff from ikpx2_stdin (which I can run now, yay!) small c/4ds (19, 20, 21, 21 cells respectively) x = 9, y = 9, rule = B2n3-q5y6c/S23-k 6b3o$4b2ob2o$4bo$6bo$b4obo$bo$2o$o$bo! x = 9, y = 9, rule = B2n3-q5y6c/S23-k b2o$obo$2bo$4b2o$2b2obo$5bo$3bobob2o$3bobo2bo$6bobo! x = 9, y = 9, rule = B2...
by goldenratio
December 19th, 2020, 11:20 pm
Forum: The Sandbox
Topic: Thread for your Trolls
Replies: 476
Views: 234249

Re: Thread for your Trolls

LLS has improved, so here's an 8-tick predecessor of a loafer and a pre-beehive found using it: x = 16, y = 16, rule = B3/S23 oooobbbooobooooo$ ooooooobobobobbo$ booobboobobbbobo$ obbboooboooobbbo$ ooooobboobbooboo$ ooooboobbbbbbooo$ bbboooobobobbbbo$ obbooobbbobbobob$ bobbooobbboobbbb$ bobbbobbobob...
by goldenratio
December 18th, 2020, 11:03 pm
Forum: Patterns
Topic: Thread for your unsure discoveries
Replies: 3236
Views: 1492138

Re: Thread for your unsure discoveries

A 3-generation 16x16 predecessor to generation 1 of the 1277-tick diehard (minus sparks), so this should be the current record 16x16 diehard: #C Die1279 x = 16, y = 16, rule = B3/S23 3b4o2bobob2o$obo3b4o5bo$bo4bobo2bob3o$2o2b3o3b2o2b2o$b2o7bobobo$obo9b ob2o$6b3o2b2o2bo$b4o2b2o2b2obo$bobobo3bobo2b2o$...
by goldenratio
December 17th, 2020, 11:35 pm
Forum: Patterns
Topic: Thread For Your Useless Discoveries
Replies: 4543
Views: 1756687

Re: Thread For Your Useless Discoveries

Edit: I suppose that a high-period spaceship composed of patterns that happen to appear again after some number of generations by virtue of being so common isn't so unlikely. That pattern was made up in case you couldn't tell. ( Category:Jokes ) Anyways the reaction can be supported with a single g...
by goldenratio
December 17th, 2020, 9:09 pm
Forum: The Sandbox
Topic: Random posts
Replies: 5930
Views: 1585601

Re: Random posts

lepa and lepa clone

Code: Select all

x = 5, y = 15, rule = B2n34jz5ckq6cik/S2-cn3-ckq4cjty5aiy6c7e
2b3o$bob2o$5o$3o8$2bo$o2b2o$obo$o!
by goldenratio
December 17th, 2020, 3:45 pm
Forum: General Discussion
Topic: Thread for basic questions
Replies: 4793
Views: 1229680

Re: Thread for basic questions

Asked this in the discord but got no responses, so Why are 1-2-3 variants so much rarer than stillator variants on Catagolue despite both being 3 cell rotors? There seems to be only one natural 1-2-3 variant ( https://catagolue.hatsya.com/object/xp3_697o3hkmiczx1226/b3s23 ) but hundreds of natural s...
by goldenratio
December 16th, 2020, 10:56 pm
Forum: Patterns
Topic: Soup search results
Replies: 2589
Views: 1910805

Re: Soup search results

megasized_68h (final population 6867/6870) by apgoucher in G1, a new megasized record: x = 16, y = 16, rule = B3/S23 oboobbooooobbbob$ bobbbbooboooobbb$ bobbobbbbobboobo$ oboboobbbbboobbb$ obbbboobbooboobo$ ooobobbbooooobbo$ obbbooobbobboobb$ bbbooboobobobbbb$ bobboboboboooooo$ bbbobbbbooobbobb$ bbo...
by goldenratio
December 16th, 2020, 2:00 pm
Forum: Other Cellular Automata
Topic: Any interesting B1e rules?
Replies: 7
Views: 1844

Re: Any interesting B1e rules?

You might want to see this thread: viewtopic.php?f=12&t=4002
Everything after post 28 is pretty much junk (sorry if that's an insult to the posters) but there's some good stuff before that