Newbie post

For discussion of specific patterns or specific families of patterns in Conway's Game of Life, both newly-discovered and well-known.
Post Reply
rkyo
Posts: 8
Joined: January 3rd, 2025, 2:35 pm

Newbie post

Post by rkyo » January 3rd, 2025, 2:39 pm

Hey guys. I am a massive newbie. I have made a simple start guy thing that dies after 9,681 generations. I'd like to think this is good. But I have no reference. Where should I post this?

User avatar
confocaloid
Posts: 6697
Joined: February 8th, 2022, 3:15 pm
Location: learn to protect yourself against stray gliders and sparks and self-destruct mechanisms

Re: Newbie post

Post by confocaloid » January 3rd, 2025, 3:00 pm

Did you use Golly to make it? Can you copy and paste the RLE here?

From the description it sounds like you are talking about some diehard or methuselah. Unless it's particularly small or otherwise unusual in some unstated way, there are just too many diehards and most people don't consider them interesting.

Minor one-answer questions like this one should be posted in Thread for basic questions, instead of starting a whole new thread.
rkyo wrote:
January 3rd, 2025, 2:39 pm
Hey guys. I am a massive newbie. I have made a simple start guy thing that dies after 9,681 generations. I'd like to think this is good. But I have no reference. Where should I post this?
Last edited by confocaloid on January 3rd, 2025, 3:01 pm, edited 1 time in total.
127:1 B3/S234c User:Confocal/R (isotropic CA, incomplete)
Unlikely events happen.
My silence does not imply agreement, nor indifference. If I disagreed with something in the past, then please do not construe my silence as something that could change that.

hotdogPi
Moderator
Posts: 2203
Joined: August 12th, 2020, 8:22 pm

Re: Newbie post

Post by hotdogPi » January 3rd, 2025, 3:01 pm

If it's actually a diehard (i.e. vanishes entirely, leaving nothing behind), 9,681 generations is actually impressive.
User:HotdogPi/My discoveries

Periods discovered:

All evens ≤128 except 52,58,78,82,92,94,98,104,118,122

5-15,㉕-㉛,㉟㊺,51,63,65,73,75
1㊳㊵㊹㊼㊽,54,56,72,74,80,90,92
217,240,300,486,576

Guns: 20,21,32,54,55,57,114,117,124,126
SKOPs: 32,74,76,102,196

rkyo
Posts: 8
Joined: January 3rd, 2025, 2:35 pm

Re: Newbie post

Post by rkyo » January 3rd, 2025, 3:07 pm

Hello
I made it by hand on playgameoflife.com I just drew it with my mouse.
It does not disappear and leaves ash. (I think that's what it's called.) Although I have not heard of 'diehard' before.
So sorry to have posted on the wrong thread. Like I say, I just joined ten minutes ago.
+r

User avatar
confocaloid
Posts: 6697
Joined: February 8th, 2022, 3:15 pm
Location: learn to protect yourself against stray gliders and sparks and self-destruct mechanisms

Re: Newbie post

Post by confocaloid » January 3rd, 2025, 3:10 pm

If it's a long-lived pattern that leaves ash, then it's a methuselah. There is a page listing relatively noteworthy examples of those: List of long-lived methuselahs

rkyo
Posts: 8
Joined: January 3rd, 2025, 2:35 pm

Re: Newbie post

Post by rkyo » January 3rd, 2025, 3:33 pm

So, my guy should be in that list between 14911 and 7468?

User avatar
LuveelVoom
Posts: 463
Joined: April 27th, 2022, 7:59 pm

Re: Newbie post

Post by LuveelVoom » January 3rd, 2025, 3:35 pm

It’s still possibly impressive if the final bounding box or population is very large or small compared to the initial bb or pop.
Also, I would recommend using lifeviewer or golly for future experiments, they’re much more flexible.
OCA primer (WIP): User:LuveelVoom/A_Primer_On_OCA
My rules: viewtopic.php?f=11&t=6843
YBOCAD: viewtopic.php?f=11&t=7036
Discord user: LuveelVoom

rkyo
Posts: 8
Joined: January 3rd, 2025, 2:35 pm

