Page 17 of 241

Re: Thread for basic questions

Posted: June 17th, 2017, 5:23 pm
by dvgrn
BlinkerSpawn wrote:
muzik wrote:If we let this run infinitely, will it ever become periodic, or will it grow chaotically forever, eventually producing negatives of basically every pattern known like gemini?

Code: Select all

x = 1, y = 1, rule = B123478/S01234678
o!
If you look at it even in LifeViewer you'l notice that the corners start producing a sort-of-agar basically right away, so no.
Yup, by right about T=8000 this particular pattern becomes completely predictable.

In general this kind of question can't be categorically answered yes or no, I think, unless you can run the pattern far enough that you can catalogue all the units of repetition and all the periods, and show that they will never interact in any novel ways at any later time. A starting pattern may not be much more complicated than this before some multi-puffer interaction will turn out to be an "infinite novelty generator", which seems to keep generating new chaotic combinations indefinitely.

In those cases it's hard to show that those combinations might not somehow manage to do something like what the Sparse Life early universe does -- generate more and more complex glider collisions, so that the farther out you look, the more new things you see. Doesn't seem like there's an easy way to prove absolutely that something like a Gemini will never ever show up out there.

You can certainly say that there's a near-zero probability of any such thing happening if the average ash density is high, as it seems likely to be in variations of the above pattern. It's just hard to get from an estimate of infinitesimally low probability that something Gemini-sized will ever crawl out of that kind of soup, to an actual proof of zero probability.

Re: Thread for basic questions

Posted: June 17th, 2017, 6:18 pm
by rowett
Here is LifeViewer tracking a corner.

Code: Select all

x = 1, y = 1, rule = B123478/S01234678
o!
[[ TRACK -1 -1 X 96 Y 96 Z 2 AUTOSTART ]]

Re: Thread for basic questions

Posted: June 18th, 2017, 8:17 am
by muzik
Are there any rules which have natural versions of oscillators of all periods? LongLife only seems to support even periods, and B3478/S5678 doesn't have a p3, p7 or p13 despite me searching it so hard I broke Catagolue.

Re: Thread for basic questions

Posted: June 18th, 2017, 9:35 am
by drc
muzik wrote:Are there any rules which have natural versions of oscillators of all periods? LongLife only seems to support even periods, and B3478/S5678 doesn't have a p3, p7 or p13 despite me searching it so hard I broke Catagolue.
Considering there are infinitely big periods, no.

If you mean under APGsearch/nano/mera's 1000-period limit, you'd be best off searching rules like B45/S01234

Re: Thread for basic questions

Posted: June 18th, 2017, 9:42 am
by muzik
Judging by the LongLife census Catagolue seems to cap off a bit higher than p1000.

Re: Thread for basic questions

Posted: June 18th, 2017, 6:10 pm
by AforAmpere
How do you see partials on gfind-pt for non-totalistic rules? Also, is there a way to eliminate duplicate spaceships?

Re: Thread for basic questions

Posted: June 19th, 2017, 5:04 am
by wildmyron
AforAmpere wrote:How do you see partials on gfind-pt for non-totalistic rules?
At the moment this requires manually combining Paul Tooke's patches with EricG's non-totalistic gfind modifications and recompiling.
AforAmpere wrote:Also, is there a way to eliminate duplicate spaceships?
With hashing enabled, gfind already does a lot of duplicate elimination, but it's not perfect. I post-process with a Python script in Golly to remove the remaining duplicates.

Re: Thread for basic questions

Posted: June 19th, 2017, 6:52 am
by AforAmpere
Thanks, I have gfind-pt with EricG's mod, but it does not output partials, and nothing is listed in "gfind c." Is there a command to view the partials?

Re: Thread for basic questions

Posted: June 19th, 2017, 7:18 am
by Goldtiger997
AforAmpere wrote:Thanks, I have gfind-pt with EricG's mod, but it does not output partials, and nothing is listed in "gfind c." Is there a command to view the partials?
I had the same problem myself about a month ago, and asked on the "How to use gfind thread". The answer Sokwe gave should answer your question.

