home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / fractint / archive / fractint.200112 < prev    next >
Internet Message Format  |  2001-12-17  |  181KB

  1. From: JimMuth@aol.com
  2. Subject: (fractint) FOTD  01-12-01  (Fractal Activity [6])
  3. Date: 01 Dec 2001 10:01:36 EST
  4.  
  5.  
  6. FOTD -- December 01, 2001 (Rating 6)
  7.  
  8. Fractal visionaries and enthusiasts:
  9.  
  10. The hectic activity that fills today's image inspires the name 
  11. "Fractal Activity".  Fragments of all shape and size swirl about 
  12. in a hazy atmosphere, with a small mis-shapen midget at the 
  13. center holding it all together.  Several long, thin elements 
  14. lend a vaguely sinister air to the whole scene.
  15.  
  16. The formula Z^1.65+C generates the parent fractal, which at a 
  17. level 130.5 turns up the logarithmic spiral, generates a roughly 
  18. Mandeloid-shaped bay with a large area of extended chaos on the 
  19. south shore, a large irregular bud on the north shore, and a 
  20. smaller bud on the east shore.  Today's scene is located in the 
  21. north valley of the smaller east bud.
  22.  
  23. The overall bluish cast of the color palette creates the hazy 
  24. atmospheric effect of the scene, which rates an above average 6, 
  25. though it falls short of the exceptional quality that would rate 
  26. a 7 or above.  The render time of 22 minutes is a bit slow, but 
  27. the resulting impatience can be eliminated by downloading the 
  28. completed GIF image file from the W.W.Web at the URL:
  29.  
  30.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  31.  
  32. or at:
  33.  
  34.           <http://sdboyd.dyndns.org/~sdboyd/fotd/index.html>
  35.  
  36. But give Paul and Scott a chance to render and post the image 
  37. before going for the download.
  38.  
  39. The fractal weather Friday here at Fractal Central was once 
  40. again unpleasant for cats who like to romp outdoors in warm dry 
  41. conditions.  With a temperature of 71F 21.5C, it was warm 
  42. enough, but the heavy clouds and occasional light rain made it 
  43. just too wet for outdoor comfort for cats.
  44.  
  45. We've come to the end of another FOTD, and once again I failed 
  46. to philosophize.  I've got a little work to finish and lots of 
  47. philosophizing to do before I settle down to search for the next 
  48. fractal -- the fractal that will appear as the FOTD for December 
  49. 2.  So until the next time arrives, take lots of care, and what 
  50. ever happened to Jay Hill and Doctor J?
  51.  
  52.  
  53. Jim Muth
  54. jamth@mindspring.com
  55.  
  56.  
  57. START 20.0 PAR-FORMULA FILE================================
  58.  
  59. Fractal_Activity   { ; time=0:22:32.42--SF5 on a p200
  60.   reset=2002 type=formula formulafile=allinone.frm
  61.   formulaname=MandelbrotBC1 function=floor passes=b
  62.   center-mag=+0.65286110698497920/-0.024041329736378\
  63.   53/130712.4/1/-82.5/3.26681515172566606e-010
  64.   params=1.65/0/130.5/0 float=y
  65.   maxiter=30000 inside=255 logmap=485
  66.   colors=000C1QC1QGATLDXPJ_TMaYPdaTgfXjj`modpskrvqsz\
  67.   uuzxvzzxzyxzxyzvzxvzsszoozjlzdiz`fzXazS_zOXzJVzFTz\
  68.   GRzGQyIPyIOyJNyJMyLLyLKyLKyLKyLKyLKyLKyLKyLKyLKyLK\
  69.   yLKxLKwLKvLKuLKtLKsIKqGKoDKmCKk9Ki7Kg6Ke4Kc1Ka0K_0\
  70.   KY0KW0KU0JS0GQ0DQ0IQ6LSDOUMS0TV0aY0i`0gY0gV0fS0fP0\
  71.   fM3dJ6dG9cDCcAFc7Ia4La1Oa0Pc6VdC_fGdgMiiQojXslaymf\
  72.   zolzojzzcovgQvgPvgOvgMvgLvgJygIxgGzfFxdDviCumAspAo\
  73.   oFjmJglOclS`jXXi`SgdPgiLfmIdrDcvAcyDfyGgyJiyMjyOly\
  74.   QoyTpyXry_sy`uycxyfyyizylzymzyyzizzTzzSxxQrvQlsPdp\
  75.   O_oOTlMOjMQiQTiTXiX_i_aicdifgiiiillgpogsrgvugyxgzz\
  76.   gzzgzzgzvjzmlzdozXpzOszFuz6xz0yz1vz3sz6pz7oyAlvCis\
  77.   DgpIirLjsPjuSlvXlv_mxcmyfozjozmpzrpzurzyrzzszzszzu\
  78.   zzuzzuyzuvyvuxvrxvovvluvisxgsxdrxapx_pxYLxX0xX0ya0\
  79.   zg0zl0zr0zv3zz4zz3zz3zz3zy3zv3zu1zr1zp1zm1zj1zi0zf\
  80.   0zd0za0z`0zY0zXczvizxmzyszzxzzzzozzczzSzzIzzJxzJsz\
  81.   LpzLlzLvzyozvizsczpYzo000
  82.   }
  83.  
  84. frm:MandelbrotBC1   { ; by several Fractint users
  85.   e=p1, a=imag(p2)+100
  86.   p=real(p2)+PI
  87.   q=2*PI*fn1(p/(2*PI))
  88.   r=real(p2)-q
  89.   Z=C=Pixel:
  90.     Z=log(Z)
  91.     IF(imag(Z)>r)
  92.       Z=Z+flip(2*PI)
  93.     ENDIF
  94.     Z=exp(e*(Z+flip(q)))+C
  95.   |Z|<a
  96. }
  97.  
  98. END 20.0 PAR-FORMULA FILE==================================
  99.  
  100. Thanks for using Fractint, The Fractals and Fractint Discussion List
  101. Post Message:   fractint@lists.xmission.com
  102. Get Commands:   majordomo@lists.xmission.com "help"
  103. Administrator:  twegner@fractint.org
  104. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  105.  
  106.  
  107. -------------------------------------------------------------------------------
  108.  
  109. From: JimMuth@aol.com
  110. Subject: (fractint) FOTD  02-12-01  (Mandelbrot Billows [5])
  111. Date: 02 Dec 2001 09:44:37 EST
  112.  
  113.  
  114. FOTD -- December 02, 2001 (Rating 5)
  115.  
  116. Fractal visionaries and enthusiasts:
  117.  
  118. For today's fractal we once again break out the MandelbrotBC1 
  119. formula.  This time we draw the Z^1.6+C Mandeloid fractal as it 
  120. appears 131 levels up the logarithmic spiral.  At this lofty 
  121. height the fractal appears as a large open area broken by 
  122. several spectacular discontinuities.  Many small protobuds line 
  123. the southern shore, which is marked by an area of chaos that 
  124. extends far inland, constantly trying to organize itself into 
  125. well-defined filaments as it dies out, but never quite 
  126. succeeding.
  127.  
  128. Many tiny midgets lie in this chaotic area.  Today's scene, with 
  129. its even tinier midget, lies in the suburbs of one of these tiny 
  130. midgets.  When I first saw today's image, I didn't know quite 
  131. what to make of it.  Eventually, the impression of billowing 
  132. clouds of smoke came to mind, and I named it "Mandelbrot 
  133. Billows".
  134.  
  135. I'm not quite satisfied with the colors.  Dark blue would give a 
  136. better impression of billowing smoke clouds than the present 
  137. dark green.  Yet the image has a kind of uniqueness that made me 
  138. decide to leave it untouched.  As a result, I can rate the image 
  139. at no more than a 5, a rating that is average.  But don't be 
  140. disappointed -- even an average fractal is well worth a look.
  141.  
  142. To have that look at today's fractal, one may run the attached 
  143. parameter file and wait 25 minutes, or give Paul and Scott a 
  144. chance to render and post the image and download it from one of 
  145. their web sites.
  146.  
  147. The URL of Paul's site is:
  148.  
  149.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  150.  
  151. Scott's site can be found at:
  152.  
  153.           <http://sdboyd.dyndns.org/~sdboyd/fotd/index.html>
  154.  
  155. The fractal weather Saturday featured sunny skies, light winds, 
  156. and a balmy temperature of 73F 23C.  It was absolutely perfect 
  157. for the fractal cats, who were in and out all day.  But since we 
  158. normally see ice at this time of year, some local cold weather 
  159. lovers are beginning to ask where winter is.  And of course, 
  160. those who enjoy having something to worry about are once again 
  161. fearful that it is the beginning of the global warming that will 
  162. eventually end life on earth.  As for myself -- I see nothing 
  163. more apocalyptic than an unusually warm and pleasant Autumn in 
  164. the local area.
  165.  
  166. Regardless of the import of the mildness, it's another perfect 
  167. day, it's not yet 10am, and the cats are already worrying me to 
  168. let them out.  When the fractal cats want to be outdoors, they 
  169. had better be let out, or else they become most annoying.  So 
  170. I'm off to open the door.  Until next time, take care, and what 
  171. ever happened to the 'nuclear winter' crisis?
  172.  
  173.  
  174. Jim Muth
  175. jamth@mindspring.com
  176.  
  177.  
  178. START 20.0 PAR-FORMULA FILE================================
  179.  
  180. Mandelbrot_Billows { ; time=0:25:21.65--SF5 on a P200
  181.   reset=2002 type=formula formulafile=allinone.frm
  182.   formulaname=MandelbrotBC1 function=floor passes=1
  183.   center-mag=+0.29929135794286550/-1.244993106283451\
  184.   00/1039074/1/-142.5/2.06540170383240351e-009
  185.   params=1.6/0/131/0 float=y
  186.   maxiter=10000 inside=0 logmap=-655
  187.   colors=000725825A47B58D7AE8BDADBBEADG8EH7GI5HK4HK2\
  188.   HK1IK0IK0II0II0KI0KI0KI0KH0LH0LH0LH0LH0LH0NI0OK0OK\
  189.   0QL0RL0RN1TN4VO7VO8WQBYREYRHZTI`TL`VOaVQcWTcWWdYYd\
  190.   YdcVjaTraRx`QzZOzZNzorzlpzioxgmudlrcjo`imZgjWegVdd\
  191.   RcaQaZN`YLZVIYRHWOEVLDTIARH8QGBOGENEHNEKLENKDQKDTI\
  192.   DWHBZHBaGBcGAeEAiD8lD8oB8rA7uA7x87z75z75z55z5Gz4Qz\
  193.   2Zz1iz0rz0pz0oz0oz0mz0lz0lz0jz0iz0iz0gz0ez0ez0dz0c\
  194.   z0cz0az0`z0`z0Zz0Zz0`z0`z2`z7`zB`zGazKazOazTazYaza\
  195.   czeczjczocztczwczwczwaztazpazm`zj`zg`zdZzaZzZZzWYz\
  196.   TYzQYzNYzKHzl1zzDzzNzzYzugzorzjtzguzduzawzZwzWxzTx\
  197.   zQzzNzzKzzHzzGzzDzzAzz7zz4zz1zz0zz0zz0zz0zz0zz0zz0\
  198.   zz0xz0uz0rz0pz0mz0jz0iz0ez0cz1`z2Zz2Wz4Tz5Rz5Oz7Lz\
  199.   8Kz8HzAEzBDzBNzGWzIdzNmzQlzRjzTjzTizVgzWgzWezYezZd\
  200.   zZcz`czaazaazc`zdZzdZzeYzgYzgazdezajzZmzWrzTwzQzzN\
  201.   zzLzzOzzRzzVzzYzzZzzazzdzzgzzizzlzzozzrzztzzwzzzzz\
  202.   zzzzzzzzzwzzrzzo2zt4zo5zl
  203.   }
  204.  
  205. frm:MandelbrotBC1   { ; by several Fractint users
  206.   e=p1, a=imag(p2)+100
  207.   p=real(p2)+PI
  208.   q=2*PI*fn1(p/(2*PI))
  209.   r=real(p2)-q
  210.   Z=C=Pixel:
  211.     Z=log(Z)
  212.     IF(imag(Z)>r)
  213.       Z=Z+flip(2*PI)
  214.     ENDIF
  215.     Z=exp(e*(Z+flip(q)))+C
  216.   |Z|<a
  217. }
  218.  
  219. END 20.0 PAR-FORMULA FILE==================================
  220.  
  221. Thanks for using Fractint, The Fractals and Fractint Discussion List
  222. Post Message:   fractint@lists.xmission.com
  223. Get Commands:   majordomo@lists.xmission.com "help"
  224. Administrator:  twegner@fractint.org
  225. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  226.  
  227.  
  228. -------------------------------------------------------------------------------
  229.  
  230. From: "George Priest" <geopriest@raincity.com>
  231. Subject: (fractint) fractint documentation
  232. Date: 02 Dec 2001 16:18:51 -0800
  233.  
  234. This is a multi-part message in MIME format.
  235.  
  236. ------=_NextPart_000_000C_01C17B4D.0799C220
  237. Content-Type: text/plain;
  238.     charset="iso-8859-1"
  239. Content-Transfer-Encoding: quoted-printable
  240.  
  241. Hi:
  242.  
  243. Can anyone tell me what format is used for the fractint.doc file.  Is is =
  244. MS Word format?  If so, what version -- Word 6, 7, 97??  The reason I =
  245. ask is because I am having difficulty getting a printable form of =
  246. fractint.doc.
  247.  
  248. Thanks
  249.  
  250. George Priest
  251. geopriest@raincity.com
  252.  
  253. "But why is it mere talk?  Because, my friend,  beauty, purity, =
  254. respectability, religion, morality, art, patriotism, bravery, and the =
  255. rest are nothing but words which I or anyone else can turn inside out =
  256. like a glove."  GBS,  Man & Superman.
  257.  
  258.  
  259. ------=_NextPart_000_000C_01C17B4D.0799C220
  260. Content-Type: text/html;
  261.     charset="iso-8859-1"
  262. Content-Transfer-Encoding: quoted-printable
  263.  
  264. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  265. <HTML><HEAD>
  266. <META content=3D"text/html; charset=3Diso-8859-1" =
  267. http-equiv=3DContent-Type>
  268. <META content=3D"MSHTML 5.00.3314.2100" name=3DGENERATOR>
  269. <STYLE></STYLE>
  270. </HEAD>
  271. <BODY bgColor=3D#ffffff>
  272. <DIV><FONT face=3DArial size=3D2>Hi:</FONT></DIV>
  273. <DIV> </DIV>
  274. <DIV><FONT face=3DArial size=3D2>Can anyone tell me what format is used =
  275. for the=20
  276. fractint.doc file.  Is is MS Word format?  If so, what version =
  277. -- Word=20
  278. 6, 7, 97??  The reason I ask is because I am having difficulty =
  279. getting a=20
  280. printable form of fractint.doc.</FONT></DIV>
  281. <DIV> </DIV>
  282. <DIV><FONT face=3DArial size=3D2>Thanks</FONT></DIV>
  283. <DIV><FONT face=3DArial size=3D2><BR>George Priest<BR><A=20
  284. href=3D"mailto:geopriest@raincity.com">geopriest@raincity.com</A></FONT><=
  285. /DIV>
  286. <DIV> </DIV>
  287. <DIV><FONT face=3DArial size=3D2>"But why is it mere talk?  =
  288. Because, my=20
  289. friend,  beauty, purity, respectability, religion, morality, art,=20
  290. patriotism, bravery, and the rest are nothing but words which I or =
  291. anyone else=20
  292. can turn inside out like a glove."  GBS,  Man &=20
  293. Superman.<BR></FONT></DIV></BODY></HTML>
  294.  
  295. ------=_NextPart_000_000C_01C17B4D.0799C220--
  296.  
  297.  
  298. Thanks for using Fractint, The Fractals and Fractint Discussion List
  299. Post Message:   fractint@lists.xmission.com
  300. Get Commands:   majordomo@lists.xmission.com "help"
  301. Administrator:  twegner@fractint.org
  302. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  303.  
  304.  
  305. -------------------------------------------------------------------------------
  306.  
  307. From: "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net>
  308. Subject: Re: (fractint) fractint documentation
  309. Date: 02 Dec 2001 23:21:42 -0600
  310.  
  311. George Priest wrote:
  312. >
  313. > Can anyone tell me what format is used 
  314. > for the fractint.doc file.
  315.  
  316. Plain Text.  Just use Wordpad or similar document viewer.
  317.  
  318. But if you want the page breaks to be correct, then use MS-Word and edit
  319. the file by modifying every occurance of: 
  320.  
  321.      "               Fractint Version 20.02                  Page"
  322.  
  323. with the following: 
  324.  
  325.      "^m               Fractint Version 20.02                  Page"
  326.  
  327.  
  328. Sincerely,
  329. P.N.L.
  330. http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
  331.  
  332. Thanks for using Fractint, The Fractals and Fractint Discussion List
  333. Post Message:   fractint@lists.xmission.com
  334. Get Commands:   majordomo@lists.xmission.com "help"
  335. Administrator:  twegner@fractint.org
  336. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  337.  
  338.  
  339. -------------------------------------------------------------------------------
  340.  
  341. From: Mark Christenson <mchris@value.net>
  342. Subject: (fractint) Web gallery
  343. Date: 02 Dec 2001 23:53:00 -0800
  344.  
  345. After almost eight months in limbo, I am resurrecting the site.
  346.  
  347. Bud's Fractal Pages went off the air in late April because of 
  348. a change in policy after one in a series of ISP buyouts that 
  349. left me with only 5 MB of storage.  Since I have yet to arrange 
  350. a new home for my site, I have decided to display one gallery 
  351. at my current location.  It contains 20 new images.  You are 
  352. invited to view them at
  353.  
  354. http://veenet.value.net/~mchris/fractals.htm
  355.  
  356. For the IFL and others, please don't bother to update your 
  357. links just yet.  Now that I have new content, I don't think it 
  358. will be too long before I take the plunge into a bigger pool. 
  359.  
  360.  
  361. Regards,
  362.         Bud
  363.  
  364.  
  365.  
  366. Thanks for using Fractint, The Fractals and Fractint Discussion List
  367. Post Message:   fractint@lists.xmission.com
  368. Get Commands:   majordomo@lists.xmission.com "help"
  369. Administrator:  twegner@fractint.org
  370. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  371.  
  372.  
  373. -------------------------------------------------------------------------------
  374.  
  375. From: Jim Muth <jamth@mindspring.com>
  376. Subject: (fractint) FOTD  03-12-01  (A Vision of Sylphs [3])
  377. Date: 03 Dec 2001 10:41:19 -0500 (EST)
  378.  
  379.  
  380. FOTD -- December 03, 2001 (Rating 3)
  381.  
  382. Fractal visionaries and enthusiasts:
  383.  
  384. Today's rather slow image rates only a lowly 3.  If I worked on 
  385. the colors, I could raise it to a 5 or 6, but due to the world 
  386. news, I just don't have the enthusiasm necessary to work with 
  387. fractals.
  388.  
  389. I named today's image "A Vision of Sylphs".  A sylph is an 
  390. elemental nature spirit that dwells (or is supposed to dwell) in 
  391. the air.  Having never seen a sylph, I have no idea of their 
  392. appearance, but some of the elements in today's image give the 
  393. impression of a swirling dance of atmosphere.  This is reason 
  394. enough to justify the name.
  395.  
  396. The formula of the image is Z^1.55+C, sliced 97 levels up the 
  397. logarithmic spiral.  The render time of 43 minutes is far too 
  398. long for such a disappointing image.  A far better way to see 
  399. the sylphs is to download the GIF image from the W.W.Web at:
  400.  
  401.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  402.  
  403. or at:
  404.  
  405.           <http://sdboyd.dyndns.org/~sdboyd/fotd/index.html>
  406.  
  407. But give Paul and Scott a chance to render and post the image 
  408. before visiting their sites.
  409.  
  410. The fractal weather Sunday here at Fractal Central turned cloudy 
  411. and chilly.  No rain fell, but the temperature of 52F 11C and 
  412. lack of warm sun limited the fractal cats' time outdoors to less 
  413. than an hour.  When they can't go out, the cats get hungry, so 
  414. they spent most of the afternoon indoors, worrying me for more 
  415. food.
  416.  
  417. Right now I'm worried about some work that should be finished 
  418. but is not.  The best way to finish it is to start.  And though 
  419. I don't feel like doing so, that's what I'm about to do.  Until 
  420. next time, take care, and what is wrong with humanity?.
  421.  
  422.  
  423. Jim Muth
  424. jamth@mindspring.com
  425.  
  426.  
  427. START 20.0 PAR-FORMULA FILE================================
  428.  
  429. A_Vision_of_Sylphs { ; time=0:43:47.53--SF5 on a P200
  430.   reset=2002 type=formula formulafile=allinone.frm
  431.   formulaname=MandelbrotBC1 function=floor passes=1
  432.   center-mag=-0.41721734187317930/+0.615018610809023\
  433.   00/31759.23/1/130/4.21363777203254131e-011
  434.   params=1.55/0/-97/0 float=y
  435.   maxiter=10000 inside=0 logmap=575
  436.   colors=000NLKLKLILNHLOENQDNR9NQBQRDRTETVGVWHWYIYZK\
  437.   Z`L`aOacQadRafTahVaiWakYalZanacoccqdcsfcthcvicxkcy\
  438.   lczoczqczscztczvczxczyczzazzczzdzzfzzfzzhzziyzivzk\
  439.   tylqyloynlyokyohyqdyscyt`ytZxvWxxVxxRxyOxzNxzKxzIx\
  440.   zGyzDxzExzExzGxzGvzGvzHvyHvyHvxItxItvKtvKttKttLssL\
  441.   ssLsqNsqNsoOqoOqnOqnQqlQonRqlQqkQskQsiQsiQthQthQtf\
  442.   QvdQvdQxcQxcQxaQyaQy`Qy`QzZQzYQzYQzWQzWQzVQzVQzTQz\
  443.   RQzRQzQQzQQzOQzOQzNQzLRzNQzOOzQOzRNzTLxTLvVKsWIqYI\
  444.   oZHl`Gk`GhaEfcDddDafB`hAYf9ZhAZhA`iA`iA`kAakBalBcl\
  445.   BcnBcnBdoDdoDdqDfqDfsDhsEhtEhtEivEivEkxGkxGkyGlyGl\
  446.   zGqzAlzGivKfoQckVZd`W`dTViQQoLItIBzGIzEQzDYzBdzAlz\
  447.   Atz9tz7tz6tz6tz4tz2tz2tz1tz0tz0tz0tz0tz0tz0tz0tz0t\
  448.   z0tz0tz0tz0tz0tz0tz0tz0tz0tz0tz0tz0tz0tz0tz0tz0sz1\
  449.   qz2oz4oz6nz6nz7nz7nz7lz9lz9lzAlzAkzAkzBkzBkzDkzDiz\
  450.   DizEizEizEhzGhzGhzHhzHhzHfzIfzIfzKfzKdzKdzLdzLdzId\
  451.   zLdzLdzLdzLdzLdzLdzLdzLdz
  452.   }
  453.  
  454. frm:MandelbrotBC1   { ; by several Fractint users
  455.   e=p1, a=imag(p2)+100
  456.   p=real(p2)+PI
  457.   q=2*PI*fn1(p/(2*PI))
  458.   r=real(p2)-q
  459.   Z=C=Pixel:
  460.     Z=log(Z)
  461.     IF(imag(Z)>r)
  462.       Z=Z+flip(2*PI)
  463.     ENDIF
  464.     Z=exp(e*(Z+flip(q)))+C
  465.   |Z|<a
  466. }
  467.  
  468. END 20.0 PAR-FORMULA FILE==================================
  469.  
  470.  
  471. Thanks for using Fractint, The Fractals and Fractint Discussion List
  472. Post Message:   fractint@lists.xmission.com
  473. Get Commands:   majordomo@lists.xmission.com "help"
  474. Administrator:  twegner@fractint.org
  475. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  476.  
  477.  
  478. -------------------------------------------------------------------------------
  479.  
  480. From: Guy Hammer <guyh@aracnet.com>
  481. Subject: Re: (fractint) fractint documentation
  482. Date: 03 Dec 2001 11:27:09 -0800 (PST)
  483.  
  484. On Sun, 2 Dec 2001, Paul N. Lee wrote:
  485. > But if you want the page breaks to be correct, then use MS-Word and edit
  486. > the file by modifying every occurance of: 
  487. >      "               Fractint Version 20.02                  Page"
  488. > with the following: 
  489. >      "^m               Fractint Version 20.02                  Page"
  490.  
  491. Hmm, my fractinit.doc file (from xfractint) already has the form feed
  492. charactors...
  493. -- 
  494. Guy Hammer, guyh@aracnet.com
  495. http://www.aracnet.com/~guyh
  496. --
  497.  11:23am  up 27 days, 14:10,  7 users,  load average: 1.00, 1.02, 1.00
  498.  
  499.  
  500. Thanks for using Fractint, The Fractals and Fractint Discussion List
  501. Post Message:   fractint@lists.xmission.com
  502. Get Commands:   majordomo@lists.xmission.com "help"
  503. Administrator:  twegner@fractint.org
  504. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  505.  
  506.  
  507. -------------------------------------------------------------------------------
  508.  
  509. From: Programmer Dude <cjsonnack@mmm.com>
  510. Subject: Re: (fractint) fractint documentation
  511. Date: 03 Dec 2001 13:37:15 -0600
  512.  
  513. > On Sun, 2 Dec 2001, Paul N. Lee wrote:
  514.  
  515. >> with the following:
  516. >>
  517. >>      "^m               Fractint Version 20.02                  Page"
  518.  
  519. Would ^L be better or are the pages really just one line off?
  520.  
  521. p.s.
  522. Some printers treat a single ^M as *just* a Carriage Return, and do
  523. not advance the paper, so in some cases ^M might not even work....
  524.  
  525. -- 
  526. |_ CJSonnack <Chris@Sonnack.com> _____________| How's my programming? |
  527. |_ http://www.Sonnack.com/ ___________________| Call: 1-800-DEV-NULL  |
  528. |_____________________________________________|_______________________|
  529.  
  530. Thanks for using Fractint, The Fractals and Fractint Discussion List
  531. Post Message:   fractint@lists.xmission.com
  532. Get Commands:   majordomo@lists.xmission.com "help"
  533. Administrator:  twegner@fractint.org
  534. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  535.  
  536.  
  537. -------------------------------------------------------------------------------
  538.  
  539. From: "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net>
  540. Subject: Re: (fractint) fractint documentation
  541. Date: 03 Dec 2001 14:55:08 -0600
  542.  
  543. Guy Hammer wrote:
  544. >
  545. > Hmm, my fractinit.doc file (from xfractint) 
  546. > already has the form feed charactors...
  547. >
  548.  
  549. I had used another text editor on mine and it seems to have eliminated
  550. the manual page break character x'0C', and left only the
  551. line-feed/carriage-return characters x'0D0A' within the file.  After
  552. running the "makedoc" again, I see they are back to normal.
  553.  
  554.  
  555. Programmer Dude wrote:
  556. >
  557. > Would ^L be better or are the pages really 
  558. > just one line off?
  559. > p.s.
  560. > Some printers treat a single ^M as *just* a 
  561. > Carriage Return, and do not advance the paper, 
  562. > so in some cases ^M might not even work....
  563.  
  564. If using MS-Word, the ^l (lowercase "L") is normally for a manual line
  565. break when doing a replace, and the ^m is for a manual page break.  Try
  566. doing a replace option in MS-Word, select the MORE button and choose the
  567. SPECIAL drop down list.  You will notice all the characters available.
  568.  
  569. Those "special" characters are only representations for the actual
  570. hexadecimal value which will be used.
  571.  
  572. Sincerely,
  573. P.N.L.
  574. http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
  575.  
  576. Thanks for using Fractint, The Fractals and Fractint Discussion List
  577. Post Message:   fractint@lists.xmission.com
  578. Get Commands:   majordomo@lists.xmission.com "help"
  579. Administrator:  twegner@fractint.org
  580. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  581.  
  582.  
  583. -------------------------------------------------------------------------------
  584.  
  585. From: Programmer Dude <cjsonnack@mmm.com>
  586. Subject: Re: (fractint) fractint documentation
  587. Date: 03 Dec 2001 15:10:50 -0600
  588.  
  589. "Paul N. Lee" wrote:
  590.  
  591. > Try doing a replace option in MS-Word, select the MORE button and
  592. > choose the SPECIAL drop down list.  You will notice all the characters
  593. > available.
  594.  
  595. Heh!  Cool!!  I learned somethin', Thanks!!!
  596.  
  597. Apparently you can use them as *search* patterns, too.  THAT's gonna
  598. come in handy....
  599.  
  600. -- 
  601. |_ CJSonnack <Chris@Sonnack.com> _____________| How's my programming? |
  602. |_ http://www.Sonnack.com/ ___________________| Call: 1-800-DEV-NULL  |
  603. |_____________________________________________|_______________________|
  604.  
  605. Thanks for using Fractint, The Fractals and Fractint Discussion List
  606. Post Message:   fractint@lists.xmission.com
  607. Get Commands:   majordomo@lists.xmission.com "help"
  608. Administrator:  twegner@fractint.org
  609. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  610.  
  611.  
  612. -------------------------------------------------------------------------------
  613.  
  614. From: JimMuth@aol.com
  615. Subject: (fractint) FOTD  04-12-01  (A Make-good Fractal [8])
  616. Date: 04 Dec 2001 11:07:08 EST
  617.  
  618.  
  619. FOTD -- December 04, 2001 (Rating 8)
  620.  
  621. Fractal visionaries and enthusiasts:
  622.  
  623. Today's fractal is named "A Makegood Fractal".  I felt that I 
  624. needed to make good the abysmal fractal that passed for the FOTD 
  625. of December 3.  Today, I atone for yesterday's 3-rated let-down 
  626. by presenting a fractal that rates a lofty 8.
  627.  
  628. The formula takes 0.03 parts of Z^13, adds 0.03 parts of Z^(-23) 
  629. and then adds (1/C).  This formula draws a narrow ring of lakes 
  630. with many places to explore for midgets.  For today's scene, I 
  631. chose a rudimentary valley along the negative X-axis.
  632.  
  633. Today's image has been colored with the outside-fmod option, 
  634. with the proximity factor set to 1.5.  I rendered it with the 
  635. passes set to 'b'.  This is not only the fastest option with 
  636. this particular scene, it also eliminates several unwanted holes.
  637.  
  638. Running the parameter file by the fastest rendering option is 
  639. actually irrelevant, since all methods render within a few 
  640. seconds of one minute on my machine.  The render time will be 
  641. less than one minute on anything faster than 200mhz.
  642.  
  643. Those who still wish to download the GIF image can find it at:
  644.  
  645.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  646.  
  647. and at:
  648.  
  649.           <http://sdboyd.dyndns.org/~sdboyd/fotd/index.html>
  650.  
  651. The fractal weather Monday at Fractal Central blossomed sunny 
  652. and mild with light winds.  The 59F 15C temperature must have 
  653. been just what the cats wanted, because they passed the 
  654. afternoon resting on the porch and exploring remote parts of the 
  655. yard.  When the grey cat that lives up the street approached, 
  656. Tippy quickly chased it away.  Thomas checked Tippy carefully 
  657. when he returned to the yard, then they both settled down for 
  658. the rest of the afternoon.
  659.  
  660. The dynamic duo is still settled this morning, so I'd best get 
  661. the day's tasks started before they wake up and become a 
  662. distraction.  Until next time and next fractal, take care, and 
  663. maybe cats will succeed where we fail.
  664.  
  665.  
  666. Jim Muth
  667. jamth@mindspring.com
  668.  
  669.  
  670. START 20.0 PAR-FORMULA FILE================================
  671.  
  672. A_Makegood_Fractal { ; time=0:01:03.82--SF5 on a p200
  673.   reset=2002 type=formula formulafile=allinone.frm
  674.   formulaname=MandelbrotMix4 function=recip passes=b
  675.   center-mag=-0.95974698691728890/-0.017561398477024\
  676.   36/61456.73/1/-72.5/-2.99989533214528592e-010
  677.   params=0.03/13/0.03/-23/0/0 float=y maxiter=600
  678.   inside=120 proximity=1.5 outside=fmod
  679.   colors=000CRJCQJDPJDOKENKEMKFLKFKKGJKHILHHLIGLIFLJ\
  680.   ELJDLKCMKBMLAML9MM8MM7MLALLDLLFKLIKLKKLNJLPJKSIKVI\
  681.   KXIK_HKaHKdHKfGJiGJlFJnFJqFJsEJvEJxEKvGKtILrKLpLMn\
  682.   NMlPMjQNhSNgUOeVOcXPaZP__PYaQWcQUeRSfRRhSPjSNkSLmT\
  683.   JoTHpUFrUDtUCuVAtV9sV7sV6rW5qW3qW2pW1pU4mS7jRAhPDe\
  684.   OGcMJ`LMZJPWHSTGVREYOD`MBcJAfHCdIEbJG`JI_KKYKMWLOU\
  685.   LSTMWRN_PNcNOgMOkKPoIPsGQwFQrEOmDMhDKcCJZBHUBFRAEO\
  686.   9CM9AJ88G77D75B63962A83B94CA5CB5DC6ED7FE7FF8GG9HIA\
  687.   IJAIKBJLCKMCLNDLOEMPENQFOSGOTHPUHQVIRWJRXJSYKTZLT_\
  688.   LWYJYWI`VGbTFeRDgQCiOAlM9nL7qJ6sH4uG3rJ8pMDmOIkRNh\
  689.   USfWXcZaaafZckXfpVhtWfsXesXcsYbrZ`rZ_r_Zq`Xq`WqaUp\
  690.   bTpbRpcQpdPodNoeMofKnfJngHnhGmhFmiDmjCljAlk9lk8lgB\
  691.   mdDn`GoYIoULpRNqNQqKSrGVsDXsEYtEZtF_tF`tGauGbuHcuH\
  692.   duIeuIfvJgvJhvKivKjvKkwLlwLmwMnwMoxNpxNqxOrxOsxPty\
  693.   PuyQvyQwyQxyPwxPvwOuwOtvNsuNruNqtMpsMosLnrLmqLlqKk\
  694.   pKjoJioJhnJgnKfmKemKdmKdm
  695.   }
  696.  
  697. frm:MandelbrotMix4 {; Jim Muth
  698. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  699. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  700. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  701. z=k*((a*(z^b))+(d*(z^f)))+c,
  702. |z| < l
  703. }
  704.  
  705. END 20.0 PAR-FORMULA FILE==================================
  706.  
  707. Thanks for using Fractint, The Fractals and Fractint Discussion List
  708. Post Message:   fractint@lists.xmission.com
  709. Get Commands:   majordomo@lists.xmission.com "help"
  710. Administrator:  twegner@fractint.org
  711. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  712.  
  713.  
  714. -------------------------------------------------------------------------------
  715.  
  716. From:     John Lewis <jlewis@clara.net>
  717. Subject: Re: (fractint) FOTD  04-12-01  (A Make-good Fractal [8])
  718. Date: 04 Dec 2001 19:12:35 +0000
  719.  
  720. On Tue, 4 Dec 2001 11:07:08 EST, JimMuth@aol.com wrote:
  721.  
  722. FOTD -- December 04, 2001 (Rating 8)
  723.  
  724. Fractal visionaries and enthusiasts:
  725.  
  726. Today's fractal is named "A Makegood Fractal".  I felt that I=
  727.  needed 
  728. to make good the abysmal fractal that passed for the FOTD of=
  729.  December 
  730. 3.  
  731.  
  732.  
  733. I rather liked that one, too!
  734.  
  735. Best wishes
  736.  
  737. John
  738. -- John Lewis, jlewis@clara.net on 12/04/2001
  739.  
  740.  
  741. Thanks for using Fractint, The Fractals and Fractint Discussion List
  742. Post Message:   fractint@lists.xmission.com
  743. Get Commands:   majordomo@lists.xmission.com "help"
  744. Administrator:  twegner@fractint.org
  745. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  746.  
  747.  
  748. -------------------------------------------------------------------------------
  749.  
  750. From: JimMuth@aol.com
  751. Subject: (fractint) FOTD  05-12-01  (Half-Half-Shells [8])
  752. Date: 05 Dec 2001 10:59:03 EST
  753.  
  754.  
  755. FOTD -- December 05, 2001 (Rating 8)
  756.  
  757. Fractal visionaries and enthusiasts:
  758.  
  759. (It is widely believed that good things, [and bad things also], 
  760. come in groups of three.  Today we have the second 8-rated image 
  761. in a row.  Hopefully, the saying is right and tomorrow's FOTD 
  762. will also rate an 8.)
  763.  
  764. Many things come on a half-shell.  Oysters and Venuses are just 
  765. two of them.  And as today's image shows, fractals also can come 
  766. on the half-shell.  Today's image shows a scene in fractal-land, 
  767. where a midget is surrounded by half-shells.  And some of the 
  768. half-shells are only half there, which makes them quarter-shells 
  769. or "Half-Half-Shells", which explains the name I gave the image.
  770.  
  771. The formula of the image is totally whimsical, as can be 
  772. confirmed by checking the parameters.  These random parameters 
  773. draw a parent fractal shaped like an oversized figure 8, which 
  774. needs an outzoom before it fits on the screen.  This figure-8 
  775. fractal is actually a grossly distorted Mandeloid rotated 180 
  776. degrees, with East Valley on the west side of the main bay.  
  777. Today's scene is located rather deep in the chaos of the 
  778. southern shore of this valley.
  779.  
  780. The coloring makes more of the scene than it is actually worth.  
  781. The rating of 8 owes about 3 points to the colors, which are due 
  782. more to chance than any effort on my part.  The parameter file 
  783. runs in 1/2 hour on my old machine.  This is slow, but not too 
  784. much work for such a highly rated image.
  785.  
  786. The simplest way to see the image is to download it from one of 
  787. the FOTD web sites.  Those sites can be found at:
  788.  
  789.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  790.  
  791. and at:
  792.  
  793.           <http://sdboyd.dyndns.org/~sdboyd/fotd/index.html>
  794.  
  795. It was summer in December here at Fractal Central on Tuesday.  
  796. And to make matters even worse, this is the northern hemisphere, 
  797. where Summer is expected in June, July, August and September.  
  798. The warm sun, light winds and temperature of 68F 20C pleased the 
  799. cats, who were reasonably quiet as they enjoyed the unusual 
  800. conditions.  The local ski resort operators are not so happy 
  801. however.  It is difficult to have snow with a temperature like 
  802. summer.  Hopefully, Winter will arrive by the holidays.  It is 
  803. even more difficult for Santa sleighs to be used when the ground 
  804. is bare.
  805.  
  806. That's the news from Fractal Central for today.  I'll return in 
  807. 24 hours or so with another fractal, a bit more news, and if I 
  808. find the inspiration, some philosophy.  Until then, take care, 
  809. and find inspiration in your fractals.
  810.  
  811.  
  812. Jim Muth
  813. jamth@mindspring.com
  814.  
  815.  
  816. START 20.0 PAR-FORMULA FILE================================
  817.  
  818. Half-Half-shells   { ; time=0:31:25.81--SF5 on a p200
  819.   reset=2002 type=formula formulafile=allinone.frm
  820.   formulaname=MandelbrotMix4 function=recip passes=1
  821.   center-mag=-2.53776950877348200/-0.014009024142595\
  822.   28/12424.62/1/-67.5/-8.6408921684544282e-011
  823.   params=1.636/-0.401/0.547/1.337/0/0 float=y
  824.   maxiter=30000 inside=0 logmap=269
  825.   colors=000POfPOfQPgRQhSRiTSjUTkVUlWVmXWnYXoZYp_Zq`\
  826.   _ra`scatebugcvidwkexlfyngzoizpkzrnztoztpzoozkozgnv\
  827.   cnp_llXlfSkaPkYQiXSiXSiXTiXTiVViVXiVXiVYiVYiT_iT`i\
  828.   T`iTaiTagScgScgSdgSfgSfgQggQggQigQkgQkgPlgPlgPngPn\
  829.   gPpgPrfHtf7wg4xg4wi3wi3wk3wk3vl1vn1vn1to0to0tp0tp0\
  830.   rr0rt0rt0pv0pv0pw0pw0ox0oz0oz0nz0nz0nz0oz0nz0nz0nw\
  831.   0nt0np0nn0nk1ng3nd3na4n_6lX7iT7gQ9fNAdKCcHCaED`CE_\
  832.   9GY6GX3HV0JT0KS0KQEJPKKNSKSTMXVM_XMcYNg_Nl`PoaPtcP\
  833.   xdQzfQzgQzfPzdPzdPzcNzcNzaNxaMx`Mw`Mw_KvYKvYKtXJrX\
  834.   JrVJpVHpTHoTHnSGnSGlQGlPEkPEkNEiNDgMDgMDfKCfKCdJCf\
  835.   HCdJCcJCaKC`KC_MCYMCYMCXNCVNCTPCSPCQQCPQCPQCNSDMSG\
  836.   PTJSTMVVPYVS`VVcXYfX`iYclYfo_ir_lv_ov`rv`vvaxvazvc\
  837.   zvczvczvdzvdzvfzvfzvfzvfzvfzvfzvfzvfzvfzvfzvfzvfzv\
  838.   fzwfzxfzzfzzfzzfzzfzzfzzfzzfzzfzzfzzfzzfzzfzzfzzfz\
  839.   zfzzfzzfzzfzzfzzfzzfzzfzzfzzfzzfzzfzzfzzfzzfzzfzzf\
  840.   zzfzzfzzfzzfzzfzzfzzfzzfz
  841.   }
  842.  
  843. frm:MandelbrotMix4 {; Jim Muth
  844. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  845. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  846. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  847. z=k*((a*(z^b))+(d*(z^f)))+c,
  848. |z| < l
  849. }
  850.  
  851. END 20.0 PAR-FORMULA FILE==================================
  852.  
  853. Thanks for using Fractint, The Fractals and Fractint Discussion List
  854. Post Message:   fractint@lists.xmission.com
  855. Get Commands:   majordomo@lists.xmission.com "help"
  856. Administrator:  twegner@fractint.org
  857. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  858.  
  859.  
  860. -------------------------------------------------------------------------------
  861.  
  862. From: Tim Wegner <twegner@swbell.net>
  863. Subject: (fractint) Possible change in the fractint list
  864. Date: 05 Dec 2001 16:35:23 -0600
  865.  
  866. I have been having some problems with majordomo in administering the 
  867. fractint and fractdev lists. The kind xmission folks who host this 
  868. list are suggesting that I move to different (newer) software - 
  869. mailman. If this happens, I may be able to just move the list members 
  870.  
  871. to the new software, or I may just ask members to sign on to the new 
  872. list when it comes on line.
  873.  
  874. This is just a heads up. I am not sure what the timing will be. I may 
  875.  
  876. consider other hosts also if I am making a change, though I must say 
  877. that the xmission relationship has worked very well for us, with only 
  878.  
  879. a few problems, so staying with them is fine with me as long as they 
  880. will have us.
  881.  
  882. If anyone has any thoughts on majordomo vs mailman or other list 
  883. software or hosts, I suggest we declare this "on topic" for this list 
  884.  
  885. for a short while. 
  886.  
  887. Tim Wegner
  888. fractint/fractdev list administrator
  889.  
  890.  
  891. Thanks for using Fractint, The Fractals and Fractint Discussion List
  892. Post Message:   fractint@lists.xmission.com
  893. Get Commands:   majordomo@lists.xmission.com "help"
  894. Administrator:  twegner@fractint.org
  895. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  896.  
  897.  
  898. -------------------------------------------------------------------------------
  899.  
  900. From: Tim Wegner <twegner@swbell.net>
  901. Subject: (fractint) Possible change in the fractint list
  902. Date: 05 Dec 2001 16:41:04 -0600
  903.  
  904. I have been having some problems with majordomo in administering the 
  905. fractint and fractdev lists. The kind xmission folks who host this 
  906. list are suggesting that I move to different (newer) software - 
  907. mailman. If this happens, I may be able to just move the list members 
  908.  
  909. to the new software, or I may just ask members to sign on to the new 
  910. list when it comes on line.
  911.  
  912. This is just a heads up. I am not sure what the timing will be. I may 
  913.  
  914. consider other hosts also if I am making a change, though I must say 
  915. that the xmission relationship has worked very well for us, with only 
  916.  
  917. a few problems, so staying with them is fine with me as long as they 
  918. will have us.
  919.  
  920. If anyone has any thoughts on majordomo vs mailman or other list 
  921. software or hosts, I suggest we declare this "on topic" for this list 
  922.  
  923. for a short while. 
  924.  
  925. Tim Wegner
  926. fractint/fractdev list administrator
  927.  
  928.  
  929. Thanks for using Fractint, The Fractals and Fractint Discussion List
  930. Post Message:   fractint@lists.xmission.com
  931. Get Commands:   majordomo@lists.xmission.com "help"
  932. Administrator:  twegner@fractint.org
  933. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  934.  
  935.  
  936. -------------------------------------------------------------------------------
  937.  
  938. From: JimMuth@aol.com
  939. Subject: (fractint) FOTD  06-12-01  (Honeycombed Midget [7])
  940. Date: 06 Dec 2001 10:13:05 EST
  941.  
  942.  
  943. FOTD -- December 06, 2001 (Rating 7)
  944.  
  945. Fractal visionaries and enthusiasts:
  946.  
  947. I'm a bit busier today than I would prefer to be, so the 
  948. discussion will have to be relatively short.
  949.  
  950. Well, we don't have the third FOTD in a row that rates an 8, 
  951. but today's rating of 7 comes pretty close.  The formula takes 
  952. Z^(-12.5), adds 10 times as much Z^(-1.25), then adds (1/C), to 
  953. create a fractal with more convolutions than a government 
  954. bureaucracy.
  955.  
  956. This parent fractal is indescribable, but contains many bays and 
  957. valleys.  Today's midget is located on the shoreline of one of 
  958. these valleys, in an area with elements that resemble those of a 
  959. Julia set.  This area would never be expected to hold midgets.  
  960. I looked there only because I often look for midgets where none 
  961. are expected.
  962.  
  963. The unusual appearance of today's image is a result of setting 
  964. both the inside and outside to <fmod>, with a proximity of 1.  
  965. The name, "Honeycombed Midget" has little relevance to the 
  966. image.  The name was given to an earlier version, and carried 
  967. over to the present version because I like the sound of the 
  968. name.
  969.  
  970. The parameter file renders in 8 minutes on my outdated machine.  
  971. The already rendered image downloads in less time from:
  972.  
  973.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  974.  
  975. or from:
  976.  
  977.           <http://sdboyd.dyndns.org/~sdboyd/fotd/index.html>
  978.  
  979. The fractal weather Wednesday here at Fractal Central was like 
  980. mid-summer, with blue skies, fluffy white cumulus clouds, and a 
  981. temperature of 75F 24C.  The fractal cats, who enjoy summer, 
  982. were happy all afternoon, even in the shade of the holly trees.  
  983. Their only irritation came when the day ended early, but these 
  984. are the shortest days of the year here at latitude 39N, and the 
  985. sun is gone by 4:30pm.
  986.  
  987. And I had better get going on the day's work if I hope to have 
  988. it finished by the time this shortened day ends.  Until next 
  989. FOTD, take care, and what will tomorrow bring?
  990.  
  991.  
  992. Jim Muth
  993. jamth@mindspring.com
  994. jimmuth@aol.com
  995.  
  996.  
  997. START 20.0 PAR-FORMULA FILE================================
  998.  
  999. Honeycombed_Midget { ; time=0:07:55.82--SF5 on a P200
  1000.   reset=2002 type=formula formulafile=allinone.frm
  1001.   formulaname=MandelbrotMix4 function=recip passes=1
  1002.   center-mag=+1.87898498897471100/+0.564898033124445\
  1003.   90/10315.45/1/32.5/2.26459337393514204e-011
  1004.   params=1/-12.5/10/-1.25/0/525 float=y maxiter=1200
  1005.   inside=fmod proximity=1 outside=fmod
  1006.   colors=000tKCtJCtHCsGCsEEqGCqGEpGEpGFnGGnGGmGHmGJl\
  1007.   HJlHKkHLjJEhKFgLGfMHdOJcPKbQLaSN_TOZUPYWRWXSVYTT_V\
  1008.   S`WR`YP`ZO`_O`aO`bO`cO`dO`fP_gO`hO`jO_kO_lOYlNYkNX\
  1009.   kNXkNWjNWjNUjLUhLThLThLSgLSgLQgKQfKPfKPfKOdKOdJMcJ\
  1010.   McJMbKMbKMaKM_LM_LMZLMYNMYNMWNMVOMVOMTPMSPMSPMRRMP\
  1011.   ROPROOSONSONSOLTOKTOKTOJVOHVOHWOGWOFWOFYOEYOCYOCZO\
  1012.   BZO9ZP9_P8_P7_P7aP5aP4bP4bP3bP1cP1cP0cP0dP0dP0dP0f\
  1013.   P0fP0gQ0fP0dO0dO0cM0bL0bL0aK0_J0_J0ZH0YG0YG0WE0WE0\
  1014.   VD0TC0TC0SA0R90R90P81O61O61N51L53O61O61P81P81R91R9\
  1015.   1SA1SA1TC1TC1VD1VD1WE1WE1YF1YF1YF1ZF1ZF1_F5_FAaFFa\
  1016.   FKbFPbFUcFZcFceFceFcfFcfFcfFcgFchFciFciFcjFcjGckHc\
  1017.   kIclJclKcmLcmMcnNcoOcpPcpQcpRcqScrTcsUcsVctWctXcuY\
  1018.   cuZcv_cw`cxacxbcyccxdcyeczfczgczhazi_zjYzkWzlUzmSz\
  1019.   nQzoOzpMzqKzrIzrUzrEzqCzpAzo5zn3zm4zl4zk4zj4zi4zh5\
  1020.   zg5zf5ye5yd5xc7xb7wa7w`7v_7vZ8uY8tX8sW8rV8qU9pT9oS\
  1021.   9nR9mQ9lPBkOBjNBiMBhLBgKC
  1022.   }
  1023.  
  1024. frm:MandelbrotMix4 {; Jim Muth
  1025. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  1026. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  1027. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  1028. z=k*((a*(z^b))+(d*(z^f)))+c,
  1029. |z| < l
  1030. }
  1031.  
  1032. END 20.0 PAR-FORMULA FILE==================================
  1033.  
  1034. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1035. Post Message:   fractint@lists.xmission.com
  1036. Get Commands:   majordomo@lists.xmission.com "help"
  1037. Administrator:  twegner@fractint.org
  1038. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1039.  
  1040.  
  1041. -------------------------------------------------------------------------------
  1042.  
  1043. From: JimMuth@aol.com
  1044. Subject: (fractint) FOTD  07-12-01  (Golden Chrysanthemum [6])
  1045. Date: 07 Dec 2001 09:21:57 EST
  1046.  
  1047.  
  1048. FOTD -- December 07, 2001 (Rating 6)
  1049.  
  1050. Fractal visionaries and enthusiasts:
  1051.  
  1052. Life is filled with disappointments.  I still remember the 
  1053. disappointment I felt as a child, when I discovered that 
  1054. professional wrestling is a performing art rather than a 
  1055. competitive sport.  I felt the same disappointment when I 
  1056. realized that baseball is more about making money than having 
  1057. fun playing a game.  I never really believed in the Easter bunny 
  1058. or Santa Claus, but I did believe Ripley.  Perhaps the biggest 
  1059. let-down of all came when I realized that some of Ripley's 
  1060. impossible "Believe it or Not" wonders were in fact untrue.
  1061.  
  1062. All these let-downs were justified in the late 1980's however, 
  1063. when I discovered fractals.  Life has never been the same since.
  1064.  
  1065. Today's slightly above average fractal image reminds me of a 
  1066. golden chrysanthemum, so that's what I named it.  The image is 
  1067. actually a scene lying in the suburbs of a larger midget, which 
  1068. is located near a still larger midget, which lies north and west 
  1069. of an indescribable parent.
  1070.  
  1071. The scene is disconnected from its parent.  This disconnection 
  1072. is reflected in the golden rings surrounding the midget, which 
  1073. form concentric circles in no way joined to each other or to the 
  1074. midget they surround.  The whole assemblage resembles a flower 
  1075. such as a chrysanthemum or aster, and makes a pleasant enough 
  1076. picture to rate a 6.
  1077.  
  1078. The parameter file runs in three minutes; the completed GIF 
  1079. image downloads from:
  1080.  
  1081.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  1082.  
  1083. or from:
  1084.  
  1085.           <http://sdboyd.dyndns.org/~sdboyd/fotd/index.html>
  1086.  
  1087. in even less time.
  1088.  
  1089. The weather Thursday here at Fractal Central was once again 
  1090. summer-like, with blue skies, gentle breezes, and a temperature 
  1091. of 73F 23C.  Cats of the fractal variety enjoy such conditions, 
  1092. and Thomas and Tippy are no exception.  The dynamic duo passed 
  1093. the afternoon sleeping in their chairs on the porch, opening 
  1094. their eyes occasionally to be sure that no unwanted cats were 
  1095. intruding.
  1096.  
  1097. Since it's the last day of the work week and there's still work 
  1098. to be done, I had best get busy.  But I'll return with more 
  1099. goodies in 24 hours.  Until then, take care, and accentuate the 
  1100. fractal positive.
  1101.  
  1102.  
  1103. Jim Muth
  1104. jamth@mindspring.com
  1105. jimmuth@aol.com
  1106.  
  1107.  
  1108. START 20.0 PAR-FORMULA FILE================================
  1109.  
  1110. Gold_Chrysanthemum { ; time=0:03:18.50--SF5 on a P200
  1111.   reset=2002 type=formula formulafile=allinone.frm
  1112.   formulaname=MandelbrotMix4 function=recip passes=1
  1113.   center-mag=-0.47904926844684050/+2.689928561895989\
  1114.   00/7.255801e+011/1/45.0104028392414861/-0.01121875\
  1115.   11152195482 params=1/-12.5/10/-1.25/0/525 float=y
  1116.   maxiter=550 inside=0 logmap=63
  1117.   colors=00087aA8`BBZDDYEGWGHVHKTILRKOQLQONTNOVLQYKR\
  1118.   ZITaHRcEReBVg8Yj7`l5co4dp2gt1ju0mx0pz0rz0uz0xz0zz0\
  1119.   zz0zz0zz0wz0rz1oz5jzAezEazIZzLVzQQzVLzZIzcEzgAzl5z\
  1120.   p2zt7wrBtpGppKmoOjmRgmWdl`aldZjiWilTipQguNezKezHdz\
  1121.   EdzGezHizIlzIoxKrwOuuTxmYzeazZezRezKezDdz5cw4ar4`o\
  1122.   4`l2Zi2Ye2Wa2VZ1TW1RT1QQ1QN4NR7LW8I`BHdDEiGDmHArK8\
  1123.   wL7zNEtOKlQQdRYYTcQViIWpBYw4Zz0Zz0OzVGzzNzzTzzZwzd\
  1124.   uzjuzpuzmuzjuzguzeuzcuz`uzYuxWuxTuwQuuNutLutIurGup\
  1125.   EupDurBurAur8ut7ut5ut4uu2uu2uu7utBurEurIupLupQuoTu\
  1126.   mYum`uldulgujluiouitugwugzuizuizuizuizuizuizumpuri\
  1127.   uu`uzRuzKuzLuzNuwOurOumQugRucRuZTuVVuOVuKWuGYuBYu7\
  1128.   IuV4up0uz0uz7uzGuzOuxNuwNuwLuuLuuKuuKutKutIutIurHu\
  1129.   rHurGupGupGupEulDugBucBuZAuV8wQ8zL7zH5zD5z84z42z02\
  1130.   z0Iz0Zz0oz0xz8zzKzzVazc2zj1zl0zm0zo0zo0zp0zr0zt0zt\
  1131.   0zu0zw0zx0zx0zz0zz0zz0zz0zx0zt4zoAzjEzgKzcQzZVzV`z\
  1132.   QdzNjzIpzEDzrHztLztOztTzt
  1133.   }
  1134.  
  1135. frm:MandelbrotMix4 {; Jim Muth
  1136. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  1137. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  1138. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  1139. z=k*((a*(z^b))+(d*(z^f)))+c,
  1140. |z| < l
  1141. }
  1142.  
  1143. END 20.0 PAR-FORMULA FILE==================================
  1144.  
  1145. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1146. Post Message:   fractint@lists.xmission.com
  1147. Get Commands:   majordomo@lists.xmission.com "help"
  1148. Administrator:  twegner@fractint.org
  1149. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1150.  
  1151.  
  1152. -------------------------------------------------------------------------------
  1153.  
  1154. From: bmc1@airmail.net
  1155. Subject: Re: (fractint) FOTD  07-12-01  (Golden Chrysanthemum [6])
  1156. Date: 07 Dec 2001 11:41:17 -0600
  1157.  
  1158. The site screams for a sight of:
  1159.  
  1160. "the dynamic duo"; "Cats of the fractal variety . . . . ."
  1161.  
  1162. D. Freed
  1163.  
  1164. JimMuth@aol.com wrote:
  1165.  
  1166. > FOTD -- December 07, 2001 (Rating 6)
  1167. >
  1168. > Fractal visionaries and enthusiasts:
  1169. >
  1170. > Life is filled with disappointments.  I still remember the
  1171. > disappointment I felt as a child, when I discovered that
  1172. > professional wrestling is a performing art rather than a
  1173. > competitive sport.  I felt the same disappointment when I
  1174. > realized that baseball is more about making money than having
  1175. > fun playing a game.  I never really believed in the Easter bunny
  1176. > or Santa Claus, but I did believe Ripley.  Perhaps the biggest
  1177. > let-down of all came when I realized that some of Ripley's
  1178. > impossible "Believe it or Not" wonders were in fact untrue.
  1179. >
  1180. > All these let-downs were justified in the late 1980's however,
  1181. > when I discovered fractals.  Life has never been the same since.
  1182. >
  1183. > Today's slightly above average fractal image reminds me of a
  1184. > golden chrysanthemum, so that's what I named it.  The image is
  1185. > actually a scene lying in the suburbs of a larger midget, which
  1186. > is located near a still larger midget, which lies north and west
  1187. > of an indescribable parent.
  1188. >
  1189. > The scene is disconnected from its parent.  This disconnection
  1190. > is reflected in the golden rings surrounding the midget, which
  1191. > form concentric circles in no way joined to each other or to the
  1192. > midget they surround.  The whole assemblage resembles a flower
  1193. > such as a chrysanthemum or aster, and makes a pleasant enough
  1194. > picture to rate a 6.
  1195. >
  1196. > The parameter file runs in three minutes; the completed GIF
  1197. > image downloads from:
  1198. >
  1199. >           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  1200. >
  1201. > or from:
  1202. >
  1203. >           <http://sdboyd.dyndns.org/~sdboyd/fotd/index.html>
  1204. >
  1205. > in even less time.
  1206. >
  1207. > The weather Thursday here at Fractal Central was once again
  1208. > summer-like, with blue skies, gentle breezes, and a temperature
  1209. > of 73F 23C.  Cats of the fractal variety enjoy such conditions,
  1210. > and Thomas and Tippy are no exception.  The dynamic duo passed
  1211. > the afternoon sleeping in their chairs on the porch, opening
  1212. > their eyes occasionally to be sure that no unwanted cats were
  1213. > intruding.
  1214. >
  1215. > Since it's the last day of the work week and there's still work
  1216. > to be done, I had best get busy.  But I'll return with more
  1217. > goodies in 24 hours.  Until then, take care, and accentuate the
  1218. > fractal positive.
  1219. >
  1220. > Jim Muth
  1221. > jamth@mindspring.com
  1222. > jimmuth@aol.com
  1223. >
  1224. > START 20.0 PAR-FORMULA FILE================================
  1225. >
  1226. > Gold_Chrysanthemum { ; time=0:03:18.50--SF5 on a P200
  1227. >   reset=2002 type=formula formulafile=allinone.frm
  1228. >   formulaname=MandelbrotMix4 function=recip passes=1
  1229. >   center-mag=-0.47904926844684050/+2.689928561895989\
  1230. >   00/7.255801e+011/1/45.0104028392414861/-0.01121875\
  1231. >   11152195482 params=1/-12.5/10/-1.25/0/525 float=y
  1232. >   maxiter=550 inside=0 logmap=63
  1233. >   colors=00087aA8`BBZDDYEGWGHVHKTILRKOQLQONTNOVLQYKR\
  1234. >   ZITaHRcEReBVg8Yj7`l5co4dp2gt1ju0mx0pz0rz0uz0xz0zz0\
  1235. >   zz0zz0zz0wz0rz1oz5jzAezEazIZzLVzQQzVLzZIzcEzgAzl5z\
  1236. >   p2zt7wrBtpGppKmoOjmRgmWdl`aldZjiWilTipQguNezKezHdz\
  1237. >   EdzGezHizIlzIoxKrwOuuTxmYzeazZezRezKezDdz5cw4ar4`o\
  1238. >   4`l2Zi2Ye2Wa2VZ1TW1RT1QQ1QN4NR7LW8I`BHdDEiGDmHArK8\
  1239. >   wL7zNEtOKlQQdRYYTcQViIWpBYw4Zz0Zz0OzVGzzNzzTzzZwzd\
  1240. >   uzjuzpuzmuzjuzguzeuzcuz`uzYuxWuxTuwQuuNutLutIurGup\
  1241. >   EupDurBurAur8ut7ut5ut4uu2uu2uu7utBurEurIupLupQuoTu\
  1242. >   mYum`uldulgujluiouitugwugzuizuizuizuizuizuizumpuri\
  1243. >   uu`uzRuzKuzLuzNuwOurOumQugRucRuZTuVVuOVuKWuGYuBYu7\
  1244. >   IuV4up0uz0uz7uzGuzOuxNuwNuwLuuLuuKuuKutKutIutIurHu\
  1245. >   rHurGupGupGupEulDugBucBuZAuV8wQ8zL7zH5zD5z84z42z02\
  1246. >   z0Iz0Zz0oz0xz8zzKzzVazc2zj1zl0zm0zo0zo0zp0zr0zt0zt\
  1247. >   0zu0zw0zx0zx0zz0zz0zz0zz0zx0zt4zoAzjEzgKzcQzZVzV`z\
  1248. >   QdzNjzIpzEDzrHztLztOztTzt
  1249. >   }
  1250. >
  1251. > frm:MandelbrotMix4 {; Jim Muth
  1252. > a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  1253. > g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  1254. > k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  1255. > z=k*((a*(z^b))+(d*(z^f)))+c,
  1256. > |z| < l
  1257. > }
  1258. >
  1259. > END 20.0 PAR-FORMULA FILE==================================
  1260. >
  1261. > --------------------------------------------------------------
  1262. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  1263. > Post Message:   fractint@lists.xmission.com
  1264. > Get Commands:   majordomo@lists.xmission.com "help"
  1265. > Administrator:  twegner@fractint.org
  1266. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1267.  
  1268.  
  1269. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1270. Post Message:   fractint@lists.xmission.com
  1271. Get Commands:   majordomo@lists.xmission.com "help"
  1272. Administrator:  twegner@fractint.org
  1273. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1274.  
  1275.  
  1276. -------------------------------------------------------------------------------
  1277.  
  1278. From: "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net>
  1279. Subject: (fractint) Vicious Rumor...
  1280. Date: 07 Dec 2001 20:56:09 -0600
  1281.  
  1282. There has been talk from the Developer section of possibly modifying
  1283. FractInt to the point it might mean saved PAR files would not generate
  1284. the same image as it did when the parameters were saved.  This would put
  1285. the issue of backwards compatability at stake.
  1286.  
  1287. Apparently not enough individuals have demonstrated a public interest to
  1288. show the Developers that old PAR files are worth keeping.  Any "artists"
  1289. out there concerned about their past works??
  1290.  
  1291. Sincerely,
  1292. P.N.L.
  1293. http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
  1294.  
  1295. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1296. Post Message:   fractint@lists.xmission.com
  1297. Get Commands:   majordomo@lists.xmission.com "help"
  1298. Administrator:  twegner@fractint.org
  1299. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1300.  
  1301.  
  1302. -------------------------------------------------------------------------------
  1303.  
  1304. From: Mike Traynor <lmtraynor@sympatico.ca>
  1305. Subject: Re: (fractint) Vicious Rumor...
  1306. Date: 07 Dec 2001 22:12:38 -0500
  1307.  
  1308. Paul
  1309.  
  1310. > There has been talk from the Developer section of possibly modifying
  1311. > FractInt to the point it might mean saved PAR files would not generate
  1312. > the same image as it did when the parameters were saved.  This would put
  1313. > the issue of backwards compatability at stake.
  1314. > Apparently not enough individuals have demonstrated a public interest to
  1315. > show the Developers that old PAR files are worth keeping.  Any "artists"
  1316. > out there concerned about their past works??
  1317.  
  1318. If you open it up to enthusiastic Fractint users who don't have delusions
  1319. of being artists, I'd be dismayed to see all the par files I have rendered
  1320. incompatible with future versions of Fractint.  That said, if they were
  1321. convertible by manipulation of the text files, it would alleviate my concern.
  1322.  
  1323. Mike
  1324.  
  1325. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1326. Post Message:   fractint@lists.xmission.com
  1327. Get Commands:   majordomo@lists.xmission.com "help"
  1328. Administrator:  twegner@fractint.org
  1329. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1330.  
  1331.  
  1332. -------------------------------------------------------------------------------
  1333.  
  1334. From: fractals@hiddendimension.com
  1335. Subject: RE: (fractint) Vicious Rumor...
  1336. Date: 07 Dec 2001 22:27:26 -0500
  1337.  
  1338. Hi Paul,
  1339.  
  1340. I have a HUGE collection of pars, both my own, which go back to about 1990
  1341. and many, many others. A few of my pars generate "correctly" only with
  1342. Fraction 17.3 or earlier, so I have archived the old version just to be able
  1343. to regenerate the images. I can understand the old change, which was because
  1344. of a bug, but I would be very unhappy if a new version of Fractint would
  1345. force me to archive another version just so I could continue to regenerate
  1346. the old images. Tim, is the rumor true??
  1347.  
  1348. Ron Barnett
  1349.  
  1350. -----Original Message-----
  1351. [mailto:owner-fractint@lists.xmission.com]On Behalf Of Paul N. Lee
  1352. Sent: Friday, December 07, 2001 9:56 PM
  1353.  
  1354.  
  1355. There has been talk from the Developer section of possibly modifying
  1356. FractInt to the point it might mean saved PAR files would not generate
  1357. the same image as it did when the parameters were saved.  This would put
  1358. the issue of backwards compatability at stake.
  1359.  
  1360. Apparently not enough individuals have demonstrated a public interest to
  1361. show the Developers that old PAR files are worth keeping.  Any "artists"
  1362. out there concerned about their past works??
  1363.  
  1364. Sincerely,
  1365. P.N.L.
  1366. http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
  1367.  
  1368. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1369. Post Message:   fractint@lists.xmission.com
  1370. Get Commands:   majordomo@lists.xmission.com "help"
  1371. Administrator:  twegner@fractint.org
  1372. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1373.  
  1374.  
  1375. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1376. Post Message:   fractint@lists.xmission.com
  1377. Get Commands:   majordomo@lists.xmission.com "help"
  1378. Administrator:  twegner@fractint.org
  1379. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1380.  
  1381.  
  1382. -------------------------------------------------------------------------------
  1383.  
  1384. From: RENRAD1@aol.com
  1385. Subject: Re: (fractint) Vicious Rumor...
  1386. Date: 07 Dec 2001 22:36:00 EST
  1387.  
  1388. As one who'd like to sell some images and resell some older ones, I'd hope 
  1389. that a par will generate the same image in each version of Fractint.  I 
  1390. shudder to think of all my old parfile being lost to me.  If the old par 
  1391. files could be made usable through batch-able text corrections utility that 
  1392. would be good, too.  If they can't i'll be hanging onto my old version and 
  1393. hoping that it will still be archived against the need to correctly render my 
  1394. old stuff.
  1395.  
  1396. ~renrad
  1397.  
  1398. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1399. Post Message:   fractint@lists.xmission.com
  1400. Get Commands:   majordomo@lists.xmission.com "help"
  1401. Administrator:  twegner@fractint.org
  1402. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1403.  
  1404.  
  1405. -------------------------------------------------------------------------------
  1406.  
  1407. From: Tim Wegner <twegner@swbell.net>
  1408. Subject: Re: (fractint) Vicious Rumor...
  1409. Date: 07 Dec 2001 21:52:30 -0600
  1410.  
  1411. Paul wrote:
  1412.  
  1413. > "Vicious Rumor..."
  1414.  
  1415. Geesh Paul, calm down! <grin!>
  1416.  
  1417. > There has been talk from the Developer section of possibly modifying
  1418. > FractInt to the point it might mean saved PAR files would not generate
  1419. > the same image as it did when the parameters were saved.  This would put
  1420. > the issue of backwards compatability at stake.
  1421.  
  1422. This is a somewhat (!) melodramatic exaggeration of what we were 
  1423. talking about. What we were talking about was a peculiarity Jonathan 
  1424. rediscovered in the Julia algorithm.  A way to see it is to compare 
  1425. MarksJulia with parameters .3, .6 to the default Julia. This should 
  1426. be the same as the default Julia, but one color ring is missing and 
  1427. all the other colors off by one color. This is a idiosyncracy of 
  1428. Fractint's original Mandelbrot algorthm as coded by Bert Tyler.
  1429.  
  1430. If we "fix" this sort of thing it might break exact backward 
  1431. compatability. 
  1432.  
  1433. A way we have dealt with this in the past is to key off the version 
  1434. number stored in PAR files. All PAR files start with reset=<version>. 
  1435. We have generally gone to a lot of trouble to make old PARs render 
  1436. correctly. Jonathan could tell you a lot about this. We look at the 
  1437. version stored in the PAR file, and use the old version's algorithm 
  1438. when rendering an old PAR. The price we pay is that we have to code 
  1439. both the old and the new algorithm. 
  1440.  
  1441. > Apparently not enough individuals have demonstrated a public interest to
  1442. > show the Developers that old PAR files are worth keeping.  Any "artists"
  1443. > out there concerned about their past works??
  1444.  
  1445. The exact quote of what I wrote is:
  1446.  
  1447. BEGIN QUOTE
  1448. In the past, we would be very loath to change something like this 
  1449. because our artists would go nuts wanting to protect their legacy 
  1450. images. But since we don't hear from them anymore, I'm not sure it 
  1451. matters. But while fractint is no longer a dominant program, it still 
  1452. does have a following. 
  1453.  
  1454. Let me pose a question to this list. Is Fractint backward 
  1455. compatability still an issue for you? Do you mind if we eliminate 
  1456. quirks and make the program more uniform, or are you concerned that 
  1457. legacy images render the same.
  1458.  
  1459. Hmmm - upon reflection, since we have things like Jim's "fractal of 
  1460. the day", there still are accumulating libraries of PAR files. Maybe 
  1461. it is important that we keep backward compatibility so as much as 
  1462. possible fractint renders old PAR files the way it used to.
  1463. END QUOTE
  1464.  
  1465. As you see I was thinking out loud, and raised a question, then gave 
  1466. my own answer. The "vicious rumor" was actually a question to see 
  1467. what folks think, not a statement. (I actually forgot which list I 
  1468. was in and thought I was asking folks in this list.)
  1469.  
  1470. So much for the vicious rumor <grin!> 
  1471.  
  1472. At this stage in Fractint's life cycle we certainly would not do 
  1473. anything rash to break backwards compatability. My suggestion for 
  1474. Jonathan's original query would be to try to emulate Fractint's 
  1475. idiosyncracies in Xfractint (except for integer math, that's a lost 
  1476. cause.)
  1477.  
  1478. Tim
  1479.  
  1480.  
  1481. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1482. Post Message:   fractint@lists.xmission.com
  1483. Get Commands:   majordomo@lists.xmission.com "help"
  1484. Administrator:  twegner@fractint.org
  1485. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1486.  
  1487.  
  1488. -------------------------------------------------------------------------------
  1489.  
  1490. From: Tim Wegner <twegner@swbell.net>
  1491. Subject: (fractint) non vicious non-rumors and humor <g!>
  1492. Date: 07 Dec 2001 22:54:35 -0600
  1493.  
  1494. I was trying to figure out whether to chatise Paul for his "vicious 
  1495. rumor" post or not.
  1496.  
  1497. My first thought was to take umbrage that he read a post I had made 
  1498. on the developer's list  then posted a somewhat hysterical 
  1499. misrepresentation of it here.  This thought lasted about 3 seconds, 
  1500. maybe five seconds max. :-)
  1501.  
  1502. However I decided to applaud Paul instead for livening up this sorta 
  1503. dead list with some juicy stuff. If I had a payroll I would have to 
  1504. put him on it to make posts like that <grin!> It sure did bring out 
  1505. some passionate replies in defense of new versions rendering people's 
  1506. PAR collections accurately.
  1507.  
  1508. Paul is totally and absolutely forgiven <says Tim with saintly 
  1509. smile!>
  1510.  
  1511. Maybe we should have a contest to find other weirdnesses of Fractint. 
  1512. Can anybody state in clear mathematical language EXACTLY what 
  1513. fractint is doing with the default mandelbrot and julia algorithms?
  1514.  
  1515. This is amusing really, because Bert Tyler never claimed to be a 
  1516. theorist, mathematician, or to have a deep knowlefdge of fractals. He 
  1517. was an expert programmer in assembler. He liked "stylish blue" for 
  1518. the background, so he didn't start with color 0 (black) but with 
  1519. color 1 (blue in the default palette). As you can see, an initial 
  1520. iteration gets skipped because as a programmer Bert saw that
  1521. 0*0 + c = c, so he decided to just start with z(0) = c rather than 
  1522. z(0) = 0, and save one cycle. Bert's motivation was speed pure and 
  1523. simple.
  1524.  
  1525. This consternation about backward compatibility makes me chuckle. In 
  1526. a few feverish nights of work in 1987 Bert coded the Mandelbrot and 
  1527. Julia algorithm. Today, in 2001, 14 years later, the default image is 
  1528. exactly the same as it was then. But the there are quite a number of 
  1529. different routines in Fractint that all do the default mandelbrot.
  1530.  
  1531. 1. Bert's original 386 32 bit integer math mandelbrot/Julia code. I 
  1532. think it has been modified a little over the years by some people who 
  1533. found ways to speed it up slightly.
  1534.  
  1535. 2. 16 bit integer math. When you are calculating the default 
  1536. Mandelbrot and low zoom ratios, Fractint actually abandons Bert's 
  1537. code and uses 16 bit integer math!  Fractint seamlessly "shifts" to 
  1538. 32 bit integer math when the 16 bit precision limits is reached.
  1539.  
  1540. 3. Floating point math coded in C. I probably wrote this originally. 
  1541. (Don't try coding the Mandelbrot algorithm in C at home, it's hard, 
  1542. remember, I really am a rocket scientist <g!>)
  1543.  
  1544. 4. Floating point math coded in assembler with floating point 
  1545. coprocessor calls. Jonathan knows about this.
  1546.  
  1547. 5. Finally, arbitrary precision code that allows you to zoom all the 
  1548. way to 10^1500 power. (There are actually several versions of this in 
  1549. Fractint, if memory severs, so maybe this is 5. and 6.)
  1550.  
  1551. Should probably add the formular parser which itself has integer 
  1552. math, C language floating point math, and floating point assembler. 
  1553. That would make alternative codings 6., 7., and 8. I haven't checked 
  1554. in an awfully long time, but I believe it is easy to code up a 
  1555. mandelbrot and julia that look exactlyt like Fractint's mandel and 
  1556. julai images, complete with Bert's idiosyncracies.
  1557.  
  1558. With various fractint command line options you can render the default 
  1559. Mandelbrot with ALL these various coding schemes, and they all work 
  1560. nearly identically with the default Mandelbrot/Julia, with virtually 
  1561. every pixel the same color. (I say "virtually" because undoubtedly 
  1562. there is a pixel or two that gets color differently).
  1563.  
  1564. Here's an assignment for Fractint lovers. Can somebody make a PAR 
  1565. file that makes the default mandelbrot using ALL the different code 
  1566. options I have mentioned? You'll have to dig out debugflag.doc. How 
  1567. many entries in the PAR file are there? Variations of parser formulas 
  1568. don't count - you are allowed one parser formula but you can use 
  1569. different fractint options to force the use ofd different code. 
  1570.  
  1571. So the image Bert generated with his idiosyncratic Mandelbrot/Julia 
  1572. implementation that he ran on an early model 386 (I had to argue with 
  1573. him to get him to add 286 support, because my machine was a 286) is 
  1574. the same image you get with today's fractint, even though the 
  1575. computer is totally different, and most of the code is totally 
  1576. different than the code he wrote.
  1577.  
  1578. Now to complete the story, in December 2001 Jonathan Osuch notices 
  1579. the peculiarities of Bert's 1987 code, we have a brief email exchange 
  1580. that discusses backward's compatibility, then
  1581.  
  1582. EXTRA EXTRA READ ALL ABOUT IT!
  1583.  
  1584. VICIOUS RUMOR - FRACTINT TEAM THREATENS TO CHANGE BERT TYLER'S 
  1585. RENDERING OF THE MANDELBROT AND JULIA IN FRACTINT!!!  
  1586.  
  1587. Goodnight Folks!
  1588.  
  1589. Tim
  1590.  
  1591. As he heads to bed having spent a happy evening ROTFL :-)
  1592.  
  1593.  
  1594. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1595. Post Message:   fractint@lists.xmission.com
  1596. Get Commands:   majordomo@lists.xmission.com "help"
  1597. Administrator:  twegner@fractint.org
  1598. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1599.  
  1600.  
  1601. -------------------------------------------------------------------------------
  1602.  
  1603. From: harry <harrybissell@prodigy.net>
  1604. Subject: Re: (fractint) Vicious Rumor...
  1605. Date: 08 Dec 2001 00:44:19 -0500
  1606.  
  1607. <lurk mode off>
  1608.  
  1609. Hmmm... I'd just archive the 'old' software to support my old files
  1610. if that were the case...
  1611.  
  1612. <resume lurk>
  1613.  
  1614. H^) harry bissell
  1615.  
  1616. "Paul N. Lee" wrote:
  1617.  
  1618. > There has been talk from the Developer section of possibly modifying
  1619. > FractInt to the point it might mean saved PAR files would not generate
  1620. > the same image as it did when the parameters were saved.  This would put
  1621. > the issue of backwards compatability at stake.
  1622. >
  1623. > Apparently not enough individuals have demonstrated a public interest to
  1624. > show the Developers that old PAR files are worth keeping.  Any "artists"
  1625. > out there concerned about their past works??
  1626. >
  1627. > Sincerely,
  1628. > P.N.L.
  1629. > --------------------------------------------------------------
  1630. > http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
  1631. >
  1632. > --------------------------------------------------------------
  1633. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  1634. > Post Message:   fractint@lists.xmission.com
  1635. > Get Commands:   majordomo@lists.xmission.com "help"
  1636. > Administrator:  twegner@fractint.org
  1637. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1638.  
  1639. --
  1640. Jihad Terrorism Conspiracy New World Order
  1641. Revolution Black Helicopters Freedom of
  1642. Speech First Amendment Rights: Carnivore Bait
  1643. go ahead and READ my e-mail I have nothing to
  1644. hide... how about YOU ???
  1645.  
  1646.  
  1647.  
  1648. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1649. Post Message:   fractint@lists.xmission.com
  1650. Get Commands:   majordomo@lists.xmission.com "help"
  1651. Administrator:  twegner@fractint.org
  1652. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1653.  
  1654.  
  1655. -------------------------------------------------------------------------------
  1656.  
  1657. From: "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net>
  1658. Subject: Re: (fractint) non vicious non-rumors and humor <g!>
  1659. Date: 07 Dec 2001 23:52:19 -0600
  1660.  
  1661. Tim Wegner wrote:
  1662. >
  1663. > I was trying to figure out whether to 
  1664. > chatise Paul for his "vicious rumor" 
  1665. > post or not.
  1666.  
  1667. I do not mind, my skin has become quite tough from such in various other
  1668. Lists and Forums.     ;-}
  1669.  
  1670. >
  1671. > However I decided to applaud Paul instead 
  1672. > for livening up this sorta dead list with 
  1673. > some juicy stuff.
  1674.  
  1675. That was my intention.  Plus that Subject line does state it as a
  1676. "rumor".     ;-}
  1677.  
  1678. >
  1679. > EXTRA EXTRA READ ALL ABOUT IT!
  1680. >
  1681. > As he heads to bed having spent a happy evening ROTFL :-)
  1682.  
  1683. They say one sleeps much better after having a good laugh before going
  1684. to bed.   :-)
  1685.  
  1686. Sincerely,
  1687. P.N.L.
  1688. http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
  1689.  
  1690. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1691. Post Message:   fractint@lists.xmission.com
  1692. Get Commands:   majordomo@lists.xmission.com "help"
  1693. Administrator:  twegner@fractint.org
  1694. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1695.  
  1696.  
  1697. -------------------------------------------------------------------------------
  1698.  
  1699. From: "Jonathan Osuch" <osuchj@avalon.net>
  1700. Subject: Re: (fractint) Vicious Rumor...
  1701. Date: 08 Dec 2001 08:12:22 -0600
  1702.  
  1703. > At this stage in Fractint's life cycle we certainly would not do
  1704. > anything rash to break backwards compatibility. My suggestion for
  1705. > Jonathan's original query would be to try to emulate Fractint's
  1706. > idiosyncracies in Xfractint (except for integer math, that's a lost
  1707. > cause.)
  1708.  
  1709. That would be why the developer's version is at 20.2.
  1710.  
  1711. Some time ago, I don't recall who or when, it was  pointed out to me that
  1712. the julia fractal was incorrect.  The green ring around the default image
  1713. should extend beyond the border of the image.  At the time, I verified that
  1714. it had always been like that and concluded that it must be correct.  This
  1715. was probably during the era of "The Bad Head Day".
  1716.  
  1717. Bad_Head_Day?      { ; Ever had one of those days?
  1718.                      ; By Jonathan Osuch
  1719.                      ; This is a slow one.
  1720.                      ;  Version 1921 Patchlevel 22
  1721.   reset=1921 type=manlam(fn||fn) function=sqrt/cos passes=1
  1722.   center-mag=+2.96853387542126300/+0.00038114232461102/26547.1
  1723.   params=0/0/0.5 float=y maxiter=10000 bailoutest=real inside=0
  1724.   logmap=11
  1725.   colors=00e000L00<13>z00<2>p00l00h00d00a00<9>000<15>zX0<15>000<15>ut0<15>\
  1726.   000GA4<12>2v10z00w0<14>000<15>00z<3>00i00a<8>000<16>z0Xv0Vr0Tp0Sn0R<12>0\
  1727.   00<15>p0w<15>000<15>zzz<14>444
  1728.   }
  1729.  
  1730. So, this last weekend, I took the pentium mandelbrot code and ported it over
  1731. to nasm to drop into the Xfractint code.  That worked just fine until I
  1732. started to compare the images generated with the Xfractint C code and what I
  1733. had just ported over.  There were problems with outside options and the
  1734. julia images seemed wrong.  I recalled that I had earlier fixed a problem
  1735. with the julia code in Xfractint by moving the location of a decrement
  1736. instruction (we decrement from maxit instead of increment from 0).  This was
  1737. to remove the black border around the image.  Since I couldn't compare the
  1738. image created by Fractint and the image created by Xfractint at the same
  1739. time, I concluded I had fixed the problem.  Being a slow learner, it wasn't
  1740. until I compared the images generated by the two versions of the code on
  1741. Monday or Tuesday that I concluded that something was seriously wrong.
  1742.  
  1743. At present, I still consider the Xfractint code to be unstable and have not
  1744. added backwards compatibility when I correct problems.  The DOS version is
  1745. the base version and I do add backwards compatibility when I have to when a
  1746. fix changes how images are generated.  Understand that this invariably
  1747. causes a speed hit.
  1748.  
  1749. In the future, the base code will have to be changed to Xfractint as more
  1750. people get XP'd.  Which, in all probability, Fractint in its current form
  1751. will not run under.  The Xfractint code needs to be ported to the djgpp
  1752. compiler.  In combination with incorporation of a graphics manipulation
  1753. package such as Allegro, this will allow a pseudo windows version to run on
  1754. the dreaded XP.  This is a big project.  If there is interest, I'll discuss
  1755. this in more detail.
  1756.  
  1757. Jonathan
  1758.  
  1759.  
  1760.  
  1761. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1762. Post Message:   fractint@lists.xmission.com
  1763. Get Commands:   majordomo@lists.xmission.com "help"
  1764. Administrator:  twegner@fractint.org
  1765. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1766.  
  1767.  
  1768. -------------------------------------------------------------------------------
  1769.  
  1770. From: JimMuth@aol.com
  1771. Subject: (fractint) FOTD  08-12-01  (Fractal Saturday [5])
  1772. Date: 08 Dec 2001 10:30:13 EST
  1773.  
  1774.  
  1775. FOTD -- December 08, 2001 (Rating 5)
  1776.  
  1777. Fractal visionaries and enthusiasts:
  1778.  
  1779. Now that we've safely weathered the impending Fractint backward 
  1780. incompatibility crisis, it's time for the ubiquitous FOTD.  Due 
  1781. to the holiday decorating that must be done today, I have little 
  1782. time for a lengthy discussion, and the fractal itself rates only 
  1783. a 5, but the image is still worth at least a quick glance.
  1784.  
  1785. The parent fractal, which combines portions of Z^(-1.87) and 
  1786. Z^(-18.7), is indescribable, as nearly all fractals are.  One of 
  1787. its features is a prominent bud cut off by a single-and-double 
  1788. valley.  Today's scene is located at the edge of one branch of 
  1789. the double half of the valley.
  1790.  
  1791. I used the <fmod> coloring option on both the inside and outside 
  1792. of today's image.  The resulting terraced effect is impressive 
  1793. around the fringes of the image, but closer to the midget the 
  1794. terraces break down into a not-very-attractive area of chaos.  
  1795. This chaos can be reduced but not eliminated by rendering at a 
  1796. higher resolution than the standard 640x480.
  1797.  
  1798. Unable to think of a descriptive name, I settled on "Fractal 
  1799. Saturday", which like a name such as "Symphony No. 25", merely 
  1800. catalogs the image.  (Of course, the comparison is not exact.  
  1801. Creating a symphony requires much more effort than finding a 
  1802. fractal.)
  1803.  
  1804. The 11-minute render time is a bit too slow for a merely average 
  1805. image.  In today's case, the wiser choice is to download the 
  1806. completed GIF image from:
  1807.  
  1808.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  1809.  
  1810. or from:
  1811.  
  1812.           <http://sdboyd.dyndns.org/~sdboyd/fotd/index.html>
  1813.  
  1814. The fractal weather Friday was a big come-down from the day 
  1815. before.  Cloudy skies and a temperature of 63F 17C are not ideal 
  1816. for cats, especially when combined with a chilly north breeze.  
  1817. Meeting with such imperfect conditions beyond the first door, 
  1818. the cats checked every other door, found the same conditions 
  1819. beyond all doors, then spent the day indoors, sulking.  It took 
  1820. a treat of tuna to lighten their sullen spirits.  And BTW, don't 
  1821. be surprised if the dynamic cat duo have their pictures posted 
  1822. in the not-too-distant future.
  1823.  
  1824. Well, today is the day to begin the holiday decorations here at 
  1825. Fractal Central.  And that's what I'm just about ready to do.  
  1826. Until next time, take care, and fractals are the art of God.
  1827.  
  1828.  
  1829. Jim Muth
  1830. jamth@mindspring.com
  1831.  
  1832.  
  1833. START 20.0 PAR-FORMULA FILE================================
  1834.  
  1835. Fractal_Saturday   { ; time=0:11:19.10--SF5 on a P200
  1836.   reset=2002 type=formula formulafile=allinone.frm
  1837.   formulaname=MandelbrotMix4 function=recip passes=1
  1838.   center-mag=+1.51526872992240000/-0.074015609556275\
  1839.   80/43489.18/1/155/-6.50101500410116273e-011
  1840.   params=1.5/-1.87/1/-18.7/0/525 float=y maxiter=2500
  1841.   inside=fmod proximity=3 outside=fmod logmap=yes
  1842.   colors=000NHnMGmLFlKEkIDjHCiGBhFAfE9eD8dC7cB6bA5a9\
  1843.   5`96V97P98J99D9A79B1OLjPMhPMgPNfPNePOcQNbQPaQN`QN_\
  1844.   QOYQMXRMWRKVRITRJSRKRRMQSOPSQNSRMSTLSUKSWJUYMV_OWa\
  1845.   RXbTYdWZfY_h``jbblecngdpjerlftogvqhytizvgusftpesmd\
  1846.   rjcqhaoe`nb_m_ZlXYkVWiSVhPUgMTfJSeHP`NMXTJTZGOdDKj\
  1847.   AGp8CuFGnMKgSNaZRVeVOkYIfZKbZMZZOVZQQ_SM_UI_WE_YA_\
  1848.   _BYYCXWDWUEVSETQFSOGRMHQKHOIINGJMEKLCKKADIAQJRbJgn\
  1849.   JxlNsjRohVkgYgKJUZ53Y87XBAXDDWGGZ0zVLMR4xL5m5FAF5b\
  1850.   A6S46HZ0zLj8F`7AQ74G6AKc4DNtvcehVSWNDJELWjZ0zAJQ4C\
  1851.   Gf4jS5XD6JCX57O63F6kTndPgYMaRJVKFPDCI69CYW6PP6GJ67\
  1852.   C6NabJWXFRSZ0zZGzZBzsm`Z0zZ0zLNIAEC9xi7maZ0z3SMPH0\
  1853.   b6SJ6HNDiJCcGBYCAS99N58H27BKlc9RNM0iJ1dG2_D3VA3Q74\
  1854.   L45G16BDIB9F96C82970X20S30O40J40F50A6j`P9Xr4JUHy80\
  1855.   360460460560560560660660bC0UA0M90E7GmQ_ktUelP_eKUZ\
  1856.   EOR9IK4CDazHIYBiRjbOdWLZPITJFNCCH59Bd9C0uBH787fa5X\
  1857.   U3OM1FK02v03o03h04bPJqOIp
  1858.   }
  1859.  
  1860. frm:MandelbrotMix4 {; Jim Muth
  1861. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  1862. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  1863. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  1864. z=k*((a*(z^b))+(d*(z^f)))+c,
  1865. |z| < l
  1866. }
  1867.  
  1868. END 20.0 PAR-FORMULA FILE==================================
  1869.  
  1870. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1871. Post Message:   fractint@lists.xmission.com
  1872. Get Commands:   majordomo@lists.xmission.com "help"
  1873. Administrator:  twegner@fractint.org
  1874. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1875.  
  1876.  
  1877. -------------------------------------------------------------------------------
  1878.  
  1879. From: JimMuth@aol.com
  1880. Subject: Re: (fractint) FOTD  07-12-01  (Golden Chrysanthemum [6])
  1881. Date: 08 Dec 2001 10:36:11 EST
  1882.  
  1883. D. Freed wrote:
  1884.  
  1885. >The [FOTD] site screams for a sight of:
  1886.  
  1887. >"the dynamic duo"; "Cats of the fractal variety . . . . ."
  1888.  
  1889. Your wish may soon be granted, along with a picture of 
  1890. . . . . . myself, no less!
  1891.  
  1892. Jim M.
  1893.  
  1894. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1895. Post Message:   fractint@lists.xmission.com
  1896. Get Commands:   majordomo@lists.xmission.com "help"
  1897. Administrator:  twegner@fractint.org
  1898. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1899.  
  1900.  
  1901. -------------------------------------------------------------------------------
  1902.  
  1903. From: Mark Christenson <mchris@value.net>
  1904. Subject: Re: (fractint) Vicious Rumor...
  1905. Date: 08 Dec 2001 07:41:49 -0800
  1906.  
  1907. At 08:56 PM 12/7/01 -0600, you wrote:
  1908. >There has been talk from the Developer section of possibly modifying
  1909. >FractInt to the point it might mean saved PAR files would not generate
  1910. >the same image as it did when the parameters were saved.  This would put
  1911. >the issue of backwards compatability at stake.
  1912. >
  1913. >Apparently not enough individuals have demonstrated a public interest to
  1914. >show the Developers that old PAR files are worth keeping.  Any "artists"
  1915. >out there concerned about their past works??
  1916.  
  1917. After reading all of the posts, it's still not clear to me exactly 
  1918. what would be affected.  PARs are my only method of archiving 
  1919. image data (it used to be the case only for development work 
  1920. and layered images, but I have recently started stripping the 
  1921. data from GIFs I display on the Web).  Thousands of images 
  1922. and thousands of hours of work would be lost, and this is 
  1923. certainly a grave concern.  It would be all but impossible to 
  1924. go back though my PAR files and annotate which images 
  1925. work with which version of Fractint.
  1926.  
  1927.  
  1928. Bud
  1929.  
  1930.  
  1931. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1932. Post Message:   fractint@lists.xmission.com
  1933. Get Commands:   majordomo@lists.xmission.com "help"
  1934. Administrator:  twegner@fractint.org
  1935. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1936.  
  1937.  
  1938. -------------------------------------------------------------------------------
  1939.  
  1940. From: bmc1@airmail.net
  1941. Subject: Re: (fractint) FOTD  07-12-01  (Golden Chrysanthemum [6])
  1942. Date: 08 Dec 2001 10:04:49 -0600
  1943.  
  1944. The fractal racoons in my back yard in Dallas have asked me to express
  1945. their gratitude.
  1946.  
  1947. Freed/ racoons
  1948.  
  1949. JimMuth@aol.com wrote:
  1950.  
  1951. > D. Freed wrote:
  1952. >
  1953. > >The [FOTD] site screams for a sight of:
  1954. >
  1955. > >"the dynamic duo"; "Cats of the fractal variety . . . . ."
  1956. >
  1957. > Your wish may soon be granted, along with a picture of
  1958. > . . . . . myself, no less!
  1959. >
  1960. > Jim M.
  1961. >
  1962. > --------------------------------------------------------------
  1963. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  1964. > Post Message:   fractint@lists.xmission.com
  1965. > Get Commands:   majordomo@lists.xmission.com "help"
  1966. > Administrator:  twegner@fractint.org
  1967. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1968.  
  1969.  
  1970. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1971. Post Message:   fractint@lists.xmission.com
  1972. Get Commands:   majordomo@lists.xmission.com "help"
  1973. Administrator:  twegner@fractint.org
  1974. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1975.  
  1976.  
  1977. -------------------------------------------------------------------------------
  1978.  
  1979. From: Tim Wegner <twegner@swbell.net>
  1980. Subject: Re: (fractint) Vicious Rumor...
  1981. Date: 08 Dec 2001 10:46:27 -0600
  1982.  
  1983. Mark asked:
  1984.  
  1985. > After reading all of the posts, it's still not clear to me exactly 
  1986. > what would be affected.  PARs are my only method of archiving 
  1987. > image data (it used to be the case only for development work 
  1988. > and layered images, but I have recently started stripping the 
  1989. > data from GIFs I display on the Web).  Thousands of images 
  1990. > and thousands of hours of work would be lost, and this is 
  1991. > certainly a grave concern.  It would be all but impossible to 
  1992. > go back though my PAR files and annotate which images 
  1993. > work with which version of Fractint.
  1994.  
  1995. 1. The 
  1996. reset=1961
  1997. line in the PAR tells fractint (and you) what version created the 
  1998. PAR.
  1999.  
  2000. 2. You can always save the current version of Fractint which renders 
  2001. correctly the vast majority of PAR files. Having said that, let me 
  2002. also say that we will never break backwards compatability in any 
  2003. future DOS versions. Future platforms are another matter, no one can 
  2004. say.
  2005.  
  2006. 3. By now I should have made it clear that there is no special 
  2007. problem all of a sudden with backward compatability. It looks to me 
  2008. like Paul was having fun at everyone's expense with his "vicious 
  2009. rumor" post, and you all bit :-)
  2010.  
  2011. Jonathan and I have been working together for a very long time, and 
  2012. the conversation that triggered this is little different than similar 
  2013. conversations we previously had in 2000, 1999, 1998, 1997, 1996, ..., 
  2014. the beginning of time :-)
  2015.  
  2016. On a serious note, there was an article a few years back in the 
  2017. Scientific American on technological obsolescence. The article listed 
  2018. 50 years as the period of time after which it is practically 
  2019. impossible to read media. So much for getting your high school 
  2020. yearbook on a CD! Software ages very much faster. That's the real 
  2021. concern.
  2022.  
  2023. Tim
  2024.  
  2025.  
  2026.  
  2027. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2028. Post Message:   fractint@lists.xmission.com
  2029. Get Commands:   majordomo@lists.xmission.com "help"
  2030. Administrator:  twegner@fractint.org
  2031. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2032.  
  2033.  
  2034. -------------------------------------------------------------------------------
  2035.  
  2036. From: owner-fractint@lists.xmission.com
  2037. Date: 08 Dec 2001 10:08:01 -0700
  2038.  
  2039. (EST)
  2040. Message-ID: <200112080252_MC3-E9D4-E3B7@compuserve.com>
  2041. MIME-Version: 1.0
  2042. Content-Transfer-Encoding: quoted-printable
  2043. Content-Type: text/plain;
  2044.      charset=ISO-8859-1
  2045. Content-Disposition: inline
  2046. Sender: owner-fractint@lists.xmission.com
  2047. Precedence: bulk
  2048. Reply-To: fractint
  2049.  
  2050. Hi all,
  2051.  
  2052. I got the following message, maybe you can help:
  2053.  
  2054. >>I got those parameter sets from Bob, but I've lost
  2055. >>touch with him over the last year, and I need to contact him again. 
  2056.  I
  2057. tried
  2058. >>his genealogy1 address @ aol, but I never got a response.  Have you
  2059. >>corresponded with him recently, and if so, does he have a new 
  2060. address?
  2061.  
  2062. >>Regards,
  2063. >>Erik Reckase
  2064.  
  2065. --Jochen Weber--
  2066.  
  2067. http://joweber.de
  2068.  
  2069.  
  2070. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2071. Post Message:   fractint@lists.xmission.com
  2072. Get Commands:   majordomo@lists.xmission.com "help"
  2073. Administrator:  twegner@fractint.org
  2074. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2075.  
  2076.  
  2077. -------------------------------------------------------------------------------
  2078.  
  2079. From: Mark Christenson <mchris@value.net>
  2080. Subject: Re: (fractint) Vicious Rumor...
  2081. Date: 08 Dec 2001 10:23:16 -0800
  2082.  
  2083. At 10:46 AM 12/8/01 -0600, Tim wrote:
  2084. >...
  2085. >On a serious note, there was an article a few years back in the 
  2086. >Scientific American on technological obsolescence. The article listed 
  2087. >50 years as the period of time after which it is practically 
  2088. >impossible to read media. So much for getting your high school 
  2089. >yearbook on a CD! 
  2090.  
  2091. Thank God it hasn't been 50 years since high school quite yet!  ;-)
  2092.  
  2093. Speaking of technical obsolescence, you can call me Stegosaurus. 
  2094. I'm still running Win 3.1 and DOS 6.0 on an AMD 80486 DX2/80. 
  2095. I'm also sending this via Eudora Light ver 1.5.2 (1995) and Trumpet 
  2096. Winsock 2.0 Rev B (1994) and a 56K dial-up modem.  Hey, it all 
  2097. still works, and my ISP can't provide software that will work with 
  2098. my system.  
  2099.  
  2100. At least I'm running the most current version of Fractint!  ;-)  
  2101. I guess *that* demonstrates where my priorities lie...
  2102.  
  2103.  
  2104. Aloha, 
  2105.         Bud
  2106.  
  2107.  
  2108. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2109. Post Message:   fractint@lists.xmission.com
  2110. Get Commands:   majordomo@lists.xmission.com "help"
  2111. Administrator:  twegner@fractint.org
  2112. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2113.  
  2114.  
  2115. -------------------------------------------------------------------------------
  2116.  
  2117. From: "David Jones" <gnome@hawaii.rr.com>
  2118. Subject: Re: (fractint) Vicious Rumor...
  2119. Date: 08 Dec 2001 08:48:06 -1000
  2120.  
  2121. On  8 Dec 01 at 10:23, Mark Christenson wrote:
  2122.  
  2123. > Speaking of technical obsolescence, you can call me
  2124. > Stegosaurus. I'm still running Win 3.1 and DOS 6.0 on an
  2125. > AMD 80486 DX2/80. I'm also sending this via Eudora Light
  2126. > ver 1.5.2 (1995) and Trumpet Winsock 2.0 Rev B (1994)
  2127. > and a 56K dial-up modem.  Hey, it all still works, and
  2128. > my ISP can't provide software that will work with my
  2129. > system.
  2130.  
  2131. I've got a 25MHz AMD 80386 box sitting around here. 
  2132. Maybe I should set it up to grind away at deep zooms, and 
  2133. maybe check it once a month or so for progress? ;-)
  2134.  
  2135. David
  2136. gnome@hawaii.rr.com
  2137.  
  2138.  
  2139. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2140. Post Message:   fractint@lists.xmission.com
  2141. Get Commands:   majordomo@lists.xmission.com "help"
  2142. Administrator:  twegner@fractint.org
  2143. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2144.  
  2145.  
  2146. -------------------------------------------------------------------------------
  2147.  
  2148. From: harry <harrybissell@prodigy.net>
  2149. Subject: Re: (fractint) FOTD  07-12-01  (Golden Chrysanthemum [6])
  2150. Date: 08 Dec 2001 13:57:04 -0500
  2151.  
  2152. How long will you take to render ?... or should we just
  2153. download the gif file....  ???    ;^P
  2154.  
  2155. H^) harry bissell
  2156.  
  2157. JimMuth@aol.com wrote:
  2158.  
  2159. > D. Freed wrote:
  2160. >
  2161. > >The [FOTD] site screams for a sight of:
  2162. >
  2163. > >"the dynamic duo"; "Cats of the fractal variety . . . . ."
  2164. >
  2165. > Your wish may soon be granted, along with a picture of
  2166. > . . . . . myself, no less!
  2167. >
  2168. > Jim M.
  2169. >
  2170. > --------------------------------------------------------------
  2171. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  2172. > Post Message:   fractint@lists.xmission.com
  2173. > Get Commands:   majordomo@lists.xmission.com "help"
  2174. > Administrator:  twegner@fractint.org
  2175. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2176.  
  2177. --
  2178. Jihad Terrorism Conspiracy New World Order
  2179. Revolution Black Helicopters Freedom of
  2180. Speech First Amendment Rights: Carnivore Bait
  2181. go ahead and READ my e-mail I have nothing to
  2182. hide... how about YOU ???
  2183.  
  2184.  
  2185.  
  2186. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2187. Post Message:   fractint@lists.xmission.com
  2188. Get Commands:   majordomo@lists.xmission.com "help"
  2189. Administrator:  twegner@fractint.org
  2190. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2191.  
  2192.  
  2193. -------------------------------------------------------------------------------
  2194.  
  2195. From: JimMuth@aol.com
  2196. Subject: Re: (fractint) Vicious Rumor...
  2197. Date: 08 Dec 2001 15:45:03 EST
  2198.  
  2199. Mark Christenson wrote:
  2200.  
  2201. >Speaking of technical obsolescence, you can call me Stegosaurus. 
  2202. >I'm still running Win 3.1 and DOS 6.0 on an AMD 80486 DX2/80. 
  2203. >I'm also sending this via Eudora Light ver 1.5.2 (1995) and Trumpet 
  2204. >Winsock 2.0 Rev B (1994) and a 56K dial-up modem.  Hey, it all 
  2205. >still works, and my ISP can't provide software that will work with 
  2206. >my system.  
  2207.  
  2208. If you're a stegosaurus, then I must be a Trilobite.  I write the FOTD 
  2209. every day, using WordPerfect 5.1 for DOS (circa 1990).
  2210.  
  2211. Jim M.
  2212.  
  2213.  
  2214.   
  2215.  
  2216. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2217. Post Message:   fractint@lists.xmission.com
  2218. Get Commands:   majordomo@lists.xmission.com "help"
  2219. Administrator:  twegner@fractint.org
  2220. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2221.  
  2222.  
  2223. -------------------------------------------------------------------------------
  2224.  
  2225. From: "Scott D. Boyd" <sdboyd56@swbell.net>
  2226. Subject: Re: (fractint) Vicious Rumor...
  2227. Date: 08 Dec 2001 18:01:46 -0600
  2228.  
  2229. On Saturday 08 December 2001 12:23, Mark Christenson wrote:
  2230.  
  2231. > Thank God it hasn't been 50 years since high school quite yet!  ;-)
  2232. >
  2233. And it hasn't been 50 years for Tim, either!
  2234.  
  2235. > Speaking of technical obsolescence, you can call me Stegosaurus.
  2236. > I'm still running Win 3.1 and DOS 6.0 on an AMD 80486 DX2/80.
  2237.  
  2238. I bet your setup runs really fast on that '486, right? You don't have all 
  2239. that multi-threading overhead and resource-hogging bulk of Windows 9x to bog 
  2240. you down.  8-)
  2241.  
  2242. Scott Boyd
  2243.  
  2244. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2245. Post Message:   fractint@lists.xmission.com
  2246. Get Commands:   majordomo@lists.xmission.com "help"
  2247. Administrator:  twegner@fractint.org
  2248. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2249.  
  2250.  
  2251. -------------------------------------------------------------------------------
  2252.  
  2253. From: bmc1@airmail.net
  2254. Subject: Re: (fractint) non vicious non-rumors and humor <g!>
  2255. Date: 08 Dec 2001 21:51:21 -0600
  2256.  
  2257. What an excellent post for us late-comers. History, person's names, all
  2258. kinds of interesting material here that would have otherwise vaproized in
  2259. time.
  2260.  
  2261. Any chance there could be a "Historical" section added to the Archives,
  2262. to which this post be added????
  2263.  
  2264. IMHO, Fractint has long since had a life of its own, and is likely to
  2265. outlive us all; its anecdotal history should be preserved: as educational
  2266. for newcomers, informational for latecomers such as myself, as archival
  2267. material for our kids/the kids who are its latest devotees.
  2268.  
  2269. D. Freed + Dallas Fractal Racoon Society (membership = 4)
  2270.  
  2271.  
  2272.  
  2273. Tim Wegner wrote:
  2274.  
  2275. > I was trying to figure out whether to chatise Paul for his "vicious
  2276. > rumor" post or not.
  2277. >
  2278. > My first thought was to take umbrage that he read a post I had made
  2279. > on the developer's list  then posted a somewhat hysterical
  2280. > misrepresentation of it here.  This thought lasted about 3 seconds,
  2281. > maybe five seconds max. :-)
  2282. >
  2283. > However I decided to applaud Paul instead for livening up this sorta
  2284. > dead list with some juicy stuff. If I had a payroll I would have to
  2285. > put him on it to make posts like that <grin!> It sure did bring out
  2286. > some passionate replies in defense of new versions rendering people's
  2287. > PAR collections accurately.
  2288. >
  2289. > Paul is totally and absolutely forgiven <says Tim with saintly
  2290. > smile!>
  2291. >
  2292. > Maybe we should have a contest to find other weirdnesses of Fractint.
  2293. > Can anybody state in clear mathematical language EXACTLY what
  2294. > fractint is doing with the default mandelbrot and julia algorithms?
  2295. >
  2296. > This is amusing really, because Bert Tyler never claimed to be a
  2297. > theorist, mathematician, or to have a deep knowlefdge of fractals. He
  2298. > was an expert programmer in assembler. He liked "stylish blue" for
  2299. > the background, so he didn't start with color 0 (black) but with
  2300. > color 1 (blue in the default palette). As you can see, an initial
  2301. > iteration gets skipped because as a programmer Bert saw that
  2302. > 0*0 + c = c, so he decided to just start with z(0) = c rather than
  2303. > z(0) = 0, and save one cycle. Bert's motivation was speed pure and
  2304. > simple.
  2305. >
  2306. > This consternation about backward compatibility makes me chuckle. In
  2307. > a few feverish nights of work in 1987 Bert coded the Mandelbrot and
  2308. > Julia algorithm. Today, in 2001, 14 years later, the default image is
  2309. > exactly the same as it was then. But the there are quite a number of
  2310. > different routines in Fractint that all do the default mandelbrot.
  2311. >
  2312. > 1. Bert's original 386 32 bit integer math mandelbrot/Julia code. I
  2313. > think it has been modified a little over the years by some people who
  2314. > found ways to speed it up slightly.
  2315. >
  2316. > 2. 16 bit integer math. When you are calculating the default
  2317. > Mandelbrot and low zoom ratios, Fractint actually abandons Bert's
  2318. > code and uses 16 bit integer math!  Fractint seamlessly "shifts" to
  2319. > 32 bit integer math when the 16 bit precision limits is reached.
  2320. >
  2321. > 3. Floating point math coded in C. I probably wrote this originally.
  2322. > (Don't try coding the Mandelbrot algorithm in C at home, it's hard,
  2323. > remember, I really am a rocket scientist <g!>)
  2324. >
  2325. > 4. Floating point math coded in assembler with floating point
  2326. > coprocessor calls. Jonathan knows about this.
  2327. >
  2328. > 5. Finally, arbitrary precision code that allows you to zoom all the
  2329. > way to 10^1500 power. (There are actually several versions of this in
  2330. > Fractint, if memory severs, so maybe this is 5. and 6.)
  2331. >
  2332. > Should probably add the formular parser which itself has integer
  2333. > math, C language floating point math, and floating point assembler.
  2334. > That would make alternative codings 6., 7., and 8. I haven't checked
  2335. > in an awfully long time, but I believe it is easy to code up a
  2336. > mandelbrot and julia that look exactlyt like Fractint's mandel and
  2337. > julai images, complete with Bert's idiosyncracies.
  2338. >
  2339. > With various fractint command line options you can render the default
  2340. > Mandelbrot with ALL these various coding schemes, and they all work
  2341. > nearly identically with the default Mandelbrot/Julia, with virtually
  2342. > every pixel the same color. (I say "virtually" because undoubtedly
  2343. > there is a pixel or two that gets color differently).
  2344. >
  2345. > Here's an assignment for Fractint lovers. Can somebody make a PAR
  2346. > file that makes the default mandelbrot using ALL the different code
  2347. > options I have mentioned? You'll have to dig out debugflag.doc. How
  2348. > many entries in the PAR file are there? Variations of parser formulas
  2349. > don't count - you are allowed one parser formula but you can use
  2350. > different fractint options to force the use ofd different code.
  2351. >
  2352. > So the image Bert generated with his idiosyncratic Mandelbrot/Julia
  2353. > implementation that he ran on an early model 386 (I had to argue with
  2354. > him to get him to add 286 support, because my machine was a 286) is
  2355. > the same image you get with today's fractint, even though the
  2356. > computer is totally different, and most of the code is totally
  2357. > different than the code he wrote.
  2358. >
  2359. > Now to complete the story, in December 2001 Jonathan Osuch notices
  2360. > the peculiarities of Bert's 1987 code, we have a brief email exchange
  2361. > that discusses backward's compatibility, then
  2362. >
  2363. > EXTRA EXTRA READ ALL ABOUT IT!
  2364. >
  2365. > VICIOUS RUMOR - FRACTINT TEAM THREATENS TO CHANGE BERT TYLER'S
  2366. > RENDERING OF THE MANDELBROT AND JULIA IN FRACTINT!!!
  2367. >
  2368. > Goodnight Folks!
  2369. >
  2370. > Tim
  2371. >
  2372. > As he heads to bed having spent a happy evening ROTFL :-)
  2373. >
  2374. > --------------------------------------------------------------
  2375. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  2376. > Post Message:   fractint@lists.xmission.com
  2377. > Get Commands:   majordomo@lists.xmission.com "help"
  2378. > Administrator:  twegner@fractint.org
  2379. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2380.  
  2381.  
  2382. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2383. Post Message:   fractint@lists.xmission.com
  2384. Get Commands:   majordomo@lists.xmission.com "help"
  2385. Administrator:  twegner@fractint.org
  2386. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2387.  
  2388.  
  2389. -------------------------------------------------------------------------------
  2390.  
  2391. From: "David Jones" <gnome@hawaii.rr.com>
  2392. Subject: Re: (fractint) Vicious Rumor...
  2393. Date: 08 Dec 2001 18:44:31 -1000
  2394.  
  2395. On  8 Dec 01 at 15:45, JimMuth@aol.com wrote:
  2396.  
  2397. > If you're a stegosaurus, then I must be a Trilobite.  I
  2398. > write the FOTD every day, using WordPerfect 5.1 for DOS
  2399. > (circa 1990).
  2400.  
  2401. Fastest wordprocessor on the planet.
  2402.  
  2403. David who still has a copy of WordPerfect Executive
  2404. gnome@hawaii.rr.com
  2405.  
  2406.  
  2407. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2408. Post Message:   fractint@lists.xmission.com
  2409. Get Commands:   majordomo@lists.xmission.com "help"
  2410. Administrator:  twegner@fractint.org
  2411. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2412.  
  2413.  
  2414. -------------------------------------------------------------------------------
  2415.  
  2416. From: JimMuth@aol.com
  2417. Subject: (fractint) FOTD  09-12-01  (Spokes [5])
  2418. Date: 09 Dec 2001 09:26:40 EST
  2419.  
  2420.  
  2421. FOTD -- December 09, 2001 (Rating 5)
  2422.  
  2423. Fractal visionaries and enthusiasts:
  2424.  
  2425. I named today's fractal image "Spokes".  The name was inspired 
  2426. by the four straight arms radiating from the traditional midget 
  2427. at the center.  The arms are not workable spokes however, for 
  2428. they are an illusion, no more than infinitely divided fractal 
  2429. debris arranged into roughly straight lines.
  2430.  
  2431. The parent fractal was created by adding 3 parts of Z^4 to Z^2.  
  2432. Because the formula was iterated with 1/C rather than C, the 
  2433. fractal is inverted -- an island in an infinite ocean, rather 
  2434. than a lake in an infinite continent.  But the island is lined 
  2435. with the expected Mandelbrot buds along its shoreline, and two 
  2436. very distorted Mandelbrot midgets lie in the marsh-lands near 
  2437. the western shore.  Today's image lies in a valley of one of 
  2438. these midgets.
  2439.  
  2440. Studying the image, I could find nothing outstanding in it.  Yet 
  2441. it's not really a below-average image.  Undecided, I rated it an 
  2442. average 5.  The image takes 46 minutes to render on my squeaky 
  2443. old Pentium 200mhz machine with the fan that needs to be nudged 
  2444. with a toothpick before it starts turning.  Waiting this long a 
  2445. time is a rather heavy effort for such a mediocre result, but 
  2446. frustration may be avoided by letting Paul and Scott do the work 
  2447. and downloading the completed image from one of their FOTD web 
  2448. sites.  Paul's site is at:
  2449.  
  2450.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  2451.  
  2452. and Scott's is at:
  2453.  
  2454.           <http://sdboyd.dyndns.org/~sdboyd/fotd/index.html>
  2455.  
  2456. The fractal weather Saturday featured a raw wind and steady cold 
  2457. rain from morning until dusk, eventually totalling around 1/2 
  2458. inch (13mm).  The fractal cats hate rain, they hate wind, and 
  2459. they hate cold temperatures such as the 39F 4C, which was all we 
  2460. could reach today.  Needless to say, the dynamic duo were most 
  2461. unhappy, and sulked most all afternoon.  A treat of warm tuna 
  2462. followed by a turkey treat was necessary to lift their spirits.
  2463.  
  2464. My spirits are reasonably high now that the hard part of the 
  2465. seasonal decoration is finished.  They are high enough in fact, 
  2466. that I might go searching for one of those elusive fractals.  If 
  2467. I find one, it will appear as tomorrow's FOTD.  Until then, take 
  2468. care, and be serene in an un-serene world.
  2469.  
  2470.  
  2471. Jim Muth
  2472. jamth@mindspring.com
  2473.  
  2474.  
  2475. START 20.0 PAR-FORMULA FILE================================
  2476.  
  2477. Spokes             { ; time=0:46:20.55--SF5 on a P200
  2478.   reset=2002 type=formula formulafile=allinone.frm
  2479.   formulaname=MandelbrotMix4 function=recip passes=1
  2480.   center-mag=-1.881330206915339/+0.4805578993509941/\
  2481.   843933.2/1/40/1.76137477478355287e-007 params=1/2/\
  2482.   3/4/0/0 float=y maxiter=12000 inside=0 logmap=500
  2483.   colors=000JHhJHiJHiJIjJIkKJkKJlKKmKKmKJnKJoLIoLIpL\
  2484.   JqLKqLLrLMqKNpKOoKOnKOmKOlKOkKOjKOiKOhKOgKOfKOeKOd\
  2485.   KOcFOeBOg7Oi3Ok4Oh4Nf5Md5Lb6J`6IZ7HX7GV8ET8DR9CP9B\
  2486.   N77M9ALBCKCEKEGJFIIHKIIMHKOGMQGNSFPUEQWESYDT_DVaCW\
  2487.   cBYeB_gA`i9bk9cm8eo7fq7hs6iu6ht7ht8hs8hs9gsAgrAgrB\
  2488.   gqBfqCfqDfpDfpEeoEeoFeoGenGdnHdnIdmIdmJclJclKclLck\
  2489.   LbkMbjMbjNbjOaiOaiPaiQahQ`hR`gR`gS`gT_fT_fU_eU_eVZ\
  2490.   eWZdWZdXZdXccRccLccFcc9cc4cc5cc5ac6Xc6Nc7Ha7H`6H`5\
  2491.   H_4H_3H_2HZ1HZ0HZ0K_1P`2U`2Za3ca4hb4rb5sc6wg6zh7ug\
  2492.   7pe8hf9cf9ZgAUgBPhBKhCKiDKiDKjEKjEPkBUl8Um6Um3Um1U\
  2493.   m0Um0Ul9Th8Sd7Ra6RY6QU5PR4ON3OK3QI5RG6SG7UH8VI9WJA\
  2494.   XKBYLDZMFZNH_OI`PK`QMaRObSPbTRcUTcVUdWWeXYeY_fZ`g_\
  2495.   bg`dhafibgicijdkjelgfhdge`hbai_cjWekTglQimNknJmoGo\
  2496.   pDqqAsrTusSwtRyuRzvQzwPzxOzyOzzNzzMzzLzzJzzLzzMzzO\
  2497.   zzPzzRzzSzzUzzVzzXzzYzz_zz_zz`zz`zz`zz`zz`zzazzbzz\
  2498.   bzzczzdzzdzzezzfzzfzzgzzh
  2499.   }
  2500.  
  2501. frm:MandelbrotMix4 {; Jim Muth
  2502. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  2503. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  2504. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  2505. z=k*((a*(z^b))+(d*(z^f)))+c,
  2506. |z| < l
  2507. }
  2508.  
  2509. END 20.0 PAR-FORMULA FILE==================================
  2510.  
  2511. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2512. Post Message:   fractint@lists.xmission.com
  2513. Get Commands:   majordomo@lists.xmission.com "help"
  2514. Administrator:  twegner@fractint.org
  2515. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2516.  
  2517.  
  2518. -------------------------------------------------------------------------------
  2519.  
  2520. From: "Andrew Coppin" <orphi69@hotmail.com>
  2521. Subject: (fractint) Jim's FotD
  2522. Date: 10 Dec 2001 14:41:15 +0000
  2523.  
  2524. To all those who display Jim's Fractals...
  2525.  
  2526. In the beginning, Jim's FotD didn't HAVE a rating... Then someone asked that 
  2527. each day's fractal be given a rating, so folk could decide whether to bother 
  2528. viewing it. Jim kindly obliged, but no website that I know of actually 
  2529. displays the fractal's rating until you are actually viewing the fractal! 
  2530. What is really needed is for this information to be on the main index 
  2531. pages... (Although I appriciate that this is NOT as simple to do as it might 
  2532. sound ;-)
  2533.  
  2534. Thanks guys.
  2535. Andrew.
  2536.  
  2537. "But nothing can do EVERYTHING!"
  2538. "Hey, this 'nothing' stuff sounds great - we should be using it!"
  2539.  
  2540.  
  2541. _________________________________________________________________
  2542. Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
  2543.  
  2544.  
  2545. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2546. Post Message:   fractint@lists.xmission.com
  2547. Get Commands:   majordomo@lists.xmission.com "help"
  2548. Administrator:  twegner@fractint.org
  2549. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2550.  
  2551.  
  2552. -------------------------------------------------------------------------------
  2553.  
  2554. From: "Scott D. Boyd" <sdboyd56@swbell.net>
  2555. Subject: Re: (fractint) Jim's FotD
  2556. Date: 10 Dec 2001 09:08:22 -0600
  2557.  
  2558. On Monday 10 December 2001 08:41, Andrew Coppin wrote:
  2559. > To all those who display Jim's Fractals...
  2560. >
  2561. > In the beginning, Jim's FotD didn't HAVE a rating... Then someone asked
  2562. > that each day's fractal be given a rating, so folk could decide whether to
  2563. > bother viewing it. Jim kindly obliged, but no website that I know of
  2564. > actually displays the fractal's rating until you are actually viewing the
  2565. > fractal! What is really needed is for this information to be on the main
  2566. > index pages... (Although I appriciate that this is NOT as simple to do as
  2567. > it might sound ;-)
  2568. >
  2569. That sounds like a good idea Andrew! Wouldn't be all that difficult. I'll 
  2570. look into modifying my script to do that. I think it would be better if I 
  2571. added in the rating on the index page starting in the new year. For Paul it 
  2572. would probably be even easier, because he does his daily page manually. 
  2573.  
  2574. Later,
  2575. Scott
  2576.  
  2577. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2578. Post Message:   fractint@lists.xmission.com
  2579. Get Commands:   majordomo@lists.xmission.com "help"
  2580. Administrator:  twegner@fractint.org
  2581. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2582.  
  2583.  
  2584. -------------------------------------------------------------------------------
  2585.  
  2586. From: Jim Muth <jamth@mindspring.com>
  2587. Subject: (fractint) FOTD  10-12-01  (Fractopod Undulatus [5])
  2588. Date: 10 Dec 2001 10:01:33 -0500 (EST)
  2589.  
  2590.  
  2591. FOTD -- December 10, 2001 (Rating 5)
  2592.  
  2593. Fractal visionaries and enthusiasts:
  2594.  
  2595. Having watched a lot of prehistoric animals with their 
  2596. incomprehensible scientific names on TV last evening, I decided 
  2597. to give today's image an incomprehensible name.  I named it 
  2598. "Fractopod Undulatus", which I suppose translates roughly as 
  2599. "Fractal-footed undulating creature".
  2600.  
  2601. Actually, it's a scene in a remote part of the infinite spiral 
  2602. of the Z^1.71+C Mandeloid.  This simple formula draws a 
  2603. distorted but unexpectedly recognizable fractal, which resembles 
  2604. the classic Mandelbrot set rotated 135 degrees CW.  Today's 
  2605. scene lies in a secondary valley of a tiny bud in the East 
  2606. Valley area of the parent, which in this case would more 
  2607. properly be called the Southwest Valley area.
  2608.  
  2609. The thing about the image that strikes me first is the subtlety 
  2610. of the discontinuities.  Usually, the midgets in fractals of 
  2611. fractional powers are torn apart by the unavoidable 
  2612. discontinuities, but in today's image, these breaks are located 
  2613. in places where they are barely noticeable.
  2614.  
  2615. The image is filled with tiny yellow dots, which sparkle like 
  2616. stars throughout.  Each of these tiny dots enlarges to a complex 
  2617. of elements similar to the one that surrounds today's midget.  
  2618. Undoubtedly, more midgets lie in these smaller complexes, though 
  2619. these midgets are almost certainly beyond resolution.
  2620.  
  2621. Because the image looks so much like so many that we have seen 
  2622. so many times before, I could rate it no higher than an average 
  2623. rating of 5.  But it's still worth at least a glance, even if 
  2624. not quite worth the 1/2 hour required to render it from the 
  2625. parameter file.
  2626.  
  2627. The hassle of running the parameter file can be avoided by 
  2628. letting Paul and Scott handle the hassle, and downloading the 
  2629. completed GIF image from their web sites at:
  2630.  
  2631.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  2632.  
  2633. and at:
  2634.  
  2635.           <http://sdboyd.dyndns.org/~sdboyd/fotd/index.html>
  2636.  
  2637. The sun returned to Fractal Central Sunday, but the winds 
  2638. remained brisk and the temperature barely touched 50F 10C.  
  2639. Fractal cats, unlike their feral cousins, find such conditions 
  2640. too unpleasant to endure for longer than a few minutes.  The 
  2641. dynamic duo grew sulky as the afternoon progressed, but forgot 
  2642. their troubles when the tuna appeared around sunset.
  2643.  
  2644. And I'll forget *my* troubles when the day's work is finished.  
  2645. Unfortunately, the only way I know to finish work is to start it 
  2646. and keep going until nothing remains undone.  So while I'm 
  2647. working, I'll say take care, and do flying birds ever get struck 
  2648. by lightning?
  2649.  
  2650.  
  2651. Jim Muth
  2652. jamth@mindspring.com
  2653.  
  2654.  
  2655. START 20.0 PAR-FORMULA FILE================================
  2656.  
  2657. FractopodUndulatus { ; time=0:31:27.57--SF5 on a P200
  2658.   reset=2002 type=formula formulafile=allinone.frm
  2659.   formulaname=MandelbrotBC1 function=recip passes=1
  2660.   center-mag=-0.441558671869633/-0.306673097759865/6\
  2661.   756444/1/-7.5/-1.33158752357864785e-008 params=1.7\
  2662.   1/0/-40/0 float=y maxiter=4800 inside=0 logmap=780
  2663.   colors=00003C13C33C43E53E73F83F93GB3GC3IE3IF3JG3JI\
  2664.   3KJ3KI3JG3JF3JG4II4IJ4IK4IK4GM5GN5GO5GO5FQ5FR7FS7F\
  2665.   S7EU7EV7EX8EX8CY8CZ8C`8C`9Ba9Bb9Bd9Bd89d9Bd9Bd9Bd9\
  2666.   Cd9Cd9Cd9EdBEdBEdBFdBFdBFdBGdBGdBGdCIdCIdCIdCJdCJd\
  2667.   CJdCKdEKdEKdEMdEMdEMdENdENeCMdENbEOaFQaFQ`GRZGSYGU\
  2668.   YIUXIVVJXUJYUJYSKZRK`QMaQMaOMbNNdMNeMOeKOfJOhIQiIQ\
  2669.   iGRjFRlERmESmCSnBUp9UqBVs9Uq9Sq9Rq9Qq9Oq9Np8Mp8Kp8\
  2670.   Jp8Ip8Gn8Fn7En7Cn7Bn79m78m77m55m54m53l51l50l50l50l\
  2671.   80iB3fE4eG7bI8aKBZNCYQFVSISUJRXMOZNNaQKbRJaUKaVKaY\
  2672.   KaZKa`K`bK`dK`eK`hK`iKZlKZmKZnKZqKZsKbtKhtEmt8st3w\
  2673.   t0zw0yt0ws0uq0qn0nm0ml0ji0ih0hf0ed0db0ba0`Z0ZY0YX0\
  2674.   VU0US0SR0RQ0QR0OR1NR1MR3KR3JR4IS5JR4JR4JQ3KO3KM1KK\
  2675.   1KK1MI0MI0MG0MF0NE0NC0NC0O90O90O70O50Q30Q30Q30Q10R\
  2676.   30R40R50S70R80Q90OB0OE0NG0MJ0MM0KO0JR0JS0IU1GX3FY4\
  2677.   FZ4E`5Cb7Cd8Be99f99iB8jC7lE7mE7nG7pJ7qM7sO7tR7uU7w\
  2678.   X7xZ7ya7zd7zf7zi8zl9znBzq
  2679.   }
  2680.  
  2681. frm:MandelbrotBC1   { ; by several Fractint users
  2682.   e=p1, a=imag(p2)+100
  2683.   p=real(p2)+PI
  2684.   q=2*PI*fn1(p/(2*PI))
  2685.   r=real(p2)-q
  2686.   Z=C=Pixel:
  2687.     Z=log(Z)
  2688.     IF(imag(Z)>r)
  2689.       Z=Z+flip(2*PI)
  2690.     ENDIF
  2691.     Z=exp(e*(Z+flip(q)))+C
  2692.   |Z|<a
  2693. }
  2694.  
  2695. END 20.0 PAR-FORMULA FILE==================================
  2696.  
  2697.  
  2698. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2699. Post Message:   fractint@lists.xmission.com
  2700. Get Commands:   majordomo@lists.xmission.com "help"
  2701. Administrator:  twegner@fractint.org
  2702. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2703.  
  2704.  
  2705. -------------------------------------------------------------------------------
  2706.  
  2707. From: "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net>
  2708. Subject: Re: (fractint) Jim's FotD
  2709. Date: 10 Dec 2001 09:27:18 -0600
  2710.  
  2711. Andrew Coppin wrote:
  2712. >
  2713. > To all those who display Jim's Fractals...
  2714. >
  2715.  
  2716. Actually, it is pretty simple to do for either Scott or I.  But since
  2717. most of those that people viewing the images are on the FractInt List,
  2718. they receive the email long before the web pages are even built, so they
  2719. should know the rating ahead of time.  Like you do and anyone else
  2720. reading this reply or your initial comment.     :-)
  2721.  
  2722. And then there is the other issue, how many times others have disagreed
  2723. with what Jim feels the "rating" to be and what they think it should
  2724. be.  If the rating showed, would that influence your decision on whether
  2725. you wanted to view the image from the website/s??  Or would you view
  2726. them anyway??
  2727.  
  2728. I suspect that the regular viewers will look at each daily image no
  2729. matter what the rating shows.  And if someone is not going to view one
  2730. strictly based upon what Jim thinks it rates (at the moment he picks a
  2731. number), then they can stop the download before all of the image gets
  2732. there, since that is the first part of Jim's posting (images are always
  2733. slower).
  2734.  
  2735. I have another question, Andrew, is there somebody that you know who
  2736. basis there decision on what to view using the rating system??
  2737.  
  2738. Sincerely,
  2739. P.N.L.
  2740. http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
  2741.  
  2742. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2743. Post Message:   fractint@lists.xmission.com
  2744. Get Commands:   majordomo@lists.xmission.com "help"
  2745. Administrator:  twegner@fractint.org
  2746. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2747.  
  2748.  
  2749. -------------------------------------------------------------------------------
  2750.  
  2751. From: "Andrew Coppin" <orphi69@hotmail.com>
  2752. Subject: Re: (fractint) Jim's FotD
  2753. Date: 10 Dec 2001 15:37:23 +0000
  2754.  
  2755. >From: "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net>
  2756. >Reply-To: fractint@lists.xmission.com
  2757. >To: fractint@lists.xmission.com
  2758. >Subject: Re: (fractint) Jim's FotD
  2759. >Date: Mon, 10 Dec 2001 09:27:18 -0600
  2760. >
  2761. >I have another question, Andrew, is there somebody that you know who
  2762. >basis there decision on what to view using the rating system??
  2763.  
  2764. OK, will go crawl back under the stone from wence I came...
  2765.  
  2766. _________________________________________________________________
  2767. Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
  2768.  
  2769.  
  2770. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2771. Post Message:   fractint@lists.xmission.com
  2772. Get Commands:   majordomo@lists.xmission.com "help"
  2773. Administrator:  twegner@fractint.org
  2774. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2775.  
  2776.  
  2777. -------------------------------------------------------------------------------
  2778.  
  2779. From: the_juggernaut@juno.com
  2780. Subject: (fractint) djgpp
  2781. Date: 10 Dec 2001 13:32:31 -0600
  2782.  
  2783. I've only recently learned to program, and as I get better I would be
  2784. very interested in porting Fractint to djgpp.  But I'm not good yet, so I
  2785. have a question:
  2786.  
  2787. I have djgpp, and I'm trying to install the GRX graphics library.  I read
  2788. the instructions but I'm obviously not doing it right, because I have no
  2789. graphics library yet.  If anyone has any suggestions they would be much
  2790. appreciated.
  2791.  
  2792. I'm glad to see that I'm not the only one who likes DOS.  Why can't
  2793. microsoft just leave it alone?  Why do I find myself loathing new
  2794. software?  Why must a step forward so often be accompanied by a step
  2795. backward?  It must be a new law of physics, conservation of progress.
  2796.  
  2797. Jon K
  2798.  
  2799.  
  2800. > In the future, the base code will have to be changed to Xfractint as 
  2801. > more
  2802. > people get XP'd.  Which, in all probability, Fractint in its current 
  2803. > form
  2804. > will not run under.  The Xfractint code needs to be ported to the 
  2805. > djgpp
  2806. > compiler.  In combination with incorporation of a graphics 
  2807. > manipulation
  2808. > package such as Allegro, this will allow a pseudo windows version to 
  2809. > run on
  2810. > the dreaded XP.  This is a big project.  If there is interest, I'll 
  2811. > discuss
  2812. > this in more detail.
  2813. ________________________________________________________________
  2814. GET INTERNET ACCESS FROM JUNO!
  2815. Juno offers FREE or PREMIUM Internet access for less!
  2816. Join Juno today!  For your FREE software, visit:
  2817. http://dl.www.juno.com/get/web/.
  2818.  
  2819. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2820. Post Message:   fractint@lists.xmission.com
  2821. Get Commands:   majordomo@lists.xmission.com "help"
  2822. Administrator:  twegner@fractint.org
  2823. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2824.  
  2825.  
  2826. -------------------------------------------------------------------------------
  2827.  
  2828. From: "Ricardo M. Forno" <rforno@tutopia.com>
  2829. Subject: Re: (fractint) djgpp
  2830. Date: 10 Dec 2001 21:27:09 -0300
  2831.  
  2832. Well, I also love DOS for its command-line facility instead of
  2833. point-and-click. Windows, with its icons, is in a way a step back to
  2834. ideography (Egyptian letters, Japanese and Chinese ideograms). It is good
  2835. for analphabets. However, I recognize that Internet without Windows is more
  2836. complicated. I use either Windows or DOS according to the task to be done.
  2837. Regards.
  2838. ----- Original Message -----
  2839. Cc: <fractint@lists.xmission.com>
  2840. Sent: Monday, December 10, 2001 4:32 PM
  2841.  
  2842.  
  2843. > I've only recently learned to program, and as I get better I would be
  2844. > very interested in porting Fractint to djgpp.  But I'm not good yet, so I
  2845. > have a question:
  2846. >
  2847. > I have djgpp, and I'm trying to install the GRX graphics library.  I read
  2848. > the instructions but I'm obviously not doing it right, because I have no
  2849. > graphics library yet.  If anyone has any suggestions they would be much
  2850. > appreciated.
  2851. >
  2852. > I'm glad to see that I'm not the only one who likes DOS.  Why can't
  2853. > microsoft just leave it alone?  Why do I find myself loathing new
  2854. > software?  Why must a step forward so often be accompanied by a step
  2855. > backward?  It must be a new law of physics, conservation of progress.
  2856. >
  2857. > Jon K
  2858. >
  2859. >
  2860. > > In the future, the base code will have to be changed to Xfractint as
  2861. > > more
  2862. > > people get XP'd.  Which, in all probability, Fractint in its current
  2863. > > form
  2864. > > will not run under.  The Xfractint code needs to be ported to the
  2865. > > djgpp
  2866. > > compiler.  In combination with incorporation of a graphics
  2867. > > manipulation
  2868. > > package such as Allegro, this will allow a pseudo windows version to
  2869. > > run on
  2870. > > the dreaded XP.  This is a big project.  If there is interest, I'll
  2871. > > discuss
  2872. > > this in more detail.
  2873. > ________________________________________________________________
  2874. > GET INTERNET ACCESS FROM JUNO!
  2875. > Juno offers FREE or PREMIUM Internet access for less!
  2876. > Join Juno today!  For your FREE software, visit:
  2877. > http://dl.www.juno.com/get/web/.
  2878. >
  2879. > --------------------------------------------------------------
  2880. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  2881. > Post Message:   fractint@lists.xmission.com
  2882. > Get Commands:   majordomo@lists.xmission.com "help"
  2883. > Administrator:  twegner@fractint.org
  2884. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2885.  
  2886.  
  2887. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2888. Post Message:   fractint@lists.xmission.com
  2889. Get Commands:   majordomo@lists.xmission.com "help"
  2890. Administrator:  twegner@fractint.org
  2891. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2892.  
  2893.  
  2894. -------------------------------------------------------------------------------
  2895.  
  2896. From: Jim Muth <jamth@mindspring.com>
  2897. Subject: (fractint) FOTD  11-12-01  (Cosmic Lyres [5])
  2898. Date: 11 Dec 2001 10:47:25 -0500 (EST)
  2899.  
  2900.  
  2901. FOTD -- December 11, 2001 (Rating 3)
  2902.  
  2903. Fractal visionaries and enthusiasts:
  2904.  
  2905. In a world where every detergent cleans cleaner than every other 
  2906. detergent, when was the last time you heard the makers of a new 
  2907. product claim that their product was below average when they put 
  2908. it on the market?  Doing so is almost unimaginable.  Why then do 
  2909. I claim that today's FOTD is below average?
  2910.  
  2911. The reason is that I believe in honesty in advertising.  :-)
  2912.  
  2913. Seriously, I've been thinking about the value of rating the 
  2914. FOTD's, as apparently others have also.  I had almost no time to 
  2915. find a fractal, I had bad luck searching, and when I finally 
  2916. found a fractal, it turned out to be almost impossible to color 
  2917. pleasingly.  As a result, today's image rates only a lowly 3.
  2918.  
  2919. But why advertise the image's failures?  I am not a self-critic. 
  2920. Anyone who runs the parameter file will soon notice the muddy 
  2921. colors and the scattered, unorganized features surrounding the 
  2922. midget.  Maybe I'll stop rating the FOTD and let the viewers 
  2923. themselves rate the images.
  2924.  
  2925. I named the picture "Cosmic Lyres", though maybe "Herring-bones" 
  2926. would be more appropriate.  The render time of 15 minutes can be 
  2927. avoided by downloading the completed image from:
  2928.  
  2929.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  2930.  
  2931. or from:
  2932.  
  2933.           <http://sdboyd.dyndns.org/~sdboyd/fotd/index.html>
  2934.  
  2935. The fractal weather Monday was cloudy and cold, with a 
  2936. temperature of 44F 6.5C.  The cats spent the day curled by their 
  2937. radiators, getting up occasionally to shout at me for food.
  2938.  
  2939. I must now tend to the other work that needs to be done.  But 
  2940. I'll return in 24 hours with another FOTD image.  Hopefully, the 
  2941. next one will be a vast improvement.  Until then, take care.
  2942.  
  2943.  
  2944. Jim Muth
  2945. jamth@mindspring.com
  2946.  
  2947.  
  2948. START 20.0 PAR-FORMULA FILE================================
  2949.  
  2950. Cosmic_Lyres       { ; time=0:15:36.15--SF5 on a P200
  2951.   reset=2002 type=formula formulafile=allinone.frm
  2952.   formulaname=MandelbrotMix4 function=recip passes=1
  2953.   center-mag=+0.81134231972411620/-0.993186498565719\
  2954.   90/2864498/1/92.4999998551264611/-1.02795145250078\
  2955.   601e-007 params=-10/-1.3/-1/-13/0/525 float=y
  2956.   maxiter=2400 inside=0 logmap=209
  2957.   colors=000SOcSOcSPcSPdSPdSQdRQeRReRReRRfRSfRSfRSgR\
  2958.   TgRTgRUgRUhRUhRVhRViRViRWiRWjRXjRXjRXkRYkRYkRYlRZl\
  2959.   RZlPYpRZlT_iV`eX`bZaZ`bWbbTdcPfdMheIjeFlfBng8ph4og\
  2960.   5of5nf5ne6me6md6ld7lc7kc7kb7jb8ja8ia8i`9h`9h_9hZ9g\
  2961.   ZAgYAfYAfXBeXBeWBdWBdVCcVCcUCbUDbTDaTDaSD`SE`RE`QE\
  2962.   _QF_PFZPFZOFYOGYNGXNGXMHWMHWLHVLHVKIUKIUJITJJTIJTH\
  2963.   JSHJSGKRGKRFKQFLQELPELPDLODMOCMNCMNBNMBNMANL8MMANM\
  2964.   CNMDOMFONGONIPNKPNLPONQOOQOQQORROTRPVRPWSPYSPZSQ`T\
  2965.   QaTQcTQeURfURhURiVRkVSlURlVRlVRlWQlWQlWQlXQlXPlXPl\
  2966.   YPlYOlYOlZOkZOjZNi_Nh_Ng_Mf`Me`MdaMcaLbaLbbLbbKbbK\
  2967.   bcKbcKbcJbdJbdJbdIbeIbeIbeIbfHbfHbfHbgGbgGbhGchGdh\
  2968.   FeiFfiFgiEgjEgjEgjEgkDgkDgkDglCglCllClmClmBlnBlnBl\
  2969.   nAloAloAloAlp9lp9lp9lq8lq8lq8lr8lr7lr7ls7ls6kr7ls8\
  2970.   ls9ls9lsAlsBlsBlsCmsDmsEmsEmsFmsGmsGmsHntIntJntJnt\
  2971.   KntLntLntMotNotOotOotPotQotQotRpuSpuTpuTpuUpuVpuVp\
  2972.   uWquXquYquYquZqu_qu_qu`rv
  2973.   }
  2974.  
  2975. frm:MandelbrotMix4 {; Jim Muth
  2976. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  2977. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  2978. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  2979. z=k*((a*(z^b))+(d*(z^f)))+c,
  2980. |z| < l
  2981. }
  2982.  
  2983. END 20.0 PAR-FORMULA FILE==================================
  2984.  
  2985.  
  2986. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2987. Post Message:   fractint@lists.xmission.com
  2988. Get Commands:   majordomo@lists.xmission.com "help"
  2989. Administrator:  twegner@fractint.org
  2990. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2991.  
  2992.  
  2993. -------------------------------------------------------------------------------
  2994.  
  2995. From: "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net>
  2996. Subject: (fractint) Re: FOTD  11-12-01  (Cosmic Lyres [5])
  2997. Date: 11 Dec 2001 11:14:34 -0600
  2998.  
  2999. Jim Muth wrote:
  3000. >
  3001. > ...I've been thinking about the value of 
  3002. > rating the FOTD's, as apparently others 
  3003. > have also.  ......  As a result, today's 
  3004. > image rates only a lowly 3.
  3005.  
  3006. Ah, but that is only your personal opinion at the moment.  Your mood and
  3007. state of mind have a lot to do with your rating of images.  At some
  3008. other time, it might just have well been rated a 2, 4 or 5 (or even
  3009. 3-1/2).
  3010.  
  3011. >
  3012. > Anyone who runs the parameter file will 
  3013. > soon notice the muddy colors....
  3014.  
  3015. That is only due to the brown and ochre colors that you have chosen to
  3016. use.  I tried adding some of the brighter palettes to see what effect it
  3017. would have, and some were really quite interesting and nice.    :-)
  3018.  
  3019. >
  3020. > Maybe I'll stop rating the FOTD and let 
  3021. > the viewers themselves rate the images.
  3022.  
  3023. At least they would view each image that way, as opposed to some people
  3024. not doing so if the number value was not up to whatever standard they
  3025. set for themselves.
  3026.  
  3027. I notice your own personal rating, but do not consider it when viewing
  3028. the image, nor when setting up the web page.  To me, it is just
  3029. something you have used to go along with the "title".  And I feel that
  3030. titles are over rated in themselves.    ;-}
  3031.  
  3032.  
  3033. Sincerely,
  3034. P.N.L.
  3035. http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
  3036.  
  3037. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3038. Post Message:   fractint@lists.xmission.com
  3039. Get Commands:   majordomo@lists.xmission.com "help"
  3040. Administrator:  twegner@fractint.org
  3041. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3042.  
  3043.  
  3044. -------------------------------------------------------------------------------
  3045.  
  3046. From: bmc1@airmail.net
  3047. Subject: (fractint) Re: Comments Re: FOTD  11-12-01  (Cosmic Lyres [5])
  3048. Date: 11 Dec 2001 18:35:27 -0600
  3049.  
  3050. <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  3051. <html>
  3052. Fellow Fractaliers of the bi-pedal and quadrupedal variety-
  3053. <p>I think Jim's Titles AND (always conservative) Ratings are of value
  3054. not only separately, but together:
  3055. <p>1) the former giving we mere mortals and the Dynamic Duo a glimpse into
  3056. what DIP switch the image flipped in Jim's associative cortex to attach
  3057. words to the image (lots of psychobabble/neurophysiologic BS could be cited
  3058. here re the neural networks which have been demonstrated to exist in the
  3059. portion of the human visual cortex which is trained in childhood and adolescence
  3060. to do the attachment of words to images),  and
  3061. <p>2) the latter giving we mm's and the DD a different insight into the
  3062. more conscious process involved w/ assigning a number to an image. Perhaps
  3063. rather than "the Titles being over-rated in themselves", as PNL suggests,
  3064. the Ratings are over-titled.
  3065. <p>PNL has already noted the influence of the Fractal Weather on both Jim,
  3066. the Dynamic Duo and his/their ratings. We already have little enough insight
  3067. into what <b>really</b> goes on deep in the Command Bunker at Fractal Central,
  3068. the true role played by the DDuo and the alleged Susan, etc, why would
  3069. we want LESS information from the creator of the images??
  3070. <p>I certainly don't know, nor can I imagine, anyone who - having already
  3071. managed the Herculean task of lifting his/her fingers twice to get one
  3072. of the sites like PNL's having pre-rendered images -  would then NOT
  3073. click the mouse twice more to view the image merely because Jim rated it
  3074. a "3", or gave it a name the potential viewer finds peculiar without even
  3075. seeing the image which fostered it. I find the names as interesting as
  3076. the images, and certainly more revelatory.
  3077. <p>Since Jim's 3's are better than most of my "8" 's, it's a no-brainer
  3078. - or perhaps I'm the no-brainer. Nevertheless, I and the "Querulous Quatro"
  3079. (my backyard 4-pack of stout fractal racoons) vote for continuation of
  3080. both Names and Ratings. If viewers want to add theirs, so much the better.
  3081. <p>But please . . . . . . . . since the FOTD ain't broke, let's not fix
  3082. it.
  3083. <p>Freed/QQ
  3084. <br> 
  3085. <br> 
  3086. <br> 
  3087. <p>"Paul N. Lee" wrote:
  3088. <blockquote TYPE=CITE>Jim Muth wrote:
  3089. <br>>
  3090. <br>> ...I've been thinking about the value of
  3091. <br>> rating the FOTD's, as apparently others
  3092. <br>> have also.  ......  As a result, today's
  3093. <br>> image rates only a lowly 3.
  3094. <p>Ah, but that is only your personal opinion at the moment.  Your
  3095. mood and
  3096. <br>state of mind have a lot to do with your rating of images.  At
  3097. some
  3098. <br>other time, it might just have well been rated a 2, 4 or 5 (or even
  3099. <br>3-1/2).
  3100. <p>>
  3101. <br>> Anyone who runs the parameter file will
  3102. <br>> soon notice the muddy colors....
  3103. <p>That is only due to the brown and ochre colors that you have chosen
  3104. to
  3105. <br>use.  I tried adding some of the brighter palettes to see what
  3106. effect it
  3107. <br>would have, and some were really quite interesting and nice.   
  3108. :-)
  3109. <p>>
  3110. <br>> Maybe I'll stop rating the FOTD and let
  3111. <br>> the viewers themselves rate the images.
  3112. <p>At least they would view each image that way, as opposed to some people
  3113. <br>not doing so if the number value was not up to whatever standard they
  3114. <br>set for themselves.
  3115. <p>I notice your own personal rating, but do not consider it when viewing
  3116. <br>the image, nor when setting up the web page.  To me, it is just
  3117. <br>something you have used to go along with the "title".  And I feel
  3118. that
  3119. <br>titles are over rated in themselves.    ;-}
  3120. <p>Sincerely,
  3121. <br>P.N.L.
  3122. <br>--------------------------------------------------------------
  3123. <br><a href="http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go">http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go</a>
  3124. <p>--------------------------------------------------------------
  3125. <br>Thanks for using Fractint, The Fractals and Fractint Discussion List
  3126. <br>Post Message:   fractint@lists.xmission.com
  3127. <br>Get Commands:   majordomo@lists.xmission.com "help"
  3128. <br>Administrator:  twegner@fractint.org
  3129. <br>Unsubscribe:    majordomo@lists.xmission.com "unsubscribe
  3130. fractint"</blockquote>
  3131. </html>
  3132.  
  3133.  
  3134. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3135. Post Message:   fractint@lists.xmission.com
  3136. Get Commands:   majordomo@lists.xmission.com "help"
  3137. Administrator:  twegner@fractint.org
  3138. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3139.  
  3140.  
  3141. -------------------------------------------------------------------------------
  3142.  
  3143. From: "Multiple Bogeys" <neo_1061@hotmail.com>
  3144. Subject: Re: (fractint) FOTD 04-12-01 (A Make-good Fractal [8])
  3145. Date: 11 Dec 2001 21:29:46 -0500
  3146.  
  3147.  
  3148. ------=_NextPart_001_0000_01C1828A.F4AA8C40
  3149. Content-Type: text/plain; charset="iso-8859-1"
  3150. Content-Transfer-Encoding: quoted-printable
  3151.  
  3152. >When the grey cat that lives up the street approached,
  3153. >Tippy quickly chased it away.
  3154.  
  3155. Send in the Russian...<br clear=3Dall><hr>MSN Photos is the easiest way t=
  3156. o share and print your photos: <a href=3D'http://go.msn.com/bql/hmtag3_et=
  3157. l_EN.asp'>Click Here</a><br>
  3158.  
  3159. ------=_NextPart_001_0000_01C1828A.F4AA8C40
  3160. Content-Type: text/html; charset="iso-8859-1"
  3161. Content-Transfer-Encoding: quoted-printable
  3162.  
  3163. <HTML><BODY STYLE=3D"font:10pt verdana; border:none;"><DIV>>When the g=
  3164. rey cat that lives up the street approached,<BR>>Tippy quickly chased =
  3165. it away.</DIV> <DIV> </DIV> <DIV>Send in the Russian...</DIV></BODY>=
  3166. </HTML><DIV><BR><br clear=3Dall><hr>MSN Photos is the easiest way to shar=
  3167. e and print your photos: <a href=3D'http://go.msn.com/bql/hmtag3_etl_EN.a=
  3168. sp'>Click Here</a><br></DIV>
  3169.  
  3170. ------=_NextPart_001_0000_01C1828A.F4AA8C40--
  3171.  
  3172. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3173. Post Message:   fractint@lists.xmission.com
  3174. Get Commands:   majordomo@lists.xmission.com "help"
  3175. Administrator:  twegner@fractint.org
  3176. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3177.  
  3178.  
  3179. -------------------------------------------------------------------------------
  3180.  
  3181. From: osuchj@avalon.net
  3182. Subject: (fractint) Patch 2 to Fractint 20.2
  3183. Date: 11 Dec 2001 21:07:14 -0600 (CST)
  3184.  
  3185. Folks,
  3186.  
  3187. Patch 2 to Fractint version 20.2 is now available at www.fractint.org.  This
  3188. is an Xfractint patch, with Fractint changed just to keep the two sources in
  3189. sync.
  3190.  
  3191. What's new:
  3192.  
  3193. This patch adds the assembly language version of the mandelbrot code to
  3194. Xfractint.  To use it, it is necessary to place the command line switch
  3195. fpu=387 in your sstools.ini file.  The NASM assembler was used, but if you
  3196. don't have it available, not to worry, the object file is included.
  3197.  
  3198. Modified the Xfractint C mandelbrot code to match the assembly version.
  3199.  
  3200. Jonathan
  3201.  
  3202.  
  3203. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3204. Post Message:   fractint@lists.xmission.com
  3205. Get Commands:   majordomo@lists.xmission.com "help"
  3206. Administrator:  twegner@fractint.org
  3207. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3208.  
  3209.  
  3210. -------------------------------------------------------------------------------
  3211.  
  3212. From: "Katherine" <katherine@mediakwest.com>
  3213. Subject: (fractint) Color Management
  3214. Date: 11 Dec 2001 22:24:21 -0500
  3215.  
  3216. This is a multi-part message in MIME format.
  3217.  
  3218. ------=_NextPart_000_000D_01C18292.94C72600
  3219. Content-Type: text/plain;
  3220.     charset="iso-8859-1"
  3221. Content-Transfer-Encoding: quoted-printable
  3222.  
  3223. Hi, folks.  I, too, am a newcomer to the wide, wide world of =
  3224. fractals...and I need some input, please.
  3225.  
  3226. I have generated all of these wonderful images.  The Problem is that I =
  3227. want to be able to use hard copies of these images...suitable for =
  3228. framing (modesty permitting).  Now, of course, I can print the =
  3229. things...BUT I want my printer to spit out glorious copies of my =
  3230. glorious images (modesty issue, again)...not copies suitable only for =
  3231. the bottom of a bird cage.
  3232.  
  3233. In a nutshell....color management software????
  3234.  
  3235. I've been enjoying the newsletter!  This poor math-challenged visual =
  3236. artist has learned!
  3237.  
  3238. Thanks, y'all.
  3239.  
  3240. Katherine
  3241.  
  3242.  
  3243. ------=_NextPart_000_000D_01C18292.94C72600
  3244. Content-Type: text/html;
  3245.     charset="iso-8859-1"
  3246. Content-Transfer-Encoding: quoted-printable
  3247.  
  3248. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  3249. <HTML><HEAD>
  3250. <META http-equiv=3DContent-Type content=3D"text/html; =
  3251. charset=3Diso-8859-1">
  3252. <META content=3D"MSHTML 6.00.2600.0" name=3DGENERATOR>
  3253. <STYLE></STYLE>
  3254. </HEAD>
  3255. <BODY bgColor=3D#ffffff>
  3256. <DIV><FONT face=3DArial size=3D2>Hi, folks.  I, too, am a newcomer =
  3257. to the wide,=20
  3258. wide world of fractals...and I need some input, please.</FONT></DIV>
  3259. <DIV><FONT face=3DArial size=3D2></FONT> </DIV>
  3260. <DIV><FONT face=3DArial size=3D2>I have generated all of these wonderful =
  3261.  
  3262. images.  The Problem is that I want to be able to use hard copies =
  3263. of these=20
  3264. images...suitable for framing (modesty permitting).  Now, of =
  3265. course, I can=20
  3266. print the things...BUT I want my printer to spit out glorious copies of =
  3267. my=20
  3268. glorious images (modesty issue, again)...not copies suitable only for =
  3269. the bottom=20
  3270. of a bird cage.</FONT></DIV>
  3271. <DIV><FONT face=3DArial size=3D2></FONT> </DIV>
  3272. <DIV><FONT face=3DArial size=3D2>In a nutshell....color management=20
  3273. software????</FONT></DIV>
  3274. <DIV><FONT face=3DArial size=3D2></FONT> </DIV>
  3275. <DIV><FONT face=3DArial size=3D2>I've been enjoying the =
  3276. newsletter!  This poor=20
  3277. math-challenged visual artist has learned!</FONT></DIV>
  3278. <DIV><FONT face=3DArial size=3D2></FONT> </DIV>
  3279. <DIV><FONT face=3DArial size=3D2>Thanks, y'all.</FONT></DIV>
  3280. <DIV><FONT face=3DArial size=3D2></FONT> </DIV>
  3281. <DIV><FONT face=3DArial size=3D2>Katherine</FONT></DIV>
  3282. <DIV><FONT face=3DArial size=3D2></FONT> </DIV></BODY></HTML>
  3283.  
  3284. ------=_NextPart_000_000D_01C18292.94C72600--
  3285.  
  3286.  
  3287.  
  3288. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3289. Post Message:   fractint@lists.xmission.com
  3290. Get Commands:   majordomo@lists.xmission.com "help"
  3291. Administrator:  twegner@fractint.org
  3292. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3293.  
  3294.  
  3295. -------------------------------------------------------------------------------
  3296.  
  3297. From: "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net>
  3298. Subject: Re: (fractint) Re: Comments Re: FOTD  11-12-01  (Cosmic Lyres [5])
  3299. Date: 11 Dec 2001 21:46:22 -0600
  3300.  
  3301. bmc1@airmail.net wrote:
  3302. >
  3303. > 2) the latter giving we mm's and the DD a 
  3304. > different insight into the more conscious 
  3305. > process involved w/ assigning a number to 
  3306. > an image.  Perhaps rather than "the Titles 
  3307. > being over-rated in themselves", as PNL 
  3308. > suggests, the Ratings are over-titled.
  3309.  
  3310. I wish to clarify my last sentence, where part of which is quoted
  3311. above.  This was really not meant as a personal attack or negative
  3312. comment on Jim's titles.  More of a comment in general on Anyone's title
  3313. for something they have created.  Which is why the majority of my images
  3314. use file names such as UNTITLED-##, IMAGE##, or FRACT###.
  3315.  
  3316. Having titles to images just lets the viewer see what the Artist saw
  3317. when they named it, whether the artist was trying for that "scene" or
  3318. named after the fact.  And these titles rarely have an influence on what
  3319. I see when viewing somebody's creation.  (Though a few titles do cause
  3320. me to try and see why they were named such.)  I personally find it more
  3321. interesting to see what the viewer sees in an image, than directing
  3322. their viewpoint.
  3323.  
  3324. >
  3325. > ....to view the image merely because Jim 
  3326. > rated it a "3", or gave it a name the 
  3327. > potential viewer finds peculiar without 
  3328. > even seeing the image which fostered it.
  3329.  
  3330. Actually, because I currently have about three years worth of Jim's FOTD
  3331. postings on my web site, one particular title has caused an extreme
  3332. amount of "hits" since it was made available: 
  3333.  
  3334.        http://home.att.net/~Paul.N.Lee/FotD/FotD_00-08-30.html
  3335.  
  3336. Sincerely,
  3337. P.N.L.
  3338. http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
  3339.  
  3340. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3341. Post Message:   fractint@lists.xmission.com
  3342. Get Commands:   majordomo@lists.xmission.com "help"
  3343. Administrator:  twegner@fractint.org
  3344. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3345.  
  3346.  
  3347. -------------------------------------------------------------------------------
  3348.  
  3349. From: JimMuth@aol.com
  3350. Subject: (fractint) FOTD  12-12-01  (Diamonds in the Rough [7])
  3351. Date: 12 Dec 2001 11:00:15 EST
  3352.  
  3353.  
  3354. FOTD -- December 12, 2001 (Rating 7)
  3355.  
  3356. Fractal visionaries and enthusiasts:
  3357.  
  3358. Naming the FOTD images is like taking one of those Rorschach 
  3359. ink blot tests that were once so faddish.  To find a name, I 
  3360. study the FOTD images, put my mind in idle (no problem), and 
  3361. write the first thing I think of.  The only difference between 
  3362. the FOTD images and ink blots is that the FOTD images are 
  3363. family-oriented, and contain none of the dirty pictures that the 
  3364. ink blots are filled with.
  3365.  
  3366. The ink blots are supposed to reveal not only a person's 
  3367. personality, but his intelligence and mood as well.  How well 
  3368. the tests work is open to dispute, since a knowledgeable taker 
  3369. can play games with the test-giver, and intentionally 'see' the 
  3370. things in the ink blots that will make him appear almost any way 
  3371. he wishes the giver to see him.
  3372.  
  3373. But still, the tests are fun, and when I name the FOTD, I do it 
  3374. in the spirit of taking one of those tests, revealing my humble 
  3375. nature, saintly personality, extreme intelligence, cosmic 
  3376. wisdom, and totally optimistic mood for all the world to see. ;-)
  3377.  
  3378. As for rating the images, this is also mostly for fun, and 
  3379. being totally subjective, actually has little real meaning.  I 
  3380. will continue rating the FOTD images according to my mood at the 
  3381. moment.  But at any time, I may decide to discontinue the 
  3382. ratings, which no two people agree on anyway.  In fact, I myself 
  3383. cannot agree with my own past ratings.
  3384.  
  3385. Going beyond the details of naming and rating, today's image is 
  3386. a pleasant little affair, well worth a look.  I named it 
  3387. "Diamonds in the Rough" when I noticed the four sharp-angled 
  3388. geometric features around the central midget, which bear a vague 
  3389. resemblance to crystals.  The rating of 7 reflects my current 
  3390. mood more than anything else.
  3391.  
  3392. The render time of 37 minutes is slightly more than the image is 
  3393. worth, but this shortcoming can be eliminated by downloading the 
  3394. completed image from:
  3395.  
  3396.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  3397.  
  3398. or from:
  3399.  
  3400.           <http://sdboyd.dyndns.org/~sdboyd/fotd/index.html>
  3401.  
  3402. The fractal weather today featured a cloudy damp morning, which 
  3403. gave way to a sunny mild afternoon with a temperature up to 55F 
  3404. 13C.  This was good enough for the fractal duo, who enjoyed the 
  3405. afternoon on the porch, watching for intruding cats and wishing 
  3406. a bit more sun would filter through the holly trees.
  3407.  
  3408. It's now time to settle down and get some work done.  Until 
  3409. tomorrow and the next FOTD, take care, and enjoy another day.
  3410.  
  3411.  
  3412. Jim Muth
  3413. jamth@mindspring.com
  3414.  
  3415.  
  3416. START 20.0 PAR-FORMULA FILE================================
  3417.  
  3418. DiamondsInTheRough { ; time=0:51:46.97--SF5 on a P200
  3419.   reset=2002 type=formula formulafile=allinone.frm
  3420.   formulaname=MandelbrotMix4 function=recip passes=b
  3421.   center-mag=+2.07502710059632100/-0.000386966632234\
  3422.   39/7344966/1/-125/1.68879299031199359e-007
  3423.   params=-10/-1.3/-1/-13/0/525 float=y
  3424.   maxiter=8400 inside=255 logmap=769
  3425.   colors=000A3HA4IA5JA6KA7LA8MA9NAAODBPGCRJDUMEWOFZR\
  3426.   GaUHcXIf_JhbKkdKnaOoZRpXUrUYtSavPexPhyUftZeocdkhdf\
  3427.   mcbrcYwcVzcRzcOzYPmTPcRSUQVOPYOO_PNbQMeRKhRJjSImTH\
  3428.   pUGsUFuVJqWNmXRiXVeYZaZbYZeU`dSadRbdQcdOedNfdMgdKh\
  3429.   dJjdIkdGldFmdEodCpdBqdArd9qcCqcFqcHpcKpcNpcPobSobU\
  3430.   obXnb_nbanbdnbfa_XQXNEVDGTEISFJQGLPHNOIOMJQLKRKKSK\
  3431.   KTKKUKKVKKWKKXKKYKKZKK_KI`JHaIGbHEbGDcFCcEBbHDbKFb\
  3432.   MHaPJaRLaUN`WO`ZQ``S_cU_eW_hY_jZXk`VlbTmcRnePofMoh\
  3433.   KpiIqkGrlEsnCsoGtlJtjMthPtfSucVuaYu_`uYcvVfvTivRlv\
  3434.   PojLqZHsNEuBAw07wAEwKKwUQwcWwmazzgzpgnigibgeXgaRgZ\
  3435.   UhWXhUZiRaiOdjMfjJikHkkIjiIjhJigJifJieKhdKhcLgbLga\
  3436.   Lg`Mf_MfZMfYLeVLeTKdRKdOJcMJcKIbHIbFHaDHaAG`8G`6G`\
  3437.   4MW4RR4WM4aI4fD4k84p44o8AoBGoEMnHSnLYnOcmRimUomXtY\
  3438.   beJcSKdOKeKLfHLgDMh9Mi6PjASkEVlIYmM`nQcoUfpYiqalre\
  3439.   msiotmquhsvcuwZwxUyyPzzKzzFzzAzz5zzBzzHzzNzzSzzYzz\
  3440.   czzizznzzmzzmzzmzzmzzT000
  3441.   }
  3442.  
  3443. frm:MandelbrotMix4 {; Jim Muth
  3444. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  3445. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  3446. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  3447. z=k*((a*(z^b))+(d*(z^f)))+c,
  3448. |z| < l
  3449. }
  3450.  
  3451. END 20.0 PAR-FORMULA FILE==================================
  3452.  
  3453. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3454. Post Message:   fractint@lists.xmission.com
  3455. Get Commands:   majordomo@lists.xmission.com "help"
  3456. Administrator:  twegner@fractint.org
  3457. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3458.  
  3459.  
  3460. -------------------------------------------------------------------------------
  3461.  
  3462. From: "Andrew Coppin" <orphi69@hotmail.com>
  3463. Subject: Re: (fractint) Re: Comments Re: FOTD 11-12-01 (Cosmic Lyres [5])
  3464. Date: 12 Dec 2001 16:31:38 +0000
  3465.  
  3466. >Actually, because I currently have about three years worth of Jim's FOTD
  3467. >postings on my web site, one particular title has caused an extreme
  3468. >amount of "hits" since it was made available:
  3469. >
  3470. >        http://home.att.net/~Paul.N.Lee/FotD/FotD_00-08-30.html
  3471. >
  3472. >Sincerely,
  3473. >P.N.L.
  3474.  
  3475. Mmm... yes... I will never know how that particular image got that 
  3476. particular name... The title seems to bear no relation to the image...
  3477.  
  3478. Oh well, it's not my problem - I just figure Jim needs to get out more often 
  3479. ;-)
  3480.  
  3481. (Only kidding Jim - keep up the good work!)
  3482.  
  3483. Thanks.
  3484. Andrew.
  3485.  
  3486.  
  3487. _________________________________________________________________
  3488. Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.
  3489.  
  3490.  
  3491. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3492. Post Message:   fractint@lists.xmission.com
  3493. Get Commands:   majordomo@lists.xmission.com "help"
  3494. Administrator:  twegner@fractint.org
  3495. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3496.  
  3497.  
  3498. -------------------------------------------------------------------------------
  3499.  
  3500. From: nick.grasso@hrads.com
  3501. Subject: Re: (fractint) Color Management
  3502. Date: 12 Dec 2001 19:13:06 -0500
  3503.  
  3504.  
  3505.  
  3506. Katherine wrote:
  3507.  
  3508. >>>I have generated all of these wonderful images.  The Problem is that I want
  3509. to be able to use hard copies of these images...suitable for framing (modesty
  3510. permitting).  Now, of course, I can print the things...BUT I want my printer to
  3511. spit out glorious copies of my glorious images (modesty issue, again)...not
  3512. copies suitable only for the bottom of a bird cage.<<<
  3513.  
  3514. I am not sure what you are asking for. Have you tried printing them and they
  3515. came out poorly? First of all, don't try to print through fractint. Save them as
  3516. GIFs and use a mainstream photo editting program to print, e.g., Paint Shop Pro.
  3517. What kind of printer do you have? Please give more details and we'll see to it
  3518. that you have glorious hard copy (or at least ones that your bird will
  3519. appreciate).
  3520.  
  3521. Nick
  3522.  
  3523.  
  3524.  
  3525. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3526. Post Message:   fractint@lists.xmission.com
  3527. Get Commands:   majordomo@lists.xmission.com "help"
  3528. Administrator:  twegner@fractint.org
  3529. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3530.  
  3531.  
  3532. -------------------------------------------------------------------------------
  3533.  
  3534. From: "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net>
  3535. Subject: Re: (fractint) Color Management
  3536. Date: 12 Dec 2001 18:26:00 -0600
  3537.  
  3538. Katherine wrote:
  3539. >
  3540. > In a nutshell....color management software????
  3541. >
  3542.  
  3543. Besides what Nick has mentioned and asked about, I would suggest
  3544. generating the image at twice the resolution of what you plan to print
  3545. at.  Another words, if you want to print something that is 12-in. by
  3546. 9-in. at 300-DPI, then render a 7200x5400 pixel image.  Then resize (or
  3547. resample) it down to 3600x2700 before using your graphics editor program
  3548. to print from.
  3549.  
  3550. For larger prints, you most likely will need to render to disk.
  3551.  
  3552. Sincerely,
  3553. P.N.L.
  3554. http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
  3555.  
  3556. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3557. Post Message:   fractint@lists.xmission.com
  3558. Get Commands:   majordomo@lists.xmission.com "help"
  3559. Administrator:  twegner@fractint.org
  3560. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3561.  
  3562.  
  3563. -------------------------------------------------------------------------------
  3564.  
  3565. From: "Multiple Bogeys" <neo_1061@hotmail.com>
  3566. Subject: (fractint) Attachments
  3567. Date: 12 Dec 2001 20:28:44 -0500
  3568.  
  3569. <html><div style='background-color:'><DIV>What's with someone posting a .scr attachment in here? It gave Hotmail/MSN Explorer fits trying to view the message or delete it. Besides, executable attachments are a bad idea -- I deleted it without running or even downloading it.</DIV></div><br clear=all><hr>Chat with friends online, try MSN Messenger: <a href='http://go.msn.com/bql/hmtag1_etl_EN.asp'>Click Here</a><br></html>
  3570.  
  3571. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3572. Post Message:   fractint@lists.xmission.com
  3573. Get Commands:   majordomo@lists.xmission.com "help"
  3574. Administrator:  twegner@fractint.org
  3575. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3576.  
  3577.  
  3578. -------------------------------------------------------------------------------
  3579.  
  3580. From: "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net>
  3581. Subject: Re: (fractint) Attachments
  3582. Date: 12 Dec 2001 19:53:39 -0600
  3583.  
  3584. Multiple Bogeys wrote:
  3585. >
  3586. > What's with someone posting a .scr 
  3587. > attachment in here?
  3588.  
  3589. It is actually a virus, and are you sure it came through the
  3590. FractInt-List??
  3591.  
  3592. I received a similar personal email yesterday from an individual that
  3593. was replying to a FractInt posting, but have not seen anything come
  3594. through the Majordomo email server.
  3595.  
  3596. Sincerely,
  3597. P.N.L.
  3598. http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
  3599.  
  3600. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3601. Post Message:   fractint@lists.xmission.com
  3602. Get Commands:   majordomo@lists.xmission.com "help"
  3603. Administrator:  twegner@fractint.org
  3604. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3605.  
  3606.  
  3607. -------------------------------------------------------------------------------
  3608.  
  3609. From: JimMuth@aol.com
  3610. Subject: (fractint) FOTD  13-12-01  (One in a Googol [7])
  3611. Date: 13 Dec 2001 10:49:21 EST
  3612.  
  3613.  
  3614. FOTD -- December 13, 2001 (Rating 7)
  3615.  
  3616. Fractal visionaries and enthusiasts:
  3617.  
  3618. The chance of any particular midget ever being found and 
  3619. becoming the FOTD is at best one in a googol.  It is more like 
  3620. one in a googolplex.  Yet despite the overwhelming odds against 
  3621. it, today's midget has reached the loftiest height to which a 
  3622. Mandelbrot midget can aspire.  It has become the FOTD for 
  3623. December 13.  I have named the image "One in a Googol" in 
  3624. recognition of the near-impossibility of this particular midget 
  3625. ever having been declared 'Fractal of the Day'.
  3626.  
  3627. I must point out however that nothing unusual or supernatural is 
  3628. involved in the occurrence of an event with such a slim chance 
  3629. of happening.  This is because of the immense number of similar 
  3630. and equally unlikely events that might have happened.
  3631.  
  3632. I must also comment on the 'politically-incorrect' FOTD of 
  3633. August 30, 2000, which once again has been mentioned.  Private 
  3634. responses to this disgustingly obscene image, which I received 
  3635. from several offended individuals, convinced me to keep the FOTD 
  3636. family oriented, and not mention certain objects that everyone 
  3637. already knows exist.
  3638.  
  3639. (I was told that I was corrupting the minds of the world's 
  3640. youth.  I replied that I doubted I had such power, and added 
  3641. that if the world's youth could be so easily corrupted, saving 
  3642. it from corruption was already a lost cause.)
  3643.  
  3644. I am unable to understand ;-) however, why an image which raised 
  3645. such protests has had such a high hit rate.  Maybe there's an 
  3646. already corrupted group that is not offended by this kind of 
  3647. stuff.  And as Andrew pointed out, there is little in the image 
  3648. to justify the name, which means that the offensive material can 
  3649. exist only in the mind of the beholder.  I guess it's kind of a 
  3650. quantum thing, with the observer creating the observed object.
  3651.  
  3652. Of course, the name and discussion, which were written by me and 
  3653. which led the way to the obscenity, had a lot to do with the 
  3654. whole sordid affair . . . . I guess . . . .  :-/
  3655.  
  3656. If I didn't already have a life, I'd go out and get one.  >:-D  
  3657.  
  3658. Returning finally to today's image, we find that it rates an 
  3659. above-average 7, which makes it worth the 20 minutes needed to 
  3660. run the parameter file.  Those who would rather avoid the small 
  3661. hassle of running the parameter file may download the completed 
  3662. GIF image from Paul's web site at:
  3663.  
  3664.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  3665.  
  3666. or from Scott's site at:
  3667.  
  3668.           <http://sdboyd.dyndns.org/~sdboyd/fotd/index.html>
  3669.  
  3670. The fractal weather today started sunny but turned cloudy before 
  3671. noon, spoiling the cats' planned afternoon in the outdoor sun.  
  3672. Without sun the temperature of 50F 10C was just a bit too chilly 
  3673. for maximum comfort.  I fear the fractal cats have become 
  3674. terribly, terribly spoiled by their easy life at Fractal Central.
  3675.  
  3676. It's now time for me to get busy on other things, so until next 
  3677. time, take maximum care, and be an optimistic pessimist.  It's 
  3678. better than being a pessimistic optimist.
  3679.  
  3680.  
  3681. Jim Muth
  3682. jamth@mindspring.com
  3683.  
  3684.  
  3685. START 20.0 PAR-FORMULA FILE================================
  3686.  
  3687. One_in_a_Googol    { ; time=0:20:27.53--SF5 on a P200
  3688.   reset=2002 type=formula formulafile=allinone.frm
  3689.   formulaname=MandelbrotMix4 function=recip passes=1
  3690.   center-mag=+1.74496964423013400/+0.715599540402516\
  3691.   60/911697.9/1/132.5/1.03316887684057335e-008
  3692.   params=-10/-1.3/-1/-13/0/525 float=y
  3693.   maxiter=5000 inside=0 logmap=306
  3694.   center-mag=+1.74496964423013400/+0.715599540402516\
  3695.   60/911697.9/1/132.499999999591125/1.37599577704206\
  3696.   055e-008 params=-10/-1.3/-1/-13/0/525 float=y
  3697.   maxiter=5000 inside=0 logmap=306 sound=off
  3698.   colors=0000zP0zV0zZ2zc5zi6zn8zt8zv9zxBzyCxyEzzGuzH\
  3699.   zzJrzKzzMuzOzzPwzSzzUyzVxzXvzZtx_txVtrSvjOqeKsZEqU\
  3700.   HoVJnXMnZOn_SpaUpcXpeZrgarictjetjixljynnzppzrtztvz\
  3701.   vyzxzzyzzzzzzzzzzzzzyzxvyrpxllvgitaerV_rPXpKUnGPlB\
  3702.   Kj6Hi2Eg0Bg0Ei2Hi5Ki6Oi9SiBViCZiGaiHeiKiiMjiPniSri\
  3703.   UviXyiZziaziczigziizinzljziizegzaezZczV_zUZzPXzMVz\
  3704.   JUzGPzEOzBMz8Kz5Jz2Gz0Ez0Cz0Bz09z08z0Cz0Hz0Mx0Sr0X\
  3705.   j0aX0gZ0lO0rK0sE0z90v00z00w00z00z06z0Cx4Jr5Pl8XgBc\
  3706.   aCjXGrSHyMKtHMnCPi8Sc4VZ0XV4_P6aK9cGCgBGi6Jl4Mn0Pr\
  3707.   0Ut0Xx0_y0cz0ax0_v0_t0Zp0Xn0Xl0Vi0Ug0Ue0Ua0j_0wZ0m\
  3708.   V0VU0SU0MS0GP09O05M00K00J00H00G00H00J00K50MB0OJ0PP\
  3709.   0PZ0Se0Un2Vv5Xz6Zz8Zz9VzBUzBSvCOlEMgEKaGHXHGUHEPJB\
  3710.   KJBHKCEME9MG6OH4PJ0PK0SM0UO0UP0VS0VU0XV0XX0XZ5Z_EZ\
  3711.   aOZcX_eg_graiz_jz_nxZntZppXrlXtjVvgVxcUy_VzXZzUazS\
  3712.   ezOizKlzHpzEtzBxz9zz6zz4zz0zz0zz0zz0zz0zz0zz0zz0zz\
  3713.   0zz0zzGzzGzzGzzBzzGzzKzzK
  3714.   }
  3715.  
  3716. frm:MandelbrotMix4 {; Jim Muth
  3717. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  3718. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  3719. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  3720. z=k*((a*(z^b))+(d*(z^f)))+c,
  3721. |z| < l
  3722. }
  3723.  
  3724. END 20.0 PAR-FORMULA FILE==================================
  3725.  
  3726. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3727. Post Message:   fractint@lists.xmission.com
  3728. Get Commands:   majordomo@lists.xmission.com "help"
  3729. Administrator:  twegner@fractint.org
  3730. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3731.  
  3732.  
  3733. -------------------------------------------------------------------------------
  3734.  
  3735. From: "Andrew Coppin" <orphi69@hotmail.com>
  3736. Subject: (fractint) MandelbrotBC is not the end...
  3737. Date: 14 Dec 2001 13:18:35 +0000
  3738.  
  3739. Hi folks.
  3740.  
  3741. It has (just) occurred to me that the MandelbrotBC formula we all know & 
  3742. love (?!) does NOT in fact draw the whole hyperdimensional Mandelbrot sets 
  3743. for noninteger powers of Z.
  3744.  
  3745. OK, stop. Reverse it. Forward.
  3746.  
  3747. the function Z^N is multivalued (and hence not truely a function!) if N is 
  3748. anything other than a (real) positive integer. The MandelbrotBC formula 
  3749. addresses this by allowing one to select which part of the so-called 
  3750. infinite corkscrew to be drawn.
  3751.  
  3752. Except that, while Z^N is an infinite corkscrew, as soon as you iterate it, 
  3753. it becomes something else!
  3754.  
  3755. Consider, for example, the Inverse Julia map: z := sqrt(z-c). This is 
  3756. multivalued; in fact, for every nonzero Z, there are TWO valid answers to 
  3757. this. BUT, if you apply this mapping TWICE, i.e. sqrt(sqrt(z-c)-c), there 
  3758. are now FOUR valid values. Apply the map again, and this becomes EIGHT valid 
  3759. answers, etc... In short, apply the mapping n times, and there are now 2^n 
  3760. equally valid answers availible.
  3761.  
  3762. This all happens because sqrt(z) has two solutions. However, Z^N has 
  3763. INFINITY solutions!! So, apply it twice, and there are now INFINITY SQUARED 
  3764. solutions!!! (Gasp!)
  3765.  
  3766. The orbit of a point in a normal mapping (that truely IS a function, i.e. 
  3767. single-valued) is a linear sequence. However, for sqrt(z-c), it is a binary 
  3768. tree - at each point there are two alternative paths, each leading 
  3769. (potentially) to a different outcome.
  3770.  
  3771. Now, the orbit of Z^N is a tree - a tree with INFINITY branches at each 
  3772. node. MandelbrotBC allows you to pick which branch it taken - but that same 
  3773. branch is taken at EVERY node. Thus, there is infinity upon infinity 
  3774. (infinity times over) branches that cannot ever be reached with the 
  3775. MandelbrotBC formula. And it looks like they ARE all different!
  3776.  
  3777. Anyone care to comment?
  3778.  
  3779. Thanks.
  3780. Andrew.
  3781.  
  3782. "Yes, not NOTHING can do *EVERYTHING*!"
  3783. "Wow! This 'nothing' stuff sounds great - WE SHOULD BE USING IT!!!"
  3784.  
  3785.  
  3786. _________________________________________________________________
  3787. Join the worldÆs largest e-mail service with MSN Hotmail. 
  3788. http://www.hotmail.com
  3789.  
  3790.  
  3791. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3792. Post Message:   fractint@lists.xmission.com
  3793. Get Commands:   majordomo@lists.xmission.com "help"
  3794. Administrator:  twegner@fractint.org
  3795. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3796.  
  3797.  
  3798. -------------------------------------------------------------------------------
  3799.  
  3800. From: Jim Muth <jamth@mindspring.com>
  3801. Subject: (fractint) FOTD  14-12-01  (Modes of Vibration [6])
  3802. Date: 14 Dec 2001 09:53:04 -0500 (EST)
  3803.  
  3804.  
  3805. FOTD -- December 14, 2001 (Rating 6)
  3806.  
  3807. Fractal visionaries and enthusiasts:
  3808.  
  3809. Today's fractal reminds me of a pattern formed by grains of sand 
  3810. dancing on a vibrating glass plate.  I named the image, which 
  3811. was created with the ubiquitous MandelbrotMix4 formula, "Modes 
  3812. of Vibration".  The parameters of the image were entered on a 
  3813. whim.  This should be no surprise, since most of the better FOTD 
  3814. images are whimsical things found by lucky accident.
  3815.  
  3816. The unusual appearance of the scene is a result of the <fmod> 
  3817. option that I used to render the outside of the image.  This 
  3818. under-used <fmod> option, along with the <tdis> and <iter> 
  3819. options, are the three outside options that I find most useful.
  3820.  
  3821. Don't panic when you see the color section of the parameter 
  3822. file.  The image uses only 34 of the 256 available colors, and 
  3823. the unused registers are all black.
  3824.  
  3825. Trying to rate the scene, I found myself undecided whether to 
  3826. give it a rating of a 5 or a 6.  I finally settled on a 6, 
  3827. deciding to be a bit easy on myself.
  3828.  
  3829. The render time of the parameter file is 4-1/2 minutes on my 
  3830. cranky but faithful machine with the newly-replaced drive, which 
  3831. I have dedicated to fractals.  Running the parameter file is an 
  3832. adequate way of viewing the image, but the optimal, though not 
  3833. quite as much fun, way of viewing it, is to let Paul and Scott 
  3834. do the hard work and download it from their web sites at:
  3835.  
  3836.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  3837.  
  3838. and at:
  3839.  
  3840.           <http://sdboyd.dyndns.org/~sdboyd/fotd/index.html>
  3841.  
  3842. With a temperature of 57F 19C, the fractal weather Thursday 
  3843. remained cloudy and tepid.  The fractal cats don't want tepid 
  3844. however.  They want warmth.  And when the cats don't get what 
  3845. they want, they become testy.  Luckily, I escaped their wrath by 
  3846. picking their favorite flavor of cat-food for their afternoon 
  3847. meal.  This was truly good luck, because knowing their favorite 
  3848. flavor is not as simple as it seems.  What they're in the mood 
  3849. for is never the same more than two days in a row.
  3850.  
  3851. I now find myself with work to do, so until next time, take 
  3852. care, and save the best for last.
  3853.  
  3854.  
  3855. Jim Muth
  3856. jamth@mindspring.com
  3857.  
  3858.  
  3859. START 20.0 PAR-FORMULA FILE================================
  3860.  
  3861. Modes_of_Vibration { ; time=0:04:35.51--SF5 on a P200
  3862.   reset=2002 type=formula formulafile=allinone.frm
  3863.   formulaname=MandelbrotMix4 function=recip passes=1
  3864.   center-mag=+2.72563459120140300/-1.058813939969673\
  3865.   00/11866.99/1/150/4.02353275696931689e-010
  3866.   params=-1/-11.1/-11/-1.11/0/525 float=y
  3867.   maxiter=1000 inside=0 proximity=5 outside=fmod
  3868.   colors=000t_zqZznYzkXzhWzeVzbUu_TpXSjURdRQ_OOTLLNI\
  3869.   IHFG9CE7FG7FJAGMDGPGIRJITMIVPKXSKZVL`XLbZNd`NfaNhb\
  3870.   OjcPldPle00000000000000000000000000000000000000000\
  3871.   00000000000000000000000000000000000000000000000000\
  3872.   00000000000000000000000000000000000000000000000000\
  3873.   00000000000000000000000000000000000000000000000000\
  3874.   00000000000000000000000000000000000000000000000000\
  3875.   00000000000000000000000000000000000000000000000000\
  3876.   00000000000000000000000000000000000000000000000000\
  3877.   00000000000000000000000000000000000000000000000000\
  3878.   00000000000000000000000000000000000000000000000000\
  3879.   00000000000000000000000000000000000000000000000000\
  3880.   00000000000000000000000000000000000000000000000000\
  3881.   00000000000000000000000000000000000000000000000000\
  3882.   00000000000000000000000000000000000000000000000000\
  3883.   0000000000000000000000000
  3884.   }
  3885.  
  3886. frm:MandelbrotMix4 {; Jim Muth
  3887. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  3888. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  3889. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  3890. z=k*((a*(z^b))+(d*(z^f)))+c,
  3891. |z| < l
  3892. }
  3893.  
  3894. END 20.0 PAR-FORMULA FILE==================================
  3895.  
  3896.  
  3897. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3898. Post Message:   fractint@lists.xmission.com
  3899. Get Commands:   majordomo@lists.xmission.com "help"
  3900. Administrator:  twegner@fractint.org
  3901. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3902.  
  3903.  
  3904. -------------------------------------------------------------------------------
  3905.  
  3906. From: JimMuth@aol.com
  3907. Subject: Re: (fractint) MandelbrotBC is not the end...
  3908. Date: 14 Dec 2001 10:31:54 EST
  3909.  
  3910. Andrew Coppin wrote:
  3911.  
  3912.                            <snipped>
  3913. >Now, the orbit of Z^N is a tree - a tree with INFINITY branches at each 
  3914. >node. MandelbrotBC allows you to pick which branch it taken - but that 
  3915. >same branch is taken at EVERY node. Thus, there is infinity upon infinity 
  3916. >(infinity times over) branches that cannot ever be reached with the 
  3917. >MandelbrotBC formula. And it looks like they ARE all different!
  3918.  
  3919. I'll not quibble with infinity.  Infinity is infinite.  It would take 
  3920. eternity to 
  3921. explore even the lowest infinity, and even then, one would be just 
  3922. starting.  Also, even though the branches may be infinitely infinite, 
  3923. there is a certain sameness to even the branches that the 
  3924. MandelbrotBC1 formula *does* reach, that leads me to feel that more 
  3925. of the same sameness is to be found in the un-reachable branches.  
  3926. The non-integer fractals might be infinitely infinite, but are they 
  3927. infinitely varied?
  3928.  
  3929. Jim M.
  3930.  
  3931. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3932. Post Message:   fractint@lists.xmission.com
  3933. Get Commands:   majordomo@lists.xmission.com "help"
  3934. Administrator:  twegner@fractint.org
  3935. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3936.  
  3937.  
  3938. -------------------------------------------------------------------------------
  3939.  
  3940. From: JimMuth@aol.com
  3941. Subject: (fractint) FOTD  15-12-01  (Galactic Black Hole [6])
  3942. Date: 15 Dec 2001 10:23:00 EST
  3943.  
  3944.  
  3945. FOTD -- December 15, 2001 (Rating 6)
  3946.  
  3947. Fractal visionaries and enthusiasts:
  3948.  
  3949. Today's image so closely resembles a galaxy that I named it 
  3950. "Galactic Black Hole".  Current astronomical thinking is that 
  3951. massive black holes exist at the centers of most large galaxies. 
  3952. It is uncertain whether these black holes are involved in the 
  3953. formation of the galaxy or appear later as a result of the 
  3954. collapse of a large number of closely-packed stars in the 
  3955. galaxy's center.
  3956.  
  3957. An even greater question is where the matter and information 
  3958. goes when it is swallowed up by a black hole and no longer 
  3959. exists in this universe.  At first glance, it would appear that 
  3960. conservation laws are being violated, though several ways around 
  3961. this dilemma have been worked out.  My own opinion is that such 
  3962. questions are of little relevance to a fractal image.  All that 
  3963. need be said is that today's subtly colored image resembles an 
  3964. older photograph of a spiral galaxy, one taken before they 
  3965. started revving up the colors.
  3966.  
  3967. The MandelbrotBC1 formula lies behind the fractal galaxy, which 
  3968. is only appropriate, since the formula draws near infinite 
  3969. slices and space is near infinite.  In fact, the latest thinking 
  3970. is that space has strong negative curvature, and therefore, like 
  3971. the branch cuts in fractional-exponent fractals, is more 
  3972. infinite than infinite.
  3973.  
  3974. The rating of 6 is far less than infinite however.  The render 
  3975. time of 11-1/2 minutes is a bit slow, but still acceptable.  The 
  3976. download of the GIF image file is the most efficient and 
  3977. convenient way to see the image, though when the image is 
  3978. obtained this way, the fun of watching the fractal stars appear 
  3979. one after the other is missed.  The download is available at:
  3980.  
  3981.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  3982.  
  3983. and at:
  3984.  
  3985.           <http://sdboyd.dyndns.org/~sdboyd/fotd/index.html>
  3986.  
  3987. The fractal weather Friday here at Fractal Central was damp and 
  3988. foggy but mild.  The temperature of 61F 16C was warm enough, but 
  3989. the wetness kept the cats housebound.  They displayed their 
  3990. irritation by getting into a hassle over the best resting spot.  
  3991. Tippy won the fight.
  3992.  
  3993. I'm now about ready to start trying to relax for the rest of the 
  3994. day.  I know I won't succeed, but it will be fun to see how far 
  3995. I can get.  Until next time, which will arrive in 24 hours, take 
  3996. care, and watch for wandering fractals.
  3997.  
  3998.  
  3999. Jim Muth
  4000. jamth@mindspring.com
  4001.  
  4002.  
  4003. START 20.0 PAR-FORMULA FILE================================
  4004.  
  4005. Galactic_BlackHole { ; time=0:09:53.74--SF5 on a P200
  4006.   reset=2002 type=formula formulafile=allinone.frm
  4007.   formulaname=MandelbrotBC1 function=floor passes=1
  4008.   center-mag=+0.09144967526444459/+0.448034057458217\
  4009.   10/9.454119e+008/1/77.5/9.17393089480689206e-008
  4010.   params=1.72/0/-2/0 float=y maxiter=3600 inside=0
  4011.   logmap=294 colors=00000500500500500500500500500500\
  4012.   50050050050050050050050050050050050050050050050060\
  4013.   0600700700800800900911A11A22B22B33C33C44D44D55E55E\
  4014.   66F66F77G77G88H88H99I99IAAJAAJBBKBBKCCLCCLDDMDDMEE\
  4015.   NEENFFOFFOGGPGGPHHQHHQIIRIIRJJSJJSKKTKKTLLULLUMMVM\
  4016.   MVNNWNNWOOXOOXPPYPPYQQZQQZRR_RR_RR_SS`SS`TTaTTaUUb\
  4017.   UUbVVcVVcWWdWWdXXeXXeYYfYYfZZgZZg__h__h``i``iaajaa\
  4018.   jbbkbbkcclcclddmddmeeneenffoffoggpggphhqhhqiiriirj\
  4019.   jsjjskktkktllullummvmmvnnwnnwooxooxppyppyqqzqqzrrz\
  4020.   rrzsszsszttzttzuuzuuzvvzuuzttzttzsszsszrrzrrzqqzqq\
  4021.   zppyppyooxooxnnwnnwmmvmmvllullukktkktjjsjjsiiriirh\
  4022.   hqhhqggpggpffoffoeeneenddmddmcclcclbbkbblaalaan``m\
  4023.   ``n__n`_oaZobZpc_pd_qe_qf_rgarhcsiesjgtkitliumivnk\
  4024.   womxpoyqqzrrzsszttzuuzvvzvvzvvzvvzvvzvvzvvzvvzvvzv\
  4025.   vzvvzvvzvvzvvzvvzvvzvvzvvzvvzvvzvvzvvzvvzvvzvvzvvz\
  4026.   vvzvvzvvzvvzvvzvvzvvzvvzvvzvvzvvzvvz
  4027.   }
  4028.  
  4029. frm:MandelbrotBC1   { ; by several Fractint users
  4030.   e=p1, a=imag(p2)+100
  4031.   p=real(p2)+PI
  4032.   q=2*PI*fn1(p/(2*PI))
  4033.   r=real(p2)-q
  4034.   Z=C=Pixel:
  4035.     Z=log(Z)
  4036.     IF(imag(Z)>r)
  4037.       Z=Z+flip(2*PI)
  4038.     ENDIF
  4039.     Z=exp(e*(Z+flip(q)))+C
  4040.   |Z|<a
  4041. }
  4042.  
  4043. END 20.0 PAR-FORMULA FILE==================================
  4044.  
  4045. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4046. Post Message:   fractint@lists.xmission.com
  4047. Get Commands:   majordomo@lists.xmission.com "help"
  4048. Administrator:  twegner@fractint.org
  4049. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4050.  
  4051.  
  4052. -------------------------------------------------------------------------------
  4053.  
  4054. From: Ken MacLean <kmaclean@ic.net>
  4055. Subject: (fractint) Query
  4056. Date: 15 Dec 2001 13:31:05 -0500
  4057.  
  4058. OK all of you math whizzes out there:
  4059. I wrote a mandelbrot generator and was working on a derivation for
  4060. raising a complex base to a complex exponent. I need for someone to tell
  4061. me if there is a problem with it. It seems to work when I check it on my
  4062. calculator, but I may have made some incorrect assumptions:
  4063.  
  4064. say I want to raise a complex#  z to a complex power (a+bi):
  4065.  
  4066. Let z = (x + iy). Then I wrote  z = (x + iy) = e^ln(x + iy).
  4067. z^(a + bi) = [e^ln(x + iy)]^(a + bi)
  4068. ln(z^(a + bi)) = (a + bi) * [ln(e^ln(x + iy))] = (a + bi) * ln(x + iy)
  4069. z^(a + bi) = e^[(a + bi) * ln(x + iy)]
  4070.  
  4071. Is this right?
  4072.  
  4073. Kenneth MacLean
  4074.  
  4075.  
  4076. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4077. Post Message:   fractint@lists.xmission.com
  4078. Get Commands:   majordomo@lists.xmission.com "help"
  4079. Administrator:  twegner@fractint.org
  4080. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4081.  
  4082.  
  4083. -------------------------------------------------------------------------------
  4084.  
  4085. From: "Andrew Coppin" <orphi69@hotmail.com>
  4086. Subject: Re: (fractint) Query
  4087. Date: 15 Dec 2001 21:31:51 +0000
  4088.  
  4089. >From: Ken MacLean <kmaclean@ic.net>
  4090. >Reply-To: fractint@lists.xmission.com
  4091. >To: fractint@lists.xmission.com
  4092. >Subject: (fractint) Query
  4093. >Date: Sat, 15 Dec 2001 13:31:05 -0500
  4094. >
  4095. >OK all of you math whizzes out there:
  4096. >I wrote a mandelbrot generator and was working on a derivation for
  4097. >raising a complex base to a complex exponent. I need for someone to tell
  4098. >me if there is a problem with it. It seems to work when I check it on my
  4099. >calculator, but I may have made some incorrect assumptions:
  4100. >
  4101. >say I want to raise a complex#  z to a complex power (a+bi):
  4102. >
  4103. >Let z = (x + iy). Then I wrote  z = (x + iy) = e^ln(x + iy).
  4104. >z^(a + bi) = [e^ln(x + iy)]^(a + bi)
  4105. >ln(z^(a + bi)) = (a + bi) * [ln(e^ln(x + iy))] = (a + bi) * ln(x + iy)
  4106. >z^(a + bi) = e^[(a + bi) * ln(x + iy)]
  4107. >
  4108. >Is this right?
  4109. >
  4110. >Kenneth MacLean
  4111.  
  4112. So... you're saying that (x+yi)^(a+bi) = e^[(a+b) * ln(x+yi)]? Well, since 
  4113. that's mearly an extension of the rule for real numbers that x^a = e^[a * ln 
  4114. x] then yes, you're right.
  4115.  
  4116. Now, if you're gonna get a computer to do this, you need to work out how to 
  4117. compute ln and exp with complex-valued variabled.
  4118.  
  4119. In case you don't already know, the formulas are
  4120.   exp (x+yi) = (exp x) * (cos y + i sin y)  [y in RADIANS!]
  4121.   ln z = Mag(Z) + Arg(z)*i [argument in RADIANS!]
  4122. These are also shown in the FractInt online help (under "Trig Identities" 
  4123. IIRC)
  4124.  
  4125. HTH. If not, email me back!
  4126. Thanks.
  4127. Andrew.
  4128.  
  4129.  
  4130. _________________________________________________________________
  4131. Send and receive Hotmail on your mobile device: http://mobile.msn.com
  4132.  
  4133.  
  4134. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4135. Post Message:   fractint@lists.xmission.com
  4136. Get Commands:   majordomo@lists.xmission.com "help"
  4137. Administrator:  twegner@fractint.org
  4138. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4139.  
  4140.  
  4141. -------------------------------------------------------------------------------
  4142.  
  4143. From: "Tony Parker" <tgparker@worldnet.att.net>
  4144. Subject: (fractint) Fractal Printing Offer Extended Indefinitely to Members of Fractint & Ultrafractal Mailing List.
  4145. Date: 15 Dec 2001 18:08:12 -0500
  4146.  
  4147. Tony Parker
  4148. 4, Old Forge Road, Suite 3
  4149. Woodstock, NY 12498
  4150. Tel. (845)679-4990
  4151. Fax.(845)679-7122
  4152. E-mail via ISP: tgparker@worldnet.att.net
  4153.  
  4154. A number of Franctint and Ultrafractal Mailing List members have asked me to
  4155. extend my fractal printing offer. I've now printed enough of these files
  4156. successfully to the satisfaction of the Artists, that I can continue this
  4157. offer indefinitely in the total confidence that I can consistantly "deliver"
  4158. quality work in a timely manner.
  4159.  
  4160. My special "All in Price" is $50.00 USD. The price includes the print, the
  4161. mailer, postage via Confirmed/Insured USPS Priority, and  tax (wherever
  4162. necessary). I have done substantial comparison shopping on the InterNet
  4163. amongst a large sampling of the Service bureaus and their prices were
  4164. staggering! The spread was between $89.00 USD and over $100.00!
  4165.  
  4166. I also checked the prices at my local Artist's Supply Store & Service
  4167. Bureau. They charged a base price of $60.00, but then UV ink was $$$ extra,
  4168. Photgraphic Paper was $$$ extra, UV Spray Coating $$$ Extra! etc.....etc...
  4169.  
  4170. Please make sure that you include your full contact information in your
  4171. e-mail reply to me. Please include your full Postal Street Address (not P.O.
  4172. Box number please), and Telephone Number.
  4173.  
  4174. Should you decide to have me print up your fractal images, please follow my
  4175. image uploading directions exactly.
  4176.  
  4177. As previously mentioned I shall be using my HP DesignJet 3500CP Large Format
  4178. Printer, HP UV Inks, and Rexam Magic MUG-7 7 Mil/170 Gram High Gloss Resin
  4179. Coated Photobase Paper. I will then spray  the print with Krylon Clear
  4180. Acrylic Spray Paint to seal and protect the print. I have ordered some
  4181. sample "Archival" quality UV oversprays, and I'll be using that on the
  4182. prints as soon as it arrives.
  4183.  
  4184. I am definitely considering special projects like printing even larger size
  4185. posters, and printing on other media like Canvas, Silk, and Clear Film for
  4186. later. I have ordered some sample rolls of canvas and silk to try out, so if
  4187. anybody is interested in trying their art out on some exotic media, please
  4188. let me know.
  4189.  
  4190. Here is "The Offer":
  4191.  
  4192. 1.) I will print a "poster size"  print approximately 36" x 30" (net image
  4193. size may vary slightly from image to image to allow a 1" to 2" border around
  4194. the net print area.) from your digital image which must be uploaded as an
  4195. attached file via e-mail to my secured site at:
  4196.  
  4197. tgparker_nyc@mailnewyork.com
  4198.  
  4199. IMPORTANT NOTICE
  4200. (You must insert the word "fractal" in the subject line otherwise my
  4201. server's Spambots will delete your file.)
  4202.  
  4203. This is not my "home" email address. Please do not try to communicate with
  4204. me via this address. Please send all "regular" e-mail to:
  4205. tgparker@worldnet.att.net
  4206.  
  4207. Also, please do not upload files directly to my tgparker@worldnet.att.net
  4208. address.
  4209.  
  4210. Someboady sent a virus infected file directly to my "home" e-mail address,
  4211. and it destroyed my PC. It has taken me weeks to rebuild my main PC.
  4212. Luckily, the PC I use to print the Fractal Images was not affected.
  4213.  
  4214. 2.) Inspection. I will inspect your image file and contact you via e-mail as
  4215. to it's suitability for enlargement via e-mail within 24 hours of receipt of
  4216. the file.
  4217.  
  4218. 3.) Image Quality. I strongly suggest you make the appropriate adjustments
  4219. to your software and operating systems to guarantee the densest and sharpest
  4220. image possible. No format less than 1024 x 768 should be submitted. It's
  4221. been generally accepted that a pixel density of 1280 x 1024 will achieve an
  4222. optimal result and should ensure a nice sharp image enlargement to approx
  4223. 36" x" 30.
  4224.  
  4225. This really a matter of personal taste. Some members of the "fractint" and
  4226. "ultrafractal" mailing lists prefer using much denser, larger files. In
  4227. general I agree that the larger and denser your original image file, the
  4228. better quality print will be achieved. The problem is that moving 100-300
  4229. Meg files electronically is tough unless you have either a Cable
  4230. (Roadrunner), DSL, ISDN, T1, or T3 InterNet Service.
  4231.  
  4232. I've received several opinions from "fractalists" as to the best filesize
  4233. and density. In my experience, the larger the file and the larger the pixel
  4234. density, the more detail and the sharper the enlargement. Some folks have
  4235. sent me 7200x5400 pixel and larger sized files which are more than 100 Meg!
  4236.  
  4237. I've even received a 300+ Meg file on CD-Roms and 100+ Meg files on the 100
  4238. Meg &250 Meg Zip disks, and the results were as near perfect as perfect can
  4239. get.
  4240.  
  4241. Files that big have to be sent "snail-mail" or Fedex. Unless you have
  4242. Roadrunner or a T3 ISP service, it just isn't practical to send large files
  4243. like that electronically.
  4244.  
  4245. Whatever filesize and pixel density you send me, I will use my little bag of
  4246. tricks to bring out the details as best as I can, but please remember,
  4247. "Garbage in gets Garbage out". A good rule of thumb is that "most" nice,
  4248. clear, healthy, image files larger than 1 Meg up wiill yield good
  4249. enlargement results up to 30" x 36".
  4250.  
  4251. 4.) Color Accuracy and rendition. I will endeavor to give you the best color
  4252. rendition of your fractal image that I possibly can. Please be aware that my
  4253. video card and monitor and printer does not interperet and print color the
  4254. same way as your video card, monitor, and printer do, so there will be
  4255. variations. Due to the limitations, and purposes of this project, exact
  4256. color matching is not viable due to these variables an therefore not an
  4257. ironclad guarantee of my work. Only physical samples submitted via "hard
  4258. copy" can provide the basis of any kind of exact color matching. There are
  4259. digital methods of color matching, but they are beyond the means and
  4260. capabilities of most members of the "ultrafractal" and "fractint" mailing
  4261. lists.
  4262.  
  4263. 5.) Security and copyright. I work for you. All your images will be
  4264. considered as your property and as copyright material, and all your rights
  4265. and priveleges under US law will be observed and protected by me. Once I
  4266. have completed a print job for you, I will delete all files, and destroy all
  4267. test strips, and proofs. I will not make any un-authorised copies of your
  4268. original work. I will only print as many copies as you order me to print for
  4269. you. I work alone in my apartment. No one has access to my computers and
  4270. servers other than myself.
  4271.  
  4272. 6.) Turn Around. I work as a computer technician in and around Woodstock. I
  4273. am a kind of country doctor for the PC users in my area so I often don't get
  4274. home until after 6:00 PM. I will endeavor to respond to all orders &
  4275. enquiries within 24 hours. Upon payment I will endeavor to complete and ship
  4276. all orders within 48-72 hours. You can call me via telephone and leave
  4277. messages on my voice-mail. Let the phone ring at least 6 times and the
  4278. voice-mail will answer the phone.
  4279.  
  4280. 7.) Price & Payment. The all inclusive price is $50.00. This price includes
  4281. printing, packaging, USPS Priority Confirmed Delivery & Insurance to
  4282. anywhere in the continental USA. Fractalists in Alaska, Hawaii, Canada,
  4283. Mexico, and the rest of the world will have to pay for the extra postage. If
  4284. you want overnight delivery, then Fedex overnight service is available at an
  4285. extra cost.
  4286.  
  4287. 8.) Terms. Upon my notifying you of the suitability of your fractal image
  4288. for printing, please send me payment via PayPal or Money order, Please do
  4289. not send me any regular, business, or personal checks. If you send me a
  4290. check I will wait the 2-3 weeks until the check has been irrevocably cleared
  4291. and posted to my account before I begin printing.
  4292.  
  4293. I like PayPal. It is easy, fast and reliable. Current PayPal users please
  4294. post the $50.00 to my email adderess at: tgparker@worldnet.att.net
  4295.  
  4296. New users to PayPal simply login to the following URL with your Web Browser:
  4297.  
  4298. https://www.paypal.com/refer/pal=tgparker%40worldnet.att.net
  4299.  
  4300. 9.) Guarantee & Returns. I will guarantee that my work shall be performed on
  4301. a "best effort" basis, & shall be free from any manufacturing or printing
  4302. defects. Color matching is not a basis for a return or refund. If you are
  4303. not satisfied with the print I will redo the print for free subject to your
  4304. written "hard copy" complaints, comments, and instructions accompanied by
  4305. the original print in question sent back to me at your own expense. There
  4306. will be no cash refunds. You will be charged for the additional postage. All
  4307. complaints must be communicated to me within 7 days of receiving the print
  4308. from me. Any physical damage, modifications, or changes to the print will
  4309. void any waranty obligations.
  4310.  
  4311. I hope that his covers just about everything and has placed it all on a
  4312. sensible business footing. I want you all to know that I look forward to
  4313. serving you in this way with a sense of excitement and pleasure, and I am
  4314. confident that I will give you the best possible print that can be extracted
  4315. from your Fractal Image.
  4316.  
  4317. All the best, and thank you again for thinking about me.
  4318.  
  4319. Tony Parker
  4320.  
  4321.  
  4322.  
  4323.  
  4324. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4325. Post Message:   fractint@lists.xmission.com
  4326. Get Commands:   majordomo@lists.xmission.com "help"
  4327. Administrator:  twegner@fractint.org
  4328. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4329.  
  4330.  
  4331. -------------------------------------------------------------------------------
  4332.  
  4333. From: Ken MacLean <kmaclean@ic.net>
  4334. Subject: Re: (fractint) Query
  4335. Date: 15 Dec 2001 23:03:37 -0500
  4336.  
  4337. Andrew -- That did help thanks. If there is already a fractint trig identities
  4338. page I sure as hell don't want to re-invent the wheel! I will look for an
  4339. equation in there for taking a complex base to a complex power.
  4340. -- Ken
  4341.  
  4342. Andrew Coppin wrote:
  4343.  
  4344. > >From: Ken MacLean <kmaclean@ic.net>
  4345. > >Reply-To: fractint@lists.xmission.com
  4346. > >To: fractint@lists.xmission.com
  4347. > >Subject: (fractint) Query
  4348. > >Date: Sat, 15 Dec 2001 13:31:05 -0500
  4349. > >
  4350. > >OK all of you math whizzes out there:
  4351. > >I wrote a mandelbrot generator and was working on a derivation for
  4352. > >raising a complex base to a complex exponent. I need for someone to tell
  4353. > >me if there is a problem with it. It seems to work when I check it on my
  4354. > >calculator, but I may have made some incorrect assumptions:
  4355. > >
  4356. > >say I want to raise a complex#  z to a complex power (a+bi):
  4357. > >
  4358. > >Let z = (x + iy). Then I wrote  z = (x + iy) = e^ln(x + iy).
  4359. > >z^(a + bi) = [e^ln(x + iy)]^(a + bi)
  4360. > >ln(z^(a + bi)) = (a + bi) * [ln(e^ln(x + iy))] = (a + bi) * ln(x + iy)
  4361. > >z^(a + bi) = e^[(a + bi) * ln(x + iy)]
  4362. > >
  4363. > >Is this right?
  4364. > >
  4365. > >Kenneth MacLean
  4366. >
  4367. > So... you're saying that (x+yi)^(a+bi) = e^[(a+b) * ln(x+yi)]? Well, since
  4368. > that's mearly an extension of the rule for real numbers that x^a = e^[a * ln
  4369. > x] then yes, you're right.
  4370. >
  4371. > Now, if you're gonna get a computer to do this, you need to work out how to
  4372. > compute ln and exp with complex-valued variabled.
  4373. >
  4374. > In case you don't already know, the formulas are
  4375. >   exp (x+yi) = (exp x) * (cos y + i sin y)  [y in RADIANS!]
  4376. >   ln z = Mag(Z) + Arg(z)*i [argument in RADIANS!]
  4377. > These are also shown in the FractInt online help (under "Trig Identities"
  4378. > IIRC)
  4379. >
  4380. > HTH. If not, email me back!
  4381. > Thanks.
  4382. > Andrew.
  4383. >
  4384. > _________________________________________________________________
  4385. > Send and receive Hotmail on your mobile device: http://mobile.msn.com
  4386. >
  4387. > --------------------------------------------------------------
  4388. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  4389. > Post Message:   fractint@lists.xmission.com
  4390. > Get Commands:   majordomo@lists.xmission.com "help"
  4391. > Administrator:  twegner@fractint.org
  4392. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4393.  
  4394.  
  4395. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4396. Post Message:   fractint@lists.xmission.com
  4397. Get Commands:   majordomo@lists.xmission.com "help"
  4398. Administrator:  twegner@fractint.org
  4399. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4400.  
  4401.  
  4402. -------------------------------------------------------------------------------
  4403.  
  4404. From: Jim Muth <jamth@mindspring.com>
  4405. Subject: (fractint) FOTD  16-12-01  (Typical Sub-midget [6])
  4406. Date: 16 Dec 2001 10:28:07 -0500 (EST)
  4407.  
  4408.  
  4409. FOTD -- December 16, 2001 (Rating 6)
  4410.  
  4411. Fractal visionaries and enthusiasts:
  4412.  
  4413. Today's image is that of a midget that lies on the grossly 
  4414. extended and distorted stem of a larger midget that lies on one 
  4415. of the lightning-like filaments extending northward from one of 
  4416. the Z^(1.23)+C Mandeloids.  (There are an infinity of such 
  4417. Mandeloids.)
  4418.  
  4419. I named the image "Typical Sub-midget" to point out that 
  4420. low-order midgets such as today's all start to look the same 
  4421. after a while, featuring converging branch cuts and long broken 
  4422. filaments.  This sameness runs throughout the world of fractals.
  4423.  
  4424. Back in the early days, when the only fractal available in the 
  4425. program I used was the Z^2+C Mandelbrot set, I wondered how much 
  4426. richer the higher-order fractals must be.  If Z^2 produced such 
  4427. wonders, how much more wonderful must the Z^100 or Z^1000000 
  4428. fractals be?  But when I finally found a program that let me 
  4429. examine these fractals, I suffered a fractal let-down.  I 
  4430. discovered that as the exponent grows larger, the fractal does 
  4431. not grow richer, it grows boring because it all starts to look 
  4432. the same.
  4433.  
  4434. My next hope was that the lower-order fractals between 1 and 2 
  4435. would hold the extra richness I sought.  When Fractint finally 
  4436. added the ability to draw the fractals with fractional 
  4437. exponents, I got my chance to see what was down there.  Here, I 
  4438. was less disappointed.  There are some interesting scenes to be 
  4439. found in these realms, but once again, the farther from Z^2 I 
  4440. ventured, the less interesting the fractals became.  I needed to 
  4441. prove to myself that the Z^2 of the Mandelbrot set is truly the 
  4442. apex of exponents.
  4443.  
  4444. The same thing happened when I found the MandelbrotMix4 formula. 
  4445. This formula does actually draw images that have features not 
  4446. found in the M-set, and has become my most-often-used formula.  
  4447. But once again, I became ambitious.  If combining two powers of 
  4448. Z draws such a varied collection of fractals, how much more 
  4449. varied would the fractals be when 6, 12, or 24 powers of Z are 
  4450. combined, I wondered.  I wrote several formulas that did just 
  4451. this, but I used the formulas very little, because all the 
  4452. fractals started to look the same, and were not worth the time 
  4453. required to do the exploring.  In the world of fractals, as in 
  4454. this world, simplicity is often the best solution.
  4455.  
  4456. Individual fractals are infinitely varied, but they are 
  4457. infinitely varied within limits.  The secret is to explore near 
  4458. those limits.
  4459.  
  4460. The rating of 6 is based on the intentionally strong colors I 
  4461. gave the scene.  Without the coloring, the underlying image 
  4462. would be worth only a 5 or so.
  4463.  
  4464. The render time of today's fiery image is a modest 10-1/2 
  4465. minutes on my overworked and under-powered Pentium 200mhz 
  4466. machine.  If this is too slow, the completed GIF image may be 
  4467. found posted to Paul's web site at:
  4468.  
  4469.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  4470.  
  4471. and Scott's site at:
  4472.  
  4473.           <http://sdboyd.dyndns.org/~sdboyd/fotd/index.html>
  4474.  
  4475. The fractal weather Saturday turned out sunny enough, but the 
  4476. fractal cats still complained about the brisk breeze and 
  4477. temperature of 55F 13C, which chilled their ears when they 
  4478. ventured outdoors.
  4479.  
  4480. Having had little success at taking it easy yesterday, I'm ready 
  4481. to try again today.  Tomorrow, as always, I'll return with 
  4482. another fractal.  Until then, take care, and give every fractal 
  4483. a fair chance.
  4484.  
  4485.  
  4486. Jim Muth
  4487. jamth@mindspring.com
  4488.  
  4489.  
  4490. START 20.0 PAR-FORMULA FILE================================
  4491.  
  4492. Typical_Sub-midget { ; time=0:10:36.36--SF5 on a P200
  4493.   reset=2002 type=formula formulafile=allinone.frm
  4494.   formulaname=MandelbrotBC1 function=floor passes=1
  4495.   center-mag=-0.80131730206810180/+3.261171920365556\
  4496.   00/2.549835e+007/1/67.5/9.95332073081001134e-008
  4497.   params=1.23/0/0/0 float=y maxiter=125000 inside=0
  4498.   logmap=247 colors=000J00K00L00M00N00O00P00Q00R00S0\
  4499.   0T00U00V00W00X00Y00Z00_00`00a00b20c30d43e53e63f73f\
  4500.   83g93gA3gB3hC3hD3iE3iF3jG3jH3jI3kJ3kK3lL3lM3lN3mO3\
  4501.   mP3nQ3nR3oS3oT3oU3pV3pW3qX3qY3rZ1qY3pY5pX7oX9oXBnW\
  4502.   DmWEmWGlVIlVKkVMjUOjUQiURiTThTVgTXgSZfS`bI_dN`fSah\
  4503.   Wbj`cledaxygpnmidsfQrdTrbVr`XrZZrY`rWbrUerSgrRirPk\
  4504.   rNmrLowLwrKqnJkjIefI_bHUZGOVGJSKMQOOOSRMWTK_VHcYFg\
  4505.   _DkbBodAvi9tg9sf8re8qd8pc7oa7n`6m_6kZ6jY5iW5hV5gU4\
  4506.   fT4eS3dQ3cP3aO2`N2_M1ZK1YJ1XI0WH0VG0UF1WI1XK1YM1ZO\
  4507.   2_R2`T2bV2cX3d_3ea3fc3ge8dfDafIZfNWfSTfXRgaOgfLgkI\
  4508.   gpFgvCitDgrDfqDdoDcnDalD`jDZiDYgDXfDVdDUbDSaDR_DPZ\
  4509.   DOXDNVDLUDKSDIRDHPDFNDEMDCKDBJDAHD8FD7ED5CD4BD29D1\
  4510.   9D09D08D0EF3KG5QI7VJA`LCfMEnMDlNFkNGjNIiNJhNKgNMfO\
  4511.   NeOOdOQcORbOTaOU`PV_PXZPYYPZXP`WPaWRaVPbVOcVMdVLeV\
  4512.   JfVIgVGhVFiVDjVCkVAlT5nV9mXClZFl`IkaMjcPjeSigVhhWh\
  4513.   iXhjMckNbkNbkNbkNbc3Wh2_f3Yd3Xb4W`4V
  4514.   }
  4515.  
  4516. frm:MandelbrotBC1   { ; by several Fractint users
  4517.   e=p1, a=imag(p2)+100
  4518.   p=real(p2)+PI
  4519.   q=2*PI*fn1(p/(2*PI))
  4520.   r=real(p2)-q
  4521.   Z=C=Pixel:
  4522.     Z=log(Z)
  4523.     IF(imag(Z)>r)
  4524.       Z=Z+flip(2*PI)
  4525.     ENDIF
  4526.     Z=exp(e*(Z+flip(q)))+C
  4527.   |Z|<a
  4528. }
  4529.  
  4530. END 20.0 PAR-FORMULA FILE==================================
  4531.  
  4532.  
  4533. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4534. Post Message:   fractint@lists.xmission.com
  4535. Get Commands:   majordomo@lists.xmission.com "help"
  4536. Administrator:  twegner@fractint.org
  4537. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4538.  
  4539.  
  4540. -------------------------------------------------------------------------------
  4541.  
  4542. From: Tim Wegner <twegner@swbell.net>
  4543. Subject: (fractint) Migration of list to mailman
  4544. Date: 16 Dec 2001 21:52:53 -0600
  4545.  
  4546. I am planning to migrate the fractint and fractdev lists at 
  4547. xmission.com from majordomo to to mailman. 
  4548.  
  4549. The new lists are already set up. 
  4550.  
  4551. See:
  4552.  
  4553.    http://mailman.xmission.com
  4554.  
  4555. I am planning to migrate everyone tomorrow. However if you want to 
  4556. try it before that you can subscribe yourself by going to the above 
  4557. web address.
  4558.  
  4559. If any question or comment let me know.
  4560.  
  4561. Tim
  4562.  
  4563.  
  4564. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4565. Post Message:   fractint@lists.xmission.com
  4566. Get Commands:   majordomo@lists.xmission.com "help"
  4567. Administrator:  twegner@fractint.org
  4568. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4569.  
  4570.  
  4571. -------------------------------------------------------------------------------
  4572.  
  4573. From: Tim Wegner <twegner@swbell.net>
  4574. Subject: (fractint) Fractint and fractdev list migration
  4575. Date: 17 Dec 2001 18:49:17 -0600
  4576.  
  4577. I have completed adding all the fractint and fractdev and 
  4578. corresponding digest members to the new mailman software at xmission.
  4579.  
  4580. Please send all new posts to the new list 
  4581. (fractint@mailman.xmission.com and fractdev@mailman.xmission.com). 
  4582. The majordomo list will go away very soon. I am investigating options 
  4583. for what to do with the old archives. I'll make sure they are not 
  4584. lost.
  4585.  
  4586. You should have gotten an email with the password for your list 
  4587. configuration web page. You can change your password, but don't re-
  4588. use an important password since this password provides only mild 
  4589. security!
  4590.  
  4591. One thing that is a little different is that the digests are not 
  4592. separate lists. Some of you subcribed to both the regular list and 
  4593. the digest. You can select which you want on your list configuration 
  4594. web page. I tried to set up previous digest members to get the 
  4595. digest.
  4596.  
  4597. For a short time I hereby declare that questions about the list 
  4598. software and how to use it are ON topic. However if you notice 
  4599. particular things that need configuring, I suggest emailing me 
  4600. directly and not bothering the list. 
  4601.  
  4602. I have already changed the reply-to from the message poster to the 
  4603. list. For our list I believe it works best for most replies to go to 
  4604. the list.
  4605.  
  4606. Let me know if you are having any problems.
  4607.  
  4608. Tim Wegner
  4609.  
  4610.  
  4611. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4612. Post Message:   fractint@lists.xmission.com
  4613. Get Commands:   majordomo@lists.xmission.com "help"
  4614. Administrator:  twegner@fractint.org
  4615. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4616.  
  4617.  
  4618. -------------------------------------------------------------------------------
  4619.  
  4620. From: "Zawoznik" <zawoznik@mail.retina.ar>
  4621. Subject: (fractint) Franktal Gallery is back !
  4622. Date: 17 Dec 2001 22:31:52 -0600
  4623.  
  4624. This is a multi-part message in MIME format.
  4625.  
  4626. ------=_NextPart_000_003B_01C1874A.A01A6AA0
  4627. Content-Type: text/plain;
  4628.     charset="iso-8859-1"
  4629. Content-Transfer-Encoding: quoted-printable
  4630.  
  4631. Hi people, long time since my last post... Are you still there ?
  4632. Or everybody moved to UltraFractal ??  ;-)
  4633.  
  4634. This is to inform you that my Franktal Gallery is back, with new
  4635. fractal pics, music PARs, ray-traced fractals, and other stuff.=20
  4636.  
  4637. Check it out at
  4638.  
  4639. http://www.geocities.com/franktal2002
  4640.  
  4641. Best regards, it's good to be back....
  4642.  
  4643. Miguel Fliguer
  4644. zawoznik@mail.retina.ar
  4645. franktal@hotmail.com
  4646.  
  4647. =20
  4648.  
  4649. ------=_NextPart_000_003B_01C1874A.A01A6AA0
  4650. Content-Type: text/html;
  4651.     charset="iso-8859-1"
  4652. Content-Transfer-Encoding: quoted-printable
  4653.  
  4654. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  4655. <HTML><HEAD>
  4656. <META content=3D"text/html; charset=3Diso-8859-1" =
  4657. http-equiv=3DContent-Type>
  4658. <META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR>
  4659. <STYLE></STYLE>
  4660. </HEAD>
  4661. <BODY bgColor=3D#ffffff>
  4662. <DIV><FONT face=3DArial size=3D2>Hi people, long time since my last =
  4663. post... Are you=20
  4664. still there ?</FONT></DIV>
  4665. <DIV><FONT face=3DArial size=3D2>Or everybody moved to UltraFractal ??=20
  4666.  ;-)</FONT></DIV>
  4667. <DIV><FONT face=3DArial size=3D2></FONT> </DIV>
  4668. <DIV><FONT face=3DArial size=3D2>This is to inform you </FONT><FONT =
  4669. face=3DArial=20
  4670. size=3D2>that my Franktal Gallery is back, with new</FONT></DIV>
  4671. <DIV><FONT face=3DArial size=3D2>fractal pics, music PARs, </FONT><FONT =
  4672. face=3DArial=20
  4673. size=3D2>ray-traced fractals, and other stuff. </FONT></DIV>
  4674. <DIV><FONT face=3DArial size=3D2></FONT> </DIV>
  4675. <DIV><FONT face=3DArial size=3D2>Check it out at</FONT></DIV>
  4676. <DIV><FONT face=3DArial size=3D2></FONT> </DIV>
  4677. <DIV><FONT face=3DArial size=3D2><A=20
  4678. href=3D"http://www.geocities.com/franktal2002">http://www.geocities.com/f=
  4679. ranktal2002</A></FONT></DIV>
  4680. <DIV> </DIV>
  4681. <DIV><FONT face=3DArial size=3D2>Best regards, it's good to be =
  4682. back....</FONT></DIV>
  4683. <DIV> </DIV>
  4684. <DIV><FONT face=3DArial size=3D2>Miguel Fliguer</FONT></DIV>
  4685. <DIV><FONT face=3DArial size=3D2><A=20
  4686. href=3D"mailto:zawoznik@mail.retina.ar">zawoznik@mail.retina.ar</A></FONT=
  4687. ></DIV>
  4688. <DIV><FONT face=3DArial size=3D2><A=20
  4689. href=3D"mailto:franktal@hotmail.com">franktal@hotmail.com</A></FONT></DIV=
  4690. >
  4691. <DIV> </DIV>
  4692. <DIV> </DIV></BODY></HTML>
  4693.  
  4694. ------=_NextPart_000_003B_01C1874A.A01A6AA0--
  4695.  
  4696.  
  4697. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4698. Post Message:   fractint@lists.xmission.com
  4699. Get Commands:   majordomo@lists.xmission.com "help"
  4700. Administrator:  twegner@fractint.org
  4701. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4702.  
  4703.