Thread for basic questions

A place, especially for newcomers, to ask questions and learn the basics.
User avatar
dvgrn
Moderator
Posts: 11981
Joined: May 17th, 2009, 11:00 pm
Location: Madison, WI
Contact:

Re: Thread for basic questions

Post 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.
User avatar
rowett
Moderator
Posts: 4570
Joined: January 31st, 2013, 2:34 am
Location: UK
Contact:

Re: Thread for basic questions

Post 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 ]]
User avatar
muzik
Posts: 6558
Joined: January 28th, 2016, 2:47 pm
Location: Scotland

Re: Thread for basic questions

Post 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.
Parity Replicator Collection v1.6 is now live - please send all relevant discoveries here.
drc
Posts: 1664
Joined: December 3rd, 2015, 4:11 pm

Re: Thread for basic questions

Post 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
User avatar
muzik
Posts: 6558
Joined: January 28th, 2016, 2:47 pm
Location: Scotland

Re: Thread for basic questions

Post by muzik »

Judging by the LongLife census Catagolue seems to cap off a bit higher than p1000.
Parity Replicator Collection v1.6 is now live - please send all relevant discoveries here.
AforAmpere
Posts: 1404
Joined: July 1st, 2016, 3:58 pm

Re: Thread for basic questions

Post by AforAmpere »

How do you see partials on gfind-pt for non-totalistic rules? Also, is there a way to eliminate duplicate spaceships?
The torch of 5S has been passed on again, and is now managed by speedydelete. It can be found here. Also check out my program EPE, a tool for searching for patterns in various rulespaces.
wildmyron
Posts: 1568
Joined: August 9th, 2013, 12:45 am
Location: Western Australia

Re: Thread for basic questions

Post 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.
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.
AforAmpere
Posts: 1404
Joined: July 1st, 2016, 3:58 pm

Re: Thread for basic questions

Post 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?
The torch of 5S has been passed on again, and is now managed by speedydelete. It can be found here. Also check out my program EPE, a tool for searching for patterns in various rulespaces.
User avatar
Goldtiger997
Posts: 805
Joined: June 21st, 2016, 8:00 am

Re: Thread for basic questions

Post 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.
AforAmpere
Posts: 1404
Joined: July 1st, 2016, 3:58 pm

Re: Thread for basic questions

Post 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.
Last edited by AforAmpere on June 19th, 2017, 8:52 pm, edited 1 time in total.
The torch of 5S has been passed on again, and is now managed by speedydelete. It can be found here. Also check out my program EPE, a tool for searching for patterns in various rulespaces.
Ethanagor
Posts: 80
Joined: March 15th, 2017, 7:34 pm
Location: the Milky Way galaxy

Re: Thread for basic questions

Post 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?
"It's not easy having a good time. Even smiling makes my face ache." - Frank N. Furter
User avatar
BlinkerSpawn
Posts: 1993
Joined: November 8th, 2014, 8:48 pm
Location: Getting a snacker from R-Bee's

Re: Thread for basic questions

Post 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.
LifeWiki: Like Wikipedia but with more spaceships. [citation needed]

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

Re: Thread for basic questions

Post 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?
jarring cyan
fluffykitty
Posts: 1178
Joined: June 14th, 2014, 5:03 pm
Contact:

Re: Thread for basic questions

Post by fluffykitty »

Which page are you editing?
User avatar
muzik
Posts: 6558
Joined: January 28th, 2016, 2:47 pm
Location: Scotland

Re: Thread for basic questions

Post 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?
Last edited by muzik on June 22nd, 2017, 1:58 pm, edited 1 time in total.
Parity Replicator Collection v1.6 is now live - please send all relevant discoveries here.
User avatar
dvgrn
Moderator
Posts: 11981
Joined: May 17th, 2009, 11:00 pm
Location: Madison, WI
Contact:

Re: Thread for basic questions

Post 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...!
User avatar
muzik
Posts: 6558
Joined: January 28th, 2016, 2:47 pm
Location: Scotland

Re: Thread for basic questions

Post 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?
Parity Replicator Collection v1.6 is now live - please send all relevant discoveries here.
User avatar
muzik
Posts: 6558
Joined: January 28th, 2016, 2:47 pm
Location: Scotland

Re: Thread for basic questions

Post by muzik »

Could there be a universal constructor based ship or replicator with less than 10000 cells?
Parity Replicator Collection v1.6 is now live - please send all relevant discoveries here.
User avatar
Saka
Posts: 3627
Joined: June 19th, 2015, 8:50 pm
Location: Indonesia
Contact:

Re: Thread for basic questions

Post by Saka »

What's the best programming language to write a CA program in?
jarring cyan
User avatar
dvgrn
Moderator
Posts: 11981
Joined: May 17th, 2009, 11:00 pm
Location: Madison, WI
Contact:

Re: Thread for basic questions

Post 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.
User avatar
muzik
Posts: 6558
Joined: January 28th, 2016, 2:47 pm
Location: Scotland

Re: Thread for basic questions

Post 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?
Parity Replicator Collection v1.6 is now live - please send all relevant discoveries here.
drc
Posts: 1664
Joined: December 3rd, 2015, 4:11 pm

Re: Thread for basic questions

Post 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.
User avatar
Saka
Posts: 3627
Joined: June 19th, 2015, 8:50 pm
Location: Indonesia
Contact:

Re: Thread for basic questions

Post 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.
jarring cyan
User avatar
praosylen
Posts: 2449
Joined: September 13th, 2014, 5:36 pm
Location: Pembina University, Home of the Gliders
Contact:

Re: Thread for basic questions

Post 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.
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
toroidalet
Posts: 1514
Joined: August 7th, 2016, 1:48 pm
Location: My computer
Contact:

Re: Thread for basic questions

Post 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?
Any sufficiently advanced software is indistinguishable from malice.
Post Reply