I mainly "upgraded" to gfind-pt to find knightships, rather than find partials, but after trying in several different rules with threads, I am still unsucessful.

Re: Thread for basic questions

Posted: June 19th, 2017, 10:01 am
by AforAmpere
Where does the /p go in the argument? When I put it, it says that /p is not found, can you please give an example?
EDIT: I realized it only works for normal life-like rules and got it to work.

Re: Thread for basic questions

Posted: June 19th, 2017, 8:46 pm
by Ethanagor
I would like to run APGSearch for extended periods of time, but I have run into an issue with that. If I leave the computer unattended for more than 10 minutes, it goes to sleep and stops searching. How can I run a long search without having to periodically bump the mouse?

Re: Thread for basic questions

Posted: June 19th, 2017, 9:08 pm
by BlinkerSpawn
Ethanagor wrote:I would like to run APGSearch for extended periods of time, but I have run into an issue with that. If I leave the computer unattended for more than 10 minutes, it goes to sleep and stops searching. How can I run a long search without having to periodically bump the mouse?
On my Windows 10 laptop I can go to Settings > System > Power & Sleep and set the length of time until my computer enters Sleep Mode to "Never".
You should be able to follow a similar process on your computer.

Re: Thread for basic questions

Posted: June 22nd, 2017, 5:23 am
by Saka
This might not be the page to post it, but can someone tell me how to make the "View Static image" disappear on the spaceship info tempelate without making the rest of the infobox information disappear?

Re: Thread for basic questions

Posted: June 22nd, 2017, 11:04 am
by fluffykitty
Which page are you editing?

Re: Thread for basic questions

Posted: June 22nd, 2017, 11:25 am
by muzik
In HighLife and a few other rules, patterns have been made that produce replicators. Got a few questions to ask about such patterns:

- Would these be considered breeders? Replicators resemble sawtooths more than they do linear growth patterns in their growth rate.

- HighLife's replicator forms Sierpinski triangles when puffed out in such a manner, and the W90 rule also produces this pattern when layered in 2D. Could replicators be made that follow other Wolfram rules such as W30 and W110, and display such patterns when produced in such a manner? (I suppose that siderakes and backrakes/puffers could be said to be representing rules W2 and W4 respectively, assuming that the produced spaceships follow the same direction type (if the producing object is diagonal, the products should also be moving diagonal, but not neccesarily in the exact same direction) as the producing object)

- By this logic, could spaceships be considered 0D replicators?

Re: Thread for basic questions

Posted: June 22nd, 2017, 11:36 am
by dvgrn
Saka wrote:This might not be the page to post it, but can someone tell me how to make the "View Static image" disappear on the spaceship info tempelate without making the rest of the infobox information disappear?
My reading of Template:Spaceship is that there isn't currently a way to turn off the static-image link. The animated links are "opt-in", but the static links are "you can't even opt out".

All the red static-image links in otherwise nice-looking infoboxes have been bothering me lately, too -- though I'm not yet bothered enough to generate and upload all the missing image files.

It may be a good idea to change the template so that "static = true" is an opt-in switch just like "animated" -- on Template:Spaceship, Template:Oscillator, and whatever other templates have static-image links by default. Does that make sense to everyone reading this? If so, I'll ask around elsewhere, and then maybe figure out what changes to make this weekend.

And speaking of images: the new Build 231 of LifeViewer will be capable of showing RLE in a form that looks a lot like a static image -- [[ NOGUI ]] basically serves up a PNG file with no option to launch the full LifeViewer. At the moment there's some trouble with memory-related errors on the LifeWiki server, not necessarily related to the new LifeViewer... with any luck this will be sorted out shortly.

However, in theory it does seem nice to have a static image on hand for each article, for browsers that aren't able to run LifeViewer. A possible future use of LifeViewer will be to make it much easier to generate and upload those images.

-- Not sure how exactly that's going to work yet. If the process could somehow be reduced to just clicking the redlink and confirming that an auto-generated image looks okay to upload, that would make it a lot more likely that static images would actually get uploaded...!