Re: Newbie post

Post by rkyo » January 3rd, 2025, 4:12 pm

LuveelVoom wrote:
January 3rd, 2025, 3:35 pm
It’s still possibly impressive if the final bounding box or population is very large or small compared to the initial bb or pop.
Also, I would recommend using lifeviewer or golly for future experiments, they’re much more flexible.
Thanks, the website is well flakey. I put my design in Golly and it worked. Where do I submit it?

Plus, It starts with 64 blocks and leaves 1,271.

hotdogPi
Moderator
Posts: 2203
Joined: August 12th, 2020, 8:22 pm

Re: Newbie post

Post by hotdogPi » January 3rd, 2025, 4:48 pm

I assume you mean "cells", not "blocks". (Blocks are 2×2 and stable by themselves.)

Copy the pattern in Golly. The clipboard will have some code you might not understand, but just paste it here inside a </> block and it will be shown here as this website uses the same code.

Example, although yours will be longer:

Code: Select all

x = 2, y = 2, rule = B3/S23
2o$2o!
User:HotdogPi/My discoveries

Periods discovered:

All evens ≤128 except 52,58,78,82,92,94,98,104,118,122

5-15,㉕-㉛,㉟㊺,51,63,65,73,75
1㊳㊵㊹㊼㊽,54,56,72,74,80,90,92
217,240,300,486,576

Guns: 20,21,32,54,55,57,114,117,124,126
SKOPs: 32,74,76,102,196

rkyo
Posts: 8
Joined: January 3rd, 2025, 2:35 pm

Re: Newbie post

Post by rkyo » January 3rd, 2025, 4:50 pm

hotdogPi wrote:
January 3rd, 2025, 4:48 pm
I assume you mean "cells", not "blocks". (Blocks are 2×2 and stable by themselves.)

Copy the pattern in Golly. The clipboard will have some code you might not understand, but just paste it here inside a </> block and it will be shown here as this website uses the same code.

Example, although yours will be longer:

Code: Select all

x = 2, y = 2, rule = B3/S23
2o$2o!
Yes I do. About to post now.

rkyo
Posts: 8
Joined: January 3rd, 2025, 2:35 pm

Re: Newbie post

Post by rkyo » January 3rd, 2025, 5:08 pm

Code: Select all

#CXRLE Pos=-20,-3
x = 62, y = 3, rule = B3/S23
60bo$61bo$62o!
Last edited by rkyo on January 3rd, 2025, 5:21 pm, edited 1 time in total.

User avatar
confocaloid
Posts: 6697
Joined: February 8th, 2022, 3:15 pm
Location: learn to protect yourself against stray gliders and sparks and self-destruct mechanisms

Re: Newbie post

Post by confocaloid » January 3rd, 2025, 5:17 pm

Note that the "LV" tags (which you used) are discouraged, and shouldn't be used without necessity. In most cases, one should prefer "pattern" tags instead, to avoid forcing readers to scroll through large patterns. There is a button "pattern" above the "Post a reply" form. Example:

Code: Select all

#CXRLE Pos=-20,-3
x = 62, y = 3, rule = B3/S23
60bo$61bo$62o!
127:1 B3/S234c User:Confocal/R (isotropic CA, incomplete)
Unlikely events happen.
My silence does not imply agreement, nor indifference. If I disagreed with something in the past, then please do not construe my silence as something that could change that.

rkyo
Posts: 8
Joined: January 3rd, 2025, 2:35 pm

Re: Newbie post

Post by rkyo » January 3rd, 2025, 5:23 pm

confocaloid wrote:
January 3rd, 2025, 5:17 pm
Note that the "LV" tags (which you used) are discouraged, and shouldn't be used without necessity. In most cases, one should prefer "pattern" tags instead, to avoid forcing readers to scroll through large patterns. There is a button "pattern" above the "Post a reply" form. Example:

Code: Select all

#CXRLE Pos=-20,-3
x = 62, y = 3, rule = B3/S23
60bo$61bo$62o!
Changed. Your example was not clear as I couldn't see its HTML.But I get it now. Thanks.

