Thread for basic questions

For general discussion about Conway's Game of Life.
User avatar
cgoler2
Posts: 224
Joined: March 10th, 2021, 2:32 pm
Location: Living in a half-bakery

Re: Thread for basic questions

Post by cgoler2 » May 18th, 2021, 8:09 pm

You could also request for precompiled versions of apgsearch configured for different rules at the Search utilities executable? thread.

User avatar
silversmith
Posts: 331
Joined: June 15th, 2020, 6:20 pm
Location: Pennsylvania, USA, Earth, Sector 5ff63D6
Contact:

Re: Thread for basic questions

Post by silversmith » May 18th, 2021, 9:14 pm

cgoler2 wrote:
May 18th, 2021, 8:09 pm
You could also request for precompiled versions of apgsearch configured for different rules at the Search utilities executable? thread.
This is true, but if possible, I would recommend setting up a c++ compiler on your own computer, to save time and effort getting precompiled versions. It also is just a useful tool for running programs in general. Most likely people would be quite willing to help you set it up on your computer.
A simulator with the tools I couldn’t find elsewhere: https://www.silversimulations.com/caplayer/
Documentation:https://github.com/teraxtech/caplayer

User avatar
cgoler2
Posts: 224
Joined: March 10th, 2021, 2:32 pm
Location: Living in a half-bakery

Re: Thread for basic questions

Post by cgoler2 » May 19th, 2021, 7:53 am

I already have one, but what commands do I run to downlad the git repository as a .git file? git clone downloads the git repository as a .zip file.

User avatar
silversmith
Posts: 331
Joined: June 15th, 2020, 6:20 pm
Location: Pennsylvania, USA, Earth, Sector 5ff63D6
Contact:

Re: Thread for basic questions

Post by silversmith » May 20th, 2021, 11:07 am

cgoler2 wrote:
May 19th, 2021, 7:53 am
I already have one, but what commands do I run to downlad the git repository as a .git file? git clone downloads the git repository as a .zip file.
Running "git init" in a unix-based command line makes a .git file. Running "git clone [source]" should then pull a copy of the git project to that location and update the .git file accordingly.

For apgsearch it would be something like

Code: Select all

git init

git clone https://gitlab.com/apgoucher/apgmera.git
A simulator with the tools I couldn’t find elsewhere: https://www.silversimulations.com/caplayer/
Documentation:https://github.com/teraxtech/caplayer

User avatar
cgoler2
Posts: 224
Joined: March 10th, 2021, 2:32 pm
Location: Living in a half-bakery

Re: Thread for basic questions

Post by cgoler2 » May 20th, 2021, 11:13 am

Code: Select all

$ git init
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint:   git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint:   git branch -m <name>
Initialized empty Git repository in /home/Martin/.git/

Martin@LAPTOP-8U8U178C ~
$ git clone https://gitlab.com/apgoucher/apgmera.git
Cloning into 'apgmera'...
git: 'remote-https' is not a git command. See 'git --help'.

User avatar
silversmith
Posts: 331
Joined: June 15th, 2020, 6:20 pm
Location: Pennsylvania, USA, Earth, Sector 5ff63D6
Contact:

Re: Thread for basic questions

Post by silversmith » May 20th, 2021, 12:21 pm

This seems to be a problem with your installation of git.

According to this post it may be caused by Avast antivirus blocking the remote-https file and causing issues.

If this is the case, then try going into Avast's list of quarantined files and add an exception for the remote-https file.
A simulator with the tools I couldn’t find elsewhere: https://www.silversimulations.com/caplayer/
Documentation:https://github.com/teraxtech/caplayer

User avatar
cgoler2
Posts: 224
Joined: March 10th, 2021, 2:32 pm
Location: Living in a half-bakery

Re: Thread for basic questions

Post by cgoler2 » May 20th, 2021, 12:31 pm

Where is that?

User avatar
silversmith
Posts: 331
Joined: June 15th, 2020, 6:20 pm
Location: Pennsylvania, USA, Earth, Sector 5ff63D6
Contact:

Re: Thread for basic questions

Post by silversmith » May 20th, 2021, 12:43 pm

