pagetop 
October 26, 2011: A Spirit of Adventure Oct. 25 Oct. 27 2011 FOTD Home
  Rating 7

empire of numbers

Fractal visionaries and enthusiasts:

Even though the desigated fractal computer is still out of action, the amount of time I spent finding and creating today's image must be near a record minimum.

The parent fractal came about when I combined Z^(100) with 40 parts of Z^(0.1) before adding straight C on every iteration.  This parent resembles nothing as much as the little 'pac-man' game figure that was so popular back in the days when computer games were still fun.  (Maybe they still are and I'm simply too old-fashioned to realize it.)  A tiny Mandelbrot set lies where pac-man's mouth would be located; today's image lies is a field of swirling debris on the northern side of this tiny M-set.

The image is unusual because of the unusual curvilinear elements surrounding the central minibrot.  Most of the coloring effect was achieved by rendering the scene with the outside set to 'summ' and color register 001 set to 000.

The name "A Spirit of Adventure" could apply to Stanley's explorations in Africa in the 19th century.  Today however, it refers to the virtual adventures in the not-quite-as-real world of fractals.

When all things were considered, I rated the image at a 7.  After all, I have been to this area previously in FOTD history.

The image is a quick one, taking only 27 seconds on the slow machine and an estimated 7 seconds on the fast one, which is still out of action.  This brief time will bring no frustration to those who decide that running the parameter file was a waste of time.

Lots of clouds prevailed here at Fractal Central today, but the temperature of 63F 17C kept things reasonably pleasant.  The fractal cats had a day that would be considered near normal for a cat.  Nicholas got himself locked into a closet for an hour or so, and was not missed until he began shouting for release.  Cassie took advantage of his predicament by hogging the window shelf for herself.

The human beings had another in a long string of busy but otherwise uneventful days.  The next FOTD will be posted in 24 hours.  Until then, take care, and how is it possible for consciousness to arise in a universe that has no consciousness already built in?

Jim Muth
jamth@mindspring.com


START PARAMETER FILE=======================================

ASpiritOfAdventure { ; time=0:00:07.00 SF5 at 2000MHZ
  reset=2004 type=formula formulafile=allinone.frm
  formulaname=MandAutoCritInZ function=ident
  center-mag=-38.86965611981/-0.088389179104/1.02e+7\
  /1/-140/0 params=1/100/40/0.1/0/0/0/0 float=y
  maxiter=300 inside=255 outside=summ periodicity=6
  colors=000000JLcSISiFCdFFVeRrBrmChiD_dEQR2hV7ZYBQ9\
  FZGHYNB`UKRzr0dlHcaHaQHzzUzFclFKfSUjMNnGHrBBtWNupZ\
  lcddSiXGoP4tZIvhWxrhyGDkeOOMEcREWWFOZoi_XVzeWpG2hF\
  AIk3P`8VQDMBuF4oN8cUCSGqERYGVNfYJU`fainafbVcRO4QfF\
  MYQIPx7nr9elBYfDPoSKjNJeJIR3eW9TOK36s7EhAMZCUPFfGY\
  dFTcFPaFLi1kd8WLqMPgKTYJXOIcm`nxZihTdUN7KLMHJ0ZpPZ\
  RSUOVPMYKJerKbZIFN_NKTUHNEZtEqxKgmQYbWOSS4Lbh8aUDY\
  2tZ6j_9``CRqhQhULys`lZRcR4bN9aJDyW5kstgefcSUY9JZBI\
  _DHOYiTR_XLQ3HTFGPQFL5DELEGkgvgYhcOVVJbYHSXjaYbWZV\
  R_NMT0mV4dX8XZCPWbxZRb2gFEYGQOHKnctSTlinfUYUe2XX7Z\
  OCQI1gtQVsiObCTVEXNGgETcFNFL5TRbVOXXLSZIMTfZV_UXTQ\
  ZMLrHnlGbfFSyhxr`mlUbfMSETwQMaLDVG6sCKWLIRTGMtJcmH\
  WfGOT4lW8aZCRkmNhdLeWKbNIzB2mDA8oszzSqjOhVKg6icBV2\
  PYKKPqq4kd9eSDd2ib7_aBQcz0ZZc_SW`LOHXdavo``YNsk95N\
  G8LNAKUDIgc0LPqTKZe4ubA`fb9dVCbNFO6KZai_U_`MQI8cNA\
  YSCSXEM8QaVEUXFPZFL0Szhhh }

frm:MandAutoCritInZ {; Jim Muth
a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
g=1/f, h=1/d, j=1/(f-b), z=(((-a*b*g*h)^j)+(p4)),
k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
z=k*((a*(z^b))+(d*(z^f)))+c,
|z| < l }

END PARAMETER FILE=========================================