User avatar
confocaloid
Posts: 6697
Joined: February 8th, 2022, 3:15 pm
Location: learn to protect yourself against stray gliders and sparks and self-destruct mechanisms

Re: Newbie post

Post by confocaloid » January 3rd, 2025, 5:40 pm

rkyo wrote:
January 3rd, 2025, 5:23 pm
Your example was not clear as I couldn't see its HTML.
If you see a forum post using some markup, you can begin "quoting the post" (but without actually posting a reply) to see the underlying BBCode formatting.
rkyo wrote:
January 3rd, 2025, 2:39 pm
I'd like to think this is good. But I have no reference.
Most beginners start by drawing lines or other simple configurations, those usually evolve chaotically in a hard-to-predict way. There are very many such "random-looking drawings", and only few of them are somehow unique or noteworthy. (However, see for example Lifeline Volume 8#Page_3)

Most "noteworthy" things come from combining reactions in ways that lead to something that isn't entirely chaotic (interacting components/parts), or from proving or disproving something about all possible configurations/reactions of some sort, or from looking for configurations that are in some sense "optimal" or "minimal" according to some metric.
127:1 B3/S234c User:Confocal/R (isotropic CA, incomplete)
Unlikely events happen.
My silence does not imply agreement, nor indifference. If I disagreed with something in the past, then please do not construe my silence as something that could change that.

rkyo
Posts: 8
Joined: January 3rd, 2025, 2:35 pm

Re: Newbie post

Post by rkyo » January 3rd, 2025, 5:58 pm

confocaloid wrote:
January 3rd, 2025, 5:40 pm
rkyo wrote:
January 3rd, 2025, 5:23 pm
Your example was not clear as I couldn't see its HTML.
If you see a forum post using some markup, you can begin "quoting the post" (but without actually posting a reply) to see the underlying BBCode formatting.
rkyo wrote:
January 3rd, 2025, 2:39 pm
I'd like to think this is good. But I have no reference.
Most beginners start by drawing lines or other simple configurations, those usually evolve chaotically in a hard-to-predict way. There are very many such "random-looking drawings", and only few of them are somehow unique or noteworthy. (However, see for example Lifeline Volume 8#Page_3)

Most "noteworthy" things come from combining reactions in ways that lead to something that isn't entirely chaotic (interacting components/parts), or from looking for configurations that are in some sense "optimal" or "minimal" according to some metric.
My design is not a random set of dots and blocks added to make a big splash. I have been experimenting with extending the core glider for some time. Watching how its offset tail (nose?) affects the growth of the community. At first, I thought that the line had to be an uneven number of cells long. Or even a prime number. But 62 seemed to just take off. I was not trying to build a beautiful mathematical model, I was trying to create a simple design that would yield a long sequence... I was genuinely excited when I discovered this.

EDIT by dvgrn: removed several forum rule violations; sending a PM.

User avatar
confocaloid
Posts: 6697
Joined: February 8th, 2022, 3:15 pm
Location: learn to protect yourself against stray gliders and sparks and self-destruct mechanisms

Re: Newbie post

Post by confocaloid » January 3rd, 2025, 6:01 pm

I was simply trying to explain that "random-looking" drawings aren't generally considered noteworthy. Posting them would quickly clutter the forums.
127:1 B3/S234c User:Confocal/R (isotropic CA, incomplete)
Unlikely events happen.
My silence does not imply agreement, nor indifference. If I disagreed with something in the past, then please do not construe my silence as something that could change that.

WhiteHawk
Posts: 1197
Joined: July 10th, 2024, 5:34 pm

Re: Newbie post

Post by WhiteHawk » January 3rd, 2025, 8:38 pm

confocaloid wrote:
January 3rd, 2025, 6:01 pm
I was simply trying to explain that "random-looking" drawings aren't generally considered noteworthy. Posting them would quickly clutter the forums.
Can someone please merge this thread with Unsure Discoveries or a more appropriate thread?
Currently working to improve Life's guns and work on updating SKOPs and Isotropic rules most similar to B3/S23 to Life standards. Will get software to begin searches eventually.

Pseudastur albicollis

Post Reply