Spaceships in Conway's Life
Spaceships in Conway's Life
None of the article links on this page work. Nothing happens when clicked.
Phil Bookman
Re: Spaceships in Conway's Life
Hm, that's odd. Is there some new browser policy or some such, about not downloading ZIP files across domains, or something like that? The URLs all seem to be correct, and they all point to the links that can (still) be found, with identical link text, on David Bell's web page.
I guess an easy workaround is just to point to David Bell's web page. But a better workaround would be to LifeViewerize those old articles, all seven parts. Has that really not been done yet?
Looks like it was done at one point -- there's a link to an HTML version from Paul Callahan's home page. But the link is defunct, and that wouldn't have been LifeViewer anyway... possibly a Java app, but those tended to stop working a decade or so ago.
Re: Spaceships in Conway's Life
Puzzles me too, If there was a zip issue, it would be server-side policy, but should result in some sort of error returned.dvgrn wrote: ↑January 25th, 2022, 4:40 pmHm, that's odd. Is there some new browser policy or some such, about not downloading ZIP files across domains, or something like that? The URLs all seem to be correct, and they all point to the links that can (still) be found, with identical link text, on David Bell's web page.
I guess an easy workaround is just to point to David Bell's web page. But a better workaround would be to LifeViewerize those old articles, all seven parts. Has that really not been done yet?
Looks like it was done at one point -- there's a link to an HTML version from Paul Callahan's home page. But the link is defunct, and that wouldn't have been LifeViewer anyway... possibly a Java app, but those tended to stop working a decade or so ago.
Wait, I found the problem. Those wiki links are http not https. A server-side issue (server should redirect http to https) but easy to fix. I just did.
Phil Bookman