From the Avast app main page
1. Go to Protection.
2. Click Virus Chest.
3. Check if the remote-https file is in it.
4. If you find the file, verify it is from the git program directory.
5. Click the three dots next to the file, and click "Restore and add exception".
A simulator with the tools I couldn’t find elsewhere: https://www.silversimulations.com/caplayer/
Documentation:https://github.com/teraxtech/caplayer

User avatar
cgoler2
Posts: 224
Joined: March 10th, 2021, 2:32 pm
Location: Living in a half-bakery

Re: Thread for basic questions

Post by cgoler2 » May 20th, 2021, 12:49 pm

Thank you!

EDIT by dvgrn: Now that we have the "like" buttons, clicking the heart is a good way to say "thank you" that doesn't create a new post and send out an unnecessary notification to everyone subscribed to the thread.
Edit by cgoler2: How do I say thank you to dvgrn? I can't like my own post.
Last edited by cgoler2 on May 21st, 2021, 8:14 am, edited 1 time in total.

User avatar
silversmith
Posts: 331
Joined: June 15th, 2020, 6:20 pm
Location: Pennsylvania, USA, Earth, Sector 5ff63D6
Contact:

Re: Thread for basic questions

Post by silversmith » May 20th, 2021, 12:52 pm

You're welcome
A simulator with the tools I couldn’t find elsewhere: https://www.silversimulations.com/caplayer/
Documentation:https://github.com/teraxtech/caplayer

User avatar
ihatecorderships
Posts: 309
Joined: April 11th, 2021, 12:54 pm
Location: Falls Church, VA

Re: Thread for basic questions

Post by ihatecorderships » May 21st, 2021, 12:27 pm

Is Mark Niemiec's life page still being updated?
-- Kalan Warusa
Don't drink and drive, think and derive.

User avatar
bubblegum
Posts: 959
Joined: August 25th, 2019, 11:59 pm
Location: click here to do nothing

Re: Thread for basic questions

Post by bubblegum » May 21st, 2021, 2:18 pm

ihatecorderships wrote:
May 21st, 2021, 12:27 pm
Is Mark Niemiec's life page still being updated?
He's working on compiling a new page. The current one up is still about six years out of date, though.
Each day is a hidden opportunity, a frozen waterfall that's waiting to be realised, and one that I'll probably be ignoring
sonata wrote:
July 2nd, 2020, 8:33 pm
conwaylife signatures are amazing[citation needed]
anything

mniemiec
Posts: 1590
Joined: June 1st, 2013, 12:00 am

Re: Thread for basic questions

Post by mniemiec » May 21st, 2021, 9:35 pm

ihatecorderships wrote:
May 21st, 2021, 12:27 pm
Is Mark Niemiec's life page still being updated?
I'm still working on my own internal copy of it, but it never seems to be quite ready for prime time. Unfortunately, the state of the art seems to be accelerating faster than I can keep up with it, so even my own internal version is getting more and more out of date (especially with all the new syntheses being uploaded to Catagolue, and its own internal mechanisms for creating others).

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

Re: Thread for basic questions

Post by hotdogPi » May 23rd, 2021, 8:35 am

Do any stable patterns (likely still lifes, but there can be oscillating components) scan as a QR code? You can take advantage of error correction.
User:HotdogPi/My discoveries

Periods discovered: 5-16,⑱,⑳G,㉑G,㉒㉔㉕,㉗-㉛,㉜SG,㉞㉟㊱㊳㊵㊷㊹㊺㊽㊿,54G,55G,56,57G,60,62-66,68,70,73,74S,75,76S,80,84,88,90,96
100,02S,06,08,10,12,14G,16,17G,20,26G,28,38,47,48,54,56,72,74,80,92,96S
217,486,576

S: SKOP
G: gun

Dylan Chen
Posts: 114
Joined: March 27th, 2020, 8:07 am
Contact:

Re: Thread for basic questions

Post by Dylan Chen » May 23rd, 2021, 8:47 am

hotdogPi wrote:
May 23rd, 2021, 8:35 am
Do any stable patterns (likely still lifes, but there can be oscillating components) scan as a QR code?
not feasible in B3/S23
normally QR code has corner components like this, it would grow and broke

