Thread for your website-related questions

For discussion directly related to ConwayLife.com, such as requesting changes to how the forums or home page function.
hotdogPi
Posts: 1645
Joined: August 12th, 2020, 8:22 pm

Re: Thread for your website-related questions

Post by hotdogPi » April 12th, 2024, 8:59 am

TYCF wrote:
April 12th, 2024, 8:57 am
confocaloid wrote:
December 6th, 2023, 3:09 am

That page is old. E.g. there are Perl scripts listed. If you copy some RLE in a clipboard and select "File -> Run Clipboard" in Golly, then the program shows a message "Sorry, but Perl scripting is no longer supported."
Should it be updated?
I've complained about this myself. Actual Perl code should continue with that message, but RLE needs to be detected as RLE and not as Perl code, giving a different error message.
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,44,47,48,54,56,72,74,80,92,96S
217,486,576

S: SKOP
G: gun

amling
Posts: 736
Joined: April 2nd, 2020, 9:47 pm

Re: Thread for your website-related questions

Post by amling » April 15th, 2024, 2:15 pm

Most recently I wanted to find all posts of mine containing the string "(2, 1)c/5" but phpBB search is fixated on words of which that string contains none longer than one letter (which phpBB refuses to search). At least for something like 4c/8 I could filter for "4c" and read whatever showed up (including e.g. "4c/10"). How do other people deal with this sort of thing?

I have half a mind to start tagging (just in the sense of appending a string at the bottom) my posts with some phpBB-searchable encoding of all velocities they contain.

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

Re: Thread for your website-related questions

Post by dvgrn » April 15th, 2024, 2:45 pm

amling wrote:
April 15th, 2024, 2:15 pm
Most recently I wanted to find all posts of mine containing the string "(2, 1)c/5" but phpBB search is fixated on words of which that string contains none longer than one letter (which phpBB refuses to search). At least for something like 4c/8 I could filter for "4c" and read whatever showed up (including e.g. "4c/10"). How do other people deal with this sort of thing?

I have half a mind to start tagging (just in the sense of appending a string at the bottom) my posts with some phpBB-searchable encoding of all velocities they contain.
In emergencies I might do a regexp search of a scraped copy of all forum messages.

But most of the time I just shrug and shake my head at how bad the phpBB search system is, and invent ways to describe everything that I might want to search for in the future, in the form of OneChunkOfInfoAllStrungTogether123.