Re: Thread for basic questions

Posted: June 22nd, 2017, 5:57 pm
by muzik
My questions remain unanswered.

Also, what exactly would be the difference between, say, a replicator that followed W22 and a replicator that followed W90?

Re: Thread for basic questions

Posted: June 23rd, 2017, 7:54 am
by muzik
Could there be a universal constructor based ship or replicator with less than 10000 cells?

Re: Thread for basic questions

Posted: June 23rd, 2017, 9:04 am
by Saka
What's the best programming language to write a CA program in?

Re: Thread for basic questions

Posted: June 23rd, 2017, 10:27 am
by dvgrn
muzik wrote:My questions remain unanswered.
Um. Well. You're generating a lot of questions, and when you exceed the forums' collective answering capacity, the questions that are a little vague or difficult to answer are naturally going to fall by the wayside.

It will work better if you re-quote a question specifically after a decent interval, say a week or two, and maybe explain a little more why it's a question that other people should be interested in. Expecting an answer by the afternoon of the same day might be a bit... optimistic.
muzik wrote:In HighLife and a few other rules, patterns have been made that produce replicators. Got a few questions to ask about such patterns:

- Would these be considered breeders? Replicators resemble sawtooths more than they do linear growth patterns in their growth rate.
There was some good discussion of this in the super-breeders? thread.
muzik wrote:Also, what exactly would be the difference between, say, a replicator that followed W22 and a replicator that followed W90?
Can't think of any interesting answers here. One would emulate W22, one would emulate W90 -- they both would effectively receive signals from past/previous 1D rows, but those signals would have to have different effects on the next row of replicators.

Something like this could be engineered with known B3/S23 technology, with a UC-type solution like the one Calcyman has been working on, but it's hard to guess how some of those transitions could be modeled in any simpler way. Seems a bit unlikely to occur in a "natural" replicator, but of course you never know what might turn up.
muzik wrote:Could there be a universal constructor based ship or replicator with less than 10000 cells?
It's not impossible, but we're not there yet. A lot closer for the ship than the replicator, I think. Hyper-optimization of a spaceship with two construction arms working together at 90 degrees might do it somehow. But we'd have to give up on the simplifying assumption of returning to a standard "elbow" and do custom searches instead, to produce entire slow-salvo recipes by progressive collisions into random junk.

Even that probably won't get us very close. This pattern, for example, is about 20000 ON cells, double your target, and basically that whole recipe is needed to construct just a single Snark reflector. -- That's assuming you don't mean a 100x100 bounding box size, of course; in that case I think it's very safe to say that a B3/S23 UC-based design will never fit.

Re: Thread for basic questions

Posted: June 23rd, 2017, 4:58 pm
by muzik
Well, from what has been seen on the Caterloopillar thread, slower speeds appear to mean less cells. Only problem is it caps off at about c/100, so a superslow caterloopillar might have a minimal cell count but there are currently no means to generate such a thing.


Anyways, are there any reactions involving a domino spark or two shifting a still life or oscillator in a way that could act as a period doubler?

Re: Thread for basic questions

Posted: June 24th, 2017, 12:28 am
by drc
What software did Eppstein use on his database? I want to use it to find more ultra-slow gliders...maybe adapt it for non-totalistic use.

Re: Thread for basic questions

Posted: June 24th, 2017, 12:40 am
by Saka
drc wrote:What software did Eppstein use on his database? I want to use it to find more ultra-slow gliders...maybe adapt it for non-totalistic use.
gfind. But maybe he used something else for those ultra slow ones.

Re: Thread for basic questions

Posted: June 24th, 2017, 9:57 am
by praosylen
Saka wrote:
drc wrote:What software did Eppstein use on his database? I want to use it to find more ultra-slow gliders...maybe adapt it for non-totalistic use.
gfind. But maybe he used something else for those ultra slow ones.
gsearch, I would assume.

Re: Thread for basic questions

Posted: June 24th, 2017, 11:14 am
by toroidalet
Is there any way to quickly remove all signatures from your posts?
Also, is it ok to use Aidan mode on April 1st?