Code: Select all

x = 28, y = 26, rule = B3/S23
6o$o4bo17b5o$ob2obo17bo3bo$ob2obo17bobobo$o4bo17bo3bo$6o17b5o16$b5o$bo
3bo16b4o$bobobo16bo2bo$bo3bo16bo2bo$b5o16b4o!
Tools should not be the limit.
Whether your obstacle is a script, an stdin, or Linux environment computing resouces.
check New rules thread for help.

User avatar
breaker's glider gun
Posts: 673
Joined: May 23rd, 2021, 10:26 am
Location: the inside of a stuffed anaconda or maybe [click to not expand]

Re: Thread for basic questions

Post by breaker's glider gun » May 23rd, 2021, 12:05 pm

(sorry if this interrupts) How do I do those things where I can open lifeviewer? When I tried it thought it was all saying what the bounded grid was. Please help!

Code: Select all

      O       O

        ------    
      /        \  
     |          | 
...Also, if ascii art is annoying, tell me and I'll stop.

EDIT:
How do I change my avatar?
EDIT:
Nevermind. Figured it out.
Last edited by breaker's glider gun on May 23rd, 2021, 12:09 pm, edited 1 time in total.
:?: :?: . . . :!:
Give me a suggestion of something to draw here!

User avatar
JP21
Posts: 1877
Joined: October 26th, 2019, 5:39 am
Location: PH

Re: Thread for basic questions

Post by JP21 » May 23rd, 2021, 12:09 pm

breaker's glider gun wrote:
May 23rd, 2021, 12:05 pm
(sorry if this interrupts) How do I do those things where I can open lifeviewer? When I tried it thought it was all saying what the bounded grid was. Please help!

Code: Select all

mildly infuriating ascii art
...Also, if ascii art is annoying, tell me and I'll stop.
And that post (your first post) was too laggy for two of my browsers (on my phone) to really handle the page it was in.

User avatar
breaker's glider gun
Posts: 673
Joined: May 23rd, 2021, 10:26 am
Location: the inside of a stuffed anaconda or maybe [click to not expand]

Re: Thread for basic questions

Post by breaker's glider gun » May 23rd, 2021, 12:12 pm

JP21 wrote:
May 23rd, 2021, 12:09 pm
breaker's glider gun wrote:
May 23rd, 2021, 12:05 pm
(sorry if this interrupts) How do I do those things where I can open lifeviewer? When I tried it thought it was all saying what the bounded grid was. Please help!

Code: Select all

mildly infuriating ascii art
...Also, if ascii art is annoying, tell me and I'll stop.
And that post (your first post) was too laggy for two of my browsers (on my phone) to really handle the page it was in.
Sorry. Should I delete it?

EDIT:
I mean the laggy one.


EDIT AGAIN:

I've deleted it.



EDIT AGAIN:
wait, is it just that I need to use the code thing?
:?: :?: . . . :!:
Give me a suggestion of something to draw here!

GUYTU6J
Posts: 2200
Joined: August 5th, 2016, 10:27 am
Location: 拆哪!I repeat, CHINA! (a.k.a. 种花家)
Contact:

Re: Thread for basic questions

Post by GUYTU6J » May 24th, 2021, 7:51 am

(Originally I wanted to ask in the Exploratorium thread, but that place is not for random thoughts making no actual contributions to the project.)
Is there any demoscene program reflecting the modern development of Game of Life? I don't seem to find one here.

Or... Should it be considered an ancient artistic tech that has been superceded by things like LifeViewer? (EDIT: nope, at least LifeViewer does not support background musics; will it sometime?)

User avatar
breaker's glider gun
Posts: 673
Joined: May 23rd, 2021, 10:26 am
Location: the inside of a stuffed anaconda or maybe [click to not expand]

Re: Thread for basic questions

Post by breaker's glider gun » May 24th, 2021, 10:56 am

How do I make a bounded grid with one of these

Code: Select all

x = 17, y = 13, rule = life
8bo$8bob2o$9bo3$6bo$2o3b2o7b3o$6bo3$9bo$8bob2o$8bo!
things?
:?: :?: . . . :!:
Give me a suggestion of something to draw here!

