Search found 8 matches

by zdr
November 6th, 2018, 6:08 pm
Forum: General Discussion
Topic: Re: Truth of this world and the end of humanity fg
Replies: 12
Views: 8414

Re: Truth of this world and the end of humanity fg

M. I. Wright wrote:Yeah, the Internet is moderated by Yeerks and they've really been going nuts on censorship these days.

That's why this post is going to get removed. No other explanation.

[edit: context]
Nice archive.
I am the Retrograde Anomaly.
They will not win.
by zdr
March 20th, 2016, 6:52 am
Forum: Patterns
Topic: is this c/10 spaceship known?
Replies: 355
Views: 605809

Re: is this c/10 spaceship known?

The copperhead has 4 predecessors that fit withing a 6x11 rectangle with symmetry. Finding the ship this way takes ~1 hour. x = 11, y = 39, rule = B3/S23 2b3ob2o$o3b2o2b2o$4obo4bo$4obo4bo$o3b2o2b2o$2b3ob2o6$ob3ob2o$4o4bobo$ 2o5bo2bo$2o5bo2bo$4o4bobo$ob3ob2o6$2b3ob2o$4o4bobo$obo4bo2bo$obo4bo2bo $4o4b...
by zdr
March 11th, 2016, 5:36 am
Forum: Scripts
Topic: zfind discussion
Replies: 257
Views: 212382

Re: zfind discussion

Your changes to make it handle searches faster than c/3 slow down the search. I thought it probably would. So, when checking a row, is 3 the ideal number of generations to look back for a predecessor? As, you noted, only looking back 2 generations isn't as fast. Does looking back 4 generations also...
by zdr
March 11th, 2016, 4:07 am
Forum: Scripts
Topic: zfind discussion
Replies: 257
Views: 212382

Re: zfind discussion

Though the search still seems a bit slower-- around 100 seconds for w5p10k1v instead of 80 (but I'm running several instances on different cores.) 100 seconds is way too slow, it should be close to 20. Your compiler is probably not optimizing it correctly. Compiling with gcc -O3 gives 19 second sea...
by zdr
March 11th, 2016, 3:36 am
Forum: Scripts
Topic: zfind discussion
Replies: 257
Views: 212382

Re: zfind discussion

Your changes to make it handle searches faster than c/3 slow down the search. Modified version below, a few small additions: greatly reduced spam added symmetry modes a = asymmetric g = gutter can search for speeds faster than c/3 #include <stdio.h> #include <stdlib.h> int sp[8], *gf, *gb, *gl, *gs;...
by zdr
March 10th, 2016, 5:11 am
Forum: Patterns
Topic: is this c/10 spaceship known?
Replies: 355
Views: 605809

Re: is this c/10 spaceship known?

It looks like this thread was linked from somewhere, since it now has over 40k views. If anyone is interested in how simple it was to find this spaceship run the following c code with arguments: b3s23 w5 p10 k1 v This was the exact program used to find it. #include <stdio.h> #include <stdlib.h> int ...
by zdr
March 5th, 2016, 8:08 pm
Forum: Patterns
Topic: is this c/10 spaceship known?
Replies: 355
Views: 605809

Re: is this c/10 spaceship known?

Edit: How long did it take to find the ship? I just ran this search in gfind and it refound the ship in a little over an hour. It's really amazing this wasn't found sooner. This is why I suspected a bug in gfind, it is small enough that someone should have found it by now. The search takes 19 secon...
by zdr
March 5th, 2016, 5:54 am
Forum: Patterns
Topic: is this c/10 spaceship known?
Replies: 355
Views: 605809

is this c/10 spaceship known?

there may be bugs in gfind

Code: Select all

x = 10, y = 13, rule = B3/S23
4b2o$3b4o2$2b6o$3b4o2$2b2o2b2o$2obo2bob2o$3bo2bo3$4b2o$4b2o!