home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / fractint / archive / v01.n486 < prev    next >
Internet Message Format  |  2000-07-29  |  42KB

  1. From: owner-fractint-digest@lists.xmission.com (fractint-digest)
  2. To: fractint-digest@lists.xmission.com
  3. Subject: fractint-digest V1 #486
  4. Reply-To: fractint-digest
  5. Sender: owner-fractint-digest@lists.xmission.com
  6. Errors-To: owner-fractint-digest@lists.xmission.com
  7. Precedence: bulk
  8.  
  9.  
  10. fractint-digest         Sunday, July 30 2000         Volume 01 : Number 486
  11.  
  12.  
  13.  
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Mon, 24 Jul 2000 01:06:29 -0400 (EDT)
  18. From: Jim Muth <jamth@mindspring.com>
  19. Subject: (fractint) FOTD 24-07-00  (Ring Around a Midget [7])
  20.  
  21. FOTD -- July 24, 2000 (Rating 7)
  22.  
  23. Fractal visionaries and enthusiasts:
  24.  
  25. Today's fractal is a picture of a ring around a midget, so 
  26. that's what I named it.  The iterated formula started as a 
  27. whimsical -11Z^(-1.1)-Z^(-11), but I soon found that setting 
  28. real(p3) to -1.99, which multiplied the original expression by 
  29. - -0.99, made the fractal far more interesting and resulted in a 
  30. final image that rates a 7.
  31.  
  32. The parent fractal is too large to fit on the default screen, 
  33. and must be given one outzoom before it is all visible.  When 
  34. this is done, a curiously distorted Mandeloid comes into view, 
  35. with a negative tail that leads in a graceful curving arc into a 
  36. dazzling basin quite unlike any I've seen until now.
  37.  
  38. Naturally, upon finding something I've never before seen in a 
  39. fractal, my immediate impulse is to dive into it in search of 
  40. midgets.  On my dive today I came up with a midget and a fractal 
  41. picture that rates a 7.
  42.  
  43. At 10-1/2 minutes, the parameter file is annoyingly slow to 
  44. render.  But don't despair, for relief is but a few mouse clicks 
  45. away, waiting at the Usenet site:
  46.  
  47.           <alt.binaries.pictures.fractals>
  48.  
  49. and at the Web site:
  50.  
  51.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  52.  
  53. where the GIF image has been posted in all its unfathomable 
  54. glory.
  55.  
  56. Though today's fractal rates an above average 7, the fractal 
  57. weather rated a below average 3.  The temperature of 78F (25.5C) 
  58. was comfortable enough, but it was cloudy, and the forecast or 
  59. rain all week added to the depression.  The fractal cats, who 
  60. seldom get depressed, spent over an hour in the yard before 
  61. retiring to their favorite chairs for the evening.
  62.  
  63. The philosophy is moving along in high gear, and will soon 
  64. appear on the philofractal list.  But it's not quite ready yet, 
  65. so a bit more patience will be required.
  66.  
  67. Until next time, take care, and don't do anything naughty, or 
  68. you might turn into a fractal.
  69.  
  70.  
  71. Jim Muth
  72. jamth@mindspring.com
  73.  
  74.  
  75. START 20.0 PAR-FORMULA FILE================================
  76.  
  77. RingAround_aMidget { ; time=0:10:36.14 -- SF5 on a P200
  78.                      ;  Version 2000 Patchlevel 9
  79.   reset=2000 type=formula formulafile=critical.frm
  80.   formulaname=MandelbrotMix4 function=recip passes=1
  81.   center-mag=-5.34265200320681500/+7.73134099829820100\
  82.   /6.046723e+011/0.9999 params=-11/-1.1/-1/-11/-1.99/0
  83.   float=y maxiter=1200 inside=0
  84.   logmap=234 periodicity=10
  85.   colors=0002742723873AB4BG4EK5HO<3>7Ke7Ki8Ln8Mr8Mv<9>\
  86.   cdygfyjhy<3>voz<3>kMkiEgf7cd0`<3>hIkiMnjQpf1VZQLRnC<\
  87.   3>T_NUWPUSSUPU<3>iOblOdbIUTDJJ89<6>aWNdZPgaR<3>qnZ<3\
  88.   >cTb`NcYIbRD`NE_PFZSGaTHeXIhXJkYKp<2>ZNwZOyZOzYNy<3>\
  89.   XNpWNnWMk<3>UMfUMeUMd<3>NDULBSJ9PI7N<3>CCNBEN9FN8GN7\
  90.   HN<8>UFLWFLZFL<3>gFL<3>s_ivdopbej`We_M<7>gbFgbEgbD<2\
  91.   >gcAgcAeaB<8>ROGQMHOLH<3>IFJ<3>gA9m96s84y72<3>`F5UG5\
  92.   OI6<2>6N7<5>WQC_QDcRE<3>tSH<2>L0F<3>okTvvWpwV<3>VyVP\
  93.   zVKzV<7>8tD7tB5s9<2>1q30q11jD<3>5Jw<3>LDmPCkTBi<11>r\
  94.   3q
  95.   }
  96.  
  97. frm:MandelbrotMix4 {; Jim Muth
  98. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  99. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  100. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  101. z=k*((a*(z^b))+(d*(z^f)))+c,
  102. |z| < l
  103. }
  104.  
  105. END 20.0 PAR-FORMULA FILE==================================
  106.  
  107.  
  108. - --------------------------------------------------------------
  109. Thanks for using Fractint, The Fractals and Fractint Discussion List
  110. Post Message:   fractint@lists.xmission.com
  111. Get Commands:   majordomo@lists.xmission.com "help"
  112. Administrator:  twegner@fractint.org
  113. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  114.  
  115. ------------------------------
  116.  
  117. Date: Mon, 24 Jul 2000 22:31:05 EDT
  118. From: JimMuth@aol.com
  119. Subject: (fractint) FOTD, 25-07-00  (Midget with Zipper [7])
  120.  
  121. FOTD -- July 25, 2000 (Rating 7)
  122.  
  123. Fractal visionaries and enthusiasts:
  124.  
  125. I've heard of fractal seahorses and elephants, and all kinds of 
  126. other interesting fractal configurations.  But until today I had 
  127. never heard of a fractal zipper.  All that changed this evening 
  128. however, when I went diving into an interesting looking area of 
  129. a fractal closely related to the parent fractal of yesterday's 
  130. "Ring" picture.  In fact, the zipper that in today's picture 
  131. weaves around the central midget in eight waves is nothing more 
  132. than an amplified version of the ring that was so prominent in 
  133. yesterday's image.
  134.  
  135. And yes, I must confess that I have sinned.  I increased the 
  136. contrast of the original Fractint GIF image by 15 percent in a 
  137. graphic program.  But since the same thing could have been done 
  138. with more effort in Fractint itself, we'll still consider the 
  139. image up to my usual standards of fractal purity.
  140.  
  141. I named today's picture "Midget with Zipper" for obvious 
  142. reasons.  I rated it a 7 because I like the image more than 
  143. average.  For those who choose to view the zipper, (which is not 
  144. open), by running the parameter file, the wait will be about 10 
  145. minutes.  Those who would rather download the finished image, 
  146. will find it posted as usual to:
  147.  
  148.           <alt.binaries.pictures.fractals>
  149.  
  150. and to:
  151.  
  152.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  153.  
  154. The fractal weather was cloudy and cool with steady light rain 
  155. all day.  The temperature of 64F (18C) and the wetness kept the 
  156. cats snug indoors from dawn until dusk.
  157.  
  158. Speaking of foul weather, the cats are testy due to being 
  159. housebound all day, and I hear them getting into trouble 
  160. downstairs.  I'd better shut down the fractal shoppe and calm 
  161. Thomas and Tippy.  Until next time, take care, and does it 
  162. really matter what mind is?
  163.  
  164.  
  165. Jim Muth
  166. jamth@mindspring.com
  167.  
  168.  
  169. START 20.0 PAR-FORMULA FILE================================
  170.  
  171. Midget_with_Zipper { ; time=0:09:45.29 -- SF5 on a P200
  172.                      ;  Version 2000 Patchlevel 9
  173.   reset=2000 type=formula formulafile=critical.frm
  174.   formulaname=MandelbrotMix4 function=recip passes=1
  175.   center-mag=-14.67421731461308/+3.061215278356668/1.3\
  176.   16117e+008/1/54.999 params=-11/-1.1/-1/-11/-1.93/0
  177.   float=y maxiter=1000 inside=0 logmap=184
  178.   symmetry=none periodicity=10
  179.   colors=00007E07N08J09Q0BO0CS0ER0FV0HV0IY<3>0Nb0Oc0Ob\
  180.   0S_0VY<2>CbQHdNKgK<3>_q9cs7gv4ix1mzJqz_uzZxzYuzHrz0<\
  181.   2>kzChzHfxKcxO`xU<2>_xc_xc_xc_wbZuUSrK<4>MgHKdHJcHI`\
  182.   FHZFFWEEVECSCBQC9OCxNzzNzzOzzQzxRznSzhSzbUwZVuRWsOYq\
  183.   MYnJZlH_kE`hBbf8bd<2>9SY9OW9MUBIRBFOBBNB8KB4IB1H94F9\
  184.   5E97C98B99B<2>8E78F58H5<2>7K17M07N04I92CJ08S02`00i22\
  185.   h87gEBgJFfOJfUNd<2>gZblbbqf`vi`zm_zq_zo`wnb<2>lldhkd\
  186.   dkf`if<2>QghMfiIfkEdk9cl7cl5_n4Wo2Ur1Qs0Nv0Jw0Fz<2>0\
  187.   5z01z00z05z7CzEJvKOqRVmY`icgfil`orYvxUzzQzxNzuM<3>zd\
  188.   Hz_FzWEzSCzOBz0_z0Wu0Sn0Q<2>W2F<2>W75WE4WJ21O12V02_0\
  189.   4d04k05o05u09o0Cl0Fh0Jc0M_0OW1<3>`F7cB8f59i1Bl0Cn0Ch\
  190.   0Hb4JW9NQFQJKUCQW5V_0_b4`Z8`VCbRHbNKcKOcHSfC<2>cm1fo\
  191.   2hr4ku4mw5oz7<3>zz9zzBzzCzzCzzE<3>`zJVzKOzMIzNBzO4zQ\
  192.   0zQ1zR4zS7zS9zU
  193.   }
  194.  
  195. frm:MandelbrotMix4 {; Jim Muth
  196. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  197. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  198. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  199. z=k*((a*(z^b))+(d*(z^f)))+c,
  200. |z| < l
  201. }
  202.  
  203. END 20.0 PAR-FORMULA FILE==================================
  204.  
  205. - --------------------------------------------------------------
  206. Thanks for using Fractint, The Fractals and Fractint Discussion List
  207. Post Message:   fractint@lists.xmission.com
  208. Get Commands:   majordomo@lists.xmission.com "help"
  209. Administrator:  twegner@fractint.org
  210. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  211.  
  212. ------------------------------
  213.  
  214. Date: Tue, 25 Jul 2000 23:41:09 -0400 (EDT)
  215. From: Jim Muth <jamth@mindspring.com>
  216. Subject: (fractint) FOTD 26-07-00  (Fractal Potpourri [4])
  217.  
  218. FOTD -- July 26, 2000 (Rating 4)
  219.  
  220. Fractal visionaries and enthusiasts:
  221.  
  222. Today's fractal is a come-down from yesterday's, but it still 
  223. rates a 4, which equals only slightly below average.  The 
  224. picture was created by the formula 1.1(Z)-3.1(Z^(-2))+(1/C).
  225.  
  226. The parent fractal, which lies off the northwest corner of the 
  227. default screen, is a nearly circular Mandeloid with an excess of 
  228. undersized buds lining the shoreline.  Today's scene lies 
  229. slightly inland from the northernmost part of the shore.
  230.  
  231. I named the picture "Fractal Potpourri" because it is a mixture 
  232. of anything and everything, with no definite theme to lock onto. 
  233. Due to a slightly busier day than expected, I had to be frugal 
  234. on the coloring of the image.  But I gave it a run through a 
  235. graphic program to bring out some of the zip that I neglected to 
  236. give it when I worked with it.
  237.  
  238. The parameter file makes the impatient fractalist wait over 10 
  239. minutes.  A quick trip on the internet to:
  240.  
  241.           <alt.binaries.pictures.fractals>
  242.  
  243. or to:
  244.  
  245.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  246.  
  247. will produce the image in 1/10th the time.
  248.  
  249. Though the fractal weather today was cloudy, no rain fell.  The 
  250. temperature of 76F (24.5C) was good enough for the fractal cats, 
  251. Thomas and Tippy, who somehow managed to be on their best 
  252. behavior all day.
  253.  
  254. It was also a good day for the philosophy, but I got it all out 
  255. of me in replies to letters on the philofractal list.  I'll try 
  256. again tomorrow to amuse, entertain and enlighten with my 
  257. one-of-a-kind philosophy.  And hopefully I can keep the 
  258. philosophy from changing into armchair science.
  259.  
  260. And now it's time to accept the fact that all good things must 
  261. come to an end.  Today's FOTD has ended, but the moment has been 
  262. prepared for, and more FOTD's are waiting in the wings.  The 
  263. next will appear in only 24 hours.  Until then, take care, and 
  264. don't let that fractal break you up.
  265.  
  266.  
  267. Jim Muth
  268. jamth@mindspring.com
  269.  
  270.  
  271. START 20.0 PAR-FORMULA FILE================================
  272.  
  273. Fractal_Potpourri  { ; time=0:10:11.60 -- SF5 on a p200
  274.                      ;  Version 2000 Patchlevel 9
  275.   reset=2000 type=formula formulafile=critical.frm
  276.   formulaname=MandelbrotMix4 function=recip passes=1
  277.   center-mag=-0.52471990205487250/+1.68018131750088800\
  278.   /3.623226e+008/1/-30 params=-3/-2/1/1/0.1/0 float=y
  279.   maxiter=1500 inside=0 logmap=195 periodicity=10
  280.   colors=000C03C04<2>G03I41J90LF0MJ0MP0LT0J_0Jc0Vg0<2>\
  281.   yu0zx00zM0sV6jcCajITsMMzLOz<3>LOzLPzLPz<2>LPzQ`zVjz`\
  282.   uzdzxVlSMV0ST1<3>oSJuSOzSSzSXzQTzPSyOQvMPuLOsLMvMQyP\
  283.   TzSYzV`zXc<2>ygOvjJsmFor9lu4ix0fz0cz0`z0av0aj0c_0cP3\
  284.   dD7d1Cd0Ff0Cf0Af07g16g43g61g90iC0iD0<2>jL0jO0jP0lT0m\
  285.   Y0m`0od0pg0pl0ro0ss0sx0uz0vz0vz0xz0xz0sz0pz0mu0jm0<2\
  286.   >`V0YO0TI0QA0O40L00I00M00P60SC1VJ4_P6aX9daAgiDjoFfpI\
  287.   <2>XpMTpOPrP<2>FrTCrV7sX4sY0s_0s`0sajlrfS`c7L`04S0FJ\
  288.   0PC6_3Ci0Is0Mz7DzS4zl0zz0z00m0CY4aJCz4Mv0Vr0dm0mi0vf\
  289.   0ud0sd0sd0rd0rd0pd0pd0od0od0md0md0ld0ld0jd0jd0l_0mT4\
  290.   oODpJMrDVs7cs3lp4jm6ij6g<3>_CaXD`TF_QGYOIXLJVILVOMa<\
  291.   2>aQxfSzjTzcVzYXu<3>AaM4cD0d40f0<2>0j07l0Dm0Lo0Qp0Vr\
  292.   3Ys4au6dv9ixAlyCfzA`zAXzAQzAMzAGzACzAJzF<3>fzTlzXrz`\
  293.   xzcyzf<3>yzlzzmzzozzpzzrzzsxzlSz3
  294.   }
  295.  
  296. frm:MandelbrotMix4 {; Jim Muth
  297. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  298. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  299. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  300. z=k*((a*(z^b))+(d*(z^f)))+c,
  301. |z| < l
  302. }
  303.  
  304. END 20.0 PAR-FORMULA FILE==================================
  305.  
  306.  
  307. - --------------------------------------------------------------
  308. Thanks for using Fractint, The Fractals and Fractint Discussion List
  309. Post Message:   fractint@lists.xmission.com
  310. Get Commands:   majordomo@lists.xmission.com "help"
  311. Administrator:  twegner@fractint.org
  312. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  313.  
  314. ------------------------------
  315.  
  316. Date: Thu, 27 Jul 2000 00:02:32 -0400 (EDT)
  317. From: Jim Muth <jamth@mindspring.com>
  318. Subject: (fractint) FOTD 27-07-00  (Lotus [4])
  319.  
  320. FOTD -- July 27, 2000 (Rating 4)
  321.  
  322. Fractal visionaries and enthusiasts:
  323.  
  324. Today's fractal is a quickie, as will be today's discussion.  A 
  325. combination of an unexpected rush job and a flooded fractal 
  326. basement left no time at all for hunting fractals.  As a last 
  327. resort I made do with the first midget I stumbled upon.
  328.  
  329. The formula behind today's image is 0.7(1/Z)-1.25(Z)+(1/C), 
  330. values I entered entirely at random.  After locating the midget, 
  331. I left the computer to attend to other matters, such as bailing 
  332. out the basement.  When I returned to the screen and saw the 
  333. finished image, I thought, 'how like a lotus'.  I immediately 
  334. named the picture "Lotus".
  335.  
  336. The parameter file takes 18 minutes to run.  The GIF image 
  337. downloads much faster from:
  338.  
  339.           <alt.binaries.pictures.fractals>
  340.  
  341. or from:
  342.  
  343.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  344.  
  345. The fractal weather today was cloudy with steady sometimes heavy 
  346. rain.  As a result of the outside wetness, the cats spent the 
  347. afternoon sulking in the living room.  The temperature of 68F 
  348. (20C) gave no hint that the average temperature at the end of 
  349. July is around 90F (32C).
  350.  
  351. The philosophy went nowhere, nor is it likely to do much 
  352. tomorrow, which will be another hectic day.  But hectic or not, 
  353. I'll be here on schedule with another fractal, most likely a 
  354. midget, and a few words about the picture.  Until then, take 
  355. care, and see you in 24 hours.
  356.  
  357.  
  358. Jim Muth
  359. jamth@mindspring.com
  360.  
  361.  
  362. START 20.0 PAR-FORMULA FILE================================
  363.  
  364. Lotus              { ; time=0:17:54.95 -- SF5 on a P200
  365.                      ;  Version 2000 Patchlevel 9
  366.   reset=2000 type=formula formulafile=critical.frm
  367.   formulaname=MandelbrotMix4 function=recip passes=1
  368.   center-mag=+0.03443851345909527/-0.24455925728354620\
  369.   /1.204285e+009/1/52.499 params=-1.25/1/0.7/-1/0/0
  370.   float=y maxiter=1800 inside=0 logmap=333 periodicity=9
  371.   colors=00000T01Y<3>0DS0GQ0JP0MO0QO0TM0XL<3>0gF0jD0mC\
  372.   0pA0s90v90sF1rJ7oPCmTIjYMicSfgLilXdlgals_lzXlxTorQpl\
  373.   OsgMuaJxXGyQDzMCzG9zA6z43z01z13z14z36z37z47z49z6Az6C\
  374.   z7Dz7Dz9Fz9GzAIzAJzCJz<2>DOz7MzAOz<2>IPzLQzMQzPQzQSz\
  375.   TSzXTzYTz`VzcVzdVzgXziXzlYzoYzp_zs_zz`zyYzu_zpQzlJx0\
  376.   00<4>000_4i_9f`Cd`Ga`J``OY`QXdVTaTV`TV_TVYTXXTXVSXTS\
  377.   XQSYPSYOSYMQ_LQ_JQ_IQ_FQ`<3>9Pa7Pa3Qc4Pa6Pa7O`7O`9M_\
  378.   AM_CLYCLYDJXFJXGIVGIVIGTFFF000FFFJGT<2>QPcSSgVXl<2>a\
  379.   dvdgzipzomz<2>QdzIgz9gz0gz0gzLivMjsLlpFimMglTdl`alf`\
  380.   ljYl<3>iOliMliJliGlgFl<3>g4lg1ld0jg0li3mj6ml9omCooFp\
  381.   pIprLrsOruQsvTsyXuz_vzavzdx<3>zpzzszzvzzyzvzgdzMfzP<\
  382.   2>jzTlzVlzY<2>pzarzcrzf<2>vzjxzlxzmuzfsz_<2>xzFyz9zz\
  383.   1<3>zz0zz0zz1<3>zzDzzGzz0zz7zzJzzTzzdzzr<5>zzazzczza\
  384.   zz`
  385.   }
  386.  
  387. frm:MandelbrotMix4 {; Jim Muth
  388. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  389. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  390. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  391. z=k*((a*(z^b))+(d*(z^f)))+c,
  392. |z| < l
  393. }
  394.  
  395. END 20.0 PAR-FORMULA FILE==================================
  396.  
  397.  
  398. - --------------------------------------------------------------
  399. Thanks for using Fractint, The Fractals and Fractint Discussion List
  400. Post Message:   fractint@lists.xmission.com
  401. Get Commands:   majordomo@lists.xmission.com "help"
  402. Administrator:  twegner@fractint.org
  403. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  404.  
  405. ------------------------------
  406.  
  407. Date: Thu, 27 Jul 2000 23:44:42 -0400 (EDT)
  408. From: Jim Muth <jamth@mindspring.com>
  409. Subject: (fractint) FOTD 28-07-00  (Carousel [5])
  410.  
  411. FOTD -- July 28, 2000 (Rating 5)
  412.  
  413. Fractal visionaries and enthusiasts:
  414.  
  415. While cleaning the muddy coating from the floor in the basement, 
  416. my thoughts drifted to jollier things.  What could be more jolly 
  417. than a ride on a carousel, holding a big puff of pink cotton-
  418. candy as you go round and round?
  419.  
  420. Nothing could.  But we have no carousel, so we'll have to settle 
  421. for a view of a fractal carousel, which is certainly better than 
  422. nothing.  Today's fractal picture of an abstract carousel gives 
  423. such a view.  It features a midget that exists deep down in the 
  424. oversized fractal that results when the formula 
  425. 2(Z^(-2))+0.3755(Z^2)+(1/C) is iterated.
  426.  
  427. Actually, I named today's picture "Carousel" because of the 
  428. carnival-like effect of all the bits and pieces of color.  And 
  429. the outer pink ring is indeed close to the color of cotton candy.
  430.  
  431. But with all good news comes some bad news.  The bad news about 
  432. today's FOTD is that it is one of the slowest in months, taking 
  433. well over an hour to render even on a Pentium 200mhz.  The bad 
  434. news is relieved however by the fact that the GIF image file has 
  435. been posted to:
  436.  
  437.           <alt.binaries.pictures.fractals>
  438.  
  439. and to:
  440.  
  441.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  442.  
  443. from where it may be downloaded in a minute or so.
  444.  
  445. The fractal weather remained cloudy and very damp all day.  The 
  446. temperature of 78F (25.5C) was pleasant enough, but the wet 
  447. grass kept the cats confined to the porch all afternoon.  And 
  448. the wet basement kept me confined down there on mopping duty for 
  449. a good part of the afternoon.
  450.  
  451. The fractosophy is still simmering, but it's not yet finished.  
  452. It's hard to wax philosophical when one is cleaning a layer of 
  453. sticky mud from the basement floor.  If all goes well, the 
  454. philosophy will be ready to be made public this weekend; if not, 
  455. who knows when it will appear.
  456.  
  457. But regardless of when the philosophy appears, I'll appear again 
  458. tomorrow at this same time and place.  Until then, take care, 
  459. and the number of fractals is more infinite than infinity.
  460.  
  461.  
  462. Jim Muth
  463. jamth@mindspring.com
  464.  
  465.  
  466. START 20.0 PAR-FORMULA FILE================================
  467.  
  468. Carousel           { ; time=1:07:48.42 -- SF5 on a P200
  469.                      ;  Version 2000 Patchlevel 9
  470.   reset=2000 type=formula formulafile=critical.frm
  471.   formulaname=MandelbrotMix4 function=recip passes=1
  472.   center-mag=-1572.36433456487/+5948.717668412058/1392\
  473.   66.5/1/-157.5 params=2/-2/0.3755/2/0/0 float=y
  474.   maxiter=10000 inside=0 logmap=1405 periodicity=0
  475.   colors=000OmR<3>HscGugEvjCxmByp<2>O1C<7>cBceCggEj<3>\
  476.   oIx<2>7cJ<3>AoHBrGCuGCxG<2>FQv<7>L_fL`dMab<3>OeV<3>R\
  477.   ULRRJSWN<2>Vk`<8>hS`jQ`kO`<3>qG`LPh<7>DgWCjVBlT<2>8s\
  478.   O7uN8lV<2>BOr<3>WXU<7>RURQURQUR<3>OTQ<3>WWKYXI_XH<3>\
  479.   HWfCWm7Ws3Wy<3>5iU5lM5oF<4>WeP`dQebSk`UpZWzVUzWZ<3>k\
  480.   VLgUHcUE_UAXU7<2>8514I90VH<3>6ZO7ZP8hRA`T<2>DbX<3>ZR\
  481.   McOKaLHcIErUBXC8V95T62K30T43U56e69V7B<3>XBMYCPYDSZEU\
  482.   ZFw_Gr_GmZIhYKP<2>VQ6VR0WS1<5>_X3`Y3aY3<3>c`4<3>QiIM\
  483.   kLJmOGoRXpHmq7<4>PvM<2>ByV<3>`z`fzalzb<3>_zgXziUzj<2\
  484.   >Lzm<3>_zUWzL<3>SzKSzKQzO
  485.   }
  486.  
  487. frm:MandelbrotMix4 {; Jim Muth
  488. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  489. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  490. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  491. z=k*((a*(z^b))+(d*(z^f)))+c,
  492. |z| < l
  493. }
  494.  
  495. END 20.0 PAR-FORMULA FILE==================================
  496.  
  497.  
  498. - --------------------------------------------------------------
  499. Thanks for using Fractint, The Fractals and Fractint Discussion List
  500. Post Message:   fractint@lists.xmission.com
  501. Get Commands:   majordomo@lists.xmission.com "help"
  502. Administrator:  twegner@fractint.org
  503. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  504.  
  505. ------------------------------
  506.  
  507. Date: Thu, 27 Jul 2000 23:44:42 -0400 (EDT)
  508. From: Jim Muth <jamth@mindspring.com>
  509. Subject: (fractint) FOTD 28-07-00  (Carousel [5])
  510.  
  511. FOTD -- July 28, 2000 (Rating 5)
  512.  
  513. Fractal visionaries and enthusiasts:
  514.  
  515. While cleaning the muddy coating from the floor in the basement, 
  516. my thoughts drifted to jollier things.  What could be more jolly 
  517. than a ride on a carousel, holding a big puff of pink cotton-
  518. candy as you go round and round?
  519.  
  520. Nothing could.  But we have no carousel, so we'll have to settle 
  521. for a view of a fractal carousel, which is certainly better than 
  522. nothing.  Today's fractal picture of an abstract carousel gives 
  523. such a view.  It features a midget that exists deep down in the 
  524. oversized fractal that results when the formula 
  525. 2(Z^(-2))+0.3755(Z^2)+(1/C) is iterated.
  526.  
  527. Actually, I named today's picture "Carousel" because of the 
  528. carnival-like effect of all the bits and pieces of color.  And 
  529. the outer pink ring is indeed close to the color of cotton candy.
  530.  
  531. But with all good news comes some bad news.  The bad news about 
  532. today's FOTD is that it is one of the slowest in months, taking 
  533. well over an hour to render even on a Pentium 200mhz.  The bad 
  534. news is relieved however by the fact that the GIF image file has 
  535. been posted to:
  536.  
  537.           <alt.binaries.pictures.fractals>
  538.  
  539. and to:
  540.  
  541.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  542.  
  543. from where it may be downloaded in a minute or so.
  544.  
  545. The fractal weather remained cloudy and very damp all day.  The 
  546. temperature of 78F (25.5C) was pleasant enough, but the wet 
  547. grass kept the cats confined to the porch all afternoon.  And 
  548. the wet basement kept me confined down there on mopping duty for 
  549. a good part of the afternoon.
  550.  
  551. The fractosophy is still simmering, but it's not yet finished.  
  552. It's hard to wax philosophical when one is cleaning a layer of 
  553. sticky mud from the basement floor.  If all goes well, the 
  554. philosophy will be ready to be made public this weekend; if not, 
  555. who knows when it will appear.
  556.  
  557. But regardless of when the philosophy appears, I'll appear again 
  558. tomorrow at this same time and place.  Until then, take care, 
  559. and the number of fractals is more infinite than infinity.
  560.  
  561.  
  562. Jim Muth
  563. jamth@mindspring.com
  564.  
  565.  
  566. START 20.0 PAR-FORMULA FILE================================
  567.  
  568. Carousel           { ; time=1:07:48.42 -- SF5 on a P200
  569.                      ;  Version 2000 Patchlevel 9
  570.   reset=2000 type=formula formulafile=critical.frm
  571.   formulaname=MandelbrotMix4 function=recip passes=1
  572.   center-mag=-1572.36433456487/+5948.717668412058/1392\
  573.   66.5/1/-157.5 params=2/-2/0.3755/2/0/0 float=y
  574.   maxiter=10000 inside=0 logmap=1405 periodicity=0
  575.   colors=000OmR<3>HscGugEvjCxmByp<2>O1C<7>cBceCggEj<3>\
  576.   oIx<2>7cJ<3>AoHBrGCuGCxG<2>FQv<7>L_fL`dMab<3>OeV<3>R\
  577.   ULRRJSWN<2>Vk`<8>hS`jQ`kO`<3>qG`LPh<7>DgWCjVBlT<2>8s\
  578.   O7uN8lV<2>BOr<3>WXU<7>RURQURQUR<3>OTQ<3>WWKYXI_XH<3>\
  579.   HWfCWm7Ws3Wy<3>5iU5lM5oF<4>WeP`dQebSk`UpZWzVUzWZ<3>k\
  580.   VLgUHcUE_UAXU7<2>8514I90VH<3>6ZO7ZP8hRA`T<2>DbX<3>ZR\
  581.   McOKaLHcIErUBXC8V95T62K30T43U56e69V7B<3>XBMYCPYDSZEU\
  582.   ZFw_Gr_GmZIhYKP<2>VQ6VR0WS1<5>_X3`Y3aY3<3>c`4<3>QiIM\
  583.   kLJmOGoRXpHmq7<4>PvM<2>ByV<3>`z`fzalzb<3>_zgXziUzj<2\
  584.   >Lzm<3>_zUWzL<3>SzKSzKQzO
  585.   }
  586.  
  587. frm:MandelbrotMix4 {; Jim Muth
  588. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  589. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  590. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  591. z=k*((a*(z^b))+(d*(z^f)))+c,
  592. |z| < l
  593. }
  594.  
  595. END 20.0 PAR-FORMULA FILE==================================
  596.  
  597.  
  598. - --------------------------------------------------------------
  599. Thanks for using Fractint, The Fractals and Fractint Discussion List
  600. Post Message:   fractint@lists.xmission.com
  601. Get Commands:   majordomo@lists.xmission.com "help"
  602. Administrator:  twegner@fractint.org
  603. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  604.  
  605. ------------------------------
  606.  
  607. Date: Sat, 29 Jul 2000 00:21:05 -0400 (EDT)
  608. From: Jim Muth <jamth@mindspring.com>
  609. Subject: (fractint) FOTD 29-07-00  (Juliana [5])
  610.  
  611. FOTD -- July 29, 2000 (Rating 5)
  612.  
  613. Fractal visionaries and enthusiasts:
  614.  
  615. For today's fractal we return to that most basic of all fractal 
  616. formulae, Z^2+C.  Normally, this formula would draw some nice 
  617. Julia sets, or a nice scene in the Mandelbrot set, but today it 
  618. has drawn nothing like the familiar fractals.
  619.  
  620. Something has gone wrong.  What we see does not resemble a Julia 
  621. set, nor does it look like a Mandelbrot image.  It resembles a 
  622. Mexican pattern, but that pattern has been distorted in a 
  623. strange way.
  624.  
  625. The secret is that I have drawn a slice in a new direction 
  626. through the four-dimensional Julibrot figure.  What appears on 
  627. the screen is actually part of the valley at -1.368 of the 
  628. M-set.  It appears so strange because it is sliced in an 
  629. unfamiliar direction, which is oriented 52-1/2 degrees from the 
  630. rectangular direction toward the Julia direction.
  631.  
  632. This direction is impossible to visualize with our 3-D minds, 
  633. but it cuts the Julibrot in some quite unusual slices, a few 
  634. more of which I may use as FOTD's in the near future.  The 
  635. narrow vertical open area along the picture's Y-axis is actually 
  636. the narrow space between the two branches of the valley located 
  637. at -1.368 on the X-axis of the M-set.
  638.  
  639. I named the picture "Juliana" because its orientation is closest 
  640. to the Julia direction.  The draw time of 10-1/2 minutes is my 
  641. best estimate, since the image was rendered on three different 
  642. machines running at three different speeds.  But regardless of 
  643. the draw time, there is no uncertainty about the minute or so it 
  644. will take to download the GIF image from:
  645.  
  646.           <alt.binaries.pictures.fractals>
  647.  
  648. or from:
  649.  
  650.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  651.  
  652. The fractal weather today was variably cloudy and very humid, 
  653. with a temperature of 85F (29.5C) that drew the cats into the 
  654. yard, where they chattered at the house sparrows.  The day ended 
  655. with a torrential thunder-storm, which drove the cats into 
  656. hiding and re-flooded the fractal basement.
  657.  
  658. Due to the very busy day, the philosophy went nowhere.  Tomorrow 
  659. I'll once again have to dry out the basement, but while doing 
  660. so, I could think of some incredible philosophy.  If I do, it 
  661. will appear in tomorrow's FOTD.  Check back in 24 hours to see 
  662. how the day will evolve.
  663.  
  664. Until next time, take care, and fractals forever.
  665.  
  666.  
  667. Jim Muth
  668. jamth@mindspring.com
  669.  
  670.  
  671. START 20.0 PAR-FORMULA FILE================================
  672.  
  673. Juliana            { ; time=0:10:31.91 -- SF5 on a P200
  674.                      ;  Version 2000 Patchlevel 9
  675.   reset=2000 type=formula formulafile=multirot.frm
  676.   formulaname=multirot-XY-ZW function=flip/ident
  677.   passes=1 center-mag=-0.17524/2.35922e-016/58.12843/0\
  678.   .3623/90 params=52.5/90/0/0/-1.3681038846/0 float=y
  679.   maxiter=120000 inside=0 logmap=25 periodicity=10
  680.   colors=000bVzaUzaUzaSz<3>aRzaQzaQz_Qz_Oz<5>_Mz_Mz_Kz\
  681.   <3>ZJzZIzZIz<2>ZHzZHzYIz<4>YJzYKzYKzYKzYMzYMyXMyXMw<\
  682.   2>XNuXOuXOsXOsXQrXQrXQqXKnXQqXVsXZvXcyXizXmzXrzXwzXz\
  683.   zUvzSrzRmzOizNczM_zIOzKXzMbzNjzOqyQywSzyRzvQzsOzrNzo\
  684.   MznKzkJzjIygHwfFwcEvbDu_BuZAsX8rU7qS6qQ4oO3nM2nK0mI0\
  685.   kH0kE0jD0iA0s00i80ZI<2>B4fA8b8BZ7EX6IS6KO4NM3RI2UE0a\
  686.   D2XB8RAFN8MI7RD6Y84c33j02o00u44yE7zOAzYDzVFzSIzRK<2>\
  687.   zKSzIVzHYzE_yBbyAew7gz7mw6ju6is6gq4fo4em4cj3bi3af3_e\
  688.   3Yb2X_2VZ2UX0S<2>Q0OO0NM0KK0JI0IF0HE0FB0EA0D70B60AA3\
  689.   7EA6HF4KM3NR2RY0Ub0Yi0_n0cu0cz0fz0iv0kr0mm2oi4re7uaA\
  690.   vXDySFzOIzKKyNOvORsRVoSYmU_jXcfYfc_jaamYboVesSfvOizM\
  691.   jzMqzJkzIgzHczE_wDXuBSsAOq7Kn6Hk4Di38g46m44qB2rI0s<2\
  692.   >a0wg0yo0zm0yj0vi0sf0qe2nb3ka6iZ7fYAcVBaUE_RFYOIVNJS\
  693.   KMQJNNHQKFRIDUFBVD8YA8a4<2>4UE0700400306DNMMj
  694.   }
  695.  
  696. frm:multirot-XY-ZW {; draws 6 planes and many rotations
  697. ;when fn1-2=i,f, then p1 0,0=M, 0,90=O, 90,0=E, 90,90=J
  698. ;when fn1-2=f,i, then p1 0,0=M, 0,90=R, 90,0=P, 90,90=J
  699. a=real(p1)*.01745329251994, b=imag(p1)*.01745329251994,
  700. z=sin(b)*fn1(real(pixel))+sin(a)*fn2(imag(pixel))+p2,
  701. c=cos(b)*real(pixel)+cos(a)*flip(imag(pixel))+p3:
  702. z=sqr(z)+c,
  703. |z| <= 36  }
  704.  
  705. END 20.0 PAR-FORMULA FILE==================================
  706.  
  707.  
  708. - --------------------------------------------------------------
  709. Thanks for using Fractint, The Fractals and Fractint Discussion List
  710. Post Message:   fractint@lists.xmission.com
  711. Get Commands:   majordomo@lists.xmission.com "help"
  712. Administrator:  twegner@fractint.org
  713. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  714.  
  715. ------------------------------
  716.  
  717. Date: Fri, 28 Jul 2000 22:35:57 -0300
  718. From: "Fernando Bresslau" <wnto@yahoo.com>
  719. Subject: Re: (fractint) FOTD 28-07-00  (Carousel [5])
  720.  
  721. Hi Jim!
  722. One week without internet access and you surprise me with very nice images.
  723. I just can┤t agree with you ratings, Ziper, Potpuri and Lotus are all above
  724. average images, IMHO.
  725.  
  726. Fernando Bresslau
  727. http://www.fractal.art.br
  728.  
  729.  
  730. - ----- Original Message -----
  731. From: "Jim Muth" <jamth@mindspring.com>
  732. To: <fractint@lists.xmission.com>
  733. Cc: <philofractal@lists.mindspring.com>
  734. Sent: Friday, July 28, 2000 12:44 AM
  735. Subject: (fractint) FOTD 28-07-00 (Carousel [5])
  736.  
  737.  
  738. >
  739. > FOTD -- July 28, 2000 (Rating 5)
  740. >
  741. > Fractal visionaries and enthusiasts:
  742. >
  743. > While cleaning the muddy coating from the floor in the basement,
  744. > my thoughts drifted to jollier things.  What could be more jolly
  745. > than a ride on a carousel, holding a big puff of pink cotton-
  746. > candy as you go round and round?
  747. >
  748. > Nothing could.  But we have no carousel, so we'll have to settle
  749. > for a view of a fractal carousel, which is certainly better than
  750. > nothing.  Today's fractal picture of an abstract carousel gives
  751. > such a view.  It features a midget that exists deep down in the
  752. > oversized fractal that results when the formula
  753. > 2(Z^(-2))+0.3755(Z^2)+(1/C) is iterated.
  754. >
  755. > Actually, I named today's picture "Carousel" because of the
  756. > carnival-like effect of all the bits and pieces of color.  And
  757. > the outer pink ring is indeed close to the color of cotton candy.
  758. >
  759. > But with all good news comes some bad news.  The bad news about
  760. > today's FOTD is that it is one of the slowest in months, taking
  761. > well over an hour to render even on a Pentium 200mhz.  The bad
  762. > news is relieved however by the fact that the GIF image file has
  763. > been posted to:
  764. >
  765. >           <alt.binaries.pictures.fractals>
  766. >
  767. > and to:
  768. >
  769. >           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  770. >
  771. > from where it may be downloaded in a minute or so.
  772. >
  773. > The fractal weather remained cloudy and very damp all day.  The
  774. > temperature of 78F (25.5C) was pleasant enough, but the wet
  775. > grass kept the cats confined to the porch all afternoon.  And
  776. > the wet basement kept me confined down there on mopping duty for
  777. > a good part of the afternoon.
  778. >
  779. > The fractosophy is still simmering, but it's not yet finished.
  780. > It's hard to wax philosophical when one is cleaning a layer of
  781. > sticky mud from the basement floor.  If all goes well, the
  782. > philosophy will be ready to be made public this weekend; if not,
  783. > who knows when it will appear.
  784. >
  785. > But regardless of when the philosophy appears, I'll appear again
  786. > tomorrow at this same time and place.  Until then, take care,
  787. > and the number of fractals is more infinite than infinity.
  788. >
  789. >
  790. > Jim Muth
  791. > jamth@mindspring.com
  792. >
  793. >
  794. > START 20.0 PAR-FORMULA FILE================================
  795. >
  796. > Carousel           { ; time=1:07:48.42 -- SF5 on a P200
  797. >                      ;  Version 2000 Patchlevel 9
  798. >   reset=2000 type=formula formulafile=critical.frm
  799. >   formulaname=MandelbrotMix4 function=recip passes=1
  800. >   center-mag=-1572.36433456487/+5948.717668412058/1392\
  801. >   66.5/1/-157.5 params=2/-2/0.3755/2/0/0 float=y
  802. >   maxiter=10000 inside=0 logmap=1405 periodicity=0
  803. >   colors=000OmR<3>HscGugEvjCxmByp<2>O1C<7>cBceCggEj<3>\
  804. >   oIx<2>7cJ<3>AoHBrGCuGCxG<2>FQv<7>L_fL`dMab<3>OeV<3>R\
  805. >   ULRRJSWN<2>Vk`<8>hS`jQ`kO`<3>qG`LPh<7>DgWCjVBlT<2>8s\
  806. >   O7uN8lV<2>BOr<3>WXU<7>RURQURQUR<3>OTQ<3>WWKYXI_XH<3>\
  807. >   HWfCWm7Ws3Wy<3>5iU5lM5oF<4>WeP`dQebSk`UpZWzVUzWZ<3>k\
  808. >   VLgUHcUE_UAXU7<2>8514I90VH<3>6ZO7ZP8hRA`T<2>DbX<3>ZR\
  809. >   McOKaLHcIErUBXC8V95T62K30T43U56e69V7B<3>XBMYCPYDSZEU\
  810. >   ZFw_Gr_GmZIhYKP<2>VQ6VR0WS1<5>_X3`Y3aY3<3>c`4<3>QiIM\
  811. >   kLJmOGoRXpHmq7<4>PvM<2>ByV<3>`z`fzalzb<3>_zgXziUzj<2\
  812. >   >Lzm<3>_zUWzL<3>SzKSzKQzO
  813. >   }
  814. >
  815. > frm:MandelbrotMix4 {; Jim Muth
  816. > a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  817. > g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  818. > k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  819. > z=k*((a*(z^b))+(d*(z^f)))+c,
  820. > |z| < l
  821. > }
  822. >
  823. > END 20.0 PAR-FORMULA FILE==================================
  824. >
  825. >
  826. > --------------------------------------------------------------
  827. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  828. > Post Message:   fractint@lists.xmission.com
  829. > Get Commands:   majordomo@lists.xmission.com "help"
  830. > Administrator:  twegner@fractint.org
  831. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  832.  
  833.  
  834. __________________________________________________
  835. Do You Yahoo!?
  836. Talk to your friends online with Yahoo! Messenger.
  837. http://im.yahoo.com
  838.  
  839. - --------------------------------------------------------------
  840. Thanks for using Fractint, The Fractals and Fractint Discussion List
  841. Post Message:   fractint@lists.xmission.com
  842. Get Commands:   majordomo@lists.xmission.com "help"
  843. Administrator:  twegner@fractint.org
  844. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  845.  
  846. ------------------------------
  847.  
  848. Date: Sat, 29 Jul 2000 22:21:08 -0400 (EDT)
  849. From: Jim Muth <jamth@mindspring.com>
  850. Subject: (fractint) FOTD 30-07-00  (An All-New Midget [6])
  851.  
  852. FOTD -- July 30, 2000 (Rating 6)
  853.  
  854. Fractal visionaries and enthusiasts:
  855.  
  856. Today's FOTD features an all new midget.  Yes, this particular 
  857. midget, though it has potentially existed for longer than all 
  858. eternity, has never before been seen by the eyes of Man, or the 
  859. eyes of Cats.  I present it here today in its premier appearance 
  860. - -- the midget that against all odds *was* discovered.
  861.  
  862. I named the picture "An All-New Midget" simply because that's 
  863. what it is.  I rated it a 6 because at the moment I consider it 
  864. to be slightly above the FOTD average.  Tomorrow I might feel 
  865. different, but today's opinion is the one that counts.
  866.  
  867. What are the chances that this particular midget would ever see 
  868. the light of day?  One in a million, one in a googol, one in a 
  869. googolplex^googolplex?  Actually, since the number of 
  870. undiscovered midgets in the infinity of undrawn fractals is a 
  871. number beyond infinity, the chances of this midget ever being 
  872. seen are zero -- exactly as great as the chances of my ever 
  873. having been born.
  874.  
  875. Yet despite these overwhelming odds, the midget was discovered 
  876. and I was born.  And the midget actually made it onto the honor 
  877. roll of midgets worthy of being chosen Fractal of the Day.
  878.  
  879. The fractal formula that was iterated to uncover this midget is 
  880. Z^(-7.071)+Z(-0.7071)+(1/C), an obviously whimsical expression 
  881. that I entered totally at random.  The parameter file takes 1/4 
  882. hour to render even on a fast Pentium, so to avoid impatience, a 
  883. quick trip to the Usenet group:
  884.  
  885.           <alt.binaries.pictures.fractals>
  886.  
  887. or to Paul Lee's web site at:
  888.  
  889.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  890.  
  891. is strongly recommended.
  892.  
  893. The fractal weather was much improved today, which turned out 
  894. partly cloudy, with a temperature of 83F (28C).  The lack of the 
  895. daily deluge met with the approval of the fractal cats.
  896.  
  897. Curiously enough, last year at this time the local farmers were 
  898. praying for rain.  Their prayers have been generously answered, 
  899. but now they're praying for the rain to stop.  I guess they 
  900. should have been more specific about the amount of rain they 
  901. asked for.
  902.  
  903. My philosophy is still coming, as it always is, but it's not yet 
  904. here.  It may arrive tomorrow, it may not.  But an FOTD most 
  905. certainly will arrive tomorrow, so check back then to see the 
  906. eighth wonder of the world.
  907.  
  908. Until then, take care, and befriend a lost Mandelbrot midget.
  909.  
  910.  
  911. Jim Muth
  912. jamth@mindspring.com
  913.  
  914.  
  915. START 20.0 PAR-FORMULA FILE================================
  916.  
  917. An_All-New_Midget  { ; time=0:14:19.74 -- SF5 on a P200
  918.                      ;  Version 2000 Patchlevel 9
  919.   reset=2000 type=formula formulafile=critical.frm
  920.   formulaname=MandelbrotMix4 function=recip passes=1
  921.   center-mag=-0.41054321687411460/+0.58664493306153620\
  922.   /3457899/1/52.499 params=1/-7.071/1/-0.7071/0/0
  923.   float=y maxiter=1800 inside=0 logmap=163 periodicity=9
  924.   colors=000TO_<7>_Vf`WgaXh<3>e`lZXn<3>7Hm1Em9Gm<2>XKl\
  925.   cLicMgcMg<3>cOacO`eO_eOYePX<6>QROORMMRL<2>FSHDSG9RE<\
  926.   24>`cIadIbdI<3>ffI<3>iId<23>K6KJ5JI5I<3>E3EA2F<8>UBC\
  927.   WCCZDC<3>fGB<21>UZ7T_7S`6<2>Rc6Qd6Oc7<8>`j6ak6bl6<3>\
  928.   ho6jp6lp6<3>ts6vt6xu6zv6zv6<3>ntIktKhtN<2>_sWXsYUqWR\
  929.   oV<3>`hQcfPeeO<3>oZJ<7>fM_eKadJc<3>`Dk<3>uDo<5>rNuqP\
  930.   vqQwqSxpUy<3>n_znazmbzmdzmez<2>afzYfzVez<2>UgzMgz<2>\
  931.   Thz
  932.   }
  933.  
  934.  
  935.  
  936.  
  937. END 20.0 PAR-FORMULA FILE==================================
  938.  
  939.  
  940. - --------------------------------------------------------------
  941. Thanks for using Fractint, The Fractals and Fractint Discussion List
  942. Post Message:   fractint@lists.xmission.com
  943. Get Commands:   majordomo@lists.xmission.com "help"
  944. Administrator:  twegner@fractint.org
  945. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  946.  
  947. ------------------------------
  948.  
  949. Date: Sun, 30 Jul 2000 13:26:25 -0500
  950. From: DeBow Freed II PhD <bmc1@airmail.net>
  951. Subject: ATTN Jim Muth:Re: (fractint) FOTD 28-07-00  (Carousel [5])
  952.  
  953. ME too
  954.  
  955. Fernando Bresslau wrote:
  956.  
  957. > Hi Jim!
  958. > One week without internet access and you surprise me with very nice images.
  959. > I just can┤t agree with you ratings, Ziper, Potpuri and Lotus are all above
  960. > average images, IMHO.
  961. >
  962. > Fernando Bresslau
  963. > http://www.fractal.art.br
  964. >
  965. > ----- Original Message -----
  966. > From: "Jim Muth" <jamth@mindspring.com>
  967. > To: <fractint@lists.xmission.com>
  968. > Cc: <philofractal@lists.mindspring.com>
  969. > Sent: Friday, July 28, 2000 12:44 AM
  970. > Subject: (fractint) FOTD 28-07-00 (Carousel [5])
  971. >
  972. > >
  973. > > FOTD -- July 28, 2000 (Rating 5)
  974. > >
  975. > > Fractal visionaries and enthusiasts:
  976. > >
  977. > > While cleaning the muddy coating from the floor in the basement,
  978. > > my thoughts drifted to jollier things.  What could be more jolly
  979. > > than a ride on a carousel, holding a big puff of pink cotton-
  980. > > candy as you go round and round?
  981. > >
  982. > > Nothing could.  But we have no carousel, so we'll have to settle
  983. > > for a view of a fractal carousel, which is certainly better than
  984. > > nothing.  Today's fractal picture of an abstract carousel gives
  985. > > such a view.  It features a midget that exists deep down in the
  986. > > oversized fractal that results when the formula
  987. > > 2(Z^(-2))+0.3755(Z^2)+(1/C) is iterated.
  988. > >
  989. > > Actually, I named today's picture "Carousel" because of the
  990. > > carnival-like effect of all the bits and pieces of color.  And
  991. > > the outer pink ring is indeed close to the color of cotton candy.
  992. > >
  993. > > But with all good news comes some bad news.  The bad news about
  994. > > today's FOTD is that it is one of the slowest in months, taking
  995. > > well over an hour to render even on a Pentium 200mhz.  The bad
  996. > > news is relieved however by the fact that the GIF image file has
  997. > > been posted to:
  998. > >
  999. > >           <alt.binaries.pictures.fractals>
  1000. > >
  1001. > > and to:
  1002. > >
  1003. > >           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  1004. > >
  1005. > > from where it may be downloaded in a minute or so.
  1006. > >
  1007. > > The fractal weather remained cloudy and very damp all day.  The
  1008. > > temperature of 78F (25.5C) was pleasant enough, but the wet
  1009. > > grass kept the cats confined to the porch all afternoon.  And
  1010. > > the wet basement kept me confined down there on mopping duty for
  1011. > > a good part of the afternoon.
  1012. > >
  1013. > > The fractosophy is still simmering, but it's not yet finished.
  1014. > > It's hard to wax philosophical when one is cleaning a layer of
  1015. > > sticky mud from the basement floor.  If all goes well, the
  1016. > > philosophy will be ready to be made public this weekend; if not,
  1017. > > who knows when it will appear.
  1018. > >
  1019. > > But regardless of when the philosophy appears, I'll appear again
  1020. > > tomorrow at this same time and place.  Until then, take care,
  1021. > > and the number of fractals is more infinite than infinity.
  1022. > >
  1023. > >
  1024. > > Jim Muth
  1025. > > jamth@mindspring.com
  1026. > >
  1027. > >
  1028. > > START 20.0 PAR-FORMULA FILE================================
  1029. > >
  1030. > > Carousel           { ; time=1:07:48.42 -- SF5 on a P200
  1031. > >                      ;  Version 2000 Patchlevel 9
  1032. > >   reset=2000 type=formula formulafile=critical.frm
  1033. > >   formulaname=MandelbrotMix4 function=recip passes=1
  1034. > >   center-mag=-1572.36433456487/+5948.717668412058/1392\
  1035. > >   66.5/1/-157.5 params=2/-2/0.3755/2/0/0 float=y
  1036. > >   maxiter=10000 inside=0 logmap=1405 periodicity=0
  1037. > >   colors=000OmR<3>HscGugEvjCxmByp<2>O1C<7>cBceCggEj<3>\
  1038. > >   oIx<2>7cJ<3>AoHBrGCuGCxG<2>FQv<7>L_fL`dMab<3>OeV<3>R\
  1039. > >   ULRRJSWN<2>Vk`<8>hS`jQ`kO`<3>qG`LPh<7>DgWCjVBlT<2>8s\
  1040. > >   O7uN8lV<2>BOr<3>WXU<7>RURQURQUR<3>OTQ<3>WWKYXI_XH<3>\
  1041. > >   HWfCWm7Ws3Wy<3>5iU5lM5oF<4>WeP`dQebSk`UpZWzVUzWZ<3>k\
  1042. > >   VLgUHcUE_UAXU7<2>8514I90VH<3>6ZO7ZP8hRA`T<2>DbX<3>ZR\
  1043. > >   McOKaLHcIErUBXC8V95T62K30T43U56e69V7B<3>XBMYCPYDSZEU\
  1044. > >   ZFw_Gr_GmZIhYKP<2>VQ6VR0WS1<5>_X3`Y3aY3<3>c`4<3>QiIM\
  1045. > >   kLJmOGoRXpHmq7<4>PvM<2>ByV<3>`z`fzalzb<3>_zgXziUzj<2\
  1046. > >   >Lzm<3>_zUWzL<3>SzKSzKQzO
  1047. > >   }
  1048. > >
  1049. > > frm:MandelbrotMix4 {; Jim Muth
  1050. > > a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  1051. > > g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  1052. > > k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  1053. > > z=k*((a*(z^b))+(d*(z^f)))+c,
  1054. > > |z| < l
  1055. > > }
  1056. > >
  1057. > > END 20.0 PAR-FORMULA FILE==================================
  1058. > >
  1059. > >
  1060. > > --------------------------------------------------------------
  1061. > > Thanks for using Fractint, The Fractals and Fractint Discussion List
  1062. > > Post Message:   fractint@lists.xmission.com
  1063. > > Get Commands:   majordomo@lists.xmission.com "help"
  1064. > > Administrator:  twegner@fractint.org
  1065. > > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1066. >
  1067. > __________________________________________________
  1068. > Do You Yahoo!?
  1069. > Talk to your friends online with Yahoo! Messenger.
  1070. > http://im.yahoo.com
  1071. >
  1072. > --------------------------------------------------------------
  1073. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  1074. > Post Message:   fractint@lists.xmission.com
  1075. > Get Commands:   majordomo@lists.xmission.com "help"
  1076. > Administrator:  twegner@fractint.org
  1077. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1078.  
  1079.  
  1080. - --------------------------------------------------------------
  1081. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1082. Post Message:   fractint@lists.xmission.com
  1083. Get Commands:   majordomo@lists.xmission.com "help"
  1084. Administrator:  twegner@fractint.org
  1085. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1086.  
  1087. ------------------------------
  1088.  
  1089. End of fractint-digest V1 #486
  1090. ******************************
  1091.  
  1092.