User avatar
dvgrn
Moderator
Posts: 10682
Joined: May 17th, 2009, 11:00 pm
Location: Madison, WI
Contact:

Re: Thread for basic questions

Post by dvgrn » May 24th, 2021, 11:36 am

breaker's glider gun wrote:
May 24th, 2021, 10:56 am
How do I make a bounded grid with one of these

Code: Select all

x = 17, y = 13, rule = life
8bo$8bob2o$9bo3$6bo$2o3b2o7b3o$6bo3$9bo$8bob2o$8bo!
things?
If the unit of repetition were a 17x13 grid, you would do this in the header -- "T" stands for "Torus":

Code: Select all

x = 17, y = 13, rule = B3/S23:T17,13
8bo$8bob2o$9bo3$6bo$2o3b2o7b3o$6bo3$9bo$8bob2o$8bo!
But if you just want a bounded grid with no repetition, it looks like this -- "P" stands for "Plane":

Code: Select all

x = 17, y = 13, rule = B3/S23:P17,13
8bo$8bob2o$9bo3$6bo$2o3b2o7b3o$6bo3$9bo$8bob2o$8bo!
Neither of those seems to do anything interesting with the pattern you quoted, so it's not clear to me what "one of these... things" is.

Information on bounded grid syntax is conveniently located in Golly under Help > Bounded Grids.

If you could give a link to where you got the pattern from, that would make it a lot easier to answer this kind of question.

User avatar
breaker's glider gun
Posts: 673
Joined: May 23rd, 2021, 10:26 am
Location: the inside of a stuffed anaconda or maybe [click to not expand]

Re: Thread for basic questions

Post by breaker's glider gun » May 24th, 2021, 3:05 pm

Thank you so much! I had something I needed it for.
:?: :?: . . . :!:
Give me a suggestion of something to draw here!

User avatar
muzik
Posts: 5650
Joined: January 28th, 2016, 2:47 pm
Location: Scotland

Re: Thread for basic questions

Post by muzik » May 24th, 2021, 5:12 pm

Does anyone happen to still have any of the older versions of MJCell (before v.1.50)? The only ones I've been able to get are v.1.50 and v.1.51.

I've set up an archival index to keep track on what versions we have and what we don't.

User avatar
ihatecorderships
Posts: 309
Joined: April 11th, 2021, 12:54 pm
Location: Falls Church, VA

Re: Thread for basic questions

Post by ihatecorderships » May 24th, 2021, 8:30 pm

If there is a phoenix 1, why isn't there a phoenix 2? Or maybe we could just call it the phoenix.
-- Kalan Warusa
Don't drink and drive, think and derive.

User avatar
dvgrn
Moderator
Posts: 10682
Joined: May 17th, 2009, 11:00 pm
Location: Madison, WI
Contact:

Re: Thread for basic questions

Post by dvgrn » May 24th, 2021, 8:42 pm

ihatecorderships wrote:
May 24th, 2021, 8:30 pm
If there is a phoenix 1, why isn't there a phoenix 2? Or maybe we could just call it the phoenix.
My two cents: for all of the numbered object types -- another good example is "eater1" through "eater5" -- early Lifenthusiasts realized at some point that numbering was a terrible idea, and so they stopped numbering.

It's a terrible idea for eaters because the number of different eaters is unlimited. As more eaters are discovered by more people, it quickly gets difficult to coordinate among a very loosely organized group of rather argumentative nerdy people, to decide which eater to call "eater6" and which one to call "eater7", and so on. When naming conflicts happen in situations like this, things very quickly get very painful and confusing.

Luckily for the phoenix family, the attempt at arbitrary numbering stopped sooner than it did for eaters.

We can't officially call phoenix 1 just "the phoenix" (though the article does say that it gets referred to in exactly that way sometimes)... because its official name is "phoenix 1". It's referred to that way in a bunch of places, and anyway the number of phoenices is unlimited so it doesn't make much sense to call any particular one of them "the phoenix".

TL;DR: It's fine the way it is. Trying to rename things that have been named the way they are for half a century is just asking for trouble.

Post Reply