Search found 9811 matches

by dvgrn
March 25th, 2024, 8:55 am
Forum: LifeWiki Discussion
Topic: Suggested LifeWiki edits
Replies: 911
Views: 179242

Re: Suggested LifeWiki edits

Suggested fix: undo for the first linked edit (page Butterfly hasslers ); clarify relevance for second edit (page Silver's p5 ). Question for hassler-builders and other terminology experts: is there more or less of a consensus that to be a "hassler" of Object X, a pattern has to have hassling objec...
by dvgrn
March 25th, 2024, 7:44 am
Forum: Scripts
Topic: safeopenclip.lua usability issues
Replies: 57
Views: 1149

Re: safeopenclip.lua usability issues

This is deliberate. If there is an error in the bounded grid definition and it's carried across to the safe rule then the pattern still won't open. What do you think of the two-stage approach? Try opening the safe rule with the bounded-grid suffix, and then if that doesn't work, try the safe rule w...
by dvgrn
March 24th, 2024, 3:44 pm
Forum: Scripts
Topic: safeopenclip.lua usability issues
Replies: 57
Views: 1149

Re: safeopenclip.lua usability issues

Maybe instead add a status bar message along the lines "Unknown rule; the pattern is converted to a default 256-state rule; go to View -> Pattern Info to get the original rulestring". Yup, something along those lines seems like the important info to put in the status bar. It might not be necessary,...
by dvgrn
March 24th, 2024, 12:39 pm
Forum: Scripts
Topic: safeopenclip.lua usability issues
Replies: 57
Views: 1149

Re: safeopenclip.lua usability issues

[*] (a) these lines clutter pattern comments. The more is added, the harder it is to understand what is going on. The instructions belong to help system. The idea of cluttering pattern comments with extra added lines was originally yours , not mine. Once the script is adding a new comment line anyw...
by dvgrn
March 24th, 2024, 10:02 am
Forum: Scripts
Topic: safeopenclip.lua usability issues
Replies: 57
Views: 1149

Re: safeopenclip.lua usability issues

Just noticed that the "safeheader" definition in the current script doesn't preserve the bounded-grid suffix from the original rule, if there is one. Any thoughts on appending the bounded-grid suffix, if any, to the "Display256" safe rule? Are there situations where the bounded grid will work for so...
by dvgrn
March 24th, 2024, 7:07 am
Forum: Scripts
Topic: safeopenclip.lua usability issues
Replies: 57
Views: 1149

Re: three extra comment lines

In the commit you linked to, the script does not do what I suggested, but instead attempts to do the reverse. It keeps the three-line extra advice enabled, unless the script can detect some kind of unsupported character. This kind of detection cannot be done in a satisfactory way, because there wil...
by dvgrn
March 24th, 2024, 6:14 am
Forum: Scripts
Topic: safeopenclip.lua usability issues
Replies: 57
Views: 1149

Re: three extra comment lines

It is useful to be able to view and copy the actual rulename/rulestring that was specified in the pasted pattern snippet. So, for example, a single-line message of the following form is useful for a human Golly user: #C Golly converted unsupported rule: R5,C0,S33-57,B34-45,NMHistory That line is st...
by dvgrn
March 24th, 2024, 6:05 am
Forum: Website Discussion
Topic: "catagolue"
Replies: 6
Views: 260

Re: "catagolue"

it says catagolue instead of catalogue. glad to be the first one to point out this typo. ... Heh, you're a long way from being the first. It's a rather subtle in-joke that often just escapes people's notice for a long time, just like a lot of people can read right past badly jumbled word centers as...
by dvgrn
March 23rd, 2024, 11:06 pm
Forum: Scripts
Topic: safeopenclip.lua usability issues
Replies: 57
Views: 1149

Re: [Rule]Investigator support in Golly

If the resulting script happens to have some complicated logic to make it hard to test comprehensively, well, no big deal, but it is something to keep in mind. The added code is quite minimal -- it just generates the three extra comment lines that are quoted above. And now it seems to do it correct...
by dvgrn
March 23rd, 2024, 10:21 pm
Forum: Scripts
Topic: safeopenclip.lua usability issues
Replies: 57
Views: 1149

Re: [Rule]Investigator support in Golly

Another usability issue is that "action=raw" should probably be changed to "action=edit". In your example, following the link index.php?title=Rule:TriRep&action=raw causes my web browser to download and save a file named 'index.php'. (I know there must be a way to fix that somehow somewhere. But on...
by dvgrn
March 23rd, 2024, 8:52 pm
Forum: Scripts
Topic: safeopenclip.lua usability issues
Replies: 57
Views: 1149

Re: [Rule]Investigator support in Golly

Would there be a way to distinguish between cases when the specified string after "rule =" might plausibly be a filename for a ruletree/ruletable, versus cases when it is most likely a rulestring notation, and then show the additional advice only in the former case but not in latter case? Or just a...
by dvgrn
March 23rd, 2024, 7:58 pm
Forum: Scripts
Topic: safeopenclip.lua usability issues
Replies: 57
Views: 1149

safeopenclip.lua usability issues

Suggestion: when the rule is changed from what was specified in the RLE, add the old rulename/rulestring in an additional autogenerated pattern comment line. Done . Thanks for the suggestion! This brought up another long-term Golly user-unfriendliness that's easy to improve on now, with this same s...
by dvgrn
March 23rd, 2024, 2:31 am
Forum: General Discussion
Topic: [Rule]Investigator support in Golly
Replies: 48
Views: 3755

Re: [Rule]Investigator support in Golly

One other interesting (but not necessarily useful; see above) possibility is to convert instead from StateInvestigator to LifeHistory. Convert 0 to 0 and 1 to 1. Convert every "is treated as ON" cellstate >= 2 into "marked ON". Convert every "is treated as OFF" cellstate >= 2 into "marked OFF". For...
by dvgrn
March 22nd, 2024, 10:28 pm
Forum: General Discussion
Topic: [Rule]Investigator support in Golly
Replies: 48
Views: 3755

Re: [Rule]Investigator support in Golly

Tangential: is there a way to tell which not-yet-assigned keyboard shortcuts are most likely / least likely to be used at some point in some future release? (For example I have Alt+P assigned for oscar.lua, but others might have different shortcuts/no shortcut, and developers might decide to use Al...
by dvgrn
March 22nd, 2024, 9:56 pm
Forum: General Discussion
Topic: [Rule]Investigator support in Golly
Replies: 48
Views: 3755

Re: [Rule]Investigator support in Golly

Question for StateInvestigator / LifeInvestigator users: what is the most useful conversion behavior for a [Rule]Investigator pattern? We currently have Alt/Option G, H, J mapped to scripts that convert to [R]Super, [R]History, and [R]Standard, respectively -- plus Alt/Option K going to the rule-agn...
by dvgrn
March 22nd, 2024, 11:44 am
Forum: LifeWiki Discussion
Topic: "glider loop" for single-glider-only oscillators, or no?
Replies: 81
Views: 2677

Re: shuttles, loops, hasslers

How do you explain this? It is stable (unlike 6 bits) and extensible (unlike SKOP 134). I think that it is a loop, temporially at least. The Jubjub reflector being stable doesn't say anything at all about whether a Jubjub shuttle is a hassler or not. There must be many dozens if not hundreds of has...
by dvgrn
March 22nd, 2024, 9:16 am
Forum: General Discussion
Topic: Thread for basic questions
Replies: 4793
Views: 1229298

Re: Thread for basic questions

Is there an oscillator with a rotor size of 1? No. A rotor size of 1 must a a p2 because there are only 2^1=2 possible states. Because the birth conditions are a subset of the survival conditions, a cell that turns on will stay on the next generation. Yup, that's the implication of the summary in t...
by dvgrn
March 21st, 2024, 8:19 am
Forum: Patterns
Topic: The Hunting of the Elementary Conduits
Replies: 875
Views: 398641

Re: The Hunting of the Elementary Conduits

BF20H with nice connectability: x = 18, y = 25, rule = LifeHistory 7.2B2.2B$6.E7BD$4.3BE6BDBD$3.4B2E5B3DB$.5B2E8BD$.5BE8B$.7B.4B$.6B.4B$ 2.4B.4B$2.8B$.8B$8B$B2C5B$.2C5B4.2C$2.7B2.C2.C$2.4BC2B2.C.2C$2.3BCBC 2B2C$3.2BCBC2B2.3C$4.2BC3B2C2.C$6.3B2.C$8.2BC$7.BC2.3C$8.3C3.C$11.C.C $10.2C.2C! Very nice fi...
by dvgrn
March 20th, 2024, 9:10 pm
Forum: Patterns
Topic: Small Spaceship Syntheses
Replies: 731
Views: 563320

Re: Small Spaceship Syntheses

That makes for an awesome first post -- welcome to the forums! Might have to try a glider-to-Cordership converter rebuild now -- though there's still the problem of two of those gliders being retrograde ones, coming in down the middle of the Cordership's exit lane and making the repeat time worse. I...
by dvgrn
March 20th, 2024, 1:38 pm
Forum: LifeWiki Discussion
Topic: LifeWiki Edit War Reporting Thread
Replies: 50
Views: 3499

Re: LifeWiki Edit War Reporting Thread

The difference is that in the p42 oscillator shown on the page , the phase containing wings doesn't contain any other parts of the hassled reaction. In particular, that phase doesn't contain temporary loaves (which appear at different time)... Oops, sorry -- that was a very unlikely coincidence! I'...
by dvgrn
March 20th, 2024, 12:15 pm
Forum: LifeWiki Discussion
Topic: LifeWiki Edit War Reporting Thread
Replies: 50
Views: 3499

Re: LifeWiki Edit War Reporting Thread

https://conwaylife.com/w/index.php?diff=147530&oldid=147518 https://conwaylife.com/w/index.php?diff=147348&oldid=146004 In 68P16, the hassled reaction consists (at some point) of four blocks and four wings. It never consists of "wings and nothing else". So this oscillator is not a wing hassler, and...
by dvgrn
March 20th, 2024, 11:41 am
Forum: Patterns
Topic: Faster 2c/3 Wires
Replies: 58
Views: 6084

Re: Faster 2c/3 Wires

Very nice find! A Herschel-plus-one-tick seems to substitute very nicely for a pi input, as long as there's a glider to back it up. The Herschel+glider is better because it performs a double-push -- i.e. a Herschel+glider is equivalent to a pair of pies. Darn, I didn't say that clearly -- I missed ...
by dvgrn
March 20th, 2024, 8:36 am
Forum: Patterns
Topic: Faster 2c/3 Wires
Replies: 58
Views: 6084

Re: Faster 2c/3 Wires

Here is a way to inject a 2c/3 signal with a repeat time of 61... Very nice find! A Herschel-plus-one-tick seems to substitute very nicely for a pi input, as long as there's a glider to back it up. It even looks like there are about 20 ticks to spare, if it somehow became possible to deliver those ...
by dvgrn
March 18th, 2024, 4:37 pm
Forum: Website Discussion
Topic: Thread for your website-related questions
Replies: 346
Views: 56797

Re: Thread for your website-related questions

Tawal wrote:
March 18th, 2024, 4:19 pm
Do you see the "Edit2" at the end of my post ?

Edit2: It works fine here...
Scroll down and have a look in the bottom of your code block. There's a little problem with the closing code tag, which means the whole rest of the post is getting treated as code.
by dvgrn
March 18th, 2024, 9:36 am
Forum: LifeWiki Discussion
Topic: LifeWiki Edit War Reporting Thread
Replies: 50
Views: 3499

Re: LifeWiki Edit War Reporting Thread

I believe there's a misunderstanding here, and that what Haycat is trying to say is that "the majority of SKOPs with prime period are rectifier loops". Thanks -- that's the perspective I was looking for, and for some reason couldn't find! I've added a separate sentence at the bottom of the section ...