(Notice that's not OneChunkOfInfoAllStrungTogether-123 or OneChunkOfInfoAllStrungTogether_123 -- pretty much any special character inserted into the alphanumeric string causes the phpBB search system to consider the tag as two separate pieces.)

User avatar
confocaloid
Posts: 3119
Joined: February 8th, 2022, 3:15 pm

Re: Thread for your website-related questions

Post by confocaloid » April 15th, 2024, 2:46 pm

amling wrote:
April 15th, 2024, 2:15 pm
[...] How do other people deal with this sort of thing?

I have half a mind to start tagging (just in the sense of appending a string at the bottom) my posts with some phpBB-searchable encoding of all velocities they contain.
The best workaround I know of is to do what you described (manually append keywords that can be searched).
Even then, I remember sometimes forum search cannot find posts that contain a seemingly searchable keyword. I.e. even if one can find some posts with a keyword, there's no guarantee of finding all of them.

amling
Posts: 736
Joined: April 2nd, 2020, 9:47 pm

Re: Thread for your website-related questions

Post by amling » April 15th, 2024, 3:02 pm

dvgrn wrote:
April 15th, 2024, 2:45 pm
...a scraped copy of all forum messages...
Yes! Where do I sign up for that? Is there an API? Conceivably I could even have a script updating velocity tags on my posts automatically so I don't have to remember...

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

Re: Thread for your website-related questions

Post by dvgrn » April 15th, 2024, 3:17 pm

amling wrote:
April 15th, 2024, 3:02 pm
Yes! Where do I sign up for that? Is there an API? Conceivably I could even have a script updating velocity tags on my posts automatically so I don't have to remember...
Ha, a workable API would be a nice feature indeed. I don't know of any such thing, unfortunately.

The stuff that I've written is much clunkier -- see, for example, get-all-rules.py and get-all-patterns.py from the conwaylife-scrapers folder in my main GitHub repo.

It would be fairly straightforward to adapt that code to produce a list of the forum number and post number for every post that you've made (for example) -- plus the text content of those posts. Could also generate a direct link to the "edit" view for each post, so that you could jump directly to each one where a tag would be useful, and add it quickly. It would take a Selenium script to add the tags automatically, and it would be good to be very careful about writing things like that -- a bug in a script like that could do entertaining things like wipe out all the content of all of your posts.

It's still all very awkward, but there does seem to be a theoretically possible workaround, at least. We're definitely getting what we're paying for in this phpBB search department.

User avatar
confocaloid
Posts: 3119
Joined: February 8th, 2022, 3:15 pm

Re: Thread for your website-related questions

Post by confocaloid » April 20th, 2024, 11:12 am

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.

TYCF
Posts: 530
Joined: August 7th, 2023, 3:44 am
Location: England, United Kingdom,

Re: Thread for your website-related questions

Post by TYCF » April 20th, 2024, 12:21 pm

Code: Select all

x = 5, y = 3, rule = B3/S23
obobo$2ob2o$obobo!

Code: Select all

x = 5, y = 4, rule = B35/S234i8
2bo$bobo$2ob2o$5o!



User avatar
unname4798
Posts: 560
Joined: July 15th, 2023, 10:27 am

Re: Thread for your website-related questions

Post by unname4798 » April 20th, 2024, 1:04 pm


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

Re: Thread for your website-related questions

Post by dvgrn » April 20th, 2024, 2:40 pm

unname4798 wrote:
April 20th, 2024, 1:04 pm
The last three are abbreviation pages, but what about the other two?
I'm going to go ahead and remove the three redirects, and will send a quick PM to tommyaweosme about them -- "Us:" or "U:" are outside of the User namespace, so they show up in main-namespace searches.

The third redirect already seems to be showing that the first two were the kind of attractive-nuisance idea that might catch on with other users. Hopefully a quick removal will discourage the creation of any more clutter-y "abbreviation redirects" for abbreviations that were just made up on the spot and aren't actually in general use.

User avatar
tommyaweosme
Posts: 323
Joined: January 15th, 2024, 9:37 am

Re: Thread for your website-related questions

Post by tommyaweosme » April 20th, 2024, 7:31 pm

i hate having to type out [[User:Tommyaweosme/the b3i project/b3i8]] or something like that. i just through it would be cool if it could be shortened.

with the two gifs, i was expirementing to see if i could post them on a forum post if i uploaded them to the wiki. it didnt work.
home from sleepover

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

Re: Thread for your website-related questions

Post by hotdogPi » April 20th, 2024, 7:36 pm

If you're already in your userspace, [[/example]] will go to [[User:Tommyaweosme/example]].
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,44,47,48,54,56,72,74,80,92,96S
217,486,576

S: SKOP
G: gun

User avatar
confocaloid
Posts: 3119
Joined: February 8th, 2022, 3:15 pm

Re: Thread for your website-related questions

Post by confocaloid » April 20th, 2024, 8:03 pm

unname4798 wrote:
April 20th, 2024, 1:04 pm
You edited the quoted text. Please do not edit quotes.
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.

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

Re: Thread for your website-related questions

Post by dvgrn » April 20th, 2024, 8:17 pm

tommyaweosme wrote:
April 20th, 2024, 7:31 pm
with the two gifs, i was expirementing to see if i could post them on a forum post if i uploaded them to the wiki. it didnt work.
Why not just make inline attachments to forum posts, directly?

I've done an inline attachment and a regular attachment to your recent eye of the glider post, to show the difference.

Sokwe
Moderator
Posts: 2699
Joined: July 9th, 2009, 2:44 pm

Re: Thread for your website-related questions

Post by Sokwe » April 20th, 2024, 8:27 pm

tommyaweosme wrote:
April 20th, 2024, 7:31 pm
with the two gifs, i was expirementing to see if i could post them on a forum post if i uploaded them to the wiki.
Like Dave said, you should use the forum inline attachment feature, rather than the wiki. Images uploaded to the wiki that are not used on the wiki may be deleted without notice.
tommyaweosme wrote:
April 20th, 2024, 7:31 pm
it didnt work.
It's certainly possible to include wiki images in forum posts. For example,

Code: Select all

[img]https://conwaylife.com/w/images/8/81/Glider.gif[/img]
gives

Image
-Matthias Merzenich

User avatar
tommyaweosme
Posts: 323
Joined: January 15th, 2024, 9:37 am

Re: Thread for your website-related questions

Post by tommyaweosme » April 20th, 2024, 8:34 pm

Sokwe wrote:
April 20th, 2024, 8:27 pm
It's certainly possible to include wiki images in forum posts. For example,

Code: Select all

[img]https://conwaylife.com/w/images/8/81/Glider.gif[/img]
gives

Image
i tried using [img src]
home from sleepover

User avatar
confocaloid
Posts: 3119
Joined: February 8th, 2022, 3:15 pm

Re: Thread for your website-related questions

Post by confocaloid » April 21st, 2024, 9:31 am

tommyaweosme wrote:
April 20th, 2024, 7:31 pm
Rule:Tireworld is non-notable. The same holds for many other rulefiles you posted to the wiki:
https://conwaylife.com/w/index.php?targ ... tributions

User avatar
tommyaweosme
Posts: 323
Joined: January 15th, 2024, 9:37 am

Re: Thread for your website-related questions

Post by tommyaweosme » April 21st, 2024, 9:34 am

confocaloid wrote:
April 21st, 2024, 9:31 am
Rule:Tireworld is non-notable. The same holds for many other rulefiles you posted to the wiki:
https://conwaylife.com/w/index.php?targ ... tributions
i have very, very faded memories of, at the very start of my conways game of life career, someone telling me that they upload ruletables all the time. i guess i kind of hard-coded that into myself without knowing if i was allowed to or not. i guess i never checked the notability rules for ruletables.
home from sleepover

User avatar
confocaloid
Posts: 3119
Joined: February 8th, 2022, 3:15 pm

Re: Thread for your website-related questions

Post by confocaloid » April 21st, 2024, 9:40 am

tommyaweosme wrote:
April 21st, 2024, 9:34 am
i guess i kind of hard-coded that into myself without knowing if i was allowed to or not.
It's not exactly a recommended thing to do. The wiki repository is intended for interesting CA that are notable for some reason and that are supposed to be explored by others.

Without some observable evidence of interest from other people, it's best to post in TFYUCA / MDiOCA instead, and wait until someone else becomes interested in exploring the same CA.
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
Posts: 1645
Joined: August 12th, 2020, 8:22 pm

Re: Thread for your website-related questions

Post by hotdogPi » April 24th, 2024, 12:18 pm

Due to a French language video on YouTube getting a whole bunch of views, the Discord server has seen a massive uptick in joins... but the forum has had no new members from April 11 to 24 (there's been exactly one today). I don't think it's the change in anti-bot question, as the first half of April has a decent number of new members. Why aren't they seeing this forum?
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,44,47,48,54,56,72,74,80,92,96S
217,486,576

S: SKOP
G: gun

AlbertArmStain
Posts: 1314
Joined: January 28th, 2022, 7:18 pm
Location: Planet Z

Re: Thread for your website-related questions

Post by AlbertArmStain » April 26th, 2024, 3:19 pm

Can the search feature on the forums be modified so that unique characters such as "/" or "-" will not be ignored in a search query?

User avatar
unname4798
Posts: 560
Joined: July 15th, 2023, 10:27 am

Re: Thread for your website-related questions

Post by unname4798 » April 26th, 2024, 11:55 pm

AlbertArmStain wrote:
April 26th, 2024, 3:19 pm
Can the search feature on the forums be modified so that unique characters such as "/" or "-" will not be ignored in a search query?
And to allow simple search? (It searches exactly for a thing)

User avatar
Period1GliderGun
Posts: 767
Joined: March 9th, 2022, 1:50 am
Location: Everywhere you look
Contact:

Re: Thread for your website-related questions

Post by Period1GliderGun » April 29th, 2024, 3:29 pm

This may be the wrong thread, but how do I contribute to b3s23osc_stdin and Catagolue's gun and guntrue pages?
It's OK to abbreviate my username to "P1GG," but never, never, call me "pig."

Code: Select all

x = 36, y = 9, rule = B3/S23
23bobo$21bo3bo$13bo7bo$12b4o4bo4bo8b2o$11b2obobo4bo12b2o$2o8b3obo2bo3b
o3bo$2o9b2obobo6bobo$12b4o$13bo!
[[ STEP 30 ]]

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

Re: Thread for your website-related questions

Post by dvgrn » April 29th, 2024, 4:28 pm

Period1GliderGun wrote:
April 29th, 2024, 3:29 pm
This may be the wrong thread, but how do I contribute to b3s23osc_stdin and Catagolue's gun and guntrue pages?
Either this thread or the "Basic questions" thread seems like a reasonable choice -- Catagolue isn't really the conwaylife.com website, but it's linked to in the header anyway!

For an overview of how contributions to "stdin" symmetries work, see the stdin symmetry tutorial as a starting point.

To contribute new record-breaking guns to the gun or guntrue pages, just paste gun patterns into the nonmagical box at the bottom of the Syntheses page.

If you start with the gun with all of its gliders removed, that will usually work fine. There's one caveat, which involves placing small still lifes in some corner of the bounding box, if the gun is very sparky and the sparks extend out beyond the bounding box of the combined catalysts. The size of a gun is measured by the size of everything-except-the-gliders-in-all-phases, and Catagolue isn't perfect about doing that measurement without a little help -- so it's possible to submit something that sets an illegal / invalid record, which is then a little bit difficult to excise from Catagolue's database again.

User avatar
Period1GliderGun
Posts: 767
Joined: March 9th, 2022, 1:50 am
Location: Everywhere you look
Contact:

Re: Thread for your website-related questions

Post by Period1GliderGun » April 29th, 2024, 5:01 pm

dvgrn wrote:
April 29th, 2024, 4:28 pm
Period1GliderGun wrote:
April 29th, 2024, 3:29 pm
This may be the wrong thread, but how do I contribute to b3s23osc_stdin and Catagolue's gun and guntrue pages?
Either this thread or the "Basic questions" thread seems like a reasonable choice -- Catagolue isn't really the conwaylife.com website, but it's linked to in the header anyway!

For an overview of how contributions to "stdin" symmetries work, see the stdin symmetry tutorial as a starting point.

To contribute new record-breaking guns to the gun or guntrue pages, just paste gun patterns into the nonmagical box at the bottom of the Syntheses page.

If you start with the gun with all of its gliders removed, that will usually work fine. There's one caveat, which involves placing small still lifes in some corner of the bounding box, if the gun is very sparky and the sparks extend out beyond the bounding box of the combined catalysts. The size of a gun is measured by the size of everything-except-the-gliders-in-all-phases, and Catagolue isn't perfect about doing that measurement without a little help -- so it's possible to submit something that sets an illegal / invalid record, which is then a little bit difficult to excise from Catagolue's database again.
Thank you! I will do my best not to submission-spam.
It's OK to abbreviate my username to "P1GG," but never, never, call me "pig."

Code: Select all

x = 36, y = 9, rule = B3/S23
23bobo$21bo3bo$13bo7bo$12b4o4bo4bo8b2o$11b2obobo4bo12b2o$2o8b3obo2bo3b
o3bo$2o9b2obobo6bobo$12b4o$13bo!
[[ STEP 30 ]]

Post Reply