Newbie post
Newbie post
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?
- 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
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.
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.
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.
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.
Re: Newbie post
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
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
Re: Newbie post
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
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
- 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
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
Re: Newbie post
So, my guy should be in that list between 14911 and 7468?
- LuveelVoom
- Posts: 463
- Joined: April 27th, 2022, 7:59 pm
Re: Newbie post
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.
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
My rules: viewtopic.php?f=11&t=6843
YBOCAD: viewtopic.php?f=11&t=7036
Discord user: LuveelVoom
Re: Newbie post
Thanks, the website is well flakey. I put my design in Golly and it worked. Where do I submit it?LuveelVoom wrote: ↑January 3rd, 2025, 3:35 pmIt’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.
Plus, It starts with 64 blocks and leaves 1,271.
Re: Newbie post
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:
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
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
Re: Newbie post
Yes I do. About to post now.hotdogPi wrote: ↑January 3rd, 2025, 4:48 pmI 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!
Re: Newbie post
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.
- 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
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.
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.
Re: Newbie post
Changed. Your example was not clear as I couldn't see its HTML.But I get it now. Thanks.confocaloid wrote: ↑January 3rd, 2025, 5:17 pmNote 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!
- 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
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.
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.
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.
Re: Newbie post
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.confocaloid wrote: ↑January 3rd, 2025, 5:40 pmIf 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.
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.
EDIT by dvgrn: removed several forum rule violations; sending a PM.
- 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
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.
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.
Re: Newbie post
Can someone please merge this thread with Unsure Discoveries or a more appropriate thread?confocaloid wrote: ↑January 3rd, 2025, 6:01 pmI was simply trying to explain that "random-looking" drawings aren't generally considered noteworthy. Posting them would quickly clutter the forums.
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
Pseudastur albicollis