home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / fractint / archive / fractint.200010 < prev    next >
Internet Message Format  |  2000-10-30  |  292KB

  1. From: "Jonathan Osuch" <osuchj@uswest.net>
  2. Subject: Re: (fractint) Bug report & truecolor.
  3. Date: 01 Oct 2000 07:09:48 -0500
  4.  
  5. >>The passes= parameter is forced to passes=1 for any resolution over
  6. >>2048x2048.  Or, at least it's supposed to be.  Floating point is also
  7. >>forced.
  8.  
  9. > This isn't true.
  10.  
  11. If you are forcing passes=t with a resolution greater than 2048x2048, please
  12. tell me how you are doing it.  I can't do it on my machine, but I'm too
  13. familiar with the code and don't often think outside-the-box.
  14.  
  15. > Also, since even a 32768x256 strip of the image can fit in a
  16. > modern machine's RAM easily, even the existing system should allow
  17. guessing
  18. > in truly "disk" disk-video -- except if the image strip affected on a
  19. single
  20. > line of the first pass won't fit in RAM.
  21.  
  22. Machine memory isn't the issue here.  The problem is that the tesseral,
  23. boundary tracing, and solid guessing routines use a local array of size
  24. 2048, and therefore break with resolutions above 2048.  Which is why
  25. passes=1 is forced.
  26.  
  27. Jonathan
  28.  
  29.  
  30.  
  31.  
  32. Thanks for using Fractint, The Fractals and Fractint Discussion List
  33. Post Message:   fractint@lists.xmission.com
  34. Get Commands:   majordomo@lists.xmission.com "help"
  35. Administrator:  twegner@fractint.org
  36. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  37.  
  38.  
  39. -------------------------------------------------------------------------------
  40.  
  41. From: "Iain G. Stirling" <Iain@flat2-2.freeserve.co.uk>
  42. Subject: (fractint) PARS: outside=fmod
  43. Date: 01 Oct 2000 16:41:12 +0100
  44.  
  45.  
  46. Hello all,
  47.  
  48. For those of you who follow the developer's versions of Fractint, here 
  49. is a little parameter file which shows what the outside=fmod option, 
  50. added in the latest developer's release (20.1.0), can do.
  51.  
  52. Or at least, it shows what I can make it do - I'm sure those who are 
  53. more artistic than me can make something alot better...
  54.  
  55. Iain.
  56.  
  57.  
  58.  
  59.  
  60.  
  61. -------------- Enclosure number 1 ----------------
  62. outside_fmod1      { ; Test of outside=fmod with 'mod' bailout
  63.                      ; Iain G. Stirling
  64.                      ; 5:16.48 at 1024 x 768 on P133
  65.   reset=2001 type=julia passes=1
  66.   corners=0.19279681/0.31113281/0.512317611/0.601069611
  67.   params=-0.73875882455701181/0.1409069307481326 float=y maxiter=120
  68.   inside=fmod proximity=0.0075 outside=fmod
  69.   colors=zzz<254>000
  70.   }
  71.  
  72. outside_fmod2      { ; Test of outside=fmod with 'real' bailout
  73.                      ; Iain G. Stirling
  74.                      ; 0:14.61 at 1024 x 768 on P133
  75.   reset=2001 type=mandel passes=1 corners=-5.94/4.94/-4.08/4.08
  76.   params=0/0 float=y maxiter=120 bailout=100 bailoutest=real
  77.   inside=fmod proximity=100 outside=fmod
  78.   colors=000257<17>112111111<3>000zzz<88>eeNeeNddM<3>ccKK`h<17>CWdCVdBVd<1\
  79.   12>267
  80.   }
  81.  
  82. outside_fmod3      { ; Test of outside=fmod with 'imag' bailout
  83.                      ; Iain G. Stirling
  84.                      ; 0:26.19 at 1024 x 768 on P133
  85.   reset=2001 type=julia4 passes=1 corners=-2/2/-1.5/1.5
  86.   params=0.027272727272727251/0.81218592964824088 float=y maxiter=20
  87.   bailout=1000 bailoutest=imag inside=fmod proximity=0.1 outside=fmod
  88.   colors=5FK555<3>SSSYYYccc<3>zzz<103>CWdCVdBVd<137>000
  89.   }
  90.  
  91. outside_fmod4      { ; Test of outside=fmod with 'or' bailout
  92.                      ; Iain G. Stirling
  93.                      ; 5:38.89 at 1024 x 768 on P133
  94.   reset=2001 type=phoenix passes=1
  95.   center-mag=0.0209813/0.696859/3.464317/0.9999 params=0.56667/-0.5/0
  96.   maxiter=75 bailoutest=or inside=fmod proximity=0.1 outside=fmod
  97.   colors=zzz<114>CWdCVdBVd<137>000
  98.   }
  99.  
  100. outside_fmod5      { ; test of outside=fmod with 'manh' bailoutest
  101.                      ; Iain G. Stirling
  102.                      ; 6:13.11 at 1024 x 768 on P133
  103.   reset=2001 type=julia passes=1 center-mag=0.456426/0.227638/10.87824
  104.   params=0.3/0.02 float=y maxiter=200 bailoutest=manh inside=fmod
  105.   proximity=0.07 outside=fmod colors=zzz<254>000
  106.   }
  107.  
  108.  
  109.  
  110. Thanks for using Fractint, The Fractals and Fractint Discussion List
  111. Post Message:   fractint@lists.xmission.com
  112. Get Commands:   majordomo@lists.xmission.com "help"
  113. Administrator:  twegner@fractint.org
  114. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  115.  
  116.  
  117. -------------------------------------------------------------------------------
  118.  
  119. From: "Jim Shaffer, Jr." <jshaffer@uplink.net>
  120. Subject: Re: (fractint) Linux version of Fractint?
  121. Date: 01 Oct 2000 16:03:53 -0400
  122.  
  123. > I was a Fractint fanatic when I was running DOS, many moons ago.  Since
  124. leaving
  125. > DOS behind and moving to Linux a number of years ago, I've not had a
  126. > fractalling fix; the duotone blue/black fractals that xfractint provides in 32
  127. > bpp colour are a non-starter.
  128.  
  129. You should be able to start a second X server in 8-bit mode on another virtual
  130. console and run fractint on that.  It shouldn't need an outrageous amount of
  131. memory because you don't need to run a window manager on it unless you really
  132. want to.
  133.  
  134. --
  135. "[W]hether or not [the Philadelphia Experiment] happened in 1943 is not
  136. relevant.  It is, for us, like the 'flying saucer' a gedankenexperiment
  137. to get us to the next step in post-Einsteinian unified field theory."
  138.      -Dr. Jack Sarfatti, in http://stardrive.org/Jack/algebra.pdf
  139.  
  140.  
  141. Thanks for using Fractint, The Fractals and Fractint Discussion List
  142. Post Message:   fractint@lists.xmission.com
  143. Get Commands:   majordomo@lists.xmission.com "help"
  144. Administrator:  twegner@fractint.org
  145. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  146.  
  147.  
  148. -------------------------------------------------------------------------------
  149.  
  150. From: Jim Muth <jamth@mindspring.com>
  151. Subject: (fractint) FOTD  02-10-00  (For All Eternity [7])
  152. Date: 02 Oct 2000 01:01:04 -0400 (EDT)
  153.  
  154.  
  155. FOTD -- October 02, 2000 (Rating 7)
  156.  
  157. Fractal visionaries and enthusiasts:
  158.  
  159. It was another rushed and hectic day here at Fractal Central, 
  160. but despite the lack of time, I managed to find a fractal image 
  161. worthy of being named FOTD for October 2.
  162.  
  163. The expression 0.1Z^(-100)-10(1/Z)+C was iterated by the M-Mix4 
  164. formula to produce the fractal in which today's decorative 
  165. midget lies.  I named the picture "For All Eternity" when, while 
  166. studying the scene, I had the thought that this midget, which 
  167. almost certainly has never before been seen, always has existed, 
  168. and always will exist.  I rated the image a 7, mostly because I 
  169. rather admire the yellowish string of features that outlines the 
  170. pattern around the midget.
  171.  
  172. With a draw time of almost 8 minutes, the parameter file is slow 
  173. enough to make a download of the image the more efficient way of 
  174. viewing the eternal scene.  The image may be retrieved from:
  175.  
  176.           <alt.binaries.pictures.fractals>
  177.  
  178. or from:
  179.  
  180.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  181.  
  182. With a temperature of 71F (22C), the fractal weather today was 
  183. perfect for cats.  The fractal cats however enjoyed far too 
  184. little time outdoors.  A can of tuna this evening eased their 
  185. exercise frustration.
  186.  
  187. Well, I see it's once again time to shut down the fractal shoppe 
  188. and call it a day.  I'll return tomorrow with more goodies but 
  189. little philosophy, since the continuing rush will still not 
  190. allow me enough time for a proper ponder.  Until then, take 
  191. care, and where were you when they discovered the Mandelbrot set?
  192.  
  193.  
  194. Jim Muth
  195. jamth@mindspring.com
  196.  
  197.  
  198. START 20.0 PAR-FORMULA FILE================================
  199.  
  200. For_All_Eternity   { ; time=0:07:56.00 -- SF5 on a P200
  201.   reset=2001 type=formula formulafile=critical.frm
  202.   formulaname=MandelbrotMix4 function=ident passes=1
  203.   center-mag=-0.05124194981011652/0/6.820408e+010
  204.   params=1/-100/-100/-1/-0.9/0 float=y maxiter=3000
  205.   inside=0 logmap=67 symmetry=xaxis periodicity=10
  206.   colors=000DFPPGKSGZcKqjJoqInyyNYoQ7fS<3>AYGBWDBUA<3>\
  207.   `mHfrIdaXbMja6x<3>fXmhcjijhjqekwc<3>LnQElN8jK<2>vfz<\
  208.   2>G7M<3>iWSqaUxgV<3>cPjZKnUGrPBvK7z<3>SXtUcsWirRPnM5\
  209.   k<3>`6Vc6Rg6Nj6JCB5Y8D`PF<3>mCJp9KTdh<3>fNXiJUmERpAO\
  210.   _5F<3>k6Jn6Kq6Ly`l<2>tDSyZR<3>uFNwAMyBE<3>z7Jz6Kz`gy\
  211.   IC<3>uBIt9Js7KrC8qADp8HFVh<3>_IXdFUiCRn9OAsb<3>`RSfK\
  212.   QmDNjL7oDE2r1Ka8aMFX`5<3>oCIRQ3`J9jCFqjH<2>rUJ<2>sXL\
  213.   2YjlZdp_VP`UXaJ_bkicYce3<3>pmIXo_<3>owO`yZ<3>pzN9zG<\
  214.   3>XzJbzKhzKnzL8z6pzDqzGrzJDz0<3>ezElzIlz0<3>pzCqzFrz\
  215.   IWze<3>gzVjzSmzQpzNmzJ<2>rzLfz9<3>mzFozHpzIrzKqzG7zY\
  216.   <3>WzRazPgzOmzMBzd<3>dzRlzONzn<3>mzR0z_<2>ezOGzL_zLy\
  217.   znJzkBzr3zyBzw
  218.   }
  219.  
  220. frm:MandelbrotMix4 {; Jim Muth
  221. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  222. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  223. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  224. z=k*((a*(z^b))+(d*(z^f)))+c,
  225. |z| < l
  226. }
  227.  
  228. END 20.0 PAR-FORMULA FILE==================================
  229.  
  230.  
  231. Thanks for using Fractint, The Fractals and Fractint Discussion List
  232. Post Message:   fractint@lists.xmission.com
  233. Get Commands:   majordomo@lists.xmission.com "help"
  234. Administrator:  twegner@fractint.org
  235. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  236.  
  237.  
  238. -------------------------------------------------------------------------------
  239.  
  240. From: Jim Muth <jamth@mindspring.com>
  241. Subject: (fractint) FOTD  03-10-00  (Missing Minibrot [6])
  242. Date: 02 Oct 2000 20:51:19 -0400 (EDT)
  243.  
  244.  
  245. FOTD -- October 03, 2000 (Rating 6)
  246.  
  247. Fractal visionaries and enthusiasts:
  248.  
  249. The good news is that I'm within a few hours of clearing the 
  250. work backlog; the bad news is that today's FOTD is an extremely 
  251. slow one.
  252.  
  253. Only the stout-hearted will try to run the parameter file of 
  254. today's FOTD -- the thing takes almost 13 hours to render.  This 
  255. slowness is a result of my choosing a deep scene that requires 
  256. arbitrary precision math.  But there is no cause for alarm, for 
  257. in my compassion I have posted the file of the GIF image to the 
  258. Usenet binary group:
  259.  
  260.           alt.binaries.pictures.fractals
  261.  
  262. The image is also available on the Web at the URL:
  263.  
  264.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  265.  
  266. The image is a scene of very large magnitude -- a second-order 
  267. midget located quite deep in Elephant Valley of the M-set.  The 
  268. midget at the center is virtually invisible, which is why I 
  269. named the picture "Missing Minibrot".  The rating of 6 could 
  270. have been a 7 had I not made the colors a bit too gaudy.
  271.  
  272. The fractal weather here at Fractal Central was once again 
  273. perfect today, with partly cloudy skies and a temperature of 74F 
  274. (23C), which would have pleased the fractal cats had they gotten 
  275. the chance to go outdoors to enjoy it.
  276.  
  277. The work rush cut my pondering time even more than it cut the 
  278. cats' outdoor time.  But I'll finish the work mess this evening 
  279. and have more time tomorrow to relax and ponder.  And when I 
  280. ponder, ponderous things sometimes happen.  So check back 
  281. tomorrow, when there's a good chance of finding philosophy.
  282.  
  283. Until then, take care, and be as quiet as a fractal.
  284.  
  285.  
  286. Jim Muth
  287. jamth@mindspring.com
  288.  
  289.  
  290. START PARAMETER FILE=======================================
  291.  
  292. Missing_Minibrot   {; time=12:47:54.18 -- SF5 on a P200
  293.                     ;  Version 2000 Patchlevel 14
  294.   reset=2000 type=mandel passes=1
  295.   center-mag=0.2505307373109899737584556/-1.9531207776\
  296.   1045477871e-5/3.607446e+020/1/-57.295/-0.544
  297.   params=0/0 float=y maxiter=50000 bailout=25
  298.   inside=0 symmetry=none periodicity=10 sound=off
  299.   colors=000n53p53s51u51u51w60zB0zD0<2>zQ0zV0zX0zQ0zJ0\
  300.   uD0p66l53g53c53c53e53e53g51g51g51j51j51l51l50n50n50p\
  301.   60p80p80sB0sD0uD0uF0wH0wH0zJ0zM0zM0zO0zQ0zQ0zS0zV0zV\
  302.   0zX0z_0z_0za0zd3zd8zdCz_HzVLwVQlVQaVQQ_QEaQ6dQHfQQhV\
  303.   ajLljClf6la0lX3lV8lVCnVHqVLuVQzSVzS_wSclVgaVlQVrEXs3\
  304.   Xs0Xs0_n0_j0_g1_e6acAaaCa_HdXLdVNdQSdNXfL_fJcfHghEjh\
  305.   CnhAsh6uj3zj1zj0zl0zl0zl0<2>zf0za0<24>za0<4>za0zd0zd\
  306.   0zd0zf0zf0zf0zh0zh0zh0zl0zj0zh0zd0z_0wV0<3>eD0a80eB0\
  307.   gF3lJApM8uQ3zV1zQ0zM3zH8zDCu8Hp5Ll5Ng5Nc5L_6LV8JQBJL\
  308.   BHHDHEFEHFELHCNJCQMAVMAXO8_Q6cQ6iS3mV3qX1tY1u_0ua0tb\
  309.   0pd0<3>QM0JH0CD1683058<2>05L05L05L05J05J05H05H05H15E\
  310.   35E66C86CC8CEBAHDAJD8LF8QH8SH6VJ6XM3aO3cO3eQ1gS1lV0n\
  311.   V0pX0s_0wa0za0zd0zf1zh3<3>zH3uB3p53l53h53j53l53
  312.   }
  313.  
  314. END PARAMETER FILE=========================================
  315.  
  316.  
  317. Thanks for using Fractint, The Fractals and Fractint Discussion List
  318. Post Message:   fractint@lists.xmission.com
  319. Get Commands:   majordomo@lists.xmission.com "help"
  320. Administrator:  twegner@fractint.org
  321. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  322.  
  323.  
  324. -------------------------------------------------------------------------------
  325.  
  326. From: Faye Sutherland <celestia@sprint.ca>
  327. Subject: (fractint) "help"
  328. Date: 03 Oct 2000 01:45:05 -0400
  329.  
  330.  
  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: "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net>
  342. Subject: Re: (fractint) "help"
  343. Date: 03 Oct 2000 00:51:46 -0500
  344.  
  345. Faye Sutherland wrote:
  346. >
  347. >
  348.  
  349. What kind of assistance are you requiring ??
  350.  
  351. P.N.L.
  352. http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
  353.  
  354. Thanks for using Fractint, The Fractals and Fractint Discussion List
  355. Post Message:   fractint@lists.xmission.com
  356. Get Commands:   majordomo@lists.xmission.com "help"
  357. Administrator:  twegner@fractint.org
  358. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  359.  
  360.  
  361. -------------------------------------------------------------------------------
  362.  
  363. From: "Multiple Bogeys" <neo_1061@hotmail.com>
  364. Subject: Re: (fractint) "help"
  365. Date: 03 Oct 2000 07:39:31 EDT
  366.  
  367. I'd love to, but you'll have to be a bit more specific. :-)
  368. _________________________________________________________________________
  369. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  370.  
  371. Share information about yourself, create your own public profile at 
  372. http://profiles.msn.com.
  373.  
  374.  
  375. Thanks for using Fractint, The Fractals and Fractint Discussion List
  376. Post Message:   fractint@lists.xmission.com
  377. Get Commands:   majordomo@lists.xmission.com "help"
  378. Administrator:  twegner@fractint.org
  379. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  380.  
  381.  
  382. -------------------------------------------------------------------------------
  383.  
  384. From: Jim Muth <jamth@mindspring.com>
  385. Subject: (fractint) FOTD  04-10-00  (Pods From Space [8])
  386. Date: 03 Oct 2000 20:39:23 -0400 (EDT)
  387.  
  388.  
  389. FOTD -- October 04, 2000 (Rating 8)
  390.  
  391. Fractal visionaries and enthusiasts:
  392.  
  393. Today I finally cleared the backup from the week I took off.  I 
  394. celebrated by devoting extra effort to today's fractal image.  
  395. The formula that was used is once again the MandelbrotMix4; the 
  396. iterated expression is -1Z^(-11)-1Z^(1.1)+(1/C), an obviously 
  397. whimsical choice.
  398.  
  399. I puzzled a few minutes before deciding that the picture shows 
  400. an army of space pods descending on a defenseless Minibrot.  
  401. These pods are not the ones that take over human bodies; these 
  402. pods take over Mandelbrot sets.  And if the brilliantly 
  403. illuminated midget at the center of today's scene doesn't get 
  404. out of the way in a hurry, he'll soon find himself changed into 
  405. a pod.
  406.  
  407. When I recognized the attacking pods, I named the picture "Pods 
  408. From Space".  After all, space is the only place such pods could 
  409. possibly be found.  I rated the picture a much above average 8, 
  410. mostly because I wanted to reward myself for the effort I put 
  411. into the image.
  412.  
  413. I used the passes=b algorithm for today's image.  Not only is it 
  414. the fastest, at least in this image, but it is by far the most 
  415. fun to watch in action.  I especially enjoy the way the 
  416. Mandelbrot outline appears out of nowhere with no hint that it 
  417. is coming.
  418.  
  419. The parameter file renders in only 54 seconds, and running it is 
  420. the only way to see the scene being drawn.  But although I 
  421. recommend running the parameter file, the finished GIF image is 
  422. available as always at:
  423.  
  424.           alt.binaries.pictures.fractals
  425.  
  426. and at the URL:
  427.  
  428.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  429.  
  430. The fractal weather today was like mid-summer, with a 
  431. temperature of 86F (30C) and a hot sun.  The fractal cats, who 
  432. finally had their full day outdoors, approved of the conditions.
  433.  
  434. The philosophy also made good progress this afternoon, as I 
  435. pondered a topic as deep as the nature of reality, which really 
  436. is the basic philosophical question.  It will take a day or two 
  437. to organize and write my thoughts, but when the wisdom is ready 
  438. to enlighten or irritate, nothing will hold it back.
  439.  
  440. And now, after such an active day, I'm exhausted.  It's time to 
  441. shut down the fractal shoppe and call it a day.  If I'm lucky 
  442. I'll find a junky old movie to put on the TV, which will enable 
  443. me to miss the overblown presidential debate.
  444.  
  445. But there's no debating that I'll be here again tomorrow with 
  446. perhaps an even better fractal.  Until then, take care, and the 
  447. best fractals are yet to come.
  448.  
  449.  
  450. Jim Muth
  451. jamth@mindspring.com
  452.  
  453.  
  454. START 20.0 PAR-FORMULA FILE================================
  455.  
  456. Pods_From_Space    { ; time=0:00:54.60 -- SF5 on a P200
  457.   reset=2001 type=formula formulafile=critical.frm
  458.   formulaname=MandelbrotMix4 function=recip passes=b
  459.   center-mag=+2.50163790851569300/+2.32612668523780600\
  460.   /72.54889/1/72.5 params=-1/-11/-1/1.1/0/0 float=y
  461.   maxiter=550 bailout=25 inside=maxiter logmap=14
  462.   periodicity=10
  463.   colors=000CD4ED4<3>VC4ZC4aC4cC5eC5<2>kM5nP5qR5<2>za5\
  464.   I0AL0BO5C<2>XEF_HGbJF<3>jV6lX4l_9<3>fhSekWcm`bod<3>d\
  465.   kaej`ej`fk_fl_<3>hmXhmWimWimVimVMmdMmbMmaMmX<4>MmOMm\
  466.   MMmK<3>MmE<4>NmRNmUNmW<3>Nme<10>lmVnmUpmT<3>ymQ<10>T\
  467.   mOQmONmO<3>CmO<3>QmbUmfXmj_mmumi<3>mmnkmoimpgmqfmr<2\
  468.   >PmK<3>ImBHm9Fm7<2>Bm1<3>Qm5hmm<3>rmmummwmm<3>wmiwmh\
  469.   wrg<2>wrd_rLCr2Er5Fr8GwB<3>MwMNwOOwRQwURzXSzZ<12>SzX\
  470.   SzXSzX<2>SzXSzXRzZ<2>QzdCzV<15>XzHYzHZzG<3>czD<17>kz\
  471.   ikzklzl<3>mzsMzIMzDMz8Mz3Oz4Qz40z0zzs
  472.   }
  473.  
  474. frm:MandelbrotMix4 {; Jim Muth
  475. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  476. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  477. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  478. z=k*((a*(z^b))+(d*(z^f)))+c,
  479. |z| < l
  480. }
  481.  
  482. END 20.0 PAR-FORMULA FILE==================================
  483.  
  484.  
  485. Thanks for using Fractint, The Fractals and Fractint Discussion List
  486. Post Message:   fractint@lists.xmission.com
  487. Get Commands:   majordomo@lists.xmission.com "help"
  488. Administrator:  twegner@fractint.org
  489. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  490.  
  491.  
  492. -------------------------------------------------------------------------------
  493.  
  494. From: Gedeon <gedeon@InfoAve.Net>
  495. Subject: (fractint) updated web site
  496. Date: 04 Oct 2000 09:51:27 -0400
  497.  
  498. After a very long absence it looks like I am back to creating some images. I
  499. put up a new gallery dedicated to the season, and also updated my Chebyshev
  500. pages with 24 new images. I invite your visit and I hope you enjoy it.
  501.  
  502. I uploaded a slightly augmented gfp.ufm formula file to the database and
  503. made it available at my web site too. It is needed for some of the
  504. parameters on the new and updated pages.
  505.  
  506. Gedeon
  507.  
  508. FRACTALS: http://members.nbci.com/gedeonp/fractals.html
  509. Last updated: October 4, 2000
  510. Member Infinite Fractal Loop
  511. Artist member of Fractal Art Museum Enterprise
  512. http://www.crosswinds.net/~fractalis/
  513. PHOTOGRAPHY: http://members.nbci.com/gedeonp/photos.html
  514. Last updated: July 10, 2000
  515.  
  516.  
  517.  
  518.  
  519.  
  520.  
  521. Thanks for using Fractint, The Fractals and Fractint Discussion List
  522. Post Message:   fractint@lists.xmission.com
  523. Get Commands:   majordomo@lists.xmission.com "help"
  524. Administrator:  twegner@fractint.org
  525. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  526.  
  527.  
  528. -------------------------------------------------------------------------------
  529.  
  530. From: Jim Muth <jamth@mindspring.com>
  531. Subject: (fractint) FOTD  05-10-00  (Dingbats [6])
  532. Date: 05 Oct 2000 00:42:58 -0400 (EDT)
  533.  
  534.  
  535. FOTD -- October 05, 2000 (Rating 6)
  536.  
  537. Fractal visionaries and enthusiasts:
  538.  
  539. I expected to have an easy day today, but an unexpected rush job 
  540. came in from the Kung-Fu customer, which kept me busy all 
  541. afternoon.  As a result, I had to totally forego the planned 
  542. philosophical discussion -- and that's reality.  But I still 
  543. managed to find a respectable fractal, which I now present as 
  544. the FOTD for October 05, 2000.
  545.  
  546. A dingbat is one of those old-fashioned decorative ornaments, 
  547. often resembling leaves on twisting vines, that in the past were 
  548. used in printing to mark chapter beginnings, etc.  Something 
  549. about today's image reminds me of one of those ornaments, so I 
  550. named the picture "Dingbats".
  551.  
  552. The image rates a 6.  I cannot give it more than that after 
  553. spending only 10 minutes locating and coloring the scene.  The 
  554. midget at the center is fully resolved -- the distortion is 
  555. caused by the exponent of Z, which is 2.01 instead of 2.
  556.  
  557. The image was calculated by the MandelbrotBC formula, which 
  558. draws scenes in the more remote parts of the infinite 
  559. hyperspirals created by fractional powers of Z.  The render time 
  560. of 10 minutes makes a download of the GIF image file the wiser 
  561. choice.  That download may be found on Usenet at:
  562.  
  563.           alt.binaries.pictures.fractals
  564.  
  565. and on the web at:
  566.  
  567.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  568.  
  569. The fractal weather today was sunny, warm and humid, with a 
  570. temperature of 88F (31C), which was more like July than October. 
  571. The fractal cats showed little eagerness to go outdoors in the 
  572. afternoon heat, which was convenient, as I had little time to 
  573. let them go out.
  574.  
  575. The philosophy about the nature of reality went nowhere.
  576.  
  577. The day has now ended with a whimper instead of a bang.  It's 
  578. time to shut down the fractal shoppe, comfort the cats, and call 
  579. it an evening.  Until tomorrow, take care, and where did these 
  580. things we call fractals come from?
  581.  
  582.  
  583. Jim Muth
  584. jamth@mindspring.com
  585.  
  586.  
  587. START 20.0 PAR-FORMULA FILE================================
  588.  
  589. Dingbats           { ; time=0:10:46.60 -- SF5 on a P200
  590.   reset=2001 type=formula formulafile=branchct.frm
  591.   formulaname=MandelbrotBC passes=1
  592.   center-mag=-0.93122846901060440/+0.08188815727122345\
  593.   /1.535833e+009/1/-2.5 params=2.01/0/32/0 float=y
  594.   maxiter=1800 inside=0 logmap=251 periodicity=10
  595.   colors=00000`00`00a00c<2>14h42i71k90lB0nE0n<2>L0sN0t\
  596.   Q0tT0vV0xY0y`0za0za0va0sa1na6kaAfaEcaI`aOWaTTaYO<2>a\
  597.   kEaoBcqIcqOcsVcsacthctncvvcvzcxz<2>dyzdztfznfzhfz`hz\
  598.   VhzOhzIizDiz6iz0kz0<2>kz0ky0it0hn4fh9d`DcVHaSKYRKWVL\
  599.   QWNN`OHaQEcQAfO7kO1lO0oO0nO0lO0hQ1dRBcTIaVQ`WYZWdWYl\
  600.   VZtT`zRazQczOc<2>zKNtII<3>QD0IB0BA04A00B00B00D00D10E\
  601.   60E92GD4GG<2>97OA4RB1VD0W<2>H0dI0hK0iL0fL0dL0cL0aN0`\
  602.   N0ZN0WN0VO1T<3>O7NLARIBVHEZEGaDHdAKi9Ll6Oq4Qt1Rx0Vz0\
  603.   Wz0Yz1`z7atDdnIfhOh`VkV`lOfnIhiNhdQi`TiYWkTZkOalKdlH\
  604.   hnDkn9nn6qo4ss1vt0yv0zx0zy0yz0tz0oz0lz0hz0cz0`z0Wz0R\
  605.   z0Nz0Kz0Gz0Bz09z04z00z00z70zE0<2>yc0vi0tn0nk0hiAafIW\
  606.   dTQccK`lKZxLZzNYzOWzQWzRVzTVzVTzWTzYRzZRz`QzaQzcOzdO\
  607.   zfNzhNziLzkLznNzqNztNzxOzyOzzOzzOzzQz<3>zRzzRzzRzzTz\
  608.   <2>zTzzQzzOzzLzzKzzHzzGz<5>z2zz7zzozznz
  609.   }
  610.  
  611. frm:MandelbrotBC = { ; Z = Z^E + C
  612.   e=p1
  613.   p=real(p2)+PI
  614.   q=2*PI*trunc(p/(2*PI))
  615.   r=real(p2)-q
  616.   Z=C=Pixel:
  617.     Z=log(Z)
  618.     IF(imag(Z)>r)
  619.       Z=Z+flip(2*PI)
  620.     ENDIF
  621.     Z=exp(e*(Z+flip(q)))+C
  622.   |Z|<100
  623. }
  624.  
  625. END 20.0 PAR-FORMULA FILE==================================
  626.  
  627.  
  628. Thanks for using Fractint, The Fractals and Fractint Discussion List
  629. Post Message:   fractint@lists.xmission.com
  630. Get Commands:   majordomo@lists.xmission.com "help"
  631. Administrator:  twegner@fractint.org
  632. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  633.  
  634.  
  635. -------------------------------------------------------------------------------
  636.  
  637. From: "Multiple Bogeys" <neo_1061@hotmail.com>
  638. Subject: Re: (fractint) FOTD 05-10-00 (Dingbats [6])
  639. Date: 05 Oct 2000 15:07:13 EDT
  640.  
  641. >I expected to have an easy day today, but an unexpected rush job
  642. >came in from the Kung-Fu customer, which kept me busy all
  643. >afternoon.
  644.  
  645. "Kung-Fu customer"? Just what exactly do you do for work? :-)
  646. _________________________________________________________________________
  647. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  648.  
  649. Share information about yourself, create your own public profile at 
  650. http://profiles.msn.com.
  651.  
  652.  
  653. Thanks for using Fractint, The Fractals and Fractint Discussion List
  654. Post Message:   fractint@lists.xmission.com
  655. Get Commands:   majordomo@lists.xmission.com "help"
  656. Administrator:  twegner@fractint.org
  657. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  658.  
  659.  
  660. -------------------------------------------------------------------------------
  661.  
  662. From: JimMuth@aol.com
  663. Subject: (fractint) FOTD  06-10-00  (Giant Squid [6])
  664. Date: 05 Oct 2000 20:18:45 EDT
  665.  
  666.  
  667. FOTD -- October 06, 2000 (Rating 6)
  668.  
  669. Fractal visionaries and enthusiasts:
  670.  
  671. Every time I take hope that the rush is near its end, another 
  672. job turns up.  An unusually busy day today left little time for 
  673. exploring the world of fractals, so I had to make do with 
  674. yesterday's leftovers.  The result was better than might have 
  675. been expected.
  676.  
  677. If today's FOTD looks a bit familiar, it's not deja-vu.  The 
  678. familiarity can be explained by noting that today's FOTD is an 
  679. outzoom and recoloring of yesterday's "Dingbats" image.  But 
  680. instead of dingbats, today's image reminds me of the eight 
  681. tentacles of a giant squid.  Yes, I realize that squid have 
  682. those two long grabber arms in addition to the eight tentacles, 
  683. but we'll ignore them for now, and stick with the name "Giant 
  684. Squid".  The rating of 6 might be a bit liberal for my usually 
  685. conservative ratings, but it's a respectable image, one well 
  686. worth a look.
  687.  
  688. The image itself shows a typical midget that exists in a spiral. 
  689. What makes this midget different is its mis-shapen West Bud, 
  690. which has begun to split into two parts.  (This splitting can be 
  691. better seen in yesterday's "Dingbats" image.)
  692.  
  693. With a running time of 6-1/2 minutes, the parameter file is 
  694. somewhat slow.  Relief is available however on Usenet at:
  695.  
  696.           alt.binaries.pictures.fractals
  697.  
  698. and on the web at:
  699.  
  700.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  701.  
  702. where the GIF image file has been posted, ready for convenient 
  703. downloading.
  704.  
  705. The weather today here at Fractal Central was cloudy and damp, 
  706. though no rain fell.  The temperature of 65F (18C) would have 
  707. been acceptable for the cats if they had been allowed outside 
  708. unescorted.
  709.  
  710. I'm sorry, philosophy fans, but I had no time to philosophize 
  711. today.  I'll try again tomorrow however.  Surely, two days in a 
  712. row can't be this busy.  Until then, take care, and take it easy.
  713.  
  714.  
  715. Jim Muth
  716. jamth@mindspring.com
  717.  
  718.  
  719. START 20.0 PAR-FORMULA FILE================================
  720.  
  721. Giant_Squid        { ; time=0:06:47.60 -- SF5 on a p200
  722.                      ;  Version 2000 Patchlevel 14
  723.   reset=2000 type=formula formulafile=branchct.frm
  724.   formulaname=MandelbrotBC passes=1
  725.   center-mag=-0.93122846897796940/+0.08188815723776659\
  726.   /4.886406e+008/1/2.5 params=2.01/0/32/0 float=y
  727.   maxiter=1200 inside=0 logmap=228 periodicity=10
  728.   colors=000aZZaZZ<3>iffliinmmqqqssqssqutrwwrxxszzs<2>\
  729.   zzsstlmjhe`b_NWRCPK2LJ7HJCFJGEIJBGN8KT5RZ2Yd0ch0kg0s\
  730.   g2zh5zi9<2>zjHzhKsgMkfOdeS_eVVeXOeYJd`LdbLdeNej<2>Pg\
  731.   tQgpQhoPhmRhjRjhRjhSleSldTmcUobUo`Up_VrYVrWVuVWuTWxS\
  732.   WzRXzOXzNXzMYzJZzIZzG_zK_zN_zP<2>`rZaob`lc`he`ee`dj`\
  733.   am`_p`Yu_Wx`Uz_SzaKwaCpa5jb0dc0Zh0Vm0Vq0SpBZnLesInwG\
  734.   uzDwzByz9xzAwzBuzCt<2>sEoqFmpHmmIl<2>hKggLecMdbOdaPb\
  735.   _Pa<2>WTXVVWVVWSWaPXgNZmJatHbzFczCezGgzKhzOkzSkzXmw_\
  736.   mtbmqcmn<4>cmn<4>cmnckncep_`mRWjKRgITjHVlGWm<3>BatAc\
  737.   u9dw8gz7hz6kz5kz4mz3pz<3>0wz2uz3tz5tz6sz8sx9quArrCpn\
  738.   EplGpiIogKmdLkbNiaQgbTegUclWajX_hXYgYWe_UdZSb_QaaO`a\
  739.   MZbPZcRYcSYeVYgXXgZWhZVjaUjaSkcRmeQmgOniNpkMplMjhVee\
  740.   dcejZduUczSezRfz<3>KkmJljIohGpeGrcFt`EwZDxWBzU<3>7zK\
  741.   7zHJzGUzE<2>ZzPKzc<2>UzW
  742.   }
  743.  
  744. frm:MandelbrotBC = { ; Z = Z^E + C
  745.   e=p1
  746.   p=real(p2)+PI
  747.   q=2*PI*trunc(p/(2*PI))
  748.   r=real(p2)-q
  749.   Z=C=Pixel:
  750.     Z=log(Z)
  751.     IF(imag(Z)>r)
  752.       Z=Z+flip(2*PI)
  753.     ENDIF
  754.     Z=exp(e*(Z+flip(q)))+C
  755.   |Z|<100
  756. }
  757.  
  758. END 20.0 PAR-FORMULA FILE==================================
  759.  
  760. Thanks for using Fractint, The Fractals and Fractint Discussion List
  761. Post Message:   fractint@lists.xmission.com
  762. Get Commands:   majordomo@lists.xmission.com "help"
  763. Administrator:  twegner@fractint.org
  764. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  765.  
  766.  
  767. -------------------------------------------------------------------------------
  768.  
  769. From: Jim Muth <jamth@mindspring.com>
  770. Subject: (fractint) Re: FOTD 05-10-00 -- (Whither the Kung-Fu) 
  771. Date: 06 Oct 2000 07:39:49 -0400 (EDT)
  772.  
  773. At 03:07 PM 10/5/00 EDT, you wrote:
  774.  
  775. >"Kung-Fu customer"? Just what exactly do you do for work? :-)
  776.  
  777. I do graphic design work.  The customer, who runs a Kung-Fu school 
  778. in the area, needed a newsletter designed and composed in a hurry.  
  779. When this customer brings a shoe-box filled with photographs and 27 
  780. pages of loose copy, and tells me that he needs it turned into an 
  781. attractive 16-page newsletter by the day after tomorrow, it leaves 
  782. little time for finding fractals.
  783.  
  784. Jim (master of fractals, not Kung-Fu) Muth
  785. jamth@mindspring.com
  786.  
  787.  
  788. Thanks for using Fractint, The Fractals and Fractint Discussion List
  789. Post Message:   fractint@lists.xmission.com
  790. Get Commands:   majordomo@lists.xmission.com "help"
  791. Administrator:  twegner@fractint.org
  792. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  793.  
  794.  
  795. -------------------------------------------------------------------------------
  796.  
  797. From: "Andrew Coppin" <orphi69@hotmail.com>
  798. Subject: (fractint) Boundery-Trace Algorithm
  799. Date: 06 Oct 2000 12:02:02 GMT
  800.  
  801. OK, this stands very little chance of being answered, but hey: if I don't 
  802. ask, I won't know...
  803.  
  804. Most of fractint's passes options are fairly simple. But I was wondering how 
  805. passes=b actually works. I've suceeded in finding the section of source code 
  806. that does it, and then utterly failed to follow it. I just can't understand 
  807. C, that's all. I was wondering if some kind soul could privatly e-mail me 
  808. some psuedo code or something... (OK, possibly wishfull thinking here, but 
  809. it can't hurt to ask!)
  810.  
  811. On a related note... The docs say that passes=g is faster usually faster 
  812. than passes=b. Is that because for "high detail" areas passes=b basically 
  813. boild down to passes=1? Just a thought...
  814.  
  815. Thanks.
  816. Andrew.
  817.  
  818. PS. Isn't the new orbit length colour option brilliant?!
  819.  
  820. _________________________________________________________________________
  821. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  822.  
  823. Share information about yourself, create your own public profile at 
  824. http://profiles.msn.com.
  825.  
  826.  
  827. Thanks for using Fractint, The Fractals and Fractint Discussion List
  828. Post Message:   fractint@lists.xmission.com
  829. Get Commands:   majordomo@lists.xmission.com "help"
  830. Administrator:  twegner@fractint.org
  831. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  832.  
  833.  
  834. -------------------------------------------------------------------------------
  835.  
  836. From: "Multiple Bogeys" <neo_1061@hotmail.com>
  837. Subject: Re: (fractint) Boundery-Trace Algorithm
  838. Date: 06 Oct 2000 08:46:21 EDT
  839.  
  840. The documentation is wrong. passes=b is always faster than passes=g. For 
  841. proof, note that both will do every pixel that borders a pixel of a 
  842. different color, but passes=b does no others whereas passes=g runs through a 
  843. fine grid of points inside areas passes=b does solid.
  844.  
  845. This may reverse at extremely low average iterations per pixel in the image 
  846. if the passes=b stack management overhead becomes dominant over the actual 
  847. fractal calculations, but this is unlikely to occur even for the base 
  848. Mandelbrot image with a reasonably high maxiter set, let alone any *real* 
  849. fractal.
  850.  
  851. passes=b is, however, the most error-prone passes choice, particularly in 
  852. certain cases where radial spokes sparsely surround a mini Mandelbrot, and 
  853. for certain disconnected Julia sets. Passes=1, 2, 3, and d are tied for 
  854. least error prone. Passes=s is fairly accurate but does funky things to the 
  855. logmap (still not fixed in 20.1).
  856. _________________________________________________________________________
  857. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  858.  
  859. Share information about yourself, create your own public profile at 
  860. http://profiles.msn.com.
  861.  
  862.  
  863. Thanks for using Fractint, The Fractals and Fractint Discussion List
  864. Post Message:   fractint@lists.xmission.com
  865. Get Commands:   majordomo@lists.xmission.com "help"
  866. Administrator:  twegner@fractint.org
  867. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  868.  
  869.  
  870. -------------------------------------------------------------------------------
  871.  
  872. From: Ralph Feltens <feltens@biochem.mu-luebeck.de>
  873. Subject: Re: (fractint) updated web site
  874. Date: 06 Oct 2000 15:08:25 +0100
  875.  
  876. Hi Gedeon
  877.  
  878. I can access your autumn gallery (I like the blueish one in the center,
  879. gpm-sg302-07) without problems, but following the links to your 3 Cebyshev pages
  880. leads to a "member page not found" message.
  881.  
  882. Ralph
  883.  
  884.  
  885.  
  886. Gedeon wrote:
  887.  
  888. > After a very long absence it looks like I am back to creating some images. I
  889. > put up a new gallery dedicated to the season, and also updated my Chebyshev
  890. > pages with 24 new images. I invite your visit and I hope you enjoy it.
  891. >
  892.  
  893.  
  894. Thanks for using Fractint, The Fractals and Fractint Discussion List
  895. Post Message:   fractint@lists.xmission.com
  896. Get Commands:   majordomo@lists.xmission.com "help"
  897. Administrator:  twegner@fractint.org
  898. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  899.  
  900.  
  901. -------------------------------------------------------------------------------
  902.  
  903. From: Gedeon <gedeon@InfoAve.Net>
  904. Subject: Re: (fractint) updated web site
  905. Date: 06 Oct 2000 09:45:20 -0400
  906.  
  907. Hi Ralph,
  908.  
  909. Thanks for your letter, and for calling these broken links to my attention.
  910. I am sorry you had problems. The links have now been fixed and the pages
  911. should be accessible. Thank you for visiting my web site.
  912.  
  913. Gedeon
  914. FRACTALS: http://members.nbci.com/gedeonp/fractals.html
  915. Last updated: October 4, 2000
  916. Member Infinite Fractal Loop
  917. Artist member of Fractal Art Museum Enterprise
  918. http://www.crosswinds.net/~fractalis/
  919. PHOTOGRAPHY: http://members.nbci.com/gedeonp/photos.html
  920. Last updated: July 10, 2000
  921. ----- Original Message -----
  922. Sent: Friday, October 06, 2000 10:08 AM
  923.  
  924.  
  925. > Hi Gedeon
  926. >
  927. > I can access your autumn gallery (I like the blueish one in the center,
  928. > gpm-sg302-07) without problems, but following the links to your 3 Cebyshev
  929. pages
  930. > leads to a "member page not found" message.
  931. >
  932. > Ralph
  933. >
  934. >
  935. >
  936. > Gedeon wrote:
  937. >
  938. > > After a very long absence it looks like I am back to creating some
  939. images. I
  940. > > put up a new gallery dedicated to the season, and also updated my
  941. Chebyshev
  942. > > pages with 24 new images. I invite your visit and I hope you enjoy it.
  943. > >
  944. >
  945. >
  946. > --------------------------------------------------------------
  947. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  948. > Post Message:   fractint@lists.xmission.com
  949. > Get Commands:   majordomo@lists.xmission.com "help"
  950. > Administrator:  twegner@fractint.org
  951. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  952.  
  953.  
  954. Thanks for using Fractint, The Fractals and Fractint Discussion List
  955. Post Message:   fractint@lists.xmission.com
  956. Get Commands:   majordomo@lists.xmission.com "help"
  957. Administrator:  twegner@fractint.org
  958. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  959.  
  960.  
  961. -------------------------------------------------------------------------------
  962.  
  963. From: Ralph Feltens <feltens@biochem.mu-luebeck.de>
  964. Subject: Re: (fractint) updated web site
  965. Date: 06 Oct 2000 17:04:27 +0100
  966.  
  967. Hi again
  968.  
  969. Sorry, but the links still do not work (at least for me). I purged my browser
  970. history table to make sure that the error pages I got weren't due to a cached
  971. copy ...
  972.  
  973. Try again ?   :-)
  974.  
  975.  
  976.                     Ralph
  977.  
  978.  
  979.  
  980. Gedeon wrote:
  981.  
  982. > Hi Ralph,
  983. >
  984. > Thanks for your letter, and for calling these broken links to my attention.
  985. > I am sorry you had problems. The links have now been fixed and the pages
  986. > should be accessible. Thank you for visiting my web site.
  987. >
  988. > Gedeon
  989.  
  990.  
  991. Thanks for using Fractint, The Fractals and Fractint Discussion List
  992. Post Message:   fractint@lists.xmission.com
  993. Get Commands:   majordomo@lists.xmission.com "help"
  994. Administrator:  twegner@fractint.org
  995. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  996.  
  997.  
  998. -------------------------------------------------------------------------------
  999.  
  1000. From: Gedeon <gedeon@InfoAve.Net>
  1001. Subject: Re: (fractint) updated web site
  1002. Date: 06 Oct 2000 11:46:02 -0400
  1003.  
  1004. Hi Ralph,
  1005.  
  1006. I am very sorry you are continuing to have problems. When I received your
  1007. first note, I immediately checked the links, and found a spelling error in
  1008. them. I corrected it, and tried them all. They all worked properly. Having
  1009. now received your second note, I went back and checked again, and found that
  1010. I was not even able to get to my index page. This, unfortunately, is an
  1011. often recurring problem with the server, NBCi (formerly Xoom). No doubt
  1012. others using this server have experienced similar problems in the course of
  1013. the past few weeks. The Xoom-NBCi merger has not been a smooth one! Ten
  1014. minutes later I tried again, this time everything worked just fine, but I am
  1015. afraid I cannot be sure that everything at NBCi had been fixed. I have been
  1016. considering moving my web site to another server, but I have been occupied
  1017. with other things, and decided to wait and see what happens. Surely NBCi is
  1018. a firm with adequate resources to fix these server problems, I tell myself
  1019. hopefully. In any event, I am sorry you have had problems, and all I can say
  1020. at this point is that if you really want to see my Chebyshev pages, as I
  1021. hope you do, try again later.
  1022.  
  1023. Regards,
  1024.  
  1025. Gedeon
  1026. FRACTALS: http://members.nbci.com/gedeonp/fractals.html
  1027. Last updated: October 4, 2000
  1028. Member Infinite Fractal Loop
  1029. Artist member of Fractal Art Museum Enterprise
  1030. http://www.crosswinds.net/~fractalis/
  1031. PHOTOGRAPHY: http://members.nbci.com/gedeonp/photos.html
  1032. Last updated: July 10, 2000
  1033. ----- Original Message -----
  1034. Sent: Friday, October 06, 2000 12:04 PM
  1035.  
  1036.  
  1037. > Hi again
  1038. >
  1039. > Sorry, but the links still do not work (at least for me). I purged my
  1040. browser
  1041. > history table to make sure that the error pages I got weren't due to a
  1042. cached
  1043. > copy ...
  1044. >
  1045. > Try again ?   :-)
  1046. >
  1047. >
  1048. >                     Ralph
  1049. >
  1050. >
  1051. >
  1052. > Gedeon wrote:
  1053. >
  1054. > > Hi Ralph,
  1055. > >
  1056. > > Thanks for your letter, and for calling these broken links to my
  1057. attention.
  1058. > > I am sorry you had problems. The links have now been fixed and the pages
  1059. > > should be accessible. Thank you for visiting my web site.
  1060. > >
  1061. > > Gedeon
  1062. >
  1063. >
  1064. > --------------------------------------------------------------
  1065. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  1066. > Post Message:   fractint@lists.xmission.com
  1067. > Get Commands:   majordomo@lists.xmission.com "help"
  1068. > Administrator:  twegner@fractint.org
  1069. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1070.  
  1071.  
  1072. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1073. Post Message:   fractint@lists.xmission.com
  1074. Get Commands:   majordomo@lists.xmission.com "help"
  1075. Administrator:  twegner@fractint.org
  1076. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1077.  
  1078.  
  1079. -------------------------------------------------------------------------------
  1080.  
  1081. From: "Ricardo M. Forno" <rforno@tutopia.com>
  1082. Subject: RE: (fractint) Boundery-Trace Algorithm
  1083. Date: 06 Oct 2000 20:21:57 -0300
  1084.  
  1085. I dont know the theory behind that, by my experience is that over 90% of the
  1086. cases passes=g outperforms passes=b.
  1087. ----- Original Message -----
  1088. Sent: Friday, October 06, 2000 9:46 AM
  1089.  
  1090.  
  1091. > The documentation is wrong. passes=b is always faster than passes=g. For
  1092. > proof, note that both will do every pixel that borders a pixel of a
  1093. > different color, but passes=b does no others whereas passes=g runs through
  1094. a
  1095. > fine grid of points inside areas passes=b does solid.
  1096. >
  1097. > This may reverse at extremely low average iterations per pixel in the
  1098. image
  1099. > if the passes=b stack management overhead becomes dominant over the actual
  1100. > fractal calculations, but this is unlikely to occur even for the base
  1101. > Mandelbrot image with a reasonably high maxiter set, let alone any *real*
  1102. > fractal.
  1103. >
  1104. > passes=b is, however, the most error-prone passes choice, particularly in
  1105. > certain cases where radial spokes sparsely surround a mini Mandelbrot, and
  1106. > for certain disconnected Julia sets. Passes=1, 2, 3, and d are tied for
  1107. > least error prone. Passes=s is fairly accurate but does funky things to
  1108. the
  1109. > logmap (still not fixed in 20.1).
  1110. > _________________________________________________________________________
  1111. > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  1112. >
  1113. > Share information about yourself, create your own public profile at
  1114. > http://profiles.msn.com.
  1115. >
  1116. >
  1117. > --------------------------------------------------------------
  1118. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  1119. > Post Message:   fractint@lists.xmission.com
  1120. > Get Commands:   majordomo@lists.xmission.com "help"
  1121. > Administrator:  twegner@fractint.org
  1122. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1123.  
  1124.  
  1125. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1126. Post Message:   fractint@lists.xmission.com
  1127. Get Commands:   majordomo@lists.xmission.com "help"
  1128. Administrator:  twegner@fractint.org
  1129. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1130.  
  1131.  
  1132. -------------------------------------------------------------------------------
  1133.  
  1134. From: Jim Muth <jamth@mindspring.com>
  1135. Subject: (fractint) FOTD  07-10-00  (Boiling Cauldron [7])
  1136. Date: 06 Oct 2000 21:09:09 -0400 (EDT)
  1137.  
  1138.  
  1139. FOTD -- October 07, 2000 (Rating 7)
  1140.  
  1141. Fractal visionaries and enthusiasts:
  1142.  
  1143. The non-fractal work is once again under control here at Fractal 
  1144. Central, leaving more time for a proper fractal search.  My 
  1145. search today was quickly rewarded with an above average and 
  1146. striking image, well worth a look.
  1147.  
  1148. The mathematical expression Z^(1.1)-Z^(-1.1)+(1/C) is purely 
  1149. whimsical.  As far as I know, it has no special significance 
  1150. except that when iterated by the MandelbrotMix4 formula it 
  1151. produces the expected fractal.  The fractal consists of a 
  1152. twisted Mandelbrot set centered at the top edge of the default 
  1153. screen.  Today's scene lies in the intricate features along the 
  1154. northwest edge of this set, near the point where a gently 
  1155. curving filament makes an unexpected acute angle and doubles 
  1156. back on itself.
  1157.  
  1158. When the time to give a name to the picture arrived, I had no 
  1159. hint of what to call it.  The name I settled on, "Boiling 
  1160. Cauldron", was more a choice of desperation than a logical 
  1161. choice.  I may already have given the same name to an earlier 
  1162. FOTD.  I have no handy list available to check which names have 
  1163. already been used.  And what harm would come from having a 
  1164. duplicate.
  1165.  
  1166. Perhaps I should start naming the FOTD's with an Opus number, 
  1167. like is done with the works of composers.  Even that would be a 
  1168. task however, for I also have no readily available count of the 
  1169. 3-1/2 years' of FOTD's.  But if I started numbering without 
  1170. actually counting, I would start around 1250.
  1171.  
  1172. Today's image is above average -- neither much above nor 
  1173. slightly above, but rather average above average, which 
  1174. translates to an honest rating of 7.  The parameter file renders 
  1175. in 6 minutes -- slow though not overly frustrating.
  1176.  
  1177. For those who would rather not go through the hassle of running 
  1178. the parameter file, the GIF image file has been posted to the 
  1179. usual two sites:
  1180.  
  1181.           alt.binaries.pictures.fractals
  1182.  
  1183. and:
  1184.  
  1185.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  1186.  
  1187. The fractal weather today was partly cloudy with a temperature 
  1188. of 79F (26C), perfect for the cats, who chased each other around 
  1189. the yard for 1/2 hour before running out of energy and settling 
  1190. down for a snooze on the porch.
  1191.  
  1192. Well, the cats have long since ended their snooze, and are once 
  1193. again thinking of food.  I guess it's time to shut down the 
  1194. fractal shoppe and put the fractal cats' minds to rest by 
  1195. filling their food dishes with their favorite snacks.  Until 
  1196. tomorrow, take care, and see you then.
  1197.  
  1198.  
  1199. Jim Muth
  1200. jamth@mindspring.com
  1201.  
  1202.  
  1203. START 20.0 PAR-FORMULA FILE================================
  1204.  
  1205. Boiling_Cauldron   { ; time=0:06:08.06 -- SF5 on a P200
  1206.   reset=2001 type=formula formulafile=critical.frm
  1207.   formulaname=MandelbrotMix4 function=recip passes=1
  1208.   center-mag=-0.38580613488445680/+2.076060642776320/2\
  1209.   .459343e+008/1/62.5 params=1/1.1/-1/-1.1/0/0 float=y
  1210.   maxiter=750 inside=0 logmap=115 periodicity=10
  1211.   colors=000RlzTkzWmzWizVezVdzV_zUZzUVzUUvTQsSOqRKmRIi\
  1212.   QEgPCdP8`P5Z0ib0`V0RO0HG0AA222400800C00000N0IRHSjKiv\
  1213.   NtzTzzSzzRzuOskOkbNd`PZ<2>VOOTNKRLERLBPK4NK0<3>FJ0GJ\
  1214.   0EN0DR0BV09X08`07d07e05i03m02q00s00v00z00z00s02k44dE\
  1215.   5XP8QZAMkDGvFAzH3zODzVKzaTzi_zogvspszvtzzqzzlzzizzZz\
  1216.   pQzeHzS6zG0z20z00<2>z00z00x20v41u65uA9sDDqFGoGJoKNmM\
  1217.   QkOTkPXbP_WPbPPgGOk7Nq0Mu0Mz0Mz0Oz0Qv0Ps0Ro0Tk6TiAVe\
  1218.   DWbJWZMXVQXV<2>GVeCUi8Sm4Rq1Qv0Qz0Pz0Nz0Oz0Mz0Mz0Oz0\
  1219.   Nz0Qz0Pz6Pz9RzFSvJSuMUqRUmVWkZXg`XddYcgYakZad__XXXUX\
  1220.   WMXVHZV9ZV1`V0`V0bV0bV0Yb0Yg9YoHWuPXzYXzdWzkUzedzYju\
  1221.   SsiKuYFuNHqIFkCGk6Gk0MkARkKWkTbkbhkilnorrxuszqszlqzf\
  1222.   qzcpzYpzSozNozJozdpzvrzsszmpziqzcqxYtxUwxPzxJzwGzwAz\
  1223.   w6zwCzfHzQLzANz0<3>pz0<2>uz0wz0wz0xz0zz0<2>zz0qz0gzE\
  1224.   ZzTNzeCzo<2>Yzy<2>uzzuzzuzzszzszzszzszzqzzqzzHzyqzzq\
  1225.   zzqzzNzmPzsRzz
  1226.   }
  1227.  
  1228. frm:MandelbrotMix4 {; Jim Muth
  1229. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  1230. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  1231. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  1232. z=k*((a*(z^b))+(d*(z^f)))+c,
  1233. |z| < l
  1234. }
  1235.  
  1236. END 20.0 PAR-FORMULA FILE==================================
  1237.  
  1238.  
  1239. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1240. Post Message:   fractint@lists.xmission.com
  1241. Get Commands:   majordomo@lists.xmission.com "help"
  1242. Administrator:  twegner@fractint.org
  1243. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1244.  
  1245.  
  1246. -------------------------------------------------------------------------------
  1247.  
  1248. From: Mark Christenson <mchris@hooked.net>
  1249. Subject: RE: (fractint) Passes Algorithms
  1250. Date: 06 Oct 2000 19:51:05 -0700
  1251.  
  1252. At 08:21 PM 10/6/00 -0300, Ricardo wrote:
  1253. >
  1254. >I dont know the theory behind that, by my experience is that over 90% of the
  1255. >cases passes=g outperforms passes=b.
  1256. >----- Original Message -----
  1257. >From: Multiple Bogeys <neo_1061@hotmail.com>
  1258. >
  1259. >> The documentation is wrong. passes=b is always faster than passes=g. 
  1260. >>...
  1261.  
  1262. In my experience the advantage of passes=b/t exists only where the 
  1263. broad color bands comprise a significant percentage of the image.  
  1264. In all other cases I use passes=1, especially where accuracy is 
  1265. required.  All "shortcut" methods are error-prone for disconnected 
  1266. sets (e.g. dust Julias), and where thin color bands dominate and 
  1267. iteration counts are low they can slow rendering substantially 
  1268. (all of that algorithmic overhead). 
  1269.  
  1270.  
  1271. Regards, 
  1272.         Bud
  1273.  
  1274.  
  1275. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1276. Post Message:   fractint@lists.xmission.com
  1277. Get Commands:   majordomo@lists.xmission.com "help"
  1278. Administrator:  twegner@fractint.org
  1279. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1280.  
  1281.  
  1282. -------------------------------------------------------------------------------
  1283.  
  1284. From: "Multiple Bogeys" <neo_1061@hotmail.com>
  1285. Subject: RE: (fractint) Boundery-Trace Algorithm
  1286. Date: 07 Oct 2000 11:21:43 EDT
  1287.  
  1288. It only seems faster, because it gives you a quick preview of the image; 
  1289. it's a psychological thing. I suggest using the timing information on the 
  1290. tab screen for more objective comparisons -- or just considering for a 
  1291. moment that passes=g will calculate every pixel passes=b does, at least in 
  1292. the cases where passes=g doesn't screw up.
  1293. _________________________________________________________________________
  1294. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  1295.  
  1296. Share information about yourself, create your own public profile at 
  1297. http://profiles.msn.com.
  1298.  
  1299.  
  1300. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1301. Post Message:   fractint@lists.xmission.com
  1302. Get Commands:   majordomo@lists.xmission.com "help"
  1303. Administrator:  twegner@fractint.org
  1304. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1305.  
  1306.  
  1307. -------------------------------------------------------------------------------
  1308.  
  1309. From: Jim Muth <jamth@mindspring.com>
  1310. Subject: (fractint) FOTD  08-10-00  (An Astral Minibrot [6])
  1311. Date: 07 Oct 2000 23:30:10 -0400 (EDT)
  1312.  
  1313.  
  1314. FOTD -- October 08, 2000 (Rating 6)
  1315.  
  1316. Fractal visionaries and enthusiasts:
  1317.  
  1318. Do fractals exist on the astral plane?  Of course.  Fractals are 
  1319. everywhere, and on the astral plane they exist as real objective 
  1320. objects, not merely as mathematical abstractions.  To prove my 
  1321. statement, I have found an image of an astral Minibrot, which I 
  1322. now present as the FOTD for October 8th.  The expression that 
  1323. drew the image is -1Z^(-2)-3Z^(-4)+21*(1/C).  It was entered 
  1324. totally at random. 
  1325.  
  1326. Of course, some may doubt that this midget originated in another 
  1327. dimension, but it is part of a four-dimensional Julibrot, and 
  1328. the fourth dimension most certainly is another dimension.  The 
  1329. pale colors resemble the tints commonly reported as having been 
  1330. observed on the astral plane, and the deep blue background adds 
  1331. just the right heavenly touch.
  1332.  
  1333. Taking all this evidence into consideration, I came to the 
  1334. conclusion that the midget in today's picture comes straight 
  1335. from a higher world.  I named the image "An Astral Minibrot" 
  1336. accordingly, and rated it a marginally better than average 6.
  1337.  
  1338. The parameter file runs in 8 minutes on a very down-to-earth 
  1339. physical computing machine.  It will not run at all on an astral 
  1340. machine.  If the 8-minute wait leads to too much impatience, the 
  1341. GIF file of the entire image may be found on the Usenet network 
  1342. at the binary newsgroup:
  1343.  
  1344.           <alt.binaries.pictures.fractals>
  1345.  
  1346. It is also available on the web at:
  1347.  
  1348.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  1349.  
  1350. The fractal weather today here at Fractal Central was partly 
  1351. cloudy with a temperature of 60F (15.5C).  These conditions 
  1352. pleased the fractal cats, who were outdoors for nearly two 
  1353. hours, romping and resting.
  1354.  
  1355. The cats are now dozing, and I'm about ready to doze myself.  
  1356. Until tomorrow, when the philosophical emphasis will be on 
  1357. fractal philosophy, take care, and be peaceful.
  1358.  
  1359.  
  1360. Jim Muth
  1361. jamth@mindspring.com
  1362.  
  1363.  
  1364. START 20.0 PAR-FORMULA FILE================================
  1365.  
  1366. An_Astral_Minibrot { ; time=0:07:59.23 -- SF5 on a P200
  1367.   reset=2001 type=formula formulafile=critical.frm
  1368.   formulaname=MandelbrotMix4 function=recip passes=1
  1369.   center-mag=+0.5225568645555446/+0.311077241609439/4.\
  1370.   203189e+009/1/97.499 params=-1/-2/-3/-4/20/0 float=y
  1371.   maxiter=1400 inside=0 logmap=159 periodicity=10
  1372.   colors=000DBFDDGBCJ<3>8CP7CR6CS6CV5CW4CY3C`2Ca2Bc2Ce\
  1373.   0Bh0Ci<2>0Bm0Bn0Bm2El6FlAHkFIlJKiONgSOeWPe_QecSchVem\
  1374.   WfsYfxagzdhzfjwiksiimjjfllYnmSpnMrpItrJvpKynLwmMtkNq\
  1375.   jOnjPlhQigRheSedTabUZbVXaXU`YTZWPYWLXWJXYMYZPZ<2>eZc\
  1376.   ghcimcircmmbmmbmh`lb`m``nW_pTYqOXsLWtHWuDUwATx7Ty4Sy\
  1377.   1Sx5Tw9UuDUtHWsMWqQWpWXp__nbZneZniZnm`oq`pw`pzanwRns\
  1378.   PnnOnkOnhNndLnaLnYKnWJnSJnQInPIpOHpNGpLGpLE<2>pICpGB\
  1379.   pGBpEApEAj14l45l76l86lC6lE6mH7mL7mN7mP7mT7mV7nZ8nb8n\
  1380.   d8ng8nk8pmApqApuAqxApzBpzBnzDkyEjwFhtGfqHdpI<3>YeNWb\
  1381.   OVaPTZRRXRQURNSRMQSJPTHOWGLX<3>AEaFLcJQeNVfS`hXei`ij\
  1382.   elffn`gqTktLnwEpy7rx9rwBswEruGttH<2>usOusRwsSwtVxuXx\
  1383.   u_yu`yvcyvf<3>zypzyrzzuzzwxxuvxtrxsmypfym`ymVykQziKz\
  1384.   hGzhAzgDzj<3>NzoPzqRzrUztWzv_zwazxdzy<2>kzzizrhzfczU\
  1385.   bzH`z5VzQMzhDzzIzv<2>Wzc`zYczQgzJkzCnz7WzXNzHMzMJzT
  1386.   }
  1387.  
  1388. frm:MandelbrotMix4 {; Jim Muth
  1389. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  1390. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  1391. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  1392. z=k*((a*(z^b))+(d*(z^f)))+c,
  1393. |z| < l
  1394. }
  1395.  
  1396. END 20.0 PAR-FORMULA FILE==================================
  1397.  
  1398.  
  1399. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1400. Post Message:   fractint@lists.xmission.com
  1401. Get Commands:   majordomo@lists.xmission.com "help"
  1402. Administrator:  twegner@fractint.org
  1403. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1404.  
  1405.  
  1406. -------------------------------------------------------------------------------
  1407.  
  1408. From: Jim Muth <jamth@mindspring.com>
  1409. Subject: (fractint) FOTD  09-10-00  (Mandelbrot's Chariot [6])
  1410. Date: 09 Oct 2000 00:58:00 -0400 (EDT)
  1411.  
  1412.  
  1413. FOTD -- October 09, 2000 (Rating 6)
  1414.  
  1415. Fractal visionaries and enthusiasts:
  1416.  
  1417. I had a low energy day today, doing little but lounging around 
  1418. most of the day.  But I did manage to muster the energy to find 
  1419. and shape up a striking little fractal scene.
  1420.  
  1421. Today's fractal image reminded me at once of a flaming chariot 
  1422. wheel, so I named it "Mandelbrot's Chariot".  The fiery picture 
  1423. is a scene in the fractal that results from the iteration of the 
  1424. expression -15Z^(-1.5)-1.5Z^(-15)+(1/C).  The slightly above 
  1425. average rating of 6 is honestly earned.
  1426.  
  1427. Requiring only 1 minute to render, the parameter file is fast 
  1428. enough for the most impatient fractalier.  But if one minute is 
  1429. still too slow, the pre-rendered GIF image is available on 
  1430. Usenet at:
  1431.  
  1432.           alt.binaries.pictures.fractals
  1433.  
  1434. and on the Web at:
  1435.  
  1436.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  1437.  
  1438. The fractal weather today here at Fractal Central was partly 
  1439. cloudy, with 55F (13C) as a high temperature.  These conditions 
  1440. were a bit chilly for the fractal cats, who cut short their 
  1441. several tentative outings into the yard.
  1442.  
  1443. Until tomorrow, when I'll post my first and perhaps last fractal 
  1444. that rates a perfect 10, take care, and keep posted.
  1445.  
  1446.  
  1447. Jim Muth
  1448. jamth@mindspring.com
  1449.  
  1450.  
  1451. START 20.0 PAR-FORMULA FILE================================
  1452.  
  1453. MandelbrotsChariot { ; time=0:01:07.12 -- SF5 on a p200
  1454.   reset=2001 type=formula formulafile=critical.frm
  1455.   formulaname=MandelbrotMix4 function=recip passes=1
  1456.   center-mag=-0.49964435592604780/+1.59518857437319200\
  1457.   /1.75916e+011/1/-109.997/-0.004
  1458.   params=-15/-1.5/-1.5/-15/0/525 float=y
  1459.   maxiter=275 inside=0 logmap=19 periodicity=10
  1460.   colors=000F0AF0AL0CK1EP2GU3IY4Ib5FgGFtPKzRKzSKziKzfK\
  1461.   zrZzzczzWzrOzcGzU8zK1z60z00w23r56m79h7E<2>g8Sf8XhFP<\
  1462.   2>o_2<3>hP6fM7dK8bH9aFA<3>mVgpZps_x<3>wgkxihykeymb<4\
  1463.   >jwY<2>azW<3>bzsbzy_zw<3>Ozo<3>TziVzgWzfXzdYzc<3>LzL\
  1464.   IzGFzCCz79z3<4>bz8<2>tzB<3>bzYYzcUziPzoLzt<3>jzhqzew\
  1465.   zcszF<3>RzSKzVDzY5z05z05z05ze5z05zejz0jzejz0jzeQzLQz\
  1466.   zQzLQzzzzLzzzzzLzzz5z0Az5<3>MzHPzKTzO<3>hzcmzhrzmxzs\
  1467.   zzz5zz<2>ozzzzz<3>zz0<3>zz0oz0<2>5z0<3>5zz<2>5zz_zz<\
  1468.   2>wzzzzz<3>zzV<3>zzVwzV<2>_zV<3>_zz<2>_zzmzz<2>zzzzz\
  1469.   z<3>zzh<4>zzh<2>mzh<3>mzz<2>mzz5zS<3>XzS<3>Xz0<3>Xz0\
  1470.   <3>5z0<3>5zS<2>5zSJzShzw<3>RzW
  1471.   }
  1472.  
  1473. frm:MandelbrotMix4 {; Jim Muth
  1474. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  1475. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  1476. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  1477. z=k*((a*(z^b))+(d*(z^f)))+c,
  1478. |z| < l
  1479. }
  1480.  
  1481. END 20.0 PAR-FORMULA FILE==================================
  1482.  
  1483.  
  1484. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1485. Post Message:   fractint@lists.xmission.com
  1486. Get Commands:   majordomo@lists.xmission.com "help"
  1487. Administrator:  twegner@fractint.org
  1488. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1489.  
  1490.  
  1491. -------------------------------------------------------------------------------
  1492.  
  1493. From: Jim Muth <jamth@mindspring.com>
  1494. Subject: (fractint) FOTD  10-10-00  (The Perfect Fractal [10])
  1495. Date: 09 Oct 2000 22:09:58 -0400 (EDT)
  1496.  
  1497.  
  1498. FOTD -- October 10, 2000 (Rating 10)
  1499.  
  1500. Fractal visionaries and enthusiasts:
  1501.  
  1502. For many years I have searched for the perfect fractal, one 
  1503. which I could rate an honest 10.  I wrote and discarded one 
  1504. formula after another in my fruitless search, but the perfection 
  1505. I sought always eluded me.  It eluded me that is until one day 
  1506. recently, when I realized that I had the perfect fractal on the 
  1507. screen before me.  I now offer this perfect fractal to the world 
  1508. in its full 10-rated glory as the FOTD for 10-10-00.
  1509.  
  1510. The parameter file of this perfect fractal is the fastest of all 
  1511. time, requiring only an incredible 3 seconds to render.  The 
  1512. quickness of the parameter file however takes nothing from the 
  1513. worthiness of the image it creates.  I named the picture "The 
  1514. Perfect Fractal" because that's what it is.
  1515.  
  1516. Of course, there is but one perfect fractal, and that fractal is 
  1517. the parent fractal of all fractals -- the simple yet infinitely 
  1518. complex fractal -- the Mandelbrot set.  To give the image a 
  1519. little something extra, I rendered the M-set using Fractint's 
  1520. continuous potential coloring method, which produces images as 
  1521. close to true-color as is possible with a mere 256 colors.
  1522.  
  1523. Since we have the Mandelbrot set already on the screen, this is 
  1524. the perfect time to describe and give the names of its various 
  1525. features.  The names I have given to the features are mostly 
  1526. based on common usage, though some names are of my own invention.
  1527.  
  1528. The Mandelbrot set appears on the screen in its 'normal' 
  1529. orientation.  Just as is the case with terrestrial maps, North 
  1530. is up, South is down, West is left, and East is right.  The 
  1531. largest open area, which has a vague heart shape, is known as 
  1532. the Main Cardioid.  This cardioid is surrounded by roughly 
  1533. circular shapes known as buds.
  1534.  
  1535. The buds are separated from the Main Cardioid by cusps known as 
  1536. Valleys.  The large bud on the west side of the Main Cardioid is 
  1537. West Bud.  North Bud and South Bud lie at the north and south 
  1538. edges of the cardioid respectively.  Northwest, Northeast, 
  1539. Southwest, and Southeast buds are located on the corresponding 
  1540. sides of the cardioid.
  1541.  
  1542. The Main Cardioid is cleaved on its east side by East Valley, 
  1543. sometimes called Elephant Valley because of the elephant-like 
  1544. features that appear to be parading out of the valley.  The 
  1545. double valley separating the West bud from the Main Cardioid is 
  1546. known as Seahorse Valley.  It has been named after the spirals 
  1547. shaped like seahorse tails, which are so prominent in this area. 
  1548. The next valley to the west is known as Seahorse Valley West, or 
  1549. Scepter Valley, because of the scepter-like features found 
  1550. there.  The next valley west is Double Scepter Valley, then 
  1551. comes Triple Scepter Valley, and so on to infinity.
  1552.  
  1553. At the north edge of the cardioid lies North Valley or Triple 
  1554. Spiral Valley.  45 degrees clockwise lies Northeast Valley or 
  1555. Quad Spiral Valley.  Northwest Valley lies approximately 45 
  1556. degrees counterclockwise from North Valley.  A similar 
  1557. arrangement of buds and valleys lies along the southern border 
  1558. of the cardioid.
  1559.  
  1560. The buds, along with all their associated filaments and midgets 
  1561. are known as radicals.  The long straight spike shooting out 
  1562. westward to a coordinate of -2 is known as the negative tail.  
  1563. The prominent midget on the negative tail is known as the main 
  1564. midget.  As I stated above, these names are the particular names 
  1565. I use.  As far as I know, official names have yet to be given to 
  1566. the features of the Mandelbrot set.
  1567.  
  1568. The classic Mandelbrot set renders in just over 3 seconds from 
  1569. the parameter file.  It downloads in a period of time that is 
  1570. many times as long.  But for those who choose the download, the 
  1571. GIF image file may be found on Usenet at the binary group:
  1572.  
  1573.           alt.binaries.pictures.fractals
  1574.  
  1575. and on the Web at Paul Lee's site at:
  1576.  
  1577.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  1578.  
  1579. The fractal weather today was downright chilly, with variable 
  1580. clouds and even a few drops of rain.  The temperature of 49F 
  1581. (9.5C) was too much for the fractal cats, who asked to come back 
  1582. indoors only 3 minutes after I let them out.  Then they scolded 
  1583. me because it was too chilly for them to enjoy the outdoors.
  1584.  
  1585. Barring an unexpected rush, the fractal philosophy will continue 
  1586. tomorrow, as I investigate something known as the Zexpe fractal 
  1587. in a way you've never seen before.  Then I've got all those odd 
  1588. orientations in the Julibrot to describe.
  1589.  
  1590. Until tomorrow then, take care, and when boredom strikes, rush 
  1591. to your computer to create a fractal.
  1592.  
  1593.  
  1594. Jim Muth
  1595. jamth@mindspring.com
  1596.  
  1597.  
  1598. START PARAMETER FILE=======================================
  1599.  
  1600. The_PerfectFractal { ; time=0:00:03.32 -- SF5 on a P200
  1601.   reset=2001 type=mandel passes=1
  1602.   center-mag=-0.606416/2.22045e-016/0.8503401
  1603.   params=0/0 float=y maxiter=260 inside=0 logmap=yes
  1604.   potential=255/260/260 periodicity=10
  1605.   colors=000000dmLdoLcrM<20>iU9jT9jS8kR7kQ7<3>lK4lJ4mI\
  1606.   3mH3mG2nE0<47>7Zl6Zm5_n<2>2`q1`s2`r<59>Q7dR7cR6cS6cR\
  1607.   5bS4cS5bS5bS5aS5bT6aT6`T6a<36>_CJ_CJ`CI_CI<3>aEGaCFa\
  1608.   EFaEEaEEaDFbEF<9>`LD`MD_MD<10>YXBYYBXZB<3>XbAXcAXdAX\
  1609.   eAXfA<3>hjAkkWrmzzoz
  1610.   }
  1611.  
  1612. END PARAMETER FILE=========================================
  1613.  
  1614.  
  1615. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1616. Post Message:   fractint@lists.xmission.com
  1617. Get Commands:   majordomo@lists.xmission.com "help"
  1618. Administrator:  twegner@fractint.org
  1619. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1620.  
  1621.  
  1622. -------------------------------------------------------------------------------
  1623.  
  1624. From: Jim Muth <jamth@mindspring.com>
  1625. Subject: (fractint) FOTD  11-10-00  (A Zexpe Minibrot [7])
  1626. Date: 11 Oct 2000 00:13:01 -0400 (EDT)
  1627.  
  1628.  
  1629. FOTD -- October 11, 2000 (Rating 7)
  1630.  
  1631. Fractal visionaries and enthusiasts:
  1632.  
  1633. Today's unusual midget takes us deep into the Zexpe fractal, a 
  1634. fractal that was named and explored by Lee Skinner.  The word 
  1635. Zexpe is a contraction of Z exponent Epsilon, or Z^2.718...  The 
  1636. formula Z^2.718+C draws a fractal that on the surface looks like 
  1637. a twisted version of the cubic Mandeloid, but inside is entirely 
  1638. different.  Unlike the midgets of the Z^2+C Mandelbrot set, 
  1639. which always have the same basic shape, the midgets of the Zexpe 
  1640. fractal can apparently take most any shape whatever.
  1641.  
  1642. Like all fractals with fractional exponents, the Zexpe fractal 
  1643. is not only infinite within its depths, its surface is infinite 
  1644. as well, taking the shape of an infinite hyperdimensional 
  1645. corkscrew.  The MandelbrotBC formula, which drew today's image, 
  1646. calculates the more remote parts of this hypercorkscrew.
  1647.  
  1648. The BC in the formula name stands for 'branch cuts', which are 
  1649. the discontinuities that, due to the multi-valued nature of the 
  1650. complex log function, must always appear in fractals with 
  1651. fractional exponents.  The MandelbrotBC formula moves these 
  1652. branch cuts around as it slices through different parts of the 
  1653. corkscrew.  It therefore can produce a great variety of 
  1654. different fractals from the same mathematical expression.
  1655.  
  1656. The parent fractal of today's scene is a multi-lobed object with 
  1657. a small filament extending from the northernmost bud.  The 
  1658. midget in today's picture exists in the spread-out East Valley 
  1659. of a prominent midget on this filament.  I named the picture "A 
  1660. Zexpe Minibrot" for the obvious reason, and rated it a 7 because 
  1661. it actually is a rather striking scene.  In fact it almost 
  1662. reminds me of a Hubble telescopic view of a planetary nebula.
  1663.  
  1664. With a render time of 3-1/2 minutes, the parameter file is slow 
  1665. enough to make a download of the image file the better choice.  
  1666. The download may be found at:
  1667.  
  1668.           alt.binaries.pictures.fractals
  1669.  
  1670. and at:
  1671.  
  1672.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  1673.  
  1674. The fractal weather today here at fractal central was cloudy but 
  1675. milder.  The temperature of 54F (12C) was just warm enough to 
  1676. satisfy the cats.
  1677.  
  1678. It's now time to shut down the fractal shoppe for the night and 
  1679. give the cats their late night snack.  Until tomorrow, take 
  1680. care, and brace yourself for more fractals.
  1681.  
  1682.  
  1683. Jim Muth
  1684. jamth@mindspring.com
  1685.  
  1686.  
  1687. START 20.0 PAR-FORMULA FILE================================
  1688.  
  1689. A_Zexpe_Minibrot   { ; time=0:03:31.02 -- SF5 on a P200
  1690.   reset=2001 type=formula formulafile=branchct.frm
  1691.   formulaname=MandelbrotBC passes=1
  1692.   center-mag=+0.37032548119277480/+1.35149200434768100\
  1693.   /526420/1/67.499 params=2.71828182845905/0/13.4/0
  1694.   float=y maxiter=3000 inside=0 logmap=81 periodicity=10
  1695.   colors=000A8F<3>ABIACJADKAEJ9HH8LF<3>4f93k72q51v4<3>\
  1696.   ETFHMHKFKN8M<3>FNBDR8BV69Z37a1<3>DQSENZGKeHHlKFrUMtd\
  1697.   SurZvwdwucvpbuibubat<4>QZrNYqKXq<3>AVo<9>Zkf`lecnd<3\
  1698.   >lta<9>KqZHqZEqZ<3>3pY<3>abgj_jrXl<3>bR_ZQXVPURORPMU\
  1699.   NKXKI_HHbDGeCFj<3>R9`V7YY6W<3>VBQUCPUDOTEMSFLSGK<8>P\
  1700.   dGPgGPjF<3>OtE<3>cg_gdekajoZpsWuhYmZ_fUadOcbSe`WgZ_i\
  1701.   4<2>kpUoraukZwdW<2>vLO<3>g`EddCYcBSeAMdAIc9Kb8Ma8<3>\
  1702.   UiZWkdYme_oOaqe<2>gweiyz<3>qzirz5szOtz2<2>wzWxzC<2>z\
  1703.   zZzz4<3>zzZzz2<3>zzTzz_zzz<3>zzlzzhzz4zzNzzOzzDzzNzz\
  1704.   XzzA<3>zzTzzXzzazz7zzJzzVzzMzzTzz_zzWzz`zz2zzdzzP<3>\
  1705.   zzbzzxzzqzzkzzpzzlzzS<2>zzQ
  1706.   }
  1707.  
  1708. frm:MandelbrotBC = { ; Z = Z^E + C
  1709.   e=p1
  1710.   p=real(p2)+PI
  1711.   q=2*PI*trunc(p/(2*PI))
  1712.   r=real(p2)-q
  1713.   Z=C=Pixel:
  1714.     Z=log(Z)
  1715.     IF(imag(Z)>r)
  1716.       Z=Z+flip(2*PI)
  1717.     ENDIF
  1718.     Z=exp(e*(Z+flip(q)))+C
  1719.   |Z|<100
  1720. }
  1721.  
  1722. END 20.0 PAR-FORMULA FILE==================================
  1723.  
  1724.  
  1725. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1726. Post Message:   fractint@lists.xmission.com
  1727. Get Commands:   majordomo@lists.xmission.com "help"
  1728. Administrator:  twegner@fractint.org
  1729. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1730.  
  1731.  
  1732. -------------------------------------------------------------------------------
  1733.  
  1734. From: "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net>
  1735. Subject: Re: (fractint) FOTD  11-10-00  (A Zexpe Minibrot [7])
  1736. Date: 11 Oct 2000 01:16:34 -0500
  1737.  
  1738. Jim Muth wrote:
  1739. >
  1740. > Today's unusual midget takes us deep into 
  1741. > the Zexpe fractal, a fractal that was named 
  1742. > and explored by Lee Skinner.
  1743.  
  1744. And for those wishing to see a couple more images Jim generated using
  1745. the Zexpe formula:
  1746.  
  1747.     http://home.att.net/~Paul.N.Lee/FotD/FotD_00-01-09.html
  1748.  
  1749.     http://home.att.net/~Paul.N.Lee/FotD/FotD_00-09-17.html
  1750.  
  1751.  
  1752. Sincerely,
  1753. P.N.L.
  1754. http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
  1755.  
  1756. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1757. Post Message:   fractint@lists.xmission.com
  1758. Get Commands:   majordomo@lists.xmission.com "help"
  1759. Administrator:  twegner@fractint.org
  1760. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1761.  
  1762.  
  1763. -------------------------------------------------------------------------------
  1764.  
  1765. From: "Multiple Bogeys" <neo_1061@hotmail.com>
  1766. Subject: Re: (fractint) FOTD 11-10-00 (A Zexpe Minibrot [7])
  1767. Date: 11 Oct 2000 11:25:16 EDT
  1768.  
  1769. >     http://home.att.net/~Paul.N.Lee/FotD/FotD_00-09-17.html
  1770.  
  1771. 404
  1772. _________________________________________________________________________
  1773. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  1774.  
  1775. Share information about yourself, create your own public profile at 
  1776. http://profiles.msn.com.
  1777.  
  1778.  
  1779. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1780. Post Message:   fractint@lists.xmission.com
  1781. Get Commands:   majordomo@lists.xmission.com "help"
  1782. Administrator:  twegner@fractint.org
  1783. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1784.  
  1785.  
  1786. -------------------------------------------------------------------------------
  1787.  
  1788. From: DeBow Freed II PhD <bmc1@airmail.net>
  1789. Subject: Re: (fractint) FOTD 11-10-00 (A Zexpe Minibrot [7])
  1790. Date: 11 Oct 2000 13:41:42 -0500
  1791.  
  1792. MY system also sez this is a nonexistent or out-of-date link.
  1793.  
  1794. I knew I liked Zex, but Zexpe's even better.
  1795.  
  1796. Multiple Bogeys wrote:
  1797.  
  1798. > >     http://home.att.net/~Paul.N.Lee/FotD/FotD_00-09-17.html
  1799. >
  1800. > 404
  1801. > _________________________________________________________________________
  1802. > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  1803. >
  1804. > Share information about yourself, create your own public profile at
  1805. > http://profiles.msn.com.
  1806. >
  1807. > --------------------------------------------------------------
  1808. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  1809. > Post Message:   fractint@lists.xmission.com
  1810. > Get Commands:   majordomo@lists.xmission.com "help"
  1811. > Administrator:  twegner@fractint.org
  1812. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1813.  
  1814.  
  1815. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1816. Post Message:   fractint@lists.xmission.com
  1817. Get Commands:   majordomo@lists.xmission.com "help"
  1818. Administrator:  twegner@fractint.org
  1819. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1820.  
  1821.  
  1822. -------------------------------------------------------------------------------
  1823.  
  1824. From: DeBow Freed II PhD <bmc1@airmail.net>
  1825. Subject: Re: (fractint) FOTD 11-10-00 (A Zexpe Minibrot [7])
  1826. Date: 11 Oct 2000 13:41:42 -0500
  1827.  
  1828. MY system also sez this is a nonexistent or out-of-date link.
  1829.  
  1830. I knew I liked Zex, but Zexpe's even better.
  1831.  
  1832. Multiple Bogeys wrote:
  1833.  
  1834. > >     http://home.att.net/~Paul.N.Lee/FotD/FotD_00-09-17.html
  1835. >
  1836. > 404
  1837. > _________________________________________________________________________
  1838. > Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  1839. >
  1840. > Share information about yourself, create your own public profile at
  1841. > http://profiles.msn.com.
  1842. >
  1843. > --------------------------------------------------------------
  1844. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  1845. > Post Message:   fractint@lists.xmission.com
  1846. > Get Commands:   majordomo@lists.xmission.com "help"
  1847. > Administrator:  twegner@fractint.org
  1848. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1849.  
  1850.  
  1851. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1852. Post Message:   fractint@lists.xmission.com
  1853. Get Commands:   majordomo@lists.xmission.com "help"
  1854. Administrator:  twegner@fractint.org
  1855. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1856.  
  1857.  
  1858. -------------------------------------------------------------------------------
  1859.  
  1860. From: "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net>
  1861. Subject: Re: (fractint) FOTD 11-10-00 (A Zexpe Minibrot [7])
  1862. Date: 11 Oct 2000 21:50:43 -0500
  1863.  
  1864. DeBow Freed II PhD wrote:
  1865. >
  1866. > MY system also sez this is a nonexistent or out-of-date link.
  1867. >
  1868. > Multiple Bogeys wrote:
  1869. > >
  1870. > > >     http://home.att.net/~Paul.N.Lee/FotD/FotD_00-09-17.html
  1871. > >
  1872. > > 404
  1873. > >
  1874.  
  1875. My mistake, it should have been the prior year's page:
  1876.  
  1877.      http://home.att.net/~Paul.N.Lee/FotD/FotD_99-09-17.html
  1878.  
  1879. Sincerely,
  1880. P.N.L.
  1881. http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
  1882.  
  1883. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1884. Post Message:   fractint@lists.xmission.com
  1885. Get Commands:   majordomo@lists.xmission.com "help"
  1886. Administrator:  twegner@fractint.org
  1887. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1888.  
  1889.  
  1890. -------------------------------------------------------------------------------
  1891.  
  1892. From: Jim Muth <jamth@mindspring.com>
  1893. Subject: (fractint) FOTD  12-10-00  (It's the Pits [7])
  1894. Date: 12 Oct 2000 00:43:09 -0400 (EDT)
  1895.  
  1896.  
  1897. FOTD -- October 12, 2000 (Rating 7)
  1898.  
  1899. Fractal visionaries and enthusiasts:
  1900.  
  1901. While studying today's fractal, I had the impression of staring 
  1902. down into a pit.  This is why I named the picture "It's the Pits" 
  1903. -- I did not choose the name because the image is unusually bad. 
  1904. In addition to rating a 7, the image is a reasonably fast one, 
  1905. taking only 2-1/2 minutes to render on one of those old-fashioned 
  1906. 200mhz Pentium machines.
  1907.  
  1908. The scene is that of a tortured midget that exists in the 
  1909. Z^(1.195)+C fractal, at a location well out on the infinite 
  1910. logarithmic spiral.  The parent fractal itself is also tortured 
  1911. looking, and well worth a look.  Midgets in Mandeloids of such a 
  1912. low order are exceedingly hard to find.  I stumbled upon today's 
  1913. midget purely by accident while randomly zooming into unlikely 
  1914. corners of the parent fractal.
  1915.  
  1916. Though the parameter file is fast, the download of the GIF image 
  1917. file is even faster.  That download may be found at:
  1918.  
  1919.           alt.binaries.pictures.fractals
  1920.  
  1921. and at:
  1922.  
  1923.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  1924.  
  1925. The all-important? fractal weather today here at fractal central 
  1926. was perfect.  Sunny skies and a temperature of 69F (20.5C) were 
  1927. ideal for the cats, and a slow day gave me time not only to let 
  1928. them outdoors all afternoon, but also to hunt and find those 
  1929. elusive fractals.
  1930.  
  1931. The armchair philosophy continues on hiatus until I have some-
  1932. thing worth the effort it takes to write it.  But the philosophy 
  1933. will inevitably return.  Until that time, the fractals will 
  1934. prosper as I devote my full energies to fractaling.
  1935.  
  1936. I'll shut down the fractal shoppe at this time, but I'll return 
  1937. in 24 hours with another outstanding fractal and a few words 
  1938. about it.  Until then, take care, and fractals are like spirits. 
  1939. We can see pictures of them while awake, but the originals appear 
  1940. only in our dreams.
  1941.  
  1942.  
  1943. Jim Muth
  1944. jamth@mindspring.com
  1945.  
  1946.  
  1947. START 20.0 PAR-FORMULA FILE================================
  1948.  
  1949. Its_The_Pits       { ; time=0:02:28.74 -- SF5 on a P200
  1950.   reset=2001 type=formula formulafile=branchct.frm
  1951.   formulaname=MandelbrotBC passes=1
  1952.   center-mag=-1.43935876863394000/+1.17860135751928400\
  1953.   /101.2729/1/-99.999 params=1.195/0/53/0 float=y
  1954.   maxiter=10000 inside=0 logmap=39 periodicity=10
  1955.   colors=0005ie5if4fh2dk4ah4_e5Xb5T_5PX7MU7IS7GO8CL8AI\
  1956.   87GBAEEBEGCEIEELGEMICPKCSLCTMCVOCYQB_SBaTBdUBeVBhYAj\
  1957.   _Ak`AnaAobAk_8iX8fU8dS7`P7YM7VK5TH5PE5<2>H54L58<3>V5\
  1958.   LY5O`5Qb5Te5Xh5_j5am5do5h<2>w5otBjsHfrMbpQYoVUn`QnbP\
  1959.   mdMiXSePVaH`Y8dU0iQ0mU0jX0h_1fa4dd5ah8`jBYmEVoHUrISv\
  1960.   LPxOOzQLzTIzUHzSLzPOzMSzLUyIXxG`wCbvAft7it5kpAm<3>aP\
  1961.   nYTnUVnQ_n<3>Amo5po1soHiiO_bTPXVEQX8M_CL`HKaLIdPHeTG\
  1962.   fXEi`BjdAmh8nk7oo5rs4sw2tz1sx7swB<2>srOspSsoVsn_skds\
  1963.   jhsikshosessdwsbzsazodykfviirekmbmi_oeVr`TtXPwTMxPTy\
  1964.   TYyVbyYhy`mzdrzfwzizzkxzh<3>izTfzPXzMOzLCzK2zI8zOCzS\
  1965.   IzVMz_SzbVzf`zj<3>rzyvzzzzz<5>zzz<3>yzzyzzzzxzztzzr<\
  1966.   3>zzezzazz_yzXxzTwzQvzOxzQzzTzzUzzXzz_zz`zzbzzezzf<2\
  1967.   >zzm<3>zzCzz2zz0zzTzzwzzszzozzkzzh<3>zzUzzQzzOzzKzz_\
  1968.   <3>zzbzzbzzdzze
  1969.   }
  1970.  
  1971. frm:MandelbrotBC = { ; Z = Z^E + C
  1972.   e=p1
  1973.   p=real(p2)+PI
  1974.   q=2*PI*trunc(p/(2*PI))
  1975.   r=real(p2)-q
  1976.   Z=C=Pixel:
  1977.     Z=log(Z)
  1978.     IF(imag(Z)>r)
  1979.       Z=Z+flip(2*PI)
  1980.     ENDIF
  1981.     Z=exp(e*(Z+flip(q)))+C
  1982.   |Z|<100
  1983. }
  1984.  
  1985. END 20.0 PAR-FORMULA FILE==================================
  1986.  
  1987.  
  1988. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1989. Post Message:   fractint@lists.xmission.com
  1990. Get Commands:   majordomo@lists.xmission.com "help"
  1991. Administrator:  twegner@fractint.org
  1992. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1993.  
  1994.  
  1995. -------------------------------------------------------------------------------
  1996.  
  1997. From: Jim Muth <jamth@mindspring.com>
  1998. Subject: (fractint) FOTD  13-10-00  (Much to my Chagrin [4])
  1999. Date: 12 Oct 2000 21:40:27 -0400 (EDT)
  2000.  
  2001.  
  2002. FOTD -- October 13, 2000 (Rating 4)
  2003.  
  2004. Fractal visionaries and enthusiasts:
  2005.  
  2006. Today's fractal is a disappointment.  When I found the location 
  2007. where the midget lay buried, I thought that I was on the way to 
  2008. a great fractal.  But something happened on the way down.  The 
  2009. closer I came to the midget, the less promising the scene 
  2010. became.  Maybe I went too deep, maybe I bungled the coloring, 
  2011. maybe there's simply no great image to be had at this location.  
  2012. Whatever the reason, I felt a letdown at the final result.
  2013.  
  2014. The expression that was calculated to draw the image is 
  2015. 11Z^(-1.15)-Z^(-11.5)+(1/C), which was calculated by the 
  2016. MandelbrotMix4 formula, resulting in today's image.  The 8 or 9 
  2017. rating I had originally expected was trimmed to a modest below-
  2018. average 4.  Then I named the picture "Much to my Chagrin".
  2019.  
  2020. It's an image with a deep blue color palette, with feathery 
  2021. fronds poking in from the edges and graceful arcs curving at the 
  2022. corners.  The description sounds good enough -- too bad the 
  2023. image doesn't come up to its description.
  2024.  
  2025. With a render time of 8-1/2 minutes on a 200mhz Pentium, the 
  2026. parameter file is not really worth the effort of formatting and 
  2027. running it.  I recommend downloading the finished GIF image from:
  2028.  
  2029.           alt.binaries.pictures.fractals
  2030.  
  2031. or from:
  2032.  
  2033.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  2034.  
  2035. The fractal weather today was absolutely perfect, with cloudless 
  2036. deep blue skies and a temperature of 72F (22C).  The conditions 
  2037. brought out the wanderlust in the cats, who kept me busy all day 
  2038. letting them in and out.
  2039.  
  2040. And now it's time to once again shut down the fractal shoppe and 
  2041. call it a night.  But I'll return on schedule tomorrow with a 
  2042. better fractal and some words about higher dimensions.  Until 
  2043. then, take care, and a great fractal makes an otherwise lousy 
  2044. day seem not so bad.
  2045.  
  2046.  
  2047. Jim Muth
  2048. jamth@mindspring.com
  2049.  
  2050.  
  2051. START 20.0 PAR-FORMULA FILE================================
  2052.  
  2053. Much_to_my_Chagrin { ; time=0:08:30.26 -- SF5 on a P200
  2054.   reset=2001 type=formula formulafile=critical.frm
  2055.   formulaname=MandelbrotMix4 function=recip passes=1
  2056.   center-mag=+89.198597213673/+301.3121194212447/3.363\
  2057.   376e+007/1/90 params=11/-1.15/-1/-11.5/0/1000 float=y
  2058.   maxiter=3200 inside=0 logmap=182 periodicity=10
  2059.   colors=000fnzfjzdkzajzZfzWjzTZzQXzNPzMEx39n65395UB5U\
  2060.   <2>J5pJXjmzzirzejzabzXUxTMxPDwznMzeUqXafNiWEpNm8np0j\
  2061.   i9fcHbYP_TW<2>NBpR_iT3zR5z<3>M5zK5zR00Q00P08P0HN1QM3\
  2062.   YM3fK5nzaavUflPjN5Bm00fH5_XEUlPNzXHzeEzPDv6zMbfXPEhB\
  2063.   GbJHXQHRXJMcKDzzGzK9zP90N89N8JM6RM6_K5hK5pn01lzJfxR<\
  2064.   2>QJpRtEQlN<3>KEpvzUnz_ipcbeiXTmQHr_0lR0qJzt5zi8ql9i\
  2065.   mDapEUqHMtJjvKjz<4>KjzKjx6jT<3>GjmJjrzjlvjpbxtDxzExz\
  2066.   GxzHxzHxzJxzKxxlxzaxp0x00xD1xP8xaExlJxhJx5<3>KxaKxiK\
  2067.   xpzxQhxfhxzaxzWxzQxxJxvKxwKxwMxelxnfxq<2>Qxvzxjzxmvx\
  2068.   nlxqbxrTxvzx0zx0wxBnxMhxW_xeRxnfxzWxzmx3ixBexJbxQYxX\
  2069.   <2>NxqzxXvxbnxffxj_xnRxrzxq0zc<2>0zl5zm9zpDzrHzvXzTT\
  2070.   zaQzhNzpzzErzQhzaWzljzB5zz8zz9zzBzzDzzGzzHzzJzxxzKzz\
  2071.   zvzznzzfzz_zzRzzzzXtzfbznczmUzrzzMnzY_zjBz0Dz9<3>Jzm\
  2072.   5z08z99zJDzREz_HzhJzpzz3qzNazexz0qz3jzGczR
  2073.   }
  2074.  
  2075. frm:MandelbrotMix4 {; Jim Muth
  2076. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  2077. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  2078. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  2079. z=k*((a*(z^b))+(d*(z^f)))+c,
  2080. |z| < l
  2081. }
  2082.  
  2083. END 20.0 PAR-FORMULA FILE==================================
  2084.  
  2085.  
  2086. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2087. Post Message:   fractint@lists.xmission.com
  2088. Get Commands:   majordomo@lists.xmission.com "help"
  2089. Administrator:  twegner@fractint.org
  2090. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2091.  
  2092.  
  2093. -------------------------------------------------------------------------------
  2094.  
  2095. From: Jim Muth <jamth@mindspring.com>
  2096. Subject: (fractint) FOTD  14-10-00  (Interim [5])
  2097. Date: 13 Oct 2000 22:34:45 -0400 (EDT)
  2098.  
  2099.  
  2100. FOTD -- October 14, 2000 (Rating 5)
  2101.  
  2102. Fractal visionaries and enthusiasts:
  2103.  
  2104. The day turned out to be unexpectedly busy here at Fractal 
  2105. Central today.  Faced with the choice of completing a job that 
  2106. pays or finding an exceptional fractal, I chose to complete the 
  2107. job that pays.
  2108.  
  2109. Thus I had to delve into the fractal archives to find a fractal 
  2110. worthy of being crowned 'Fractal of the Day'.  Within 5 minutes 
  2111. of delving, I found today's image, which mixes portions of 
  2112. Z^(-11) and Z^(-1.1).  The image is actually a very lucky one.  
  2113. Having failed once to qualify, it was given a second chance, and 
  2114. like an olympic athlete, rose admirably to the occasion.
  2115.  
  2116. Eight months ago I named the picture "Interim".  I have no idea 
  2117. why I gave it such a name -- perhaps the name was intended to be 
  2118. a temporary one until I thought of a permanent one.  Regardless, 
  2119. it's an acceptable image -- a bit too gaudy, but still fun to 
  2120. look at.
  2121.  
  2122. The rating of a perfectly average 5 seems about right for this 
  2123. image.  If I had had more time, I would have tried Fractint's 
  2124. other outside coloring options on this picture.  Maybe I'll try 
  2125. them when I get this FOTD posted.  More likely I'll settle down 
  2126. to watch a junky old sci-fi movie from the 50's -- the kind they 
  2127. don't make nowadays.
  2128.  
  2129. The 8-1/2 minute render time makes the download the better 
  2130. choice.  That download may be found at:
  2131.  
  2132.           alt.binaries.pictures.fractals
  2133.  
  2134. and at:
  2135.  
  2136.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  2137.  
  2138. The crystal-clear fractal weather today here at Fractal Central 
  2139. was a repeat of yesterday's perfection, but it was even more 
  2140. perfect.  The temperature of 75F (24C) couldn't have been more 
  2141. perfect for fractal cats who demand comfort.
  2142.  
  2143. That's it for today.  I'll return tomorrow with a fractal and 
  2144. idle chatter.  Until then, take care, and fractals exist only 
  2145. because we want them to.
  2146.  
  2147.  
  2148. Jim Muth
  2149. jamth@mindspring.com
  2150.  
  2151.  
  2152. START 20.0 PAR-FORMULA FILE================================
  2153.  
  2154. Interim            { ; time=0:08:36.41 -- SF5 on a P200
  2155.   reset=2001 type=formula formulafile=critical.frm
  2156.   formulaname=MandelbrotMix4 function=recip passes=1
  2157.   center-mag=-1.879446711164544/+2.216489222310698/5.9\
  2158.   90554e+009/1/104.999 params=1/-11/-1/-1.1/0.2/10000
  2159.   float=y maxiter=1500 inside=0 logmap=165 periodicity=9
  2160.   colors=0000C00C00E00G00I01K2BM8KOE<3>un_<3>ZZRTVPNRN\
  2161.   HNLCKJFAM<3>Wia_qdajc<3>fL`gF`h8_i2_<3>XKn<3>HDqDBr9\
  2162.   9sBh7Ck7Dn7<2>KSICZ7<3>ppDlZQhIad0l<3>MHLHMFDWE8`84e\
  2163.   2<2>7q5<3>FfNHcSJaWLZ`MXd<3>5Dy<3>F_UIdMKjEMo6<3>BY4\
  2164.   UT4`P3fP3mN3z`CuV9pP7kK5<3>Mh9GnAAtBWjWp`o<2>nza<3>Q\
  2165.   hkKdnE`p8Xr<3>lmMvqESmj<3>efQidLlcGpaBs`6<3>XreRvnMz\
  2166.   v<3>eUojMncRh<3>FgN9kH3oC<3>atbcuh<3>svqwvszvuzvwzvy\
  2167.   wut<2>irg<2>qoW<3>gcie`mcYpaVs<3>cBeRFUFIJVFI0cH0cHW\
  2168.   JF3SDzyj<3>zm2wlA<2>iiW<2>ifp<3>ssgBweJwfRwfYmfWmbUm\
  2169.   _SwWQwTPwQKwmNwo<3>QwYQwTRwPRwLVwNZzP<3>mzXpzYizU<3>\
  2170.   IzICzF_zXwzm<3>QznIznEzaBzP8zD<3>AzVkz`jza2zS<2>Tzc
  2171.   }
  2172.  
  2173. frm:MandelbrotMix4 {; Jim Muth
  2174. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  2175. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  2176. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  2177. z=k*((a*(z^b))+(d*(z^f)))+c,
  2178. |z| < l
  2179. }
  2180.  
  2181. END 20.0 PAR-FORMULA FILE==================================
  2182.  
  2183.  
  2184. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2185. Post Message:   fractint@lists.xmission.com
  2186. Get Commands:   majordomo@lists.xmission.com "help"
  2187. Administrator:  twegner@fractint.org
  2188. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2189.  
  2190.  
  2191. -------------------------------------------------------------------------------
  2192.  
  2193. From: Jim Muth <jamth@mindspring.com>
  2194. Subject: (fractint) FOTD's  15-10-00  (Before and After [4+5])
  2195. Date: 14 Oct 2000 21:54:54 -0400 (EDT)
  2196.  
  2197.  
  2198. FOTD -- October 15, 2000 (Rating 4+5)
  2199.  
  2200. Fractal visionaries and enthusiasts:
  2201.  
  2202. Today's fractal is in two parts.  The first part rates a 4; the 
  2203. second, a 5.  I bunched the two images together and named them 
  2204. "Before and After".
  2205.  
  2206. The two images show the result of a rotation in four dimensions. 
  2207. The "Before" image shows a very typical midget in the Mandelbrot 
  2208. set, with some Julia-like decorations surrounding it.  This 
  2209. midget is situated deep in the East Valley area of the most 
  2210. prominent midget on the west filament of the North Radical.
  2211.  
  2212. The "Before" picture is a pleasant enough scene, colored with a 
  2213. rather Halloween-like palette.  But it's nothing outstanding -- 
  2214. we've seen dozens of similar images.  Because such images have 
  2215. become hackneyed, I have been able to rate it at only a somewhat 
  2216. below average 4.
  2217.  
  2218. The Mandelbrot set however is only one slice of a four-
  2219. dimensional object known as the Julibrot, and Mandel midgets are 
  2220. actually four-dimensional holes scattered through the Julibrot 
  2221. like holes in a hyperswiss cheese.  If we slice this hypercheese 
  2222. in an absolutely perpendicular direction, we get the various 
  2223. Julia sets, but what do we get when we slice through a midget in 
  2224. some remote oblique direction?  We get what I call oblique 
  2225. midgets, which can take any shape whatever.
  2226.  
  2227. The "After" image is centered at exactly the same C-coordinates 
  2228. as the "Before" image.  The only difference is that the 
  2229. direction of the slice has been double-rotated 60 degrees 
  2230. through the fourth dimension.  The color scheme is exactly the 
  2231. same, so that the same parts of the fractal appear in the same 
  2232. colors in both images.  
  2233.  
  2234. Instead of a nice neat Mandel midget, we now have an object that 
  2235. resembles the sun about 1/4 risen above the horizon.  And the 
  2236. nice nearly circular array of Julia-like features is still 
  2237. there, but it has been transformed into a vaguely triangular 
  2238. mass of misplaced elements.  Closer in toward the central hole, 
  2239. the features become distorted beyond recognition.
  2240.  
  2241. This distortion is mild compared to the distortion that appears 
  2242. when the midget is sliced at some other angles.  I might show 
  2243. some of these even more distorted scenes in the near future, but 
  2244. for now I feel we've given this little midget a hard-enough time 
  2245. for one day.  After all, no one enjoys having their very worst 
  2246. aspects made public.
  2247.  
  2248. The two fractals in the parameter file each render in less than 
  2249. one minute.  With such a fast render time, running the parameter 
  2250. file might be more efficient than downloading the two separate 
  2251. images.  But for those who would prefer to download, the images 
  2252. may be found at:
  2253.  
  2254.  
  2255.           alt.binaries.pictures.fractals
  2256.  
  2257. and at:
  2258.  
  2259.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  2260.  
  2261. The fractal weather today was absolutely perfect, with a blue 
  2262. sky decorated with angel-hair cirrus, and a temperature of 80F 
  2263. (26.5C) that brought out the best in the fractal cats.  The cats 
  2264. spent several hours outdoors, enjoying the sunshine in their 
  2265. middle years.
  2266.  
  2267. The philosophy still sleeps, but eventually it will awaken.  And 
  2268. before long, I'll awaken and return with more wonders from the 
  2269. world of fractals.  Until then, take care, and don't go into the 
  2270. fourth dimension -- you may never get back out.
  2271.  
  2272.  
  2273. Jim Muth
  2274. jamth@mindspring.com
  2275.  
  2276.  
  2277. START 20.0 PAR-FORMULA FILE================================
  2278.  
  2279. 1-Before           { ; time=0:00:48.22 -- SF5 on a p200
  2280.                      ;  Version 2000 Patchlevel 14
  2281.   reset=2000 type=formula formulafile=slices.frm
  2282.   formulaname=Mandelbrot passes=1
  2283.   center-mag=-0.00000004627230047/-0.00000004133611691\
  2284.   /1082251 params=0/0/-0.153481762634/1.03017708079
  2285.   float=y maxiter=900 inside=0 logmap=88 periodicity=10
  2286.   colors=00060Q60Q<3>60Y61_85a<3>CLiDPkETk<3>JhmKlmLpn\
  2287.   MtnNxn<4>MffMbdMZb<3>MLXPHVUEUbASfMRmCUuJPxOMzQKxN8q\
  2288.   L6<2>I33E74NA5<3>fM8kP9oS9<3>cm6`r5Yw5<8>SkOSiQRhS<3\
  2289.   >Pc_<2>c1TdMOdmKduGevF<3>eiCefBecB<5>qWKrVLtUMvTOxRP\
  2290.   zQQ<3>yMW<3>bI`XHaSGc<2>BEf<2>8U`<3>FYJHZEI_AK`5La1<\
  2291.   4>JR5JO5JM6<3>IE8<3>FUUFYZEac<3>Cpx<3>Wpf_padpY<3>wp\
  2292.   G<3>aqJWrKRrLLrMGrM<3>LpdMoiNonOnsPnwcjoqggzd_zb`<4>\
  2293.   bVbYTcTSc<3>AMe<3>WCPa9Lf7H<2>v05<5>XIVSLZOOb<3>7Zs<\
  2294.   3>b8Jj2Al3G<3>t4`v4ex4kz4pz4u<2>z9fzIhxRjw_l<3>xeUyg\
  2295.   PzhL<2>zl7<5>zmQzmUzmX<3>zmhzmhzmhzmfzmL<3>zmN
  2296.   }
  2297.  
  2298. 2-After            { ; time=0:00:47.29 -- SF5 on a p200
  2299.                      ;  Version 2000 Patchlevel 14
  2300.   reset=2000 type=formula formulafile=multirot.frm
  2301.   formulaname=multirot-XZ-YW passes=1
  2302.   center-mag=-0.00000080034637373/-0.00000045133115239\
  2303.   /485574.3/0.5971/179.913/62.877
  2304.   params=-60/60/-0.153481762634/1.03017708079/-0.15348\
  2305.   1762634/1.03017708079 float=y maxiter=900 inside=0
  2306.   logmap=88 periodicity=10
  2307.   colors=00060Q60Q<3>60Y61_85a<3>CLiDPkETk<3>JhmKlmLpn\
  2308.   MtnNxn<4>MffMbdMZb<3>MLXPHVUEUbASfMRmCUuJPxOMzQKxN8q\
  2309.   L6<2>I33E74NA5<3>fM8kP9oS9<3>cm6`r5Yw5<8>SkOSiQRhS<3\
  2310.   >Pc_<2>c1TdMOdmKduGevF<3>eiCefBecB<5>qWKrVLtUMvTOxRP\
  2311.   zQQ<3>yMW<3>bI`XHaSGc<2>BEf<2>8U`<3>FYJHZEI_AK`5La1<\
  2312.   4>JR5JO5JM6<3>IE8<3>FUUFYZEac<3>Cpx<3>Wpf_padpY<3>wp\
  2313.   G<3>aqJWrKRrLLrMGrM<3>LpdMoiNonOnsPnwcjoqggzd_zb`<4>\
  2314.   bVbYTcTSc<3>AMe<3>WCPa9Lf7H<2>v05<5>XIVSLZOOb<3>7Zs<\
  2315.   3>b8Jj2Al3G<3>t4`v4ex4kz4pz4u<2>z9fzIhxRjw_l<3>xeUyg\
  2316.   PzhL<2>zl7<5>zmQzmUzmX<3>zmhzmhzmhzmfzmL<3>zmN
  2317.   }
  2318.  
  2319. frm:Mandelbrot {; Jim Muth  real(c),imag(c)
  2320. z=p1, c=pixel+p2:
  2321. z=sqr(z)+c,
  2322. |z| <= 16
  2323. }
  2324.  
  2325. frm:multirot-XZ-YW {; Jim Muth
  2326. ; 0,0=para, 90,0=obl, 0,90=elip, 90,90=rect
  2327. e=exp(flip(real(p1*.01745329251994))),
  2328. f=exp(flip(imag(p1*.01745329251994))),
  2329. z=f*real(pixel)+p2, c=e*imag(pixel)+p3:
  2330. z=sqr(z)+c,
  2331. |z| <= 36  }
  2332.  
  2333. END 20.0 PAR-FORMULA FILE==================================
  2334.  
  2335.  
  2336. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2337. Post Message:   fractint@lists.xmission.com
  2338. Get Commands:   majordomo@lists.xmission.com "help"
  2339. Administrator:  twegner@fractint.org
  2340. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2341.  
  2342.  
  2343. -------------------------------------------------------------------------------
  2344.  
  2345. From: Bob Margolis <rttyman@wwa.com>
  2346. Subject: (fractint) Fractal greeting cards
  2347. Date: 15 Oct 2000 07:05:33 -0500
  2348.  
  2349. Looking for a greeting postcard with a fractal picture?
  2350.  
  2351. You can choose from several fractal pictures and many sentiments, and
  2352. add your own message to the postcard. You can even pick a song to go
  2353. with it. Best of all--it's free! Just in time for Sweetests Day, Oct. 21
  2354. in the States.
  2355.  
  2356. http://www.herenthere.com/fractals.html
  2357.  
  2358. Bob
  2359.  
  2360. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2361. Post Message:   fractint@lists.xmission.com
  2362. Get Commands:   majordomo@lists.xmission.com "help"
  2363. Administrator:  twegner@fractint.org
  2364. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2365.  
  2366.  
  2367. -------------------------------------------------------------------------------
  2368.  
  2369. From: Bob Margolis <rttyman@wwa.com>
  2370. Subject: (fractint) Another fractal greeting card URL
  2371. Date: 15 Oct 2000 07:40:00 -0500
  2372.  
  2373. Free animated fractal greeting cards:
  2374.  
  2375. Forever Moments   http://www.forevermoments.net/fractalpostcards.html
  2376.  
  2377. Bob
  2378.  
  2379. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2380. Post Message:   fractint@lists.xmission.com
  2381. Get Commands:   majordomo@lists.xmission.com "help"
  2382. Administrator:  twegner@fractint.org
  2383. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2384.  
  2385.  
  2386. -------------------------------------------------------------------------------
  2387.  
  2388. From: DeBow Freed II PhD <bmc1@airmail.net>
  2389. Subject: Re: (fractint) Another fractal greeting card URL
  2390. Date: 15 Oct 2000 12:52:03 -0500
  2391.  
  2392. <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  2393. <html>
  2394. Dear Bob,
  2395. <p>Thanks for the heads up on fractal greeting cards - both your own and
  2396. the site listed below. What a thoughtful and well-timed contribution!
  2397. <p>I have a question/comment and am posting it rather than sending it to
  2398. you personally because I wonder how others feel - or observe the same response
  2399. among their acquaintances that I did this morning.
  2400. <p>First, the qualifiers: I feel particularly foolish making this comment
  2401. at all as I have nothing of my own in the way of images to offer, and what
  2402. you have done is so nice. But you guys and the Ultrafrac people haves bundles
  2403. of additional images.
  2404. <br>And I hope that my comment is not taken as sexist (or UltraFract-ist),
  2405. because it's not meant to be - just an observation of human behavior (albeit
  2406. lubricated by ethanol).
  2407. <p>Finally, a quick poll of my friends at <b>aol</b>, <b>yahoo</b> and
  2408. other free Greeting Card services confirms the unsurprising fact that images
  2409. with <u>softer</u> <u>colors</u> and <u>less angular</u> <u>composition</u>
  2410. are more popular because they are perceived to be consistent with the content
  2411. of the sentiment, which is usually positive, friendly, or more than friendly.
  2412. Apparently, it's neurophysiologically confusing to most people to receive
  2413. an image that looks like "somebody's decapitated head in the middle of
  2414. a futuristic four-bladed guillotine" (a description of your "Picture" #8,
  2415. in the middle of the third row).
  2416. <p>My question is whether images of a somewhat softer, more "inviting"
  2417. nature - both with respect to coloration and composition - might be included
  2418. among the choices at the <b>herenthere</b> site. For example, Bob, the
  2419. image positioned at the lower left-hand corner of your set (#10 of 12)
  2420. uses a <u>softer palette</u> than all the others, and is - to me, at least
  2421. - much more likely to provoke a positive response from a (let's say) hospitalized
  2422. recipient than are the others. Same comment for the images offered at the
  2423. <b>forevermoments</b> site.
  2424. <p>Think <b>rainbow colors</b> and <b>rounder shapes</b>. Think <b>boring</b>
  2425. - which I know is difficult for you - and what you'll offer in addition
  2426. to the present images will be, I think, much more popular with the recipients,
  2427. less potentially frightening, terrifying oor confusing to the uninitiated,
  2428. and I think overall, much more useful.
  2429. <p><b>I did a little market survey at a Brunch this morning here in Dallas<font size=+1>,</font>
  2430. and what a hit your Greeting Cards were! </b>However, the reponse was almost
  2431. universally what I have described: non-fractaliers were <u>consistently
  2432. more comfortable</u> with the softer-colors and less angular shapes, and
  2433. <u>often misinterpreted the combination of most of the sentiments and images
  2434. as "sarcastic" or "insulting"</u> (!!). Weird but true.
  2435. <p>A revelatory example: one group at this morning's Brunch was delighting
  2436. in matching sentiments like "thinking of you", and "get well soon" with
  2437. some of the more techno-spectacular cards, and signing them "Jeffrey Dahmer",
  2438. "Dracula", and "Your Worst Nightmare". I'll let you guess the sex of that
  2439. group.
  2440. <p>Across the room at the other laptop, the girls were desperately trying
  2441. to generate a Javascript plug-in to automatically attach an add-on to the
  2442. available Sentiments to create an APOLOGY to the recipient to conveyed
  2443. that "it wasn't meant to be sarcastic."
  2444. <p>Lots of people - the vast majority, in fact, don't have a clue what
  2445. a fractal is anyway. They're looking for a "pretty picture". You and I
  2446. can appreciate what an incredible <i>tour-de-force</i> most of you proffered
  2447. images are from a technical standpoint, but the harsh angularities and
  2448. metallic palette of most are a turn-off.
  2449. <p>At any rate, this is in no way intended as anything other than a gratuitous
  2450. comment and report to you of this morning's interesting (I thought) but
  2451. statistically-insignificant marketing survey. Maybe all it represents is
  2452. the effect of too many Mimosa's and Bloody Mary's on a crowd with diverse
  2453. backgrounds and little familiarity with cutting-edge fractals imagery.
  2454. <p>It is certainly not a suggestion that you "dumb-down" the images you
  2455. make available for Cards. God knows there are enough stupid cartoons and
  2456. Hallmark-y email cards out there wasting the World's bandwidth. Just wondering
  2457. if you could toss in some of <u>your</u> more colorful (i.e., <u>primary</u>
  2458. colors), less angular images.
  2459. <p>Thanks again for making such an outstanding contribution and for sharing
  2460. it with the rest of us.
  2461. <p>DeBow Freed
  2462. <br><bmc1@airmail.net>
  2463. <br> 
  2464. <br> 
  2465. <p>Bob Margolis wrote:
  2466. <blockquote TYPE=CITE>Free animated fractal greeting cards:
  2467. <p>Forever Moments   <a href="http://www.forevermoments.net/fractalpostcards.html">http://www.forevermoments.net/fractalpostcards.html</a>
  2468. <p>Bob
  2469. <p>--------------------------------------------------------------
  2470. <br>Thanks for using Fractint, The Fractals and Fractint Discussion List
  2471. <br>Post Message:   fractint@lists.xmission.com
  2472. <br>Get Commands:   majordomo@lists.xmission.com "help"
  2473. <br>Administrator:  twegner@fractint.org
  2474. <br>Unsubscribe:    majordomo@lists.xmission.com "unsubscribe
  2475. fractint"</blockquote>
  2476. </html>
  2477.  
  2478.  
  2479. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2480. Post Message:   fractint@lists.xmission.com
  2481. Get Commands:   majordomo@lists.xmission.com "help"
  2482. Administrator:  twegner@fractint.org
  2483. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2484.  
  2485.  
  2486. -------------------------------------------------------------------------------
  2487.  
  2488. From: Harry Bissell <harrybissell@prodigy.net>
  2489. Subject: Re: (fractint) Another fractal greeting card URL
  2490. Date: 15 Oct 2000 14:34:57 -0400
  2491.  
  2492. Nah... there is enough "My Little Pony" images in the world now... and I
  2493. really have
  2494. had enough of "Silly Love Songs"....
  2495.  
  2496. There is no problem with angular shapes, hard metallic colors... its
  2497. just that WOMEN
  2498. shop in the Hallmark store, not men (no market there...) so production
  2499. favors kitch!
  2500.  
  2501. Give me the ultra hard razor sharp fractal greeting cards !!!  Death
  2502. Metal Forever !!!
  2503.  
  2504. H^)  (as)  Idi Amin, Uganda.
  2505.  
  2506. DeBow Freed II PhD wrote:
  2507.  
  2508. > Dear Bob,
  2509. >
  2510. > Thanks for the heads up on fractal greeting cards - both your own and
  2511. > the site listed below. What a thoughtful and well-timed contribution!
  2512. >
  2513. > I have a question/comment and am posting it rather than sending it to
  2514. > you personally because I wonder how others feel - or observe the same
  2515. > response among their acquaintances that I did this morning.
  2516. >
  2517. > First, the qualifiers: I feel particularly foolish making this comment
  2518. > at all as I have nothing of my own in the way of images to offer, and
  2519. > what you have done is so nice. But you guys and the Ultrafrac people
  2520. > haves bundles of additional images.
  2521. > And I hope that my comment is not taken as sexist (or UltraFract-ist),
  2522. > because it's not meant to be - just an observation of human behavior
  2523. > (albeit lubricated by ethanol).
  2524. >
  2525. > Finally, a quick poll of my friends at aol, yahoo and other free
  2526. > Greeting Card services confirms the unsurprising fact that images with
  2527. > softer colors and less angular composition are more popular because
  2528. > they are perceived to be consistent with the content of the sentiment,
  2529. > which is usually positive, friendly, or more than friendly.
  2530. > Apparently, it's neurophysiologically confusing to most people to
  2531. > receive an image that looks like "somebody's decapitated head in the
  2532. > middle of a futuristic four-bladed guillotine" (a description of your
  2533. > "Picture" #8, in the middle of the third row).
  2534. >
  2535. > My question is whether images of a somewhat softer, more "inviting"
  2536. > nature - both with respect to coloration and composition - might be
  2537. > included among the choices at the herenthere site. For example, Bob,
  2538. > the image positioned at the lower left-hand corner of your set (#10 of
  2539. > 12) uses a softer palette than all the others, and is - to me, at
  2540. > least - much more likely to provoke a positive response from a (let's
  2541. > say) hospitalized recipient than are the others. Same comment for the
  2542. > images offered at the forevermoments site.
  2543. >
  2544. > Think rainbow colors and rounder shapes. Think boring - which I know
  2545. > is difficult for you - and what you'll offer in addition to the
  2546. > present images will be, I think, much more popular with the
  2547. > recipients, less potentially frightening, terrifying oor confusing to
  2548. > the uninitiated, and I think overall, much more useful.
  2549. >
  2550. > I did a little market survey at a Brunch this morning here in Dallas,
  2551. > and what a hit your Greeting Cards were! However, the reponse was
  2552. > almost universally what I have described: non-fractaliers were
  2553. > consistently more comfortable with the softer-colors and less angular
  2554. > shapes, and often misinterpreted the combination of most of the
  2555. > sentiments and images as "sarcastic" or "insulting" (!!). Weird but
  2556. > true.
  2557. >
  2558. > A revelatory example: one group at this morning's Brunch was
  2559. > delighting in matching sentiments like "thinking of you", and "get
  2560. > well soon" with some of the more techno-spectacular cards, and signing
  2561. > them "Jeffrey Dahmer", "Dracula", and "Your Worst Nightmare". I'll let
  2562. > you guess the sex of that group.
  2563. >
  2564. > Across the room at the other laptop, the girls were desperately trying
  2565. > to generate a Javascript plug-in to automatically attach an add-on to
  2566. > the available Sentiments to create an APOLOGY to the recipient to
  2567. > conveyed that "it wasn't meant to be sarcastic."
  2568. >
  2569. > Lots of people - the vast majority, in fact, don't have a clue what a
  2570. > fractal is anyway. They're looking for a "pretty picture". You and I
  2571. > can appreciate what an incredible tour-de-force most of you proffered
  2572. > images are from a technical standpoint, but the harsh angularities and
  2573. > metallic palette of most are a turn-off.
  2574. >
  2575. > At any rate, this is in no way intended as anything other than a
  2576. > gratuitous comment and report to you of this morning's interesting (I
  2577. > thought) but statistically-insignificant marketing survey. Maybe all
  2578. > it represents is the effect of too many Mimosa's and Bloody Mary's on
  2579. > a crowd with diverse backgrounds and little familiarity with
  2580. > cutting-edge fractals imagery.
  2581. >
  2582. > It is certainly not a suggestion that you "dumb-down" the images you
  2583. > make available for Cards. God knows there are enough stupid cartoons
  2584. > and Hallmark-y email cards out there wasting the World's bandwidth.
  2585. > Just wondering if you could toss in some of your more colorful (i.e.,
  2586. > primary colors), less angular images.
  2587. >
  2588. > Thanks again for making such an outstanding contribution and for
  2589. > sharing it with the rest of us.
  2590. >
  2591. > DeBow Freed
  2592. > <bmc1@airmail.net>
  2593. >
  2594. >
  2595. >
  2596. > Bob Margolis wrote:
  2597. >
  2598. >> Free animated fractal greeting cards:
  2599. >>
  2600. >> Forever Moments
  2601. >> http://www.forevermoments.net/fractalpostcards.html
  2602. >>
  2603. >> Bob
  2604. >>
  2605. >> --------------------------------------------------------------
  2606. >> Thanks for using Fractint, The Fractals and Fractint Discussion List
  2607. >>
  2608. >> Post Message:   fractint@lists.xmission.com
  2609. >> Get Commands:   majordomo@lists.xmission.com "help"
  2610. >> Administrator:  twegner@fractint.org
  2611. >> Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2612. >
  2613. > -------------------------------------------------------------- Thanks
  2614. > for using Fractint, The Fractals and Fractint Discussion List Post
  2615. > Message: fractint@lists.xmission.com Get Commands:
  2616. > majordomo@lists.xmission.com "help" Administrator:
  2617. > twegner@fractint.org Unsubscribe: majordomo@lists.xmission.com
  2618. > "unsubscribe fractint"
  2619.  
  2620.  
  2621. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2622. Post Message:   fractint@lists.xmission.com
  2623. Get Commands:   majordomo@lists.xmission.com "help"
  2624. Administrator:  twegner@fractint.org
  2625. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2626.  
  2627.  
  2628. -------------------------------------------------------------------------------
  2629.  
  2630. From: DeBow Freed II PhD <bmc1@airmail.net>
  2631. Subject: Re: Re: (fractint) Another fractal greeting card URL
  2632. Date: 15 Oct 2000 17:34:48 -0500
  2633.  
  2634. <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  2635. <html>
  2636. Harry-
  2637. <p>I agree.
  2638. <p>Give ME the angular shapes and great palettes, too.
  2639. <p>But please ALSO give me some of the ones the ladies (or <u>whoever</u>
  2640. has different taste than ours - not my sexist reference) seem to find less
  2641. threatening. It's not an all-or-none phenomenon (check out Bob's Galleries),
  2642. merely a comment & question about an observed sexually and otherwise
  2643. (e.g., also a function of exposure to fractals/PC's) dimorphic response
  2644. pattern, intended to ask about others' personal marketing- or neuro-physiologic
  2645. response.
  2646. <p>I can see where this is heading - let's not go there - <u>please re-read
  2647. Para's 3-4 of my original message.</u>
  2648. <p>DBF
  2649. <br> 
  2650. <br> 
  2651. <p>Harry Bissell wrote:
  2652. <blockquote TYPE=CITE>Nah... there is enough "My Little Pony" images in
  2653. the world now... and I
  2654. <br>really have
  2655. <br>had enough of "Silly Love Songs"....
  2656. <p>There is no problem with angular shapes, hard metallic colors... its
  2657. <br>just that WOMEN
  2658. <br>shop in the Hallmark store, not men (no market there...) so production
  2659. <br>favors kitch!
  2660. <p>Give me the ultra hard razor sharp fractal greeting cards !!! 
  2661. Death
  2662. <br>Metal Forever !!!
  2663. <p>H^)  (as)  Idi Amin, Uganda.
  2664. <p>DeBow Freed II PhD wrote:
  2665. <p>> Dear Bob,
  2666. <br>>
  2667. <br>> Thanks for the heads up on fractal greeting cards - both your own
  2668. and
  2669. <br>> the site listed below. What a thoughtful and well-timed contribution!
  2670. <br>>
  2671. <br>> I have a question/comment and am posting it rather than sending it
  2672. to
  2673. <br>> you personally because I wonder how others feel - or observe the
  2674. same
  2675. <br>> response among their acquaintances that I did this morning.
  2676. <br>>
  2677. <br>> First, the qualifiers: I feel particularly foolish making this comment
  2678. <br>> at all as I have nothing of my own in the way of images to offer,
  2679. and
  2680. <br>> what you have done is so nice. But you guys and the Ultrafrac people
  2681. <br>> haves bundles of additional images.
  2682. <br>> And I hope that my comment is not taken as sexist (or UltraFract-ist),
  2683. <br>> because it's not meant to be - just an observation of human behavior
  2684. <br>> (albeit lubricated by ethanol).
  2685. <br>>
  2686. <br>> Finally, a quick poll of my friends at aol, yahoo and other free
  2687. <br>> Greeting Card services confirms the unsurprising fact that images
  2688. with
  2689. <br>> softer colors and less angular composition are more popular because
  2690. <br>> they are perceived to be consistent with the content of the sentiment,
  2691. <br>> which is usually positive, friendly, or more than friendly.
  2692. <br>> Apparently, it's neurophysiologically confusing to most people to
  2693. <br>> receive an image that looks like "somebody's decapitated head in
  2694. the
  2695. <br>> middle of a futuristic four-bladed guillotine" (a description of
  2696. your
  2697. <br>> "Picture" #8, in the middle of the third row).
  2698. <br>>
  2699. <br>> My question is whether images of a somewhat softer, more "inviting"
  2700. <br>> nature - both with respect to coloration and composition - might
  2701. be
  2702. <br>> included among the choices at the herenthere site. For example, Bob,
  2703. <br>> the image positioned at the lower left-hand corner of your set (#10
  2704. of
  2705. <br>> 12) uses a softer palette than all the others, and is - to me, at
  2706. <br>> least - much more likely to provoke a positive response from a (let's
  2707. <br>> say) hospitalized recipient than are the others. Same comment for
  2708. the
  2709. <br>> images offered at the forevermoments site.
  2710. <br>>
  2711. <br>> Think rainbow colors and rounder shapes. Think boring - which I know
  2712. <br>> is difficult for you - and what you'll offer in addition to the
  2713. <br>> present images will be, I think, much more popular with the
  2714. <br>> recipients, less potentially frightening, terrifying oor confusing
  2715. to
  2716. <br>> the uninitiated, and I think overall, much more useful.
  2717. <br>>
  2718. <br>> I did a little market survey at a Brunch this morning here in Dallas,
  2719. <br>> and what a hit your Greeting Cards were! However, the reponse was
  2720. <br>> almost universally what I have described: non-fractaliers were
  2721. <br>> consistently more comfortable with the softer-colors and less angular
  2722. <br>> shapes, and often misinterpreted the combination of most of the
  2723. <br>> sentiments and images as "sarcastic" or "insulting" (!!). Weird but
  2724. <br>> true.
  2725. <br>>
  2726. <br>> A revelatory example: one group at this morning's Brunch was
  2727. <br>> delighting in matching sentiments like "thinking of you", and "get
  2728. <br>> well soon" with some of the more techno-spectacular cards, and signing
  2729. <br>> them "Jeffrey Dahmer", "Dracula", and "Your Worst Nightmare". I'll
  2730. let
  2731. <br>> you guess the sex of that group.
  2732. <br>>
  2733. <br>> Across the room at the other laptop, the girls were desperately trying
  2734. <br>> to generate a Javascript plug-in to automatically attach an add-on
  2735. to
  2736. <br>> the available Sentiments to create an APOLOGY to the recipient to
  2737. <br>> conveyed that "it wasn't meant to be sarcastic."
  2738. <br>>
  2739. <br>> Lots of people - the vast majority, in fact, don't have a clue what
  2740. a
  2741. <br>> fractal is anyway. They're looking for a "pretty picture". You and
  2742. I
  2743. <br>> can appreciate what an incredible tour-de-force most of you proffered
  2744. <br>> images are from a technical standpoint, but the harsh angularities
  2745. and
  2746. <br>> metallic palette of most are a turn-off.
  2747. <br>>
  2748. <br>> At any rate, this is in no way intended as anything other than a
  2749. <br>> gratuitous comment and report to you of this morning's interesting
  2750. (I
  2751. <br>> thought) but statistically-insignificant marketing survey. Maybe
  2752. all
  2753. <br>> it represents is the effect of too many Mimosa's and Bloody Mary's
  2754. on
  2755. <br>> a crowd with diverse backgrounds and little familiarity with
  2756. <br>> cutting-edge fractals imagery.
  2757. <br>>
  2758. <br>> It is certainly not a suggestion that you "dumb-down" the images
  2759. you
  2760. <br>> make available for Cards. God knows there are enough stupid cartoons
  2761. <br>> and Hallmark-y email cards out there wasting the World's bandwidth.
  2762. <br>> Just wondering if you could toss in some of your more colorful (i.e.,
  2763. <br>> primary colors), less angular images.
  2764. <br>>
  2765. <br>> Thanks again for making such an outstanding contribution and for
  2766. <br>> sharing it with the rest of us.
  2767. <br>>
  2768. <br>> DeBow Freed
  2769. <br>> <bmc1@airmail.net>
  2770. <br>>
  2771. <br>>
  2772. <br>>
  2773. <br>> Bob Margolis wrote:
  2774. <br>>
  2775. <br>>> Free animated fractal greeting cards:
  2776. <br>>>
  2777. <br>>> Forever Moments
  2778. <br>>> <a href="http://www.forevermoments.net/fractalpostcards.html">http://www.forevermoments.net/fractalpostcards.html</a>
  2779. <br>>>
  2780. <br>>> Bob
  2781. <br>>>
  2782. <br>>> --------------------------------------------------------------
  2783. <br>>> Thanks for using Fractint, The Fractals and Fractint Discussion
  2784. List
  2785. <br>>>
  2786. <br>>> Post Message:   fractint@lists.xmission.com
  2787. <br>>> Get Commands:   majordomo@lists.xmission.com "help"
  2788. <br>>> Administrator:  twegner@fractint.org
  2789. <br>>> Unsubscribe:    majordomo@lists.xmission.com "unsubscribe
  2790. fractint"
  2791. <br>>
  2792. <br>> -------------------------------------------------------------- Thanks
  2793. <br>> for using Fractint, The Fractals and Fractint Discussion List Post
  2794. <br>> Message: fractint@lists.xmission.com Get Commands:
  2795. <br>> majordomo@lists.xmission.com "help" Administrator:
  2796. <br>> twegner@fractint.org Unsubscribe: majordomo@lists.xmission.com
  2797. <br>> "unsubscribe fractint"
  2798. <p>--------------------------------------------------------------
  2799. <br>Thanks for using Fractint, The Fractals and Fractint Discussion List
  2800. <br>Post Message:   fractint@lists.xmission.com
  2801. <br>Get Commands:   majordomo@lists.xmission.com "help"
  2802. <br>Administrator:  twegner@fractint.org
  2803. <br>Unsubscribe:    majordomo@lists.xmission.com "unsubscribe
  2804. fractint"</blockquote>
  2805. </html>
  2806.  
  2807.  
  2808. Thanks for using Fractint, The Fractals and Fractint Discussion List
  2809. Post Message:   fractint@lists.xmission.com
  2810. Get Commands:   majordomo@lists.xmission.com "help"
  2811. Administrator:  twegner@fractint.org
  2812. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  2813.  
  2814.  
  2815. -------------------------------------------------------------------------------
  2816.  
  2817. From: Harry Bissell <harrybissell@prodigy.net>
  2818. Subject: Re: (fractint) Another fractal greeting card URL
  2819. Date: 15 Oct 2000 19:13:07 -0400
  2820.  
  2821. Ha Ha...
  2822.  
  2823. I usually lurk, seldom post.  So people probably don't know my sarcastic
  2824. sense of
  2825. humor (if that...).  Don't take my reply too seriously.
  2826.  
  2827. OTOH:  Watch that sexist reference "whoever has different taste than
  2828. ours..."  because
  2829. if we let out sexism (male / female), then we get into "Whatever" and
  2830. not whoever. Once we cross 'species' lines there is no telling where
  2831. this will go....     ;^)
  2832.  
  2833. H^)   harry
  2834.  
  2835.  
  2836.  
  2837. DeBow Freed II PhD wrote:
  2838.  
  2839. > Harry-
  2840. >
  2841. > I agree.
  2842. >
  2843. > Give ME the angular shapes and great palettes, too.
  2844. >
  2845. > But please ALSO give me some of the ones the ladies (or whoever has
  2846. > different taste than ours - not my sexist reference) seem to find less
  2847. > threatening. It's not an all-or-none phenomenon (check out Bob's
  2848. > Galleries), merely a comment & question about an observed sexually and
  2849. > otherwise (e.g., also a function of exposure to fractals/PC's)
  2850. > dimorphic response pattern, intended to ask about others' personal
  2851. > marketing- or neuro-physiologic response.
  2852. >
  2853. > I can see where this is heading - let's not go there - please re-read
  2854. > Para's 3-4 of my original message.
  2855. >
  2856. > DBF
  2857. >
  2858. >
  2859. >
  2860. > Harry Bissell wrote:
  2861. >
  2862. >> Nah... there is enough "My Little Pony" images in the world now...
  2863. >> and I
  2864. >> really have
  2865. >> had enough of "Silly Love Songs"....
  2866. >>
  2867. >> There is no problem with angular shapes, hard metallic colors... its
  2868. >>
  2869. >> just that WOMEN
  2870. >> shop in the Hallmark store, not men (no market there...) so
  2871. >> production
  2872. >> favors kitch!
  2873. >>
  2874. >> Give me the ultra hard razor sharp fractal greeting cards !!!  Death
  2875. >>
  2876. >> Metal Forever !!!
  2877. >>
  2878. >> H^)  (as)  Idi Amin, Uganda.
  2879. >>
  2880. >> DeBow Freed II PhD wrote:
  2881. >>
  2882. >> > Dear Bob,
  2883. >> >
  2884. >> > Thanks for the heads up on fractal greeting cards - both your own
  2885. >> and
  2886. >> > the site listed below. What a thoughtful and well-timed
  2887. >> contribution!
  2888. >> >
  2889. >> > I have a question/comment and am posting it rather than sending it
  2890. >> to
  2891. >> > you personally because I wonder how others feel - or observe the
  2892. >> same
  2893. >> > response among their acquaintances that I did this morning.
  2894. >> >
  2895. >> > First, the qualifiers: I feel particularly foolish making this
  2896. >> comment
  2897. >> > at all as I have nothing of my own in the way of images to offer,
  2898. >> and
  2899. >> > what you have done is so nice. But you guys and the Ultrafrac
  2900. >> people
  2901. >> > haves bundles of additional images.
  2902. >> > And I hope that my comment is not taken as sexist (or
  2903. >> UltraFract-ist),
  2904. >> > because it's not meant to be - just an observation of human
  2905. >> behavior
  2906. >> > (albeit lubricated by ethanol).
  2907. >> >
  2908. >> > Finally, a quick poll of my friends at aol, yahoo and other free
  2909. >> > Greeting Card services confirms the unsurprising fact that images
  2910. >> with
  2911. >> > softer colors and less angular composition are more popular
  2912. >> because
  2913. >> > they are perceived to be consistent with the content of the
  2914. >> sentiment,
  2915. >> > which is usually positive, friendly, or more than friendly.
  2916. >> > Apparently, it's neurophysiologically confusing to most people to
  2917. >> > receive an image that looks like "somebody's decapitated head in
  2918. >> the
  2919. >> > middle of a futuristic four-bladed guillotine" (a description of
  2920. >> your
  2921. >> > "Picture" #8, in the middle of the third row).
  2922. >> >
  2923. >> > My question is whether images of a somewhat softer, more
  2924. >> "inviting"
  2925. >> > nature - both with respect to coloration and composition - might
  2926. >> be
  2927. >> > included among the choices at the herenthere site. For example,
  2928. >> Bob,
  2929. >> > the image positioned at the lower left-hand corner of your set
  2930. >> (#10 of
  2931. >> > 12) uses a softer palette than all the others, and is - to me, at
  2932. >> > least - much more likely to provoke a positive response from a
  2933. >> (let's
  2934. >> > say) hospitalized recipient than are the others. Same comment for
  2935. >> the
  2936. >> > images offered at the forevermoments site.
  2937. >> >
  2938. >> > Think rainbow colors and rounder shapes. Think boring - which I
  2939. >> know
  2940. >> > is difficult for you - and what you'll offer in addition to the
  2941. >> > present images will be, I think, much more popular with the
  2942. >> > recipients, less potentially frightening, terrifying oor confusing
  2943. >> to
  2944. >> > the uninitiated, and I think overall, much more useful.
  2945. >> >
  2946. >> > I did a little market survey at a Brunch this morning here in
  2947. >> Dallas,
  2948. >> > and what a hit your Greeting Cards were! However, the reponse was
  2949. >> > almost universally what I have described: non-fractaliers were
  2950. >> > consistently more comfortable with the softer-colors and less
  2951. >> angular
  2952. >> > shapes, and often misinterpreted the combination of most of the
  2953. >> > sentiments and images as "sarcastic" or "insulting" (!!). Weird
  2954. >> but
  2955. >> > true.
  2956. >> >
  2957. >> > A revelatory example: one group at this morning's Brunch was
  2958. >> > delighting in matching sentiments like "thinking of you", and "get
  2959. >>
  2960. >> > well soon" with some of the more techno-spectacular cards, and
  2961. >> signing
  2962. >> > them "Jeffrey Dahmer", "Dracula", and "Your Worst Nightmare". I'll
  2963. >> let
  2964. >> > you guess the sex of that group.
  2965. >> >
  2966. >> > Across the room at the other laptop, the girls were desperately
  2967. >> trying
  2968. >> > to generate a Javascript plug-in to automatically attach an add-on
  2969. >> to
  2970. >> > the available Sentiments to create an APOLOGY to the recipient to
  2971. >> > conveyed that "it wasn't meant to be sarcastic."
  2972. >> >
  2973. >> > Lots of people - the vast majority, in fact, don't have a clue
  2974. >> what a
  2975. >> > fractal is anyway. They're looking for a "pretty picture". You and
  2976. >> I
  2977. >> > can appreciate what an incredible tour-de-force most of you
  2978. >> proffered
  2979. >> > images are from a technical standpoint, but the harsh angularities
  2980. >> and
  2981. >> > metallic palette of most are a turn-off.
  2982. >> >
  2983. >> > At any rate, this is in no way intended as anything other than a
  2984. >> > gratuitous comment and report to you of this morning's interesting
  2985. >> (I
  2986. >> > thought) but statistically-insignificant marketing survey. Maybe
  2987. >> all
  2988. >> > it represents is the effect of too many Mimosa's and Bloody Mary's
  2989. >> on
  2990. >> > a crowd with diverse backgrounds and little familiarity with
  2991. >> > cutting-edge fractals imagery.
  2992. >> >
  2993. >> > It is certainly not a suggestion that you "dumb-down" the images
  2994. >> you
  2995. >> > make available for Cards. God knows there are enough stupid
  2996. >> cartoons
  2997. >> > and Hallmark-y email cards out there wasting the World's
  2998. >> bandwidth.
  2999. >> > Just wondering if you could toss in some of your more colorful
  3000. >> (i.e.,
  3001. >> > primary colors), less angular images.
  3002. >> >
  3003. >> > Thanks again for making such an outstanding contribution and for
  3004. >> > sharing it with the rest of us.
  3005. >> >
  3006. >> > DeBow Freed
  3007. >> > <bmc1@airmail.net>
  3008. >> >
  3009. >> >
  3010. >> >
  3011. >> > Bob Margolis wrote:
  3012. >> >
  3013. >> >> Free animated fractal greeting cards:
  3014. >> >>
  3015. >> >> Forever Moments
  3016. >> >> http://www.forevermoments.net/fractalpostcards.html
  3017. >> >>
  3018. >> >> Bob
  3019. >> >>
  3020. >> >> --------------------------------------------------------------
  3021. >> >> Thanks for using Fractint, The Fractals and Fractint Discussion
  3022. >> List
  3023. >> >>
  3024. >> >> Post Message:   fractint@lists.xmission.com
  3025. >> >> Get Commands:   majordomo@lists.xmission.com "help"
  3026. >> >> Administrator:  twegner@fractint.org
  3027. >> >> Unsubscribe:    majordomo@lists.xmission.com "unsubscribe
  3028. >> fractint"
  3029. >> >
  3030. >> > --------------------------------------------------------------
  3031. >> Thanks
  3032. >> > for using Fractint, The Fractals and Fractint Discussion List Post
  3033. >>
  3034. >> > Message: fractint@lists.xmission.com Get Commands:
  3035. >> > majordomo@lists.xmission.com "help" Administrator:
  3036. >> > twegner@fractint.org Unsubscribe: majordomo@lists.xmission.com
  3037. >> > "unsubscribe fractint"
  3038. >>
  3039. >> --------------------------------------------------------------
  3040. >> Thanks for using Fractint, The Fractals and Fractint Discussion List
  3041. >>
  3042. >> Post Message:   fractint@lists.xmission.com
  3043. >> Get Commands:   majordomo@lists.xmission.com "help"
  3044. >> Administrator:  twegner@fractint.org
  3045. >> Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3046. >
  3047. > -------------------------------------------------------------- Thanks
  3048. > for using Fractint, The Fractals and Fractint Discussion List Post
  3049. > Message: fractint@lists.xmission.com Get Commands:
  3050. > majordomo@lists.xmission.com "help" Administrator:
  3051. > twegner@fractint.org Unsubscribe: majordomo@lists.xmission.com
  3052. > "unsubscribe fractint"
  3053.  
  3054.  
  3055. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3056. Post Message:   fractint@lists.xmission.com
  3057. Get Commands:   majordomo@lists.xmission.com "help"
  3058. Administrator:  twegner@fractint.org
  3059. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3060.  
  3061.  
  3062. -------------------------------------------------------------------------------
  3063.  
  3064. From: <packrat@nznet.gen.nz>
  3065. Subject: Re: (fractint) Fractal greeting cards
  3066. Date: 16 Oct 2000 16:31:07 +1300
  3067.  
  3068. > Sweetests Day, Oct. 21
  3069. > in the States.
  3070. Never head of it, myself.
  3071.  
  3072. Morgan L. Owens
  3073. "Me and 5.8 billion other people, I'd guess"
  3074.  
  3075. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3076. Post Message:   fractint@lists.xmission.com
  3077. Get Commands:   majordomo@lists.xmission.com "help"
  3078. Administrator:  twegner@fractint.org
  3079. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3080.  
  3081.  
  3082. -------------------------------------------------------------------------------
  3083.  
  3084. From: Jim Muth <jamth@mindspring.com>
  3085. Subject: (fractint) FOTD  16-10-00  (Fractal Foliage [6])
  3086. Date: 16 Oct 2000 00:22:21 -0400 (EDT)
  3087.  
  3088.  
  3089. FOTD -- October 16, 2000 (Rating 6)
  3090.  
  3091. Fractal visionaries and enthusiasts:
  3092.  
  3093. The midget in today's FOTD appears to be peeking through a 
  3094. forest of foliage.  What better name than "Fractal Foliage" 
  3095. could be given to such a scene?
  3096.  
  3097. The parent fractal of today's image consists of three circles, 
  3098. the whole thing surrounded on the west side by a series of 
  3099. concentric arcs.  Today's scene lies deep in the outermost arc 
  3100. on the southwest side.
  3101.  
  3102. The expression that created the parent fractal is so whimsical 
  3103. that I'll not bother repeating it here, but for those who are 
  3104. interested, the parameters are given in the parameter file that 
  3105. appears at the end of this discussion.
  3106.  
  3107. The render time of just under 7 minutes makes a download of the 
  3108. GIF image file the wiser choice.  That download may be found on 
  3109. the Usenet group:
  3110.  
  3111.           <alt.binaries.pictures.fractals>
  3112.  
  3113. and on the W.W.Web at:
  3114.  
  3115.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  3116.  
  3117. If the FOTD web site is not working as it should, contact Paul 
  3118. Lee, who maintains the site.  I only find the fractals and write 
  3119. the discussions.
  3120.  
  3121. And speaking of things to discuss, we have the fractal weather 
  3122. in particular.  It was another perfect day here in Fractal Land. 
  3123. The sunny skies and temperature of 81F (27C) were ideal for cats 
  3124. and their pet humans alike.
  3125.  
  3126. The philosophy is still brewing, though an eruption is still a 
  3127. number of days in the future.  But keep in touch; you wouldn't 
  3128. want to miss the excitement when the eruption inevitably happens.
  3129.  
  3130. A glance at the wall clock shows that the time has come to shut 
  3131. down the fractal shoppe and call it a night.  Until 24 hours 
  3132. from now, take care, and perhaps the best thing of all about 
  3133. fractals is that they're absolutely free.
  3134.  
  3135.  
  3136. Jim Muth
  3137. jamth@mindspring.com
  3138.  
  3139.  
  3140. START 20.0 PAR-FORMULA FILE================================
  3141.  
  3142. Fractal_Foliage    { ; time=0:06:50.51 -- SF5 on a P200
  3143.   reset=2001 type=formula formulafile=critical.frm
  3144.   formulaname=MandelbrotMix4 function=recip passes=1
  3145.   center-mag=-8.938876274351706/-9.976549500589202/452\
  3146.   .3876/1/-79.999 params=-11/-1.1/-1.11/-2.222/-0.9/200
  3147.   float=y maxiter=1800 inside=0 logmap=98 periodicity=9
  3148.   colors=000S0SvAuo7rg3o`0mS0jL0gD0d60cC0dI6fMGgSQiX`j\
  3149.   aYlS`piSilPfo9cp0al0di0gf3jc6m`Fo_FfYT_XTQV_JT`CSg3Q\
  3150.   g0Qv0IzC9zY0zF0z00v0<3>0T00M00G0DFMTFgiFzcDv_CoVCgQA\
  3151.   `L9TG9MC7F777<2>FGfIJrJLz9Lc0LF0L00O30QD0TO0XY0_i0as\
  3152.   0dz0gz3da6a09f6AjCDoIFsOGvSP0iQQXQzLMrJ<3>AGD77CFYFM\
  3153.   vGJpTGlfDgso07j71<2>as0<3>mg1pd6sc9mQPgFcc3rY6rT9sOC\
  3154.   sIFuCIu7LuDOvIPxMQxTSy`TzgVzoYzz_zz`zzazvczzdzyizylz\
  3155.   xoxxruxurvxpvzmvzluzjszj<2>oximxilvgjvgiuggsffsfdrfc\
  3156.   pdapd`od`odapccpccpadradr`fr`<2>gs_dma<3>YVmXQpTLrSG\
  3157.   uQCxO6zM1zL0zJ0zL0vM7lOFaPLSQSIS_7Sd0OV7LMGGDPD3_90g\
  3158.   60p70r71s99u9Iv9PxAXyAczAlzCszCzzCzz<3>PzzTzyXzx_zva\
  3159.   zufzs<3>szmvzlyzjzziszgjzgczfVzfMzfFzd6zd0zd<3>0zj0z\
  3160.   l0zl<2>0zp0zr0zr<2>0zv0zx0zx0zs4zo9zjDzfIzcMz_QzVVzQ\
  3161.   YzOPzGGzA7z40z00z00z01z46zACzGIzMMzSSzY
  3162.   }
  3163.  
  3164. frm:MandelbrotMix4 {; Jim Muth
  3165. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  3166. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  3167. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  3168. z=k*((a*(z^b))+(d*(z^f)))+c,
  3169. |z| < l
  3170. }
  3171.  
  3172. END 20.0 PAR-FORMULA FILE==================================
  3173.  
  3174.  
  3175. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3176. Post Message:   fractint@lists.xmission.com
  3177. Get Commands:   majordomo@lists.xmission.com "help"
  3178. Administrator:  twegner@fractint.org
  3179. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3180.  
  3181.  
  3182. -------------------------------------------------------------------------------
  3183.  
  3184. From: DeBow Freed II PhD <bmc1@airmail.net>
  3185. Subject: Re: Re: Re: Re: [Fwd: (fractint) Another fractal greeting card URL]
  3186. Date: 16 Oct 2000 03:08:45 -0500
  3187.  
  3188. <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  3189. <html>
  3190. Dear Bob,
  3191. <p>Again, my post was nothing more than a gratuitous comment, offered in
  3192. the hope that some of your more conventionally "accessible" images would
  3193. be offered as Cards. I <b>LIKE</b> your images.
  3194. <p>I had hoped the statistically insignificant - "anecdotal" if you wish
  3195. - report of one small "patient group" would be accepted in the spirit it
  3196. was offered: gratitude to you, and a sense of humor (boy do we need to
  3197. invent something better than smiley faces to render e-mail more expressive
  3198. than it is).<b>{;-(|) </b>- whatever that means].
  3199. <p>I am - thank you very much - fully aware of the other discussion groups,
  3200. Damien- and non-Damien-associated, and intentionally steer a wide course
  3201. around them - although I enjoy Jim Muth's contributions. My intent was
  3202. to ask YOU to consider the implications of thei ssues which you elect to
  3203. classify as "philofractal", based on the reaction of a small - and probably
  3204. un-focused - "focus group".
  3205. <p>How's about accepting the compliment and providing a simple response
  3206. to a simple question?: Can/will you provide some of your more <u>conventionally
  3207. "accessible</u>" fractal images as cards, or not? That's all. Lets's not
  3208. glorify it into some tangential "philofractal" issue, make it sexist, or
  3209. otherwise evade the issue. Guess I should have sent it via back channels.
  3210. <p>D. Freed
  3211. <br> 
  3212. <br> 
  3213. <p>Bob Margolis wrote:
  3214. <blockquote TYPE=CITE>Dear Dr. Freed;
  3215. <p>I am forwarding to you this message sent nine hours ago to the FractInt
  3216. <br>mail list. I did not see it come up on the mail list since I sent it,
  3217. <br>hence this repeat. New information is added at the end of this message.
  3218. <p>Bob Margolis
  3219. <p>===================
  3220. <p>Bob Margolis wrote:
  3221. <br>>
  3222. <br>> Dear Dr. Freed;
  3223. <br>>
  3224. <br>> Before I respond I want to say that I do not have a Web site, and,
  3225. <br>> therefore, I in no way made any of the fractal designs exhibited
  3226. at both
  3227. <br>> fractal postcard Web sites.
  3228. <br>>
  3229. <br>> With that out of the way, I found you're e-mail very interesting
  3230. and
  3231. <br>> thought provoking. I would suggest that you subscribe to an e-mail
  3232. <br>> discussion group that deals with the philosophical aspect of fractals
  3233. <br>> and repost your e-mail addressed to me there.
  3234. <br>>
  3235. <br>> I do not subscribe to that forum so I don't have available the
  3236. <br>> subscription address for you. I'm hoping someone with this (FractInt)
  3237. <br>> mail server will read this message and tell you how to subscribe
  3238. to that
  3239. <br>> forum. I'm leaving the house now and won't be back until later this
  3240. <br>> evening. If I see that no one has provided you with the philosophical
  3241. <br>> forum e-mail address, I will get it for you from one of several people
  3242. <br>> who I know are list members.
  3243. <br>>
  3244. <br>> I think you will be well rewarded in discussing the effects of fractal
  3245. <br>> colors and shapes upon the non-fractal public in that forum.
  3246. <br>>
  3247. <br>> Best regards,
  3248. <br>>
  3249. <br>> Bob Margolis
  3250. <p>Since that message was written, I asked someone for the e-mail address
  3251. <br>of that fractal philosophy discussion group I mentioned. Here is his
  3252. <br>response:
  3253. <p>Bob,
  3254. <p> - What is the e-mail subscription address for the fractals philosphy
  3255. <br> - group?
  3256. <p>philofractal@lists.fractalus.com
  3257. <p>So if you want to subscribe, send mail to this address:
  3258. <p>philofractal-subscribe@lists.fractalus.com
  3259. <p>...and follow the instructions you're sent.
  3260. <p>Damien M. Jones   \\
  3261. <br>dmj@fractalus.com  \\  Fractalus Galleries & Info:
  3262. <br>                   
  3263. \\  <a href="http://www.fractalus.com/">http://www.fractalus.com/</a>
  3264. <p>Please do not post my e-mail address on a web site or
  3265. <br>in a newsgroup.  Thank you.</blockquote>
  3266. </html>
  3267.  
  3268.  
  3269. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3270. Post Message:   fractint@lists.xmission.com
  3271. Get Commands:   majordomo@lists.xmission.com "help"
  3272. Administrator:  twegner@fractint.org
  3273. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3274.  
  3275.  
  3276. -------------------------------------------------------------------------------
  3277.  
  3278. From: "Damien M. Jones" <dmj@fractalus.com>
  3279. Subject: Re: (fractint) Fractal greeting cards
  3280. Date: 16 Oct 2000 21:09:25 -0400
  3281.  
  3282. Morgan,
  3283.  
  3284.  - > Sweetests Day, Oct. 21
  3285.  - > in the States.
  3286.  - > 
  3287.  - Never head of it, myself.
  3288.  
  3289. It's a new "holiday" cooked up by various commercial interests to be a fall
  3290. Valentine's Day. It's so commercialized right from the start it makes me
  3291. gag, but I had one woman tell me flat-out that she didn't care, an excuse
  3292. for her man to be thinking of her was what mattered.
  3293.  
  3294. *sigh*
  3295.  
  3296. Damien M. Jones   \\
  3297. dmj@fractalus.com  \\  Fractalus Galleries & Info:
  3298.                     \\  http://www.fractalus.com/
  3299.  
  3300. Please do not post my e-mail address on a web site or
  3301. in a newsgroup.  Thank you.
  3302.  
  3303.  
  3304. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3305. Post Message:   fractint@lists.xmission.com
  3306. Get Commands:   majordomo@lists.xmission.com "help"
  3307. Administrator:  twegner@fractint.org
  3308. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3309.  
  3310.  
  3311. -------------------------------------------------------------------------------
  3312.  
  3313. From: "Damien M. Jones" <dmj@fractalus.com>
  3314. Subject: Re: Re: Re: Re: [Fwd: (fractint) Another fractal greeting
  3315. Date: 16 Oct 2000 21:09:29 -0400
  3316.  
  3317. D. Freed,
  3318.  
  3319.  - I am - thank you very much - fully aware of the other
  3320.  - discussion groups, Damien- and non-Damien-associated, and
  3321.  - intentionally steer a wide course around them - although I
  3322.  - enjoy Jim Muth's contributions. 
  3323.  
  3324. Then you need not fear the philofractal list. Although it runs through my
  3325. server, I don't personally run it. In fact I'm not even a subscriber.
  3326.  
  3327. Damien M. Jones   \\
  3328. dmj@fractalus.com  \\  Fractalus Galleries & Info:
  3329.                     \\  http://www.fractalus.com/
  3330.  
  3331.  
  3332.  
  3333. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3334. Post Message:   fractint@lists.xmission.com
  3335. Get Commands:   majordomo@lists.xmission.com "help"
  3336. Administrator:  twegner@fractint.org
  3337. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3338.  
  3339.  
  3340. -------------------------------------------------------------------------------
  3341.  
  3342. From: Jim Muth <jamth@mindspring.com>
  3343. Subject: (fractint) FOTD  17-10-00  (A Nice Fractal Midget [8])
  3344. Date: 16 Oct 2000 21:07:16 -0400 (EDT)
  3345.  
  3346.  
  3347. FOTD -- October 17, 2000 (Rating 8)
  3348.  
  3349. Fractal visionaries and enthusiasts:
  3350.  
  3351. In the world of science, things that are long assumed to be true 
  3352. sometimes prove to be untrue.  Why should fractals be any 
  3353. different?  Take for example the often stated assumption that 
  3354. there are many Julia sets but only one Mandelbrot set.  Even 
  3355. when the perturbed Mandelbrot sets are ignored, this assumption 
  3356. is untrue.  It is untrue because there are at least two 'true' 
  3357. Mandelbrot sets, with all their parts intact.
  3358.  
  3359. The familiar M-set cuts through the four-dimensional Julibrot 
  3360. along the plane where Z equals zero.  But there is a second 
  3361. slice that cuts through the Julibrot in a perfect M-set -- the 
  3362. plane where the values of Z and C are equal.
  3363.  
  3364. This second M-set, which I call the shadow set, is oriented 
  3365. exactly halfway through the double rotation between the 
  3366. Mandelbrot orientation and the Julia orientation.  It lies at an 
  3367. absolute angle of 45 degrees to the classic M-set, every line in 
  3368. the shadow set lying at an angle of 45 degrees to every line in 
  3369. the classic set.
  3370.  
  3371. This shadow set appears exactly like the classic set, though its 
  3372. linear dimensions are 1.4 times those of the classic set and its 
  3373. associated perturbed sets are strangely different.  And yes, it 
  3374. is possible to enlarge its features to 1.4 times the size of the 
  3375. identical features in the classic set before reaching the limit 
  3376. of math precision.
  3377.  
  3378. Is this second M-set the only oblique Julibrot slice that gives 
  3379. a spurious Mandelbrot set?  I think so, but I'm not sure.  One 
  3380. of these days I'll do some serious investigating, perhaps along 
  3381. the surface where Z equals the square root of C, but for the 
  3382. present I've got a rather exceptional FOTD to talk about.
  3383.  
  3384. The math expression that drew the image is a totally whimsical 
  3385. journey into the land of fractional negative exponents.  A quick 
  3386. check of the parameters will show the exact values.
  3387.  
  3388. Try as I might, even after spending 1/2 hour coloring the 
  3389. picture, I could think of no suitable name for it, so I settled 
  3390. on the generic description "A Nice Fractal Midget".  A second 
  3391. look convinced me that the rating of an exceptional 8 is fully 
  3392. justified.
  3393.  
  3394. The parent fractal is the latest in my series of 'parent' 
  3395. images, which are characterized by a prominent 'fan' and lots of 
  3396. rings.  The scene of today's image is located at the edge of the 
  3397. fan.
  3398.  
  3399. The parameter file takes 9-1/2 minutes to render, making a 
  3400. download of the GIF image file the wise choice.  The image file 
  3401. has been posted to the Usenet binary group:
  3402.  
  3403.           alt.binaries.pictures.fractals
  3404.  
  3405. and to Paul Lee's web site at:
  3406.  
  3407.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  3408.  
  3409. The fractal weather today was less perfect than yesterday, but 
  3410. still perfect enough to keep the cats happy.  The partly cloudy 
  3411. skies and temperature of 73F (23C) lured them onto the porch, 
  3412. from where they bounded down into the grass to chase butterflies.
  3413.  
  3414. The philosophy is smouldering, and could burst into flames at 
  3415. any time.  I'm currently pondering the relation between fractals 
  3416. and the mind.  Something may come of my thoughts, or perhaps 
  3417. nothing will.  Regardless, I'll be here again tomorrow with 
  3418. another fractal and more gossip.  Until then, take care, and be 
  3419. happy in your fractaling.
  3420.  
  3421.  
  3422. Jim Muth
  3423. jamth@mindspring.com
  3424.  
  3425.  
  3426. START 20.0 PAR-FORMULA FILE================================
  3427.  
  3428. A_NiceFractlMidget { ; time=0:09:36.66 -- SF5 on a P200
  3429.   reset=2001 type=formula formulafile=critical.frm
  3430.   formulaname=MandelbrotMix4 function=recip passes=1
  3431.   center-mag=+4.39976788244362300/+0.25116878814085030\
  3432.   /80669.34/1/7.5 params=-1.11/-11.1/-11.1/-1.11/0/300
  3433.   float=y maxiter=2000 inside=0 logmap=125 periodicity=9
  3434.   colors=000`0Ta0T<7>f7Yf8Yg9ZgAZ<2>iD_iF_iF_jGajGajHa\
  3435.   jHblJb<3>mLdmLemNeoNeoOgoOgpQfpQhpRhqOipRhpThpUgpXgp\
  3436.   Yfp_fp`epcepddpedpfcoicojbokbon`on`os_or_ovZovZoyYoz\
  3437.   YrzYoy6oyAoyDovHoqJ<2>odTo_WoXZoR`oNblK`iKZjJXmKWpJT\
  3438.   qGS<2>qFM<2>eNTaPVYQXVS_RTbNUdLVg<2>M_pM`nNanO`mN`kP\
  3439.   ZkP_jPYiPYgQXgQXfQWdPTgQWdQYcQ_bQa`SdZRgYTjYUkXXnUYq\
  3440.   TZsS_vQbyObyMcyLgyHfyKcyM_xPXuQTqTPlVLjWGeYFa_EZbBWc\
  3441.   ASf8Oi5Mj4Im2Ep09r07t04w00x00x00w<3>0Bj0Eg1Gd1Ib2LZ4\
  3442.   NW5QT5TQ6WM7YK9aI9dGBhCCk9Do7Dr4Fv0Gy0Hy0Iy0Fy0Dv0Cr\
  3443.   0Al09j28e45a64W72Q90JA0FD0CE3EB9IBEK8JO7OU4SY3Xa1<2>\
  3444.   ml0wr0qn0mm3ik9ejG`gNXeUUcZQbdMakSZrWXx_TxbQxgPxjWxo\
  3445.   bxsixwix<4>wixuixrixoixnix<3>dhxahx`hx<2>dhxfixfix<3\
  3446.   >jixjixlix<3>qixoixEgxCgxCgxBgxBgx9gx<2>8fxFgxMgxThx\
  3447.   Yhx<4>Mgx
  3448.   }
  3449.  
  3450. frm:MandelbrotMix4 {; Jim Muth
  3451. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  3452. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  3453. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  3454. z=k*((a*(z^b))+(d*(z^f)))+c,
  3455. |z| < l
  3456. }
  3457.  
  3458. END 20.0 PAR-FORMULA FILE==================================
  3459.  
  3460.  
  3461. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3462. Post Message:   fractint@lists.xmission.com
  3463. Get Commands:   majordomo@lists.xmission.com "help"
  3464. Administrator:  twegner@fractint.org
  3465. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3466.  
  3467.  
  3468. -------------------------------------------------------------------------------
  3469.  
  3470. From: Jim Muth <jamth@mindspring.com>
  3471. Subject: (fractint) FOTD  18-10-00  (A Fractal Gone Batty [6])
  3472. Date: 17 Oct 2000 22:05:02 -0400 (EDT)
  3473.  
  3474.  
  3475. FOTD -- October 18, 2000 (Rating 6)
  3476.  
  3477. Fractal visionaries and enthusiasts:
  3478.  
  3479. That time of the year is fast approaching when we turn our 
  3480. thoughts to the supernatural world of witches, vampires, 
  3481. mummies, wolf-men, ghosts, and monsters of various and sundry 
  3482. appearances.  Of course, we know that these things are mere 
  3483. entertaining distractions, and fun for children.  They certainly 
  3484. do not actually exist -- well, after seeing today's picture, I 
  3485. should change that statement to they *almost* certainly do not 
  3486. exist.
  3487.  
  3488. Today's fractal image is a serendipitous discovery.  I zoomed in 
  3489. on the wrong area by mistake, but my mistake turned out to be no 
  3490. mistake, for there in an area I would never have suspected of 
  3491. harboring a midget, I found today's image.
  3492.  
  3493. After a few minutes of coloring the picture, I settled on the 
  3494. present palette.  I studied the image for several more minutes 
  3495. before recognizing the spooky aura to the scene.  Those dark 
  3496. sharp-angled shapes floating around the midget could be vampire 
  3497. bats out for a quick snack.  Or the shapes could be a group of 
  3498. less-sinister bats flitting before the midget, which could well 
  3499. be a full moon.  Regardless, I named the picture "A Fractal Gone 
  3500. Batty".
  3501.  
  3502. The parameter file renders in a slow 14-1/2 minutes.  Since the 
  3503. GIF image file downloads in only one minute, I strongly 
  3504. recommend going to Usenet at:
  3505.  
  3506.           <alt.binaries.pictures.fractals>
  3507.  
  3508. or to the Web at:
  3509.  
  3510.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  3511.  
  3512. where the GIF file has been posted, and downloading it from 
  3513. there.
  3514.  
  3515. The fractal weather today was cloudy, with just enough rain to 
  3516. dampen the grass.  The wet grass, along with a temperature of 
  3517. 59F (15C), confined the fractal cats to the indoors, where they 
  3518. managed to pass the day sleeping.
  3519.  
  3520. I've still got the fractal philosophy on hold, while I work up 
  3521. the energy for a major eruption.  But before I philosophize, I 
  3522. must decide exactly what fractal philosophy is.  I'll have at 
  3523. least 24 hours to make that decision.
  3524.  
  3525. Until next time, which by a rare coincidence will be in 24 
  3526. hours, take care, and why do we enjoy fractals?
  3527.  
  3528.  
  3529. Jim Muth
  3530. jamth@mindspring.com
  3531.  
  3532.  
  3533. START 20.0 PAR-FORMULA FILE================================
  3534.  
  3535. A_FractalGoneBatty { ; time=0:14:32.72 -- SF5 on a P200
  3536.   reset=2001 type=formula formulafile=critical.frm
  3537.   formulaname=MandelbrotMix4 function=recip passes=1
  3538.   center-mag=+3.71720703183797900/+2.40733321225409000\
  3539.   /204985.2/1/125 params=-1.11/-11.1/-11.1/-1.11/0/300
  3540.   float=y maxiter=2400 inside=0 logmap=240 periodicity=9
  3541.   colors=000KP7IP5<2>FN3DN2CM0<3>7K05K04J0<3>1H00H00G0\
  3542.   <3>1D01G00K0<3>2_52d62g62k82oA2tB2xC3zE3zF3zG2zH1zK1\
  3543.   xL1tN1qP0lR0iU0eV0bX0ZZ0Wa0Tb0Pe0Mh0Jk0Hl<2>08u06w02\
  3544.   z01z<2>10z45z68x8DuAHrDLoGQlJViMYgOadRgbUkaYq``u`<3>\
  3545.   ahgaehcekcbnc_qcWtdUwdRzeTxeSwgSugSugStgSriUrhTqiToi\
  3546.   TokTnjTl<2>lUjlUinUinUhoVgoVgnZfn`encfngflhflje<2>nr\
  3547.   dnnbnl`oiaog_qc_qaZr_ZrWXtUXtPVuMVuKTwGTwERsAQo7Qk5P\
  3548.   g1Ud0Yb0ab0gc0kb0ib0hc0gb0eb0eb0db0b_1ag1an2`p3`q3Zq\
  3549.   3Zm2Wi2Ue1Te0Ye0de0id0kc2lc3ld4nd5nh7oj8ql9qnAroCrrE\
  3550.   tuGuwHuzKwzNwzQy<2>z_zzezzizzhzzbzzXwzUrzQpzPlzKizJg\
  3551.   zHc<2>z9Uz6Qz5Nz6Lz7IzAGzBCzCAzD7<3>oH9lIAiJAgKBeLBb\
  3552.   MB<2>WPDUQDQQEPSENUEMVGJWGJYHHZHF_ICaHBbH<3>2hJ0iK0k\
  3553.   L0lL1nP3oU5qY8raBteFuiHwmKxrNzvQzzTzzWzxXzs_zn`zjbzg\
  3554.   bzfbzdbzcaz`az_bzZbzWazUazRazQQzA
  3555.   }
  3556.  
  3557. frm:MandelbrotMix4 {; Jim Muth
  3558. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  3559. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  3560. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  3561. z=k*((a*(z^b))+(d*(z^f)))+c,
  3562. |z| < l
  3563. }
  3564.  
  3565. END 20.0 PAR-FORMULA FILE==================================
  3566.  
  3567.  
  3568. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3569. Post Message:   fractint@lists.xmission.com
  3570. Get Commands:   majordomo@lists.xmission.com "help"
  3571. Administrator:  twegner@fractint.org
  3572. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3573.  
  3574.  
  3575. -------------------------------------------------------------------------------
  3576.  
  3577. From: JoWeber <JoWeber@compuserve.com>
  3578. Subject: (fractint) updated website
  3579. Date: 18 Oct 2000 01:20:23 -0400
  3580.  
  3581. Hi All,
  3582.  
  3583. I rebuild my website for faster loading and easier navigation and added a=
  3584.  
  3585. lot of new stuff.
  3586. Feel free to visit it, comments are welcome.
  3587.  
  3588. Cheers --Jo Weber--
  3589.  
  3590. http://www.joweber.de
  3591.  
  3592. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3593. Post Message:   fractint@lists.xmission.com
  3594. Get Commands:   majordomo@lists.xmission.com "help"
  3595. Administrator:  twegner@fractint.org
  3596. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3597.  
  3598.  
  3599. -------------------------------------------------------------------------------
  3600.  
  3601. From: Jim Muth <jamth@mindspring.com>
  3602. Subject: (fractint) FOTD  19-10-00  (Convoluted Fractal [5])
  3603. Date: 19 Oct 2000 01:08:41 -0400 (EDT)
  3604.  
  3605.  
  3606. FOTD -- October 19, 2000 (Rating 5)
  3607.  
  3608. Fractal visionaries and enthusiasts:
  3609.  
  3610. Things got a little busy again today here at Fractal Central, 
  3611. which doubles as a graphic design shop when it's not busy being 
  3612. the fractal shoppe.  With enough work to keep me hopping like a 
  3613. rabbit, I found little time to search for fractals, but in the 
  3614. brief time I found, I generated the sqrt(Z)+C Mandeloid.
  3615.  
  3616. The default image of this expression drawn by the MandelbrotBC 
  3617. formula is quite interesting, with a spectacular main stem 
  3618. extending well beyond the default screen, and many promising 
  3619. side filaments.  I did my searching along one of these side 
  3620. filaments.
  3621.  
  3622. The midgets become quite difficult to locate when the exponent 
  3623. of Z is much less than two.  In these cases, the filaments are 
  3624. the easiest places to find the midgets.  As is the case with 
  3625. midgets in all low-order fractals, the midget in today's image 
  3626. is surrounded by sharp, almost dagger-like discontinuities, 
  3627. though the sharpness is somewhat offset by the mass of convolu-
  3628. ted, twisting filaments.
  3629.  
  3630. When I saw the convolutions, I named the picture "Convoluted 
  3631. Fractal" and gave it the honor of being a FOTD.  The 7-minute 
  3632. render time is a bit excessive for an image that rates only a 5. 
  3633. Therefore, my advice is to go to the Usenet group:
  3634.  
  3635.           <alt.binaries.pictures.fractals>
  3636.  
  3637. or to Paul Lee's web site at:
  3638.  
  3639.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  3640.  
  3641. and download the GIF image file from there.
  3642.  
  3643. The fractal weather today was rainy in the morning, followed by 
  3644. a clearing in mid-afternoon.  Despite the late sun and tempera-
  3645. ture of 66F (19C), the grass remained too wet for the fractal 
  3646. cats, who amused themselves indoors by sleeping and eating.
  3647.  
  3648. My fractal philosophy remains suppressed, but may arise at any 
  3649. moment.  Don't miss tomorrow's FOTD.  If the philosophy rises 
  3650. between now and then, you'll want to be in on the action.
  3651.  
  3652. And that's it for this evening fractal fans.  Until next time, 
  3653. take care and fractals are just as real as we make them.
  3654.  
  3655.  
  3656. Jim Muth
  3657. jamth@mindspring.com
  3658.  
  3659.  
  3660. START 20.0 PAR-FORMULA FILE================================
  3661.  
  3662. Convoluted_Fractal { ; time=0:07:13.72 -- SF5 on a P200
  3663.   reset=2001 type=formula formulafile=branchct.frm
  3664.   formulaname=MandelbrotBC passes=1
  3665.   center-mag=-0.84997772846451300/+0.37369015583381380\
  3666.   /11165.74/1/140 params=1.414213762373/0/0/0 float=y
  3667.   maxiter=15000 inside=0 logmap=130 periodicity=10
  3668.   colors=000IEcICc<3>FCcHE_JFYKFUMGRNGPPHPQKMRLJTMHUOD\
  3669.   WQBYS8YUB<3>YYIYZJY_MY`NY`PY`QZ`TZ`UZ`WZ`Y``_```````\
  3670.   ``abcabdacfacgacjadkbdlccmbao<3>cVrcTrcRsdQudOueNveK\
  3671.   weJweGxfGyfDy<2>g9zhByiDwhEuiGrjHqjKokLllNjlOimQgoSe\
  3672.   <2>qYbq``r`ZsbXscWudTveRvgPwhOxjL<2>ynG<4>zaIzZJzXJz\
  3673.   ULzSLzOLzNMzJLzHLxIKwIKvIIuHI<3>pIHoIGlIGkIGjHE<2>fI\
  3674.   DeIDdIBcHB`HB_IAZIAYI9WH8VH8UH8TI7QH6NG6KE5ID4<2>A92\
  3675.   8817817916A06C07E0<3>7J06K05L07O09Q2BR3CT4FR5GT7<2>L\
  3676.   UAMUBPUDQUESUFTTGVUIWUIZWJ<5>h`RjaTlcUmcVpdXqeYsfZuf\
  3677.   `whaxhb<11>wpfwqgwrg<2>wthwthvtj<3>vvkvwkwxlwxlwylwz\
  3678.   n<3>xzoxzoxzpxzpxznxzluziozg<3>VzXPzVIzS<2>MzMOzOQzP\
  3679.   QzQ<2>UzSWzTXzV<4>bz_dz`dz`<3>jzflzgmzh<2>pzlqzmrzm<\
  3680.   2>pzq
  3681.   }
  3682.  
  3683. frm:MandelbrotBC = { ; Z = Z^E + C
  3684.   e=p1
  3685.   p=real(p2)+PI
  3686.   q=2*PI*trunc(p/(2*PI))
  3687.   r=real(p2)-q
  3688.   Z=C=Pixel:
  3689.     Z=log(Z)
  3690.     IF(imag(Z)>r)
  3691.       Z=Z+flip(2*PI)
  3692.     ENDIF
  3693.     Z=exp(e*(Z+flip(q)))+C
  3694.   |Z|<100
  3695. }
  3696.  
  3697. END 20.0 PAR-FORMULA FILE==================================
  3698.  
  3699.  
  3700. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3701. Post Message:   fractint@lists.xmission.com
  3702. Get Commands:   majordomo@lists.xmission.com "help"
  3703. Administrator:  twegner@fractint.org
  3704. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3705.  
  3706.  
  3707. -------------------------------------------------------------------------------
  3708.  
  3709. From: Mike Traynor <lmtraynor@sympatico.ca>
  3710. Subject: Re: (fractint) updated website
  3711. Date: 19 Oct 2000 01:40:32 -0400
  3712.  
  3713. Jo,
  3714. > Hi All,
  3715. > I rebuild my website for faster loading and easier navigation and added a
  3716. > lot of new stuff.
  3717. > Feel free to visit it, comments are welcome.
  3718.  
  3719. This one will be:  Those mandelbrot zooms are AMAZIMG!!! Wonderful colour!
  3720.  
  3721. Mike
  3722.  
  3723. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3724. Post Message:   fractint@lists.xmission.com
  3725. Get Commands:   majordomo@lists.xmission.com "help"
  3726. Administrator:  twegner@fractint.org
  3727. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3728.  
  3729.  
  3730. -------------------------------------------------------------------------------
  3731.  
  3732. From: "Multiple Bogeys" <neo_1061@hotmail.com>
  3733. Subject: Re: (fractint) FOTD 19-10-00 (Convoluted Fractal [5])
  3734. Date: 19 Oct 2000 01:45:01 EDT
  3735.  
  3736. For some reason, this one isn't linked from the October 2000 index page. 
  3737. However, it's still accessible by directly punching in the filename. (Using 
  3738. the URL for yesterday's and a little prestidigitation...)
  3739. _________________________________________________________________________
  3740. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  3741.  
  3742. Share information about yourself, create your own public profile at 
  3743. http://profiles.msn.com.
  3744.  
  3745.  
  3746. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3747. Post Message:   fractint@lists.xmission.com
  3748. Get Commands:   majordomo@lists.xmission.com "help"
  3749. Administrator:  twegner@fractint.org
  3750. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3751.  
  3752.  
  3753. -------------------------------------------------------------------------------
  3754.  
  3755. From: "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net>
  3756. Subject: Re: (fractint) FOTD 19-10-00 (Convoluted Fractal [5])
  3757. Date: 19 Oct 2000 00:51:40 -0500
  3758.  
  3759. Multiple Bogeys wrote:
  3760. >
  3761. > For some reason, this one isn't linked from 
  3762. > the October 2000 index page.
  3763.  
  3764. Yes, it is.    :-)
  3765.  
  3766. >
  3767. > However, it's still accessible by directly 
  3768. > punching in the filename.
  3769.  
  3770. You might try refreshing your browser's cache.  Both pages get uploaded
  3771. at the same time, and tested afterwards.
  3772.  
  3773. P.N.L.
  3774. http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
  3775.  
  3776. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3777. Post Message:   fractint@lists.xmission.com
  3778. Get Commands:   majordomo@lists.xmission.com "help"
  3779. Administrator:  twegner@fractint.org
  3780. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3781.  
  3782.  
  3783. -------------------------------------------------------------------------------
  3784.  
  3785. From: Bob Margolis <rttyman@wwa.com>
  3786. Subject: (fractint) Rayleigh Quotient iteration
  3787. Date: 19 Oct 2000 09:06:43 -0500
  3788.  
  3789. Are any of the formulas writers among you familiar with the Rayleigh
  3790. Quotient iteration?
  3791.  
  3792. I was reading a four-page article about it last night in Chaos and
  3793. Fractals: A Computer Graphical Journey, which came out two years ago and
  3794. was edited by Clifford Pickover.
  3795.  
  3796. The article says, "The Rayleigh Quotient Iteration is a numerical
  3797. technique for estimating eigenvalues. It typically converges to an
  3798. eigenvalue quadratically, but the convergence is cubic when the matrix
  3799. is Hermitian. While there is a sense of unpredictability in the
  3800. convergence, distinct basins of attraction often have smooth
  3801. boundaries."
  3802.  
  3803. Twelve illustrations accompany the article and some of them appear to be
  3804. similar to Newton basins. The illustrations were colorful and I thought
  3805. they could lead toward interesting FractInt-generated pictures.
  3806.  
  3807. You can see what what I'm writing about by referring to an illustration
  3808. I found at 
  3809.  
  3810. http://ww2.lafayette.edu/~reiterc/aa/index.html.
  3811.  
  3812. I found a lengthy article at http://etna.mcs.kent.edu/ In Volume 7
  3813. (1998) entitled "A Block Rayleigh Quotient Iteration with Local
  3814. Quadratic Convergence" in pdf and postscript format. I printed out the
  3815. pdf version, and, upon reading it, exclaimed, "Duhhhhhhhhhhhh."
  3816.  
  3817. What I was hoping to do was write a formula for FractInt based upon the
  3818. RQI, but I see my Duhhhhhhhhhh prevents that. Can anyone help me in that
  3819. regard?
  3820.  
  3821. Bob
  3822.  
  3823. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3824. Post Message:   fractint@lists.xmission.com
  3825. Get Commands:   majordomo@lists.xmission.com "help"
  3826. Administrator:  twegner@fractint.org
  3827. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3828.  
  3829.  
  3830. -------------------------------------------------------------------------------
  3831.  
  3832. From: Jim Muth <jamth@mindspring.com>
  3833. Subject: (fractint) FOTD  20-10-00  (The Oddest Angle [4])
  3834. Date: 20 Oct 2000 00:06:51 -0400 (EDT)
  3835.  
  3836.  
  3837. FOTD -- October 20, 2000 (Rating 4)
  3838.  
  3839. Fractal visionaries and enthusiasts:
  3840.  
  3841. Today's fractal is a new view of an old friend.  The friend is 
  3842. the classic Mandelbrot set, which is one of only two of its 
  3843. kind.  Actually, since the Z parameter is equal to the C 
  3844. parameter, today's fractal is a scene in the second M-set, the 
  3845. one I call the shadow set.
  3846.  
  3847. The strangely stretched and twisted object is an unfamiliar view 
  3848. of the last midget out on the negative tail that is within reach 
  3849. of the double-precision math routine.  This midget is located at 
  3850. C=-1.999999117... on the tail.
  3851.  
  3852. When seen as a Mandelbrot midget or a Julia set, this object is 
  3853. surrounded by the neat, symmetrical pattern of a midget near the 
  3854. escape radius, with features bifurcating in a 2,4,8,16... series 
  3855. as they approach the midget.  But today's picture is neither a 
  3856. Mandelbrot midget nor a Julia set.
  3857.  
  3858. The plane of today's image is oriented within a few degrees of 
  3859. the Rectangular direction of the Julibrot.  This Rectangular 
  3860. plane is determined by imag(z) and imag(c).  At this odd angle, 
  3861. (which is the name I gave to the picture), the nice neat 
  3862. 2,4,8... series has been stretched and twisted into a grotesque 
  3863. parody of itself.  Even the 2,4,8... series has been 
  3864. obliterated, and replaced by an indescribable series of ever-
  3865. smaller features.
  3866.  
  3867. The whole thing makes more of a mathematical curiosity than a 
  3868. work of art, so I could rate the image at only a 4.  But despite 
  3869. the low rating, it is not without its merit, and the render time 
  3870. of 11 seconds is fast enough to make the parameter file the most 
  3871. efficient way to view the image.
  3872.  
  3873. For those who would prefer to download the GIF image, that image 
  3874. is available at:
  3875.  
  3876.           alt.binaries.pictures.fractals
  3877.  
  3878. and at:
  3879.  
  3880.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  3881.  
  3882. The fractal weather today was perfect, with brilliant Autumn sun 
  3883. and a temperature of 70F (21C), which pleased the two fractal 
  3884. cats immensely.
  3885.  
  3886. The cats are still pleased, but they would be even more pleased 
  3887. if I were to feed them, so I guess it's time to shut down the 
  3888. fractal shoppe and call it a day and a night.  Until the next 
  3889. time, which is coming in 24 hours, take care, and exalt in your 
  3890. fractals.
  3891.  
  3892.  
  3893. Jim Muth
  3894. jamth@mindspring.com
  3895.  
  3896.  
  3897. START 20.0 PAR-FORMULA FILE================================
  3898.  
  3899. The_Oddest_Angle   { ; time=0:00:11.50 -- SF5 on a P200
  3900.   reset=2001 type=formula formulafile=multirot.frm
  3901.   formulaname=multesc4-XZ-YW passes=t center-mag=-0.00\
  3902.   000000000271445/-0.00000000001024659/5.033505e+011/0\
  3903.   .07201/106.91/-79.243 params=99.3/107.3/-1.999999117\
  3904.   587294/0/-1.999999117587294/0 float=y maxiter=550
  3905.   inside=0 outside=real logmap=36 periodicity=10
  3906.   colors=000RYbXcY_jSZbJZXAUK0cMEgIRmFbqBomIUwSozkczzS\
  3907.   nrNafIOUDBF87MH4OO2SX0Vc0Zk0as0cz8RvQFqNHoMUoJZnIMmF\
  3908.   NmEOkBQkARj2F03H03I23I44J84KD4KF6MJ6NN6NQ7OU7QY7Q_8R\
  3909.   c8SgYegXci<3>RaiQaiO_iN_iMZiKZiKYjJYjjN8qNA0zw_6izez\
  3910.   0SkMKqiDvz4zgDkKKY0RJAZKKfKXmMfuMqzMoeKoJJo0J8z0Hz0N\
  3911.   w4VrBamHggNobSvYZzSczQjzNqzMvvRw<3>akwXqwRvwMzw<2>2Z\
  3912.   r0Qq0Ho0QfBZYKgOMaUMXYMRaNKf<2>N4rZDejJSvQFzX2gEifHc\
  3913.   <3>fMJfNEeMEbKDaKD_JBSoaXrbZubbwcfzeizemzfozfgsb_cZU\
  3914.   OXM8SF0QUAegQsuczDIE8JF6JF2KF0KF0MF0MF0MF0RSAVeJZrJX\
  3915.   nJUkJSi<2>Q8II8XA8j38w4Hs4Oo4Vm6bi6if6qb6w_Ayc<2>Mzm\
  3916.   QzqUzsXzv0UX6X_HYbHYbHXbFXcFXcFXcEVe<2>DVfDVfBUgBUgB\
  3917.   UgAUiASiASi8Sj8SjzzHzzJzzKwzMuwNquQnsRjqSgnUcmVajYYi\
  3918.   ZVf_RcaObbQzYNuV<2>JeNMfOOgQRiRSjR<2>_nVym8siAnfBjcB\
  3919.   eaD_ZEXXEbaUifinky6_fESaMMYUFUa8Qg2M_MkHXS0e830z87zE\
  3920.   EuIKnNRi
  3921.   }
  3922.  
  3923. frm:multesc4-XZ-YW {; Jim Muth
  3924. ; 0,0=para, 90,0=obl, 0,90=elip, 90,90=rect
  3925. e=exp(flip(real(p1*.01745329251994))),
  3926. f=exp(flip(imag(p1*.01745329251994))),
  3927. z=f*real(pixel)+p2, c=e*imag(pixel)+p3:
  3928. z=sqr(z)+c,
  3929. |z| < 4  }
  3930.  
  3931. END 20.0 PAR-FORMULA FILE==================================
  3932.  
  3933.  
  3934. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3935. Post Message:   fractint@lists.xmission.com
  3936. Get Commands:   majordomo@lists.xmission.com "help"
  3937. Administrator:  twegner@fractint.org
  3938. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3939.  
  3940.  
  3941. -------------------------------------------------------------------------------
  3942.  
  3943. From: "Multiple Bogeys" <neo_1061@hotmail.com>
  3944. Subject: Re: (fractint) FOTD 19-10-00 (Convoluted Fractal [5])
  3945. Date: 20 Oct 2000 01:15:10 EDT
  3946.  
  3947. >You might try refreshing your browser's cache.  Both pages get uploaded
  3948. >at the same time, and tested afterwards.
  3949.  
  3950. Can't be. I thought that was it, but I refreshed it twice and the link 
  3951. didn't appear.
  3952. _________________________________________________________________________
  3953. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  3954.  
  3955. Share information about yourself, create your own public profile at 
  3956. http://profiles.msn.com.
  3957.  
  3958.  
  3959. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3960. Post Message:   fractint@lists.xmission.com
  3961. Get Commands:   majordomo@lists.xmission.com "help"
  3962. Administrator:  twegner@fractint.org
  3963. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3964.  
  3965.  
  3966. -------------------------------------------------------------------------------
  3967.  
  3968. From: "Multiple Bogeys" <neo_1061@hotmail.com>
  3969. Subject: Re: (fractint) FOTD 20-10-00 (The Oddest Angle [4])
  3970. Date: 20 Oct 2000 01:23:07 EDT
  3971.  
  3972. >           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  3973.  
  3974. There's definitely something flaky about home.att.net lately. Tonight, I 
  3975. clicked this link, and got an RST instead of an ACK from my SYN. When I 
  3976. tried again, I got in, but the index list only went up to "Convoluted 
  3977. Fractal". I refreshed it -- twice -- to no avail. Then I went to "Convoluted 
  3978. Fractal", altered the URL (producing 
  3979. http://home.att.net/~Paul.N.Lee/FotD/FotD_00-10-20.html), and got a 404, so 
  3980. the fractal is not even there this time!
  3981.  
  3982. I suggest hitting the home.att.net Webmaster over the head with a nastygram, 
  3983. and if the server isn't acting less flaky in a day or two, moving your site 
  3984. to a more reliable and better-run host. (This, unfortunately, would probably 
  3985. mean an annoyingly tedious change of ISPs -- I'd use the occasion as an 
  3986. opportunity to make the changeover to broadband...)
  3987. _________________________________________________________________________
  3988. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  3989.  
  3990. Share information about yourself, create your own public profile at 
  3991. http://profiles.msn.com.
  3992.  
  3993.  
  3994. Thanks for using Fractint, The Fractals and Fractint Discussion List
  3995. Post Message:   fractint@lists.xmission.com
  3996. Get Commands:   majordomo@lists.xmission.com "help"
  3997. Administrator:  twegner@fractint.org
  3998. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  3999.  
  4000.  
  4001. -------------------------------------------------------------------------------
  4002.  
  4003. From: "Multiple Bogeys" <neo_1061@hotmail.com>
  4004. Subject: Re: (fractint) FOTD 20-10-00 (The Oddest Angle [4])
  4005. Date: 20 Oct 2000 01:31:19 EDT
  4006.  
  4007. Because of home.att.net's flakiness, I tediously copied the parameter entry, 
  4008. pasted it into Notepad, saved it, and ran it to see the results...
  4009.  
  4010. >the render time of 11 seconds is fast enough to make the parameter
  4011. >file the most efficient way to view the image.
  4012.  
  4013. It took 39 seconds on my machine, at 1024x768 resolution. What resolution do 
  4014. you usually use (the Web images tend to be 640x480) and what kind of 
  4015. computer are you using? Mine cranks at 400 MHz and isn't a Cyrix or a 
  4016. Celery...
  4017.  
  4018. _________________________________________________________________________
  4019. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  4020.  
  4021. Share information about yourself, create your own public profile at 
  4022. http://profiles.msn.com.
  4023.  
  4024.  
  4025. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4026. Post Message:   fractint@lists.xmission.com
  4027. Get Commands:   majordomo@lists.xmission.com "help"
  4028. Administrator:  twegner@fractint.org
  4029. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4030.  
  4031.  
  4032. -------------------------------------------------------------------------------
  4033.  
  4034. From: "Multiple Bogeys" <neo_1061@hotmail.com>
  4035. Subject: Re: (fractint) updated website
  4036. Date: 20 Oct 2000 01:34:05 EDT
  4037.  
  4038. > > Hi All,
  4039. > >
  4040. > > I rebuild my website for faster loading and easier navigation and added 
  4041. >a
  4042. > > lot of new stuff.
  4043. > > Feel free to visit it, comments are welcome.
  4044. >
  4045. >This one will be:  Those mandelbrot zooms are AMAZIMG!!! Wonderful colour!
  4046.  
  4047. Damn. I deleted the original message, now I read this and it sounds 
  4048. interesting enough to be worth taking a look (in the last few years, it's 
  4049. gone from too few fractal sites to find many worth looking at to too many to 
  4050. exhaustively look at them all without prior indications of quality by 
  4051. word-of-mouth), but Hotmail recycled the original message so I can't 
  4052. retrieve it, and you didn't quote the URL. Could someone please re-post the 
  4053. URL?
  4054. _________________________________________________________________________
  4055. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  4056.  
  4057. Share information about yourself, create your own public profile at 
  4058. http://profiles.msn.com.
  4059.  
  4060.  
  4061. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4062. Post Message:   fractint@lists.xmission.com
  4063. Get Commands:   majordomo@lists.xmission.com "help"
  4064. Administrator:  twegner@fractint.org
  4065. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4066.  
  4067.  
  4068. -------------------------------------------------------------------------------
  4069.  
  4070. From: RENRAD1@aol.com
  4071. Subject: Re: (fractint) updated website
  4072. Date: 20 Oct 2000 02:01:48 EDT
  4073.  
  4074. In a message dated 00-10-18 01:21:47 EDT, you write:
  4075.  
  4076. << 
  4077.  Hi All,
  4078.  
  4079.  I rebuild my website for faster loading and easier navigation and added a
  4080.  lot of new stuff.
  4081.  Feel free to visit it, comments are welcome.
  4082.  
  4083.  Cheers --Jo Weber--
  4084.  
  4085.  http://www.joweber.de
  4086.   >>
  4087. there ya go, have fun!
  4088.  
  4089. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4090. Post Message:   fractint@lists.xmission.com
  4091. Get Commands:   majordomo@lists.xmission.com "help"
  4092. Administrator:  twegner@fractint.org
  4093. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4094.  
  4095.  
  4096. -------------------------------------------------------------------------------
  4097.  
  4098. From: "Morgan L. Owens" <packrat@nznet.gen.nz>
  4099. Subject: Re: (fractint) FOTD 20-10-00 (The Oddest Angle [4])
  4100. Date: 20 Oct 2000 22:49:57 +1300
  4101.  
  4102. At 01:31 20/10/2000 -0400, you wrote:
  4103. >Because of home.att.net's flakiness, I tediously copied the parameter 
  4104. >entry, pasted it into Notepad, saved it, and ran it to see the results...
  4105. >
  4106. >>the render time of 11 seconds is fast enough to make the parameter
  4107. >>file the most efficient way to view the image.
  4108. >
  4109. >It took 39 seconds on my machine, at 1024x768 resolution. What resolution 
  4110. >do you usually use (the Web images tend to be 640x480) and what kind of 
  4111. >computer are you using? Mine cranks at 400 MHz and isn't a Cyrix or a Celery...
  4112.  
  4113. Judging from the first line in the .par:
  4114.  
  4115. The_Oddest_Angle   { ; time=0:00:11.50 -- SF5 on a P200
  4116.  
  4117. I'd say he's using a Pentium 200 processor and a 640x480 resolution (though 
  4118. the latter isn't guaranteed - he may be using a makefcfg'd config - but the 
  4119. size of the posted images helps to confirm it).
  4120.  
  4121. Morgan L. Owens
  4122. "Hah! Time to play with Fractint? Me?!"
  4123.  
  4124.  
  4125.  
  4126. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4127. Post Message:   fractint@lists.xmission.com
  4128. Get Commands:   majordomo@lists.xmission.com "help"
  4129. Administrator:  twegner@fractint.org
  4130. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4131.  
  4132.  
  4133. -------------------------------------------------------------------------------
  4134.  
  4135. From: "Multiple Bogeys" <neo_1061@hotmail.com>
  4136. Subject: Re: (fractint) updated website
  4137. Date: 20 Oct 2000 08:13:26 EDT
  4138.  
  4139. Nice site. I like the deepzooms, but have a suggestion for improving that 
  4140. area. The deepzooms seem to be organized into zoom sequences, but the 
  4141. sequences seem to be shown in a jumbled order. It would be nice if they were 
  4142. shown in sequence from least to most magnified in the thumbnail list. (I'm 
  4143. guessing they were numbered 1, 2, ..., 10, 11, ... and then sorted in ASCII 
  4144. order, which produces the bogus ordering 1, 10, 11, ..., 2, 20, ..., or they 
  4145. were named more arbitrary names -- manually ordering them or naming them 
  4146. 001, 002, ... would fix this...)
  4147. _________________________________________________________________________
  4148. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  4149.  
  4150. Share information about yourself, create your own public profile at 
  4151. http://profiles.msn.com.
  4152.  
  4153.  
  4154. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4155. Post Message:   fractint@lists.xmission.com
  4156. Get Commands:   majordomo@lists.xmission.com "help"
  4157. Administrator:  twegner@fractint.org
  4158. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4159.  
  4160.  
  4161. -------------------------------------------------------------------------------
  4162.  
  4163. From: "Multiple Bogeys" <neo_1061@hotmail.com>
  4164. Subject: Re: (fractint) FOTD 20-10-00 (The Oddest Angle [4])
  4165. Date: 20 Oct 2000 08:17:48 EDT
  4166.  
  4167. >Judging from the first line in the .par:
  4168. >
  4169. >The_Oddest_Angle   { ; time=0:00:11.50 -- SF5 on a P200
  4170.  
  4171. Oops, I forgot about that. :-)
  4172.  
  4173. >I'd say he's using a Pentium 200 processor and a 640x480 resolution (though
  4174. >the latter isn't guaranteed - he may be using a makefcfg'd config - but the
  4175. >size of the posted images helps to confirm it).
  4176.  
  4177. Hmm. Mine is a PII-class CPU, so it has better cache performance than his as 
  4178. well as being twice as fast in raw speed. Yet mine generated slower...must 
  4179. be the resolution.
  4180. _________________________________________________________________________
  4181. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  4182.  
  4183. Share information about yourself, create your own public profile at 
  4184. http://profiles.msn.com.
  4185.  
  4186.  
  4187. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4188. Post Message:   fractint@lists.xmission.com
  4189. Get Commands:   majordomo@lists.xmission.com "help"
  4190. Administrator:  twegner@fractint.org
  4191. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4192.  
  4193.  
  4194. -------------------------------------------------------------------------------
  4195.  
  4196. From: Jim Muth <jamth@mindspring.com>
  4197. Subject: (fractint) Re: FOTD 20-10-00 (The Oddest Angle [4])
  4198. Date: 20 Oct 2000 10:47:37 -0400 (EDT)
  4199.  
  4200. At 08:17 AM 10/20/00 EDT, you wrote:
  4201. >>Judging from the first line in the .par:
  4202. >>
  4203. >>The_Oddest_Angle   { ; time=0:00:11.50 -- SF5 on a P200
  4204.  
  4205. >Hmm. Mine is a PII-class CPU, so it has better cache performance 
  4206. >than his [Jim's] as well as being twice as fast in raw speed. Yet 
  4207. >mine generated slower ...must be the resolution.
  4208.  
  4209. Yes, it is most likely the resolution.  Virtually all my times are 
  4210. for 640x480x256 (SF5).  My P200 is optimized for calculating fractals 
  4211. with Fractint, though this makes little difference with images that 
  4212. take longer than 10 minutes or so.
  4213.  
  4214. With very fast images such as "The Oddest Angle", things other than 
  4215. CPU speed become more important.  Just for the fun of it, I generated 
  4216. the image using all the available Fractint algorithms.  here is a 
  4217. list of the running times.
  4218.  
  4219. passes=b --  8.0 seconds
  4220. passes=g --  8.6 seconds
  4221. passes=t -- 11.5 seconds
  4222. passes=1 -- 18.5 seconds
  4223. passes=2 -- 18.5 seconds
  4224. passes=3 -- 18.5 seconds
  4225. passes=d -- 20.6 seconds
  4226.  
  4227.  
  4228. Jim M.
  4229.  
  4230.  
  4231. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4232. Post Message:   fractint@lists.xmission.com
  4233. Get Commands:   majordomo@lists.xmission.com "help"
  4234. Administrator:  twegner@fractint.org
  4235. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4236.  
  4237.  
  4238. -------------------------------------------------------------------------------
  4239.  
  4240. From: "Multiple Bogeys" <neo_1061@hotmail.com>
  4241. Subject: Re: (fractint) Re: FOTD 20-10-00 (The Oddest Angle [4])
  4242. Date: 20 Oct 2000 15:06:56 EDT
  4243.  
  4244. >With very fast images such as "The Oddest Angle", things other than
  4245. >CPU speed become more important.
  4246.  
  4247. Algorithm overhead, video write overhead (disk-video should make this nearly 
  4248. nil, with a small residue for updating the text display every few seconds), 
  4249. and I/O overhead if it needs to swap to disk.
  4250.  
  4251. >passes=b --  8.0 seconds
  4252. >passes=g --  8.6 seconds
  4253. >passes=t -- 11.5 seconds
  4254. >passes=1 -- 18.5 seconds
  4255.  
  4256. Makes sense.
  4257.  
  4258. >passes=1 -- 18.5 seconds
  4259. >passes=2 -- 18.5 seconds
  4260. >passes=3 -- 18.5 seconds
  4261.  
  4262. Makes sense.
  4263.  
  4264. >passes=d -- 20.6 seconds
  4265.  
  4266. Interesting. Looks like "diffusion" has a high overhead.
  4267. _________________________________________________________________________
  4268. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  4269.  
  4270. Share information about yourself, create your own public profile at 
  4271. http://profiles.msn.com.
  4272.  
  4273.  
  4274. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4275. Post Message:   fractint@lists.xmission.com
  4276. Get Commands:   majordomo@lists.xmission.com "help"
  4277. Administrator:  twegner@fractint.org
  4278. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4279.  
  4280.  
  4281. -------------------------------------------------------------------------------
  4282.  
  4283. From: "=?windows-1250?B?UHVza+FzIElzdHbhbiBqci4=?=" <pataki.v@matavnet.hu>
  4284. Subject: The drawing modes (Re: (fractint) Re: FOTD 20-10-00 (The Oddest Angle [4]))
  4285. Date: 20 Oct 2000 23:03:07 +0200
  4286.  
  4287. The 'overhead' of passes=d could depend on the video mode you are using.
  4288. VESA modes such as SF5 use more memory than 1 segment, and the video card
  4289. makes only one segment accessible at a time unless you use 32-bit protected
  4290. mode. Changing that segment takes some time. The diffusion mode changes the
  4291. segment many times. Also, it draws many filled rectangles unless you specify
  4292. 'fillcolor=0' - it draws only dots in that case.
  4293.  
  4294. I tried the default Mandelbrot set with the SF5 mode and I got these speeds:
  4295.  
  4296. 1-pass                                            3.46 sec
  4297. diffusion with fillcolor=0                7.20 sec
  4298. diffusion without fillcolor=0           8.95 sec
  4299.  
  4300. I also tried another mode (S3 only, 640*400*16 color) and got these speeds:
  4301.  
  4302. 1-pass                                            1.26 sec
  4303. diffusion with fillcolor=0                2.58 sec
  4304. diffusion without fillcolor=0           5.98 sec
  4305.  
  4306. You probably won't see these such a big difference with mode F3 (320*200*256
  4307. color) because that has no segment switching trouble and it's very fast
  4308. anyway.
  4309.  
  4310. I don't think that the time taken _only_ by writing the video memory is
  4311. noticeable.
  4312.  
  4313.  
  4314.  
  4315. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4316. Post Message:   fractint@lists.xmission.com
  4317. Get Commands:   majordomo@lists.xmission.com "help"
  4318. Administrator:  twegner@fractint.org
  4319. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4320.  
  4321.  
  4322. -------------------------------------------------------------------------------
  4323.  
  4324. From: "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net>
  4325. Subject: Re: (fractint) FOTD 20-10-00 (The Oddest Angle [4])
  4326. Date: 20 Oct 2000 22:15:49 -0500
  4327.  
  4328. Multiple Bogeys wrote:
  4329. >
  4330. > There's definitely something flaky about 
  4331. > home.att.net lately.  Tonight, I clicked 
  4332. > this link, and got an RST instead of an 
  4333. > ACK from my SYN.  When I tried again, I 
  4334. > got in, but the index list only went up 
  4335. > to "Convoluted Fractal".  I refreshed it 
  4336. > -- twice -- to no avail.  Then I went to 
  4337. > "Convoluted Fractal", altered the URL, 
  4338. > and got a 404, so the fractal is not even 
  4339. > there this time!
  4340. >
  4341.  
  4342. Let me explain how this works:  Jim lives East of Baltimore, Maryland
  4343. and uses Mindspring.  I live around the Dallas, Texas area and use
  4344. various other ISPs (AT&T being one of them).  Jim sends the FOTD out at
  4345. his own discretion, but usually between 20:00:00 and 00:30:00.  He posts
  4346. the same text (with the image) on the A.B.P.F. newsgroup, also at his
  4347. own discretion.  I usually work until late into the evening and do not
  4348. get around to reading my personal email (about 125 per day) until close
  4349. to midnight.  At this point is when I finally get around to creating the
  4350. current FOTD web page and upload that to my site (along with the updated
  4351. index).
  4352.  
  4353. I do not get a "pre-release" from Jim (not that it would do much good
  4354. with my hours), so I usually receive the FOTD in my mailbox at the same
  4355. time as everyone else.  For those that are impatiently awaiting to view
  4356. the latest FOTD image on the web page as soon as they receive Jim's
  4357. email, will most likely not find it at my site.  I would suggest for
  4358. these people to either generate the image themselves and/or go to the
  4359. newsgroup.
  4360.  
  4361. But I do my best to make sure that the current FOTD gets uploaded to my
  4362. site by no later than 01:00:00 (Central Time) of the day for that FOTD. 
  4363. Most times it's before midnight, so I have met my time zones date and
  4364. therefore am "ontime" for that Day.    :-)
  4365.  
  4366.  
  4367. Sincerely,
  4368. P.N.L.
  4369. http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
  4370.  
  4371. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4372. Post Message:   fractint@lists.xmission.com
  4373. Get Commands:   majordomo@lists.xmission.com "help"
  4374. Administrator:  twegner@fractint.org
  4375. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4376.  
  4377.  
  4378. -------------------------------------------------------------------------------
  4379.  
  4380. From: Jim Muth <jamth@mindspring.com>
  4381. Subject: (fractint) FOTD  21-10-00  (Spindles [4])
  4382. Date: 21 Oct 2000 02:03:17 -0400 (EDT)
  4383.  
  4384.  
  4385. FOTD -- October 21, 2000 (Rating 6)
  4386.  
  4387. Fractal visionaries and enthusiasts:
  4388.  
  4389. I've had another very busy day, and it's now 1:50am, so this 
  4390. will have to be brief.  Today's fractal is another one that was 
  4391. found with the aid of the MandelbrotMix4 formula.  It's a rather 
  4392. somber image, with rings of sparkling highlights.  I named it 
  4393. "Spindles" when I noticed the spindly arms radiating from the 
  4394. little Midget at the center.  Actually, the spindly arms are far 
  4395. more prominent beyond the borders of today's image, but when 
  4396. calculated at that lesser magnitude, much of the inner detail is 
  4397. lost.  The rating of 6 might have been a 7 if I had had more 
  4398. time to work with the color.
  4399.  
  4400. With a render time of 13 minutes, the parameter file tries one's 
  4401. patience.  By far the best way to view the picture is to down-
  4402. load the GIF file of the image from Usenet at:
  4403.  
  4404.           <alt.binaries.pictures.fractals>
  4405.  
  4406. or from the web at:
  4407.  
  4408.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  4409.  
  4410. The fractal weather was perfect today.  But the cloudless sky 
  4411. and temperature of 72F (22C) made the fractal cats a bit too 
  4412. active when let outdoors.  At one time, normally placid Tippy 
  4413. dashed across the street and was retrieved only after a brief 
  4414. chase.
  4415.  
  4416. The philosophy is brewing; the topic is still not determined.  
  4417. I'll return with further fractal activity in 22 hours.  Until 
  4418. then, take care, and I wonder when they'll start giving gold 
  4419. medals for fractal excellence.
  4420.  
  4421.  
  4422. Jim Muth
  4423. jamth@mindspring.com
  4424.  
  4425.  
  4426. START 20.0 PAR-FORMULA FILE================================
  4427.  
  4428. Spindles           { ; time=0:13:13.06 -- SF5 on a P200
  4429.                      ;  Version 2000 Patchlevel 14
  4430.   reset=2000 type=formula formulafile=critical.frm
  4431.   formulaname=MandelbrotMix4 function=recip passes=t
  4432.   center-mag=-0.95640274578812510/+0.00339046234964929\
  4433.   /3.555076e+009/1/17.499 params=-8/-0.8/0.8/-8/-2.35/0
  4434.   float=y maxiter=1800 inside=0 logmap=250 periodicity=9
  4435.   colors=00000Q0`J0`J0ZO0XUCVYNTcZTiiRluPrzNxzLz<13>zk\
  4436.   zzmzzozzqzzszzszzuzzvzzvzzxzzzz<8>zzzzzzzzz<3>zzzqzv\
  4437.   <2>HzJGzLEzLEvMCsMAoOAkO8gQ6dQ6`S4BS2TU2CU0LW0HW0EY0\
  4438.   AY06_02_00a00a00c00c00i00c00_00W40S80OE6JHAFNEBRJ7XN\
  4439.   5`R5dV5gX7i`BmbDqeHsgLvkOzmQzqUzsYzvazxczzgzzjzzlzzl\
  4440.   zzlzul<3>zXlzRlzLlzLlzGlzLHzR5ob5md5<2>md5mdBmdFkeLk\
  4441.   eQkeUke_keckeiignigrigxigz<2>igzeizbkz`kzXmzVozRozPq\
  4442.   zLqzJszGuzEuzAvz8xz4xz2zz0zz<4>0zz0zz0zz<3>0zz0zv2zp\
  4443.   4xj6xe8xYAvSCvMGuHHu9Ju5Ls5Ns5Ps5Pe5PTLPGhP2rJ0zP0zT\
  4444.   0zZ0zb2ze8zkCzoGzuJxxPvzTvzXtz`rzdrzbn<2>zbgzbez`az`\
  4445.   _z`Yx`Uv`Su`QsZMqZLoZJmZFkZDhZCeZBb`5_e5Yg5ZiB4kU0kl\
  4446.   0mi0og0qe0qa2s_6uYCvWHvSLxQRzOXzM`zJezHkzFmzBozDozDo\
  4447.   zFozFozFozHozHqzHqzJqzJqzJqzLqzLszHqzLozMozOmzQmzSkz\
  4448.   WizY
  4449.   }
  4450.  
  4451. frm:MandelbrotMix4 {; Jim Muth
  4452. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  4453. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  4454. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  4455. z=k*((a*(z^b))+(d*(z^f)))+c,
  4456. |z| < l
  4457. }
  4458.  
  4459. END 20.0 PAR-FORMULA FILE==================================
  4460.  
  4461.  
  4462. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4463. Post Message:   fractint@lists.xmission.com
  4464. Get Commands:   majordomo@lists.xmission.com "help"
  4465. Administrator:  twegner@fractint.org
  4466. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4467.  
  4468.  
  4469. -------------------------------------------------------------------------------
  4470.  
  4471. From: DeBow Freed II PhD <bmc1@airmail.net>
  4472. Subject: (fractint) Multip Bogeys - Spare us please
  4473. Date: 21 Oct 2000 03:34:20 -0500
  4474.  
  4475. <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  4476. <html>
  4477. A plea for sanity and bandwidth preservation:
  4478. <p>Is it possible that Monsieur Multiple Bogeys could engage the webmeisters
  4479. in private?????? If the exchanges were enlightening, it would be different.
  4480. Obviously JM and PL are infinitely patient with us amateurs.
  4481. <p>Speaking only for myself, I'm tired of multiple examplars of "Multiple
  4482. Bogeys" ', horizontal learning curve. [No doubt MB feels the same about
  4483. my non-contributory invasions of Muth and Lee's space, and my rude &
  4484. uncivil comment, for which I apologize in advance. MB has just as much
  4485. right to learn online as I do to post vapid & longwinded messages (
  4486. for which no self-appointed wizard has given me a hard time opnline) -
  4487. at least MB is talking about Fractint).]
  4488. <p>I thought the discussion group existed for everyone's <b>mutual</b>
  4489. - as opposed to <b>personal</b> - learning curve and enlightenment.[Right:
  4490. who elected me asshole of the week? No doubt all subscribers . . . . .
  4491. .]
  4492. <p>Just a comment. ..  . . . . . [sorry , smileyfaces are against
  4493. my religion].
  4494. <br> 
  4495. <p>D. Freed.
  4496. <br>AHole of the week/month/year/or [if you agree w/ my ex-wife] the <b>decade.</b>
  4497. <br> 
  4498. <p>Multiple Bogeys wrote:
  4499. <blockquote TYPE=CITE>>With very fast images such as "The Oddest Angle",
  4500. things other than
  4501. <br>>CPU speed become more important.
  4502. <p>Algorithm overhead, video write overhead (disk-video should make this
  4503. nearly
  4504. <br>nil, with a small residue for updating the text display every few seconds),
  4505. <br>and I/O overhead if it needs to swap to disk.
  4506. <p>>passes=b --  8.0 seconds
  4507. <br>>passes=g --  8.6 seconds
  4508. <br>>passes=t -- 11.5 seconds
  4509. <br>>passes=1 -- 18.5 seconds
  4510. <p>Makes sense.
  4511. <p>>passes=1 -- 18.5 seconds
  4512. <br>>passes=2 -- 18.5 seconds
  4513. <br>>passes=3 -- 18.5 seconds
  4514. <p>Makes sense.
  4515. <p>>passes=d -- 20.6 seconds
  4516. <p>Interesting. Looks like "diffusion" has a high overhead.
  4517. <br>_________________________________________________________________________
  4518. <br>Get Your Private, Free E-mail from MSN Hotmail at <a href="http://www.hotmail.com">http://www.hotmail.com</a>.
  4519. <p>Share information about yourself, create your own public profile at
  4520. <br><a href="http://profiles.msn.com">http://profiles.msn.com</a>.
  4521. <p>--------------------------------------------------------------
  4522. <br>Thanks for using Fractint, The Fractals and Fractint Discussion List
  4523. <br>Post Message:   fractint@lists.xmission.com
  4524. <br>Get Commands:   majordomo@lists.xmission.com "help"
  4525. <br>Administrator:  twegner@fractint.org
  4526. <br>Unsubscribe:    majordomo@lists.xmission.com "unsubscribe
  4527. fractint"</blockquote>
  4528. </html>
  4529.  
  4530.  
  4531. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4532. Post Message:   fractint@lists.xmission.com
  4533. Get Commands:   majordomo@lists.xmission.com "help"
  4534. Administrator:  twegner@fractint.org
  4535. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4536.  
  4537.  
  4538. -------------------------------------------------------------------------------
  4539.  
  4540. From: "Rupert Millard" <rupertam@hotmail.com>
  4541. Subject: Re: (fractint) Multip Bogeys - Spare us please
  4542. Date: 21 Oct 2000 15:05:49 GMT
  4543.  
  4544. D. Freed,
  4545.  
  4546. >A plea for sanity and bandwidth preservation:
  4547.  
  4548. This is rich coming from someone who has their HTML setting on.
  4549.  
  4550. >Speaking only for myself, I'm tired of multiple examplars of "Multiple
  4551. >Bogeys" ', horizontal learning curve.
  4552.  
  4553. This is rude.
  4554.  
  4555. >I thought the discussion group existed for everyone's mutual - as
  4556. >opposed to personal - learning curve and enlightenment.[Right: who
  4557. >elected me asshole of the week? No doubt all subscribers . . . . . .]
  4558.  
  4559. No, the list is to help people with questions. No doubt I've sent some 
  4560. messages which other people have frowned upon, but they're all too polite to 
  4561. say anything.
  4562.  
  4563. >Just a comment. ..  . . . . . [sorry , smileyfaces are against my
  4564. >religion].
  4565.  
  4566. Lighten up ;-)
  4567.  
  4568. From,
  4569.  
  4570. Rupert
  4571. _________________________________________________________________________
  4572. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  4573.  
  4574. Share information about yourself, create your own public profile at 
  4575. http://profiles.msn.com.
  4576.  
  4577.  
  4578. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4579. Post Message:   fractint@lists.xmission.com
  4580. Get Commands:   majordomo@lists.xmission.com "help"
  4581. Administrator:  twegner@fractint.org
  4582. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4583.  
  4584.  
  4585. -------------------------------------------------------------------------------
  4586.  
  4587. From: "Multiple Bogeys" <neo_1061@hotmail.com>
  4588. Subject: Re: The drawing modes (Re: (fractint) Re: FOTD 20-10-00 (The Oddest Angle [4]))
  4589. Date: 21 Oct 2000 11:15:24 EDT
  4590.  
  4591. >VESA modes such as SF5 use more memory than 1 segment, and the video card
  4592. >makes only one segment accessible at a time unless you use 32-bit protected
  4593. >mode. Changing that segment takes some time.
  4594.  
  4595. Another reason to update Fractint's architecture for the 90s.
  4596.  
  4597. >The diffusion mode changes the segment many times. Also, it draws many 
  4598. >filled rectangles unless you specify
  4599. >'fillcolor=0' - it draws only dots in that case.
  4600.  
  4601. Guessing draws just as many.
  4602.  
  4603. >diffusion with fillcolor=0                7.20 sec
  4604. >diffusion without fillcolor=0           8.95 sec
  4605.  
  4606. This box overhead of about 1.75 sec will be the same on all images with 
  4607. passes=d or g, and negligible compared to calculation time on most images.
  4608.  
  4609.  
  4610. _________________________________________________________________________
  4611. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  4612.  
  4613. Share information about yourself, create your own public profile at 
  4614. http://profiles.msn.com.
  4615.  
  4616.  
  4617. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4618. Post Message:   fractint@lists.xmission.com
  4619. Get Commands:   majordomo@lists.xmission.com "help"
  4620. Administrator:  twegner@fractint.org
  4621. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4622.  
  4623.  
  4624. -------------------------------------------------------------------------------
  4625.  
  4626. From: "Multiple Bogeys" <neo_1061@hotmail.com>
  4627. Subject: Re: (fractint) FOTD 20-10-00 (The Oddest Angle [4])
  4628. Date: 21 Oct 2000 11:19:38 EDT
  4629.  
  4630. Let me get this straight. Instead of simply posting the FOTD simultaneously 
  4631. to the Web, the newsgroup, and the list, the FOTD is posted to the list and 
  4632. newsgroup and emailed somewhere, and several hours later it is *then* posted 
  4633. on the Web? This seems a needlessly convoluted way of doing things, and it 
  4634. means the line saying the FOTD can be found on the Web at <url> is a lie for 
  4635. several hours before becoming true! Certainly a counter-intuitive way to 
  4636. manage the thing. It's no wonder people are hitting odd dead links and being 
  4637. confused.
  4638. _________________________________________________________________________
  4639. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  4640.  
  4641. Share information about yourself, create your own public profile at 
  4642. http://profiles.msn.com.
  4643.  
  4644.  
  4645. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4646. Post Message:   fractint@lists.xmission.com
  4647. Get Commands:   majordomo@lists.xmission.com "help"
  4648. Administrator:  twegner@fractint.org
  4649. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4650.  
  4651.  
  4652. -------------------------------------------------------------------------------
  4653.  
  4654. From: Mike Traynor <lmtraynor@sympatico.ca>
  4655. Subject: Re: (fractint) FOTD 20-10-00 (The Oddest Angle [4])
  4656. Date: 21 Oct 2000 14:38:40 -0400
  4657.  
  4658. Multiple Bogeys wrote:
  4659. > Let me get this straight. Instead of simply posting the FOTD simultaneously
  4660. > to the Web, the newsgroup, and the list, the FOTD is posted to the list and
  4661. > newsgroup and emailed somewhere, and several hours later it is *then* posted
  4662. > on the Web? This seems a needlessly convoluted way of doing things, and it
  4663. > means the line saying the FOTD can be found on the Web at <url> is a lie for
  4664. > several hours before becoming true! Certainly a counter-intuitive way to
  4665. > manage the thing. It's no wonder people are hitting odd dead links and being
  4666. > confused.
  4667.  
  4668. When you complain about how Jim and Paul freely provide you with interesting
  4669. and often beautiful images and discussion of them you mark yourself out as
  4670. a foolish and ungrateful person.  You are not entitled to have Jim and Paul
  4671. arrange their lives to suit you.  If you don't like how they manage things,
  4672. feel free to ignore the FOTD posts.
  4673.  
  4674. Mike
  4675.  
  4676. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4677. Post Message:   fractint@lists.xmission.com
  4678. Get Commands:   majordomo@lists.xmission.com "help"
  4679. Administrator:  twegner@fractint.org
  4680. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4681.  
  4682.  
  4683. -------------------------------------------------------------------------------
  4684.  
  4685. From: davides <davides@pipeline.com>
  4686. Subject: Re: (fractint) FOTD 20-10-00 (The Oddest Angle [4])
  4687. Date: 21 Oct 2000 15:09:10 -0400
  4688.  
  4689. At 11:19 AM 10/21/2000 EDT, you wrote:
  4690. >Let me get this straight. Instead of simply posting the FOTD simultaneously 
  4691. >to the Web, the newsgroup, and the list, the FOTD is posted to the list and 
  4692. >newsgroup and emailed somewhere, and several hours later it is *then* posted 
  4693. >on the Web? This seems a needlessly convoluted way of doing things, and it 
  4694. >means the line saying the FOTD can be found on the Web at <url> is a lie for 
  4695. >several hours before becoming true! Certainly a counter-intuitive way to 
  4696. >manage the thing. It's no wonder people are hitting odd dead links and being 
  4697. >confused.
  4698.  
  4699. Maybe you are right. And maybe Paul, who is doing this gratuitously at no
  4700. charge and as a favor to Jim and the fractal community should simply not be
  4701. doing it all. And maybe you should have a bit of patience if something
  4702. isn't there immediately.
  4703. And maybe I'll go back to lurking.
  4704.  
  4705.  
  4706. davides@pipeline.com
  4707. Back up my hard drive?
  4708. How do I put it in reverse?
  4709.  
  4710. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4711. Post Message:   fractint@lists.xmission.com
  4712. Get Commands:   majordomo@lists.xmission.com "help"
  4713. Administrator:  twegner@fractint.org
  4714. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4715.  
  4716.  
  4717. -------------------------------------------------------------------------------
  4718.  
  4719. From: Lee Skinner <LeeHSkinner@compuserve.com>
  4720. Subject: (fractint) FOTD 20-10-00 (The Oddest Angle [4])
  4721. Date: 21 Oct 2000 16:58:53 -0400
  4722.  
  4723.  
  4724. >> Let me get this straight. Instead of simply posting the FOTD
  4725. simultaneously to the Web, the newsgroup, and the list, the FOTD is poste=
  4726. d
  4727. to the list and newsgroup and emailed somewhere, and several hours later =
  4728. it
  4729. is *then* posted on the Web? <<
  4730.  
  4731. Yes, you do have it straight!
  4732.  
  4733. You are indeed able to grasp how it all works.  Any other questions?
  4734.  
  4735. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4736. Post Message:   fractint@lists.xmission.com
  4737. Get Commands:   majordomo@lists.xmission.com "help"
  4738. Administrator:  twegner@fractint.org
  4739. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4740.  
  4741.  
  4742. -------------------------------------------------------------------------------
  4743.  
  4744. From: "=?iso-8859-1?B?UHVza+FzIElzdHbhbiBqci4=?=" <pataki.v@matavnet.hu>
  4745. Subject: Re: The drawing modes (Re: (fractint) Re: FOTD 20-10-00 (The Oddest Angle [4]))
  4746. Date: 21 Oct 2000 23:22:15 +0200
  4747.  
  4748.  
  4749. >Another reason to update Fractint's architecture for the 90s.
  4750.  
  4751.  
  4752. I think it's a small reason - and it's maybe a bit too late to update
  4753. something to the 90's :)
  4754.  
  4755. >Guessing draws just as many.
  4756.  
  4757.  
  4758. I don't think so - guessing fills the screen only for each pass - only 5
  4759. times for SF7, less for lower res. modes, and diffusion can fill it many
  4760. times - each level fills the whole screen and it has _more_ levels.
  4761.  
  4762.  
  4763.  
  4764.  
  4765. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4766. Post Message:   fractint@lists.xmission.com
  4767. Get Commands:   majordomo@lists.xmission.com "help"
  4768. Administrator:  twegner@fractint.org
  4769. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4770.  
  4771.  
  4772. -------------------------------------------------------------------------------
  4773.  
  4774. From: Jim Muth <jamth@mindspring.com>
  4775. Subject: (fractint) Life of the FOTD
  4776. Date: 21 Oct 2000 20:30:04 -0400 (EDT)
  4777.  
  4778. At 11:19 AM 10/21/00 EDT, Multiple Bogeys wrote:
  4779.  
  4780. >Let me get this straight. Instead of simply posting the FOTD 
  4781. >simultaneously to the Web, the newsgroup, and the list, the 
  4782. >FOTD is posted to the list and newsgroup and emailed somewhere, 
  4783. >and several hours later it is *then* posted on the Web?
  4784.  
  4785. What happens in the life of the FOTD is this:  When I complete 
  4786. my day's work, usually after 8pm, I relax with a brief trip to 
  4787. the world of fractals.  When I find a promising image, I fuss 
  4788. with the colors.  If the result is acceptable, I make the image 
  4789. the FOTD.  If not, I try again.
  4790.  
  4791. Then I study the image for a few minutes, trying to decide what 
  4792. to write about it and the day in general.  By the time I finish 
  4793. writing, it is usually near 10pm.  After a late snack, I read 
  4794. the article one more time to check for accuracy, then I post the 
  4795. image and discussion to the Usenet group.  Occasionally, the 
  4796. Mindspring news server is down, which delays the Usenet posting.
  4797.  
  4798. Next I post the discussion to the fractint list and the 
  4799. philofractal list.  The version posted to the philofractal list 
  4800. often has material that I omit from the versions posted to the 
  4801. Fractint list and Usenet group.  I do not send a personal e-mail 
  4802. to Paul.  He receives the discussion from one of the mailing 
  4803. lists, and I assume he receives the image from the Usenet group. 
  4804. When he has the material, he posts it to his web site as soon 
  4805. as he can, but he too leads a busy life, and sometimes the 
  4806. posting to the web site is delayed.
  4807.  
  4808. >This seems a needlessly convoluted way of doing things, and it 
  4809. >means the line saying the FOTD can be found on the Web at <url> 
  4810. >is a lie for several hours before becoming true!
  4811.  
  4812. Then wait a few hours before visiting the web site, and 
  4813. presto -- that lie will magically be transformed into an 
  4814. honorable truth.
  4815.  
  4816. >Certainly a counter-intuitive way to manage the thing. It's no 
  4817. >wonder people are hitting odd dead links and being confused.
  4818.  
  4819. As I state in every FOTD, the image can also be obtained by 
  4820. running the parameter file or downloading it from Usenet.  If 
  4821. the time lag and occasional bad links at the web site annoy 
  4822. anyone, they may obtain the image from one of these alternate 
  4823. sources.
  4824.  
  4825. The FOTD for October 22 is coming soon.  (I hope)
  4826.  
  4827. Jim Muth
  4828. jamth@mindspring.com
  4829.  
  4830.  
  4831.  
  4832. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4833. Post Message:   fractint@lists.xmission.com
  4834. Get Commands:   majordomo@lists.xmission.com "help"
  4835. Administrator:  twegner@fractint.org
  4836. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4837.  
  4838.  
  4839. -------------------------------------------------------------------------------
  4840.  
  4841. From: Mike Traynor <lmtraynor@sympatico.ca>
  4842. Subject: Re: (fractint) Life of the FOTD
  4843. Date: 21 Oct 2000 21:15:53 -0400
  4844.  
  4845. Jim Muth wrote:
  4846. > At 11:19 AM 10/21/00 EDT, Multiple Bogeys wrote:
  4847. > >Let me get this straight. Instead of simply posting the FOTD
  4848. > >simultaneously to the Web, the newsgroup, and the list, the
  4849. > >FOTD is posted to the list and newsgroup and emailed somewhere,
  4850. > >and several hours later it is *then* posted on the Web?
  4851. >
  4852. > What happens in the life of the FOTD is this:  
  4853.  
  4854. It's nice of you to outline the process of the FOTD, but clearly
  4855. you're not doing enough.  You need to show up on Multiple Bogeys
  4856. doorstep each evening with a framed print of that day's FOTD.  
  4857. He just might thank you then.
  4858.  
  4859. Mike
  4860.  
  4861. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4862. Post Message:   fractint@lists.xmission.com
  4863. Get Commands:   majordomo@lists.xmission.com "help"
  4864. Administrator:  twegner@fractint.org
  4865. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4866.  
  4867.  
  4868. -------------------------------------------------------------------------------
  4869.  
  4870. From: Jim Muth <jamth@mindspring.com>
  4871. Subject: (fractint) FOTD  22-10-00  (Seaweed [5])
  4872. Date: 21 Oct 2000 21:28:11 -0400 (EDT)
  4873.  
  4874.  
  4875. FOTD -- October 22, 2000 (Rating 5)
  4876.  
  4877. Fractal visionaries and enthusiasts:
  4878.  
  4879. I have no idea why I named today's fractal image "Seaweed".  The 
  4880. word just came into my head and wouldn't go away.  I guess the 
  4881. green highlights do look a bit like a mass of kelp seen from a 
  4882. distance, though kelp is more brown than green.  Regardless of 
  4883. the reason, the name of the FOTD is "Seaweed" and will remain so 
  4884. for all time.
  4885.  
  4886. The whimsical expression -0.1Z^(-11)-1.1Z^(-0.9)+(1/C) was 
  4887. iterated by the MandelbrotMix4 formula to produce the image.  
  4888. In its original form, little but a skeletal outline of features 
  4889. was visible, so I redid the scene with the inside fill set to 
  4890. atan to add solidity.
  4891.  
  4892. Despite my best efforts, the image rates no better than a 5, 
  4893. which is average and marginally worth the almost 17 minutes 
  4894. required to run the parameter file.  A far better way to view 
  4895. the scene is to download the GIF file of the image from the 
  4896. Usenet group:
  4897.  
  4898.           <alt.binaries.pictures.fractals>
  4899.  
  4900. or from Paul Lee's web site at:
  4901.  
  4902.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  4903.  
  4904. where if it is not already posted, it soon will be.
  4905.  
  4906. The fractal weather was once again perfect today here at Fractal 
  4907. Central, with sunny skies and a temperature of 76F (24.5C), 
  4908. which pleased the cats.  The cats showed their approval by 
  4909. staying securely within the bounds of their own yard, chasing 
  4910. only an occasional monarch butterfly.
  4911.  
  4912. The clock tells me it's exactly 9pm; my stomach tells me it's 
  4913. time for a sandwich; the cats tell me it's time for their tuna.  
  4914. Add all this together and it must be time to shut down the 
  4915. fractal shoppe for another day.  Until next time, take care, and 
  4916. whatever happened to Xylen, leader of the philofractal list?
  4917.  
  4918.  
  4919. Jim Muth
  4920. jamth@mindspring.com
  4921.  
  4922.  
  4923. START 20.0 PAR-FORMULA FILE================================
  4924.  
  4925. Seaweed            { ; time=0:16:48.54 -- SF5 on a P200
  4926.   reset=2001 type=formula formulafile=critical.frm
  4927.   formulaname=MandelbrotMix4 function=recip passes=1
  4928.   center-mag=-1.29310692525035/-5.11258097558134/89623\
  4929.   9.2/1/57.5 params=1/-11/11/-0.9/-1.1/2000 float=y
  4930.   maxiter=1600 inside=atan logmap=yes periodicity=10
  4931.   colors=000kD7hwG<3>iXcNNF<2>vUrhSq0000005Nn6Lo0008Hq\
  4932.   <2>ABs<3>QcsPmaOwLUZVZBcVBbRCaNC`<3>18h<3>1P`1TZ1XX1\
  4933.   `W<3>ZNRgKQoHPwEO<3>bBfYAjT9oO9s<3>bmA<3>8fN1eQDYR<2\
  4934.   >iDU<3>R5PyS7c9z<3>PUdLZZHcUEhP<3>ewBkz8blJ<2>C8o<3>\
  4935.   44CK0NKJA`YIqlPZ1MVGYSVhPrx3EM<2>l2P<3>s6Lu7Kv8JTqm<\
  4936.   3>MShKLgJFfH8eG2d<3>7`c5ic3qc<3>jy6<3>gf`gbhfYpfUw<3\
  4937.   >Y0k<3>fIsiMukRwmVyoZzKts<3>S`pUWoWRnYMmZIm<3>N`aKdZ\
  4938.   HiWEmTBeY8Yb<3>VcP000feJkfG<2>cLW<3>oqzdj_hh`lgae9l<\
  4939.   4>jEqj7qh9o<3>`GjcQieahhjfjsilzk<2>VeuPZxH`kAaZ3bN<3\
  4940.   >LpQPtQTwRXzR<2>wza<3>NzFEzAGzDHzFJzHKzJ<3>HzA<3>Nz8\
  4941.   Oz8Qz7Rz7Sz7<3>7zt<6>Wzxbzliz`hzW
  4942.   }
  4943.  
  4944. frm:MandelbrotMix4 {; Jim Muth
  4945. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  4946. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  4947. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  4948. z=k*((a*(z^b))+(d*(z^f)))+c,
  4949. |z| < l
  4950. }
  4951.  
  4952. END 20.0 PAR-FORMULA FILE==================================
  4953.  
  4954.  
  4955. Thanks for using Fractint, The Fractals and Fractint Discussion List
  4956. Post Message:   fractint@lists.xmission.com
  4957. Get Commands:   majordomo@lists.xmission.com "help"
  4958. Administrator:  twegner@fractint.org
  4959. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  4960.  
  4961.  
  4962. -------------------------------------------------------------------------------
  4963.  
  4964. From: Ken Childress <icent@best.com>
  4965. Subject: (fractint) Contest 2K CDROM Orders
  4966. Date: 21 Oct 2000 21:10:18 -0700
  4967.  
  4968.  
  4969. Hi Everyone,
  4970.  
  4971. I know everyone is anxiously awaiting Damien to complete the contest
  4972. site, which is hopefully very soon.  I know everyone appreciates
  4973. the effort Damien is putting in, and I'm sure he appreciates the
  4974. patience everyone is exhibiting.
  4975.  
  4976. Since many of you are planning to order the contest site on CDROM
  4977. for easier viewing, Damien asked me to send out this message so that
  4978. you might get a jump on that process.
  4979.  
  4980. I will be handling the processing of the orders, so I wanted to get
  4981. the ordering information out so that those interested could send in
  4982. their orders in advance to speed up receipt of the CDROMs once the
  4983. site is finished.  I'll will be accepting orders for those of you
  4984. in the US, and also other parts of North and South America.  Other
  4985. locations will be handled by another person.
  4986.  
  4987. For those of you in the US, the cost is $7.00.  If the CD is to be
  4988. shipped outside of the US, the cost is $10.00.  Payment may be made
  4989. by check, money order, cashiers check in US funds only.  Cash will
  4990. be accepted, but you send that at your own risk.
  4991.  
  4992. Send orders to:
  4993.  
  4994. Ken Childress
  4995. 2412 Mathews Ave., #5
  4996. Redondo Beach, CA  90278
  4997.  
  4998. You may also wish to send me an email indicating that the "check is
  4999. in the mail".  :-)
  5000.  
  5001. Please do not post my address on any other lists.  I'll be making a
  5002. separate annoucement on the news groups.
  5003.  
  5004. If there are any questions, please contact me privately.
  5005.  
  5006.  
  5007. Ken...
  5008.  
  5009.  
  5010. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5011. Post Message:   fractint@lists.xmission.com
  5012. Get Commands:   majordomo@lists.xmission.com "help"
  5013. Administrator:  twegner@fractint.org
  5014. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5015.  
  5016.  
  5017. -------------------------------------------------------------------------------
  5018.  
  5019. From: Harry Bissell <harrybissell@prodigy.net>
  5020. Subject: Re: (fractint) Life of the FOTD
  5021. Date: 22 Oct 2000 01:06:54 -0400
  5022.  
  5023. Tee Hee...
  5024.  
  5025. Hey this is GREAT.  Nothing like a nice flamewar to get the blood
  5026. boiling again.  Knock each other out !!!
  5027.  
  5028. <lurk mode resume...............zzzzzz>
  5029.  
  5030. H^)  harry
  5031.  
  5032. Mike Traynor wrote:
  5033.  
  5034. > Jim Muth wrote:
  5035. > >
  5036. > > At 11:19 AM 10/21/00 EDT, Multiple Bogeys wrote:
  5037. > >
  5038. > > >Let me get this straight. Instead of simply posting the FOTD
  5039. > > >simultaneously to the Web, the newsgroup, and the list, the
  5040. > > >FOTD is posted to the list and newsgroup and emailed somewhere,
  5041. > > >and several hours later it is *then* posted on the Web?
  5042. > >
  5043. > > What happens in the life of the FOTD is this:
  5044. >
  5045. > It's nice of you to outline the process of the FOTD, but clearly
  5046. > you're not doing enough.  You need to show up on Multiple Bogeys
  5047. > doorstep each evening with a framed print of that day's FOTD.
  5048. > He just might thank you then.
  5049. >
  5050. > Mike
  5051. >
  5052. > --------------------------------------------------------------
  5053. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  5054. > Post Message:   fractint@lists.xmission.com
  5055. > Get Commands:   majordomo@lists.xmission.com "help"
  5056. > Administrator:  twegner@fractint.org
  5057. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5058.  
  5059.  
  5060. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5061. Post Message:   fractint@lists.xmission.com
  5062. Get Commands:   majordomo@lists.xmission.com "help"
  5063. Administrator:  twegner@fractint.org
  5064. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5065.  
  5066.  
  5067. -------------------------------------------------------------------------------
  5068.  
  5069. From: makin_mischief@webtv.net
  5070. Subject: Re: Re: (fractint) Another fractal greeting card URL
  5071. Date: 22 Oct 2000 02:47:37 -0700 (PDT)
  5072.  
  5073.  
  5074. --WebTV-Mail-17012-2242
  5075. Content-Type: Text/Plain; Charset=US-ASCII
  5076. Content-Transfer-Encoding: 7Bit
  5077.  
  5078. Speaking as a woman...
  5079.  
  5080. I prefer the sharp angles and bright, intense color pallets of the
  5081. fractal greeting cards.  I'm shocked that fractals are not appreciated
  5082. for being...Fractals! by more members of my sex.
  5083.  
  5084. Hey girls, ladies, women...wake up and enjoy the fractals!!!
  5085.  
  5086. I find that too much sentiment and not enough art spoils the fun of
  5087. sending email cards and I'm tired of the "usual" fare at the "usual"
  5088. email card web sites.  Cute n' cuddly?  Not for me.  An "edge" is
  5089. refreshing.
  5090.  
  5091. Carolann Brock
  5092.  
  5093.  
  5094. --WebTV-Mail-17012-2242
  5095. Content-Disposition: Inline
  5096. Content-Type: Message/RFC822
  5097. Content-Transfer-Encoding: 7Bit
  5098.  
  5099. Received: from smtpin-102-4.bryant.webtv.net (209.240.198.55) by
  5100.     storefull-236.iap.bryant.webtv.net with WTV-SMTP; Sun, 15 Oct 2000
  5101.     15:32:52 -0700 (PDT)
  5102. Received: by smtpin-102-4.bryant.webtv.net (WebTV_Postfix) id E295FF2; Sun,
  5103.     15 Oct 2000 15:32:51 -0700 (PDT)
  5104. Delivered-To: makin_mischief@webtv.net
  5105. Received: from lists.xmission.com (lists.xmission.com [198.60.22.7]) by
  5106.     smtpin-102-4.bryant.webtv.net (WebTV_Postfix) with ESMTP id
  5107.     70B72205 for <makin_mischief@webtv.net>; Sun, 15 Oct 2000 15:32:51
  5108.     -0700 (PDT)
  5109. Received: from domo by lists.xmission.com with local (Exim 2.12 #2) id
  5110.     13kwIk-0002dw-00 for fractint-gooutt@lists.xmission.com; Sun, 15
  5111.     Oct 2000 16:30:42 -0600
  5112. Message-ID: <39EA3108.BB84190F@airmail.net>
  5113. Organization: The BMC Group / USA
  5114. X-Mailer: Mozilla 4.7 [en]C-NSCPCD  (Win98; U)
  5115. X-Accept-Language: en
  5116. MIME-Version: 1.0
  5117. References: <39E9A5A0.CC29F474@wwa.com> <39E9EEC3.E18E46CD@airmail.net> <39E9F8D0.5E7FA7C8@prodigy.net>
  5118. Content-Type: text/html; charset=us-ascii
  5119. Content-Transfer-Encoding: 7bit
  5120. Sender: owner-fractint@lists.xmission.com
  5121. Precedence: bulk
  5122. Reply-To: fractint@lists.xmission.com
  5123.  
  5124. <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  5125. <html>
  5126. Harry-
  5127. <p>I agree.
  5128. <p>Give ME the angular shapes and great palettes, too.
  5129. <p>But please ALSO give me some of the ones the ladies (or <u>whoever</u>
  5130. has different taste than ours - not my sexist reference) seem to find less
  5131. threatening. It's not an all-or-none phenomenon (check out Bob's Galleries),
  5132. merely a comment & question about an observed sexually and otherwise
  5133. (e.g., also a function of exposure to fractals/PC's) dimorphic response
  5134. pattern, intended to ask about others' personal marketing- or neuro-physiologic
  5135. response.
  5136. <p>I can see where this is heading - let's not go there - <u>please re-read
  5137. Para's 3-4 of my original message.</u>
  5138. <p>DBF
  5139. <br> 
  5140. <br> 
  5141. <p>Harry Bissell wrote:
  5142. <blockquote TYPE=CITE>Nah... there is enough "My Little Pony" images in
  5143. the world now... and I
  5144. <br>really have
  5145. <br>had enough of "Silly Love Songs"....
  5146. <p>There is no problem with angular shapes, hard metallic colors... its
  5147. <br>just that WOMEN
  5148. <br>shop in the Hallmark store, not men (no market there...) so production
  5149. <br>favors kitch!
  5150. <p>Give me the ultra hard razor sharp fractal greeting cards !!! 
  5151. Death
  5152. <br>Metal Forever !!!
  5153. <p>H^)  (as)  Idi Amin, Uganda.
  5154. <p>DeBow Freed II PhD wrote:
  5155. <p>> Dear Bob,
  5156. <br>>
  5157. <br>> Thanks for the heads up on fractal greeting cards - both your own
  5158. and
  5159. <br>> the site listed below. What a thoughtful and well-timed contribution!
  5160. <br>>
  5161. <br>> I have a question/comment and am posting it rather than sending it
  5162. to
  5163. <br>> you personally because I wonder how others feel - or observe the
  5164. same
  5165. <br>> response among their acquaintances that I did this morning.
  5166. <br>>
  5167. <br>> First, the qualifiers: I feel particularly foolish making this comment
  5168. <br>> at all as I have nothing of my own in the way of images to offer,
  5169. and
  5170. <br>> what you have done is so nice. But you guys and the Ultrafrac people
  5171. <br>> haves bundles of additional images.
  5172. <br>> And I hope that my comment is not taken as sexist (or UltraFract-ist),
  5173. <br>> because it's not meant to be - just an observation of human behavior
  5174. <br>> (albeit lubricated by ethanol).
  5175. <br>>
  5176. <br>> Finally, a quick poll of my friends at aol, yahoo and other free
  5177. <br>> Greeting Card services confirms the unsurprising fact that images
  5178. with
  5179. <br>> softer colors and less angular composition are more popular because
  5180. <br>> they are perceived to be consistent with the content of the sentiment,
  5181. <br>> which is usually positive, friendly, or more than friendly.
  5182. <br>> Apparently, it's neurophysiologically confusing to most people to
  5183. <br>> receive an image that looks like "somebody's decapitated head in
  5184. the
  5185. <br>> middle of a futuristic four-bladed guillotine" (a description of
  5186. your
  5187. <br>> "Picture" #8, in the middle of the third row).
  5188. <br>>
  5189. <br>> My question is whether images of a somewhat softer, more "inviting"
  5190. <br>> nature - both with respect to coloration and composition - might
  5191. be
  5192. <br>> included among the choices at the herenthere site. For example, Bob,
  5193. <br>> the image positioned at the lower left-hand corner of your set (#10
  5194. of
  5195. <br>> 12) uses a softer palette than all the others, and is - to me, at
  5196. <br>> least - much more likely to provoke a positive response from a (let's
  5197. <br>> say) hospitalized recipient than are the others. Same comment for
  5198. the
  5199. <br>> images offered at the forevermoments site.
  5200. <br>>
  5201. <br>> Think rainbow colors and rounder shapes. Think boring - which I know
  5202. <br>> is difficult for you - and what you'll offer in addition to the
  5203. <br>> present images will be, I think, much more popular with the
  5204. <br>> recipients, less potentially frightening, terrifying oor confusing
  5205. to
  5206. <br>> the uninitiated, and I think overall, much more useful.
  5207. <br>>
  5208. <br>> I did a little market survey at a Brunch this morning here in Dallas,
  5209. <br>> and what a hit your Greeting Cards were! However, the reponse was
  5210. <br>> almost universally what I have described: non-fractaliers were
  5211. <br>> consistently more comfortable with the softer-colors and less angular
  5212. <br>> shapes, and often misinterpreted the combination of most of the
  5213. <br>> sentiments and images as "sarcastic" or "insulting" (!!). Weird but
  5214. <br>> true.
  5215. <br>>
  5216. <br>> A revelatory example: one group at this morning's Brunch was
  5217. <br>> delighting in matching sentiments like "thinking of you", and "get
  5218. <br>> well soon" with some of the more techno-spectacular cards, and signing
  5219. <br>> them "Jeffrey Dahmer", "Dracula", and "Your Worst Nightmare". I'll
  5220. let
  5221. <br>> you guess the sex of that group.
  5222. <br>>
  5223. <br>> Across the room at the other laptop, the girls were desperately trying
  5224. <br>> to generate a Javascript plug-in to automatically attach an add-on
  5225. to
  5226. <br>> the available Sentiments to create an APOLOGY to the recipient to
  5227. <br>> conveyed that "it wasn't meant to be sarcastic."
  5228. <br>>
  5229. <br>> Lots of people - the vast majority, in fact, don't have a clue what
  5230. a
  5231. <br>> fractal is anyway. They're looking for a "pretty picture". You and
  5232. I
  5233. <br>> can appreciate what an incredible tour-de-force most of you proffered
  5234. <br>> images are from a technical standpoint, but the harsh angularities
  5235. and
  5236. <br>> metallic palette of most are a turn-off.
  5237. <br>>
  5238. <br>> At any rate, this is in no way intended as anything other than a
  5239. <br>> gratuitous comment and report to you of this morning's interesting
  5240. (I
  5241. <br>> thought) but statistically-insignificant marketing survey. Maybe
  5242. all
  5243. <br>> it represents is the effect of too many Mimosa's and Bloody Mary's
  5244. on
  5245. <br>> a crowd with diverse backgrounds and little familiarity with
  5246. <br>> cutting-edge fractals imagery.
  5247. <br>>
  5248. <br>> It is certainly not a suggestion that you "dumb-down" the images
  5249. you
  5250. <br>> make available for Cards. God knows there are enough stupid cartoons
  5251. <br>> and Hallmark-y email cards out there wasting the World's bandwidth.
  5252. <br>> Just wondering if you could toss in some of your more colorful (i.e.,
  5253. <br>> primary colors), less angular images.
  5254. <br>>
  5255. <br>> Thanks again for making such an outstanding contribution and for
  5256. <br>> sharing it with the rest of us.
  5257. <br>>
  5258. <br>> DeBow Freed
  5259. <br>> <bmc1@airmail.net>
  5260. <br>>
  5261. <br>>
  5262. <br>>
  5263. <br>> Bob Margolis wrote:
  5264. <br>>
  5265. <br>>> Free animated fractal greeting cards:
  5266. <br>>>
  5267. <br>>> Forever Moments
  5268. <br>>> <a href="http://www.forevermoments.net/fractalpostcards.html">http://www.forevermoments.net/fractalpostcards.html</a>
  5269. <br>>>
  5270. <br>>> Bob
  5271. <br>>>
  5272. <br>>> --------------------------------------------------------------
  5273. <br>>> Thanks for using Fractint, The Fractals and Fractint Discussion
  5274. List
  5275. <br>>>
  5276. <br>>> Post Message:   fractint@lists.xmission.com
  5277. <br>>> Get Commands:   majordomo@lists.xmission.com "help"
  5278. <br>>> Administrator:  twegner@fractint.org
  5279. <br>>> Unsubscribe:    majordomo@lists.xmission.com "unsubscribe
  5280. fractint"
  5281. <br>>
  5282. <br>> -------------------------------------------------------------- Thanks
  5283. <br>> for using Fractint, The Fractals and Fractint Discussion List Post
  5284. <br>> Message: fractint@lists.xmission.com Get Commands:
  5285. <br>> majordomo@lists.xmission.com "help" Administrator:
  5286. <br>> twegner@fractint.org Unsubscribe: majordomo@lists.xmission.com
  5287. <br>> "unsubscribe fractint"
  5288. <p>--------------------------------------------------------------
  5289. <br>Thanks for using Fractint, The Fractals and Fractint Discussion List
  5290. <br>Post Message:   fractint@lists.xmission.com
  5291. <br>Get Commands:   majordomo@lists.xmission.com "help"
  5292. <br>Administrator:  twegner@fractint.org
  5293. <br>Unsubscribe:    majordomo@lists.xmission.com "unsubscribe
  5294. fractint"</blockquote>
  5295. </html>
  5296.  
  5297.  
  5298. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5299. Post Message:   fractint@lists.xmission.com
  5300. Get Commands:   majordomo@lists.xmission.com "help"
  5301. Administrator:  twegner@fractint.org
  5302. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5303.  
  5304. --WebTV-Mail-17012-2242--
  5305.  
  5306. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5307. Post Message:   fractint@lists.xmission.com
  5308. Get Commands:   majordomo@lists.xmission.com "help"
  5309. Administrator:  twegner@fractint.org
  5310. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5311.  
  5312.  
  5313. -------------------------------------------------------------------------------
  5314.  
  5315. From: makin_mischief@webtv.net
  5316. Subject: Re: (fractint) FOTD 19-10-00 (Convoluted Fractal [5])
  5317. Date: 22 Oct 2000 04:15:48 -0700 (PDT)
  5318.  
  5319.  
  5320. --WebTV-Mail-19366-2314
  5321. Content-Type: Text/Plain; Charset=US-ASCII
  5322. Content-Transfer-Encoding: 7Bit
  5323.  
  5324. Paul
  5325.  
  5326. Just want to let you know that this FOTD loaded ok for me.  I've not
  5327. been experiencing the problem that Multiple Bogeys has been having.
  5328.  
  5329. CB
  5330.  
  5331.  
  5332. --WebTV-Mail-19366-2314
  5333. Content-Disposition: Inline
  5334. Content-Type: Message/RFC822
  5335. Content-Transfer-Encoding: 7Bit
  5336.  
  5337. Received: from smtpin-102-4.bryant.webtv.net (209.240.198.55) by
  5338.     storefull-235.iap.bryant.webtv.net with WTV-SMTP; Wed, 18 Oct 2000
  5339.     22:52:11 -0700 (PDT)
  5340. Received: by smtpin-102-4.bryant.webtv.net (WebTV_Postfix) id 57DB816E; Wed,
  5341.     18 Oct 2000 22:52:11 -0700 (PDT)
  5342. Delivered-To: makin_mischief@webtv.net
  5343. Received: from lists.xmission.com (lists.xmission.com [198.60.22.7]) by
  5344.     smtpin-102-4.bryant.webtv.net (WebTV_Postfix) with ESMTP id
  5345.     EC736104 for <makin_mischief@webtv.net>; Wed, 18 Oct 2000 22:52:10
  5346.     -0700 (PDT)
  5347. Received: from domo by lists.xmission.com with local (Exim 2.12 #2) id
  5348.     13m8bl-0007WT-00 for fractint-gooutt@lists.xmission.com; Wed, 18
  5349.     Oct 2000 23:51:17 -0600
  5350. Message-ID: <39EE8BEC.4EF4@Worldnet.att.net>
  5351. Organization: Nahee Enterprises
  5352. X-Mailer: Mozilla 3.04Gold (Win95; U)
  5353. MIME-Version: 1.0
  5354. Cc: Multiple Bogeys <neo_1061@hotmail.com>
  5355. References: <F31bdkSmLAztxc1o8yf00000268@hotmail.com>
  5356. Content-Type: text/plain; charset=us-ascii
  5357. Content-Transfer-Encoding: 7bit
  5358. Sender: owner-fractint@lists.xmission.com
  5359. Precedence: bulk
  5360. Reply-To: fractint@lists.xmission.com
  5361.  
  5362. Multiple Bogeys wrote:
  5363. >
  5364. > For some reason, this one isn't linked from 
  5365. > the October 2000 index page.
  5366.  
  5367. Yes, it is.    :-)
  5368.  
  5369. >
  5370. > However, it's still accessible by directly 
  5371. > punching in the filename.
  5372.  
  5373. You might try refreshing your browser's cache.  Both pages get uploaded
  5374. at the same time, and tested afterwards.
  5375.  
  5376. P.N.L.
  5377. http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
  5378.  
  5379. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5380. Post Message:   fractint@lists.xmission.com
  5381. Get Commands:   majordomo@lists.xmission.com "help"
  5382. Administrator:  twegner@fractint.org
  5383. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5384.  
  5385. --WebTV-Mail-19366-2314--
  5386.  
  5387. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5388. Post Message:   fractint@lists.xmission.com
  5389. Get Commands:   majordomo@lists.xmission.com "help"
  5390. Administrator:  twegner@fractint.org
  5391. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5392.  
  5393.  
  5394. -------------------------------------------------------------------------------
  5395.  
  5396. From: makin_mischief@webtv.net
  5397. Subject: Re: (fractint) Life of the FOTD
  5398. Date: 22 Oct 2000 04:30:22 -0700 (PDT)
  5399.  
  5400.  
  5401. --WebTV-Mail-19922-1102
  5402. Content-Type: Text/Plain; Charset=US-ASCII
  5403. Content-Transfer-Encoding: 7Bit
  5404.  
  5405. Jim
  5406.  
  5407. Thanks for sharing this information!  
  5408. And keep those FOTD coming.  I've been enjoying them for a long time.
  5409.  
  5410. CB
  5411.  
  5412.  
  5413. --WebTV-Mail-19922-1102
  5414. Content-Disposition: Inline
  5415. Content-Type: Message/RFC822
  5416. Content-Transfer-Encoding: 7Bit
  5417.  
  5418. Received: from smtpin-101-7.bryant.webtv.net (209.240.198.41) by
  5419.     storefull-233.iap.bryant.webtv.net with WTV-SMTP; Sat, 21 Oct 2000
  5420.     17:31:34 -0700 (PDT)
  5421. Received: by smtpin-101-7.bryant.webtv.net (WebTV_Postfix) id 3F1C5176; Sat,
  5422.     21 Oct 2000 17:31:34 -0700 (PDT)
  5423. Delivered-To: makin_mischief@webtv.net
  5424. Received: from lists.xmission.com (lists.xmission.com [198.60.22.7]) by
  5425.     smtpin-101-7.bryant.webtv.net (WebTV_Postfix) with ESMTP id
  5426.     A2D831A5 for <makin_mischief@webtv.net>; Sat, 21 Oct 2000 17:31:33
  5427.     -0700 (PDT)
  5428. Received: from domo by lists.xmission.com with local (Exim 2.12 #2) id
  5429.     13n91f-0002qI-00 for fractint-gooutt@lists.xmission.com; Sat, 21
  5430.     Oct 2000 18:30:11 -0600
  5431. Message-Id: <1.5.4.16.20001021203255.3317ca30@pop.mindspring.com>
  5432. X-Sender: jamth@pop.mindspring.com
  5433. X-Mailer: Windows Eudora Light Version 1.5.4 (16)
  5434. Mime-Version: 1.0
  5435. Content-Type: text/plain; charset="us-ascii"
  5436. Sender: owner-fractint@lists.xmission.com
  5437. Precedence: bulk
  5438. Reply-To: fractint@lists.xmission.com
  5439.  
  5440. At 11:19 AM 10/21/00 EDT, Multiple Bogeys wrote:
  5441.  
  5442. >Let me get this straight. Instead of simply posting the FOTD 
  5443. >simultaneously to the Web, the newsgroup, and the list, the 
  5444. >FOTD is posted to the list and newsgroup and emailed somewhere, 
  5445. >and several hours later it is *then* posted on the Web?
  5446.  
  5447. What happens in the life of the FOTD is this:  When I complete 
  5448. my day's work, usually after 8pm, I relax with a brief trip to 
  5449. the world of fractals.  When I find a promising image, I fuss 
  5450. with the colors.  If the result is acceptable, I make the image 
  5451. the FOTD.  If not, I try again.
  5452.  
  5453. Then I study the image for a few minutes, trying to decide what 
  5454. to write about it and the day in general.  By the time I finish 
  5455. writing, it is usually near 10pm.  After a late snack, I read 
  5456. the article one more time to check for accuracy, then I post the 
  5457. image and discussion to the Usenet group.  Occasionally, the 
  5458. Mindspring news server is down, which delays the Usenet posting.
  5459.  
  5460. Next I post the discussion to the fractint list and the 
  5461. philofractal list.  The version posted to the philofractal list 
  5462. often has material that I omit from the versions posted to the 
  5463. Fractint list and Usenet group.  I do not send a personal e-mail 
  5464. to Paul.  He receives the discussion from one of the mailing 
  5465. lists, and I assume he receives the image from the Usenet group. 
  5466. When he has the material, he posts it to his web site as soon 
  5467. as he can, but he too leads a busy life, and sometimes the 
  5468. posting to the web site is delayed.
  5469.  
  5470. >This seems a needlessly convoluted way of doing things, and it 
  5471. >means the line saying the FOTD can be found on the Web at <url> 
  5472. >is a lie for several hours before becoming true!
  5473.  
  5474. Then wait a few hours before visiting the web site, and 
  5475. presto -- that lie will magically be transformed into an 
  5476. honorable truth.
  5477.  
  5478. >Certainly a counter-intuitive way to manage the thing. It's no 
  5479. >wonder people are hitting odd dead links and being confused.
  5480.  
  5481. As I state in every FOTD, the image can also be obtained by 
  5482. running the parameter file or downloading it from Usenet.  If 
  5483. the time lag and occasional bad links at the web site annoy 
  5484. anyone, they may obtain the image from one of these alternate 
  5485. sources.
  5486.  
  5487. The FOTD for October 22 is coming soon.  (I hope)
  5488.  
  5489. Jim Muth
  5490. jamth@mindspring.com
  5491.  
  5492.  
  5493.  
  5494. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5495. Post Message:   fractint@lists.xmission.com
  5496. Get Commands:   majordomo@lists.xmission.com "help"
  5497. Administrator:  twegner@fractint.org
  5498. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5499.  
  5500. --WebTV-Mail-19922-1102--
  5501.  
  5502. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5503. Post Message:   fractint@lists.xmission.com
  5504. Get Commands:   majordomo@lists.xmission.com "help"
  5505. Administrator:  twegner@fractint.org
  5506. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5507.  
  5508.  
  5509. -------------------------------------------------------------------------------
  5510.  
  5511. From: "Multiple Bogeys" <neo_1061@hotmail.com>
  5512. Subject: (fractint) FOTD Flap.
  5513. Date: 22 Oct 2000 12:07:51 EDT
  5514.  
  5515. Gee. All I did was get rather confused when I read a message saying an image 
  5516. could be found on such-and-such a Web page, and it turned out not to be 
  5517. there. Understandably. And then more confused when informed that the fractal 
  5518. takes a non-intuitive convoluted route there instead of the obvious 
  5519. straightforward one. Hardly justification for some recent snide and even 
  5520. flaming remarks. I am starting to wonder if I am the only person here who 
  5521. thinks with a level head, and logically...
  5522.  
  5523. In any case, I refuse to be dragged into a flamewar, and will not post 
  5524. anything further on the subject of delayed FOTD images, except to note that 
  5525. not everyone has ready access to Usenet (especially binary newsgroups), not 
  5526. all of those who do have the ability to decode binaries from Usenet, and the 
  5527. parameter files are not always as fast as 30-odd seconds.
  5528.  
  5529. However, I do feel the need to remark that home.att.net is continuing to be 
  5530. flaky in ways that cannot possibly be caused by delays or convoluted 
  5531. trajectories of FOTDs. When trying to view Seaweed, I had to make 4 attempts 
  5532. -- the first time the page rendered oddly (could be a Netscrape glitch 
  5533. though), the second time the image came up broken, the third time the whole 
  5534. page wouldn't load because the SYN sent to home.att.net received an 
  5535. incorrect response (RST instead of ACK), and the fourth time it acted 
  5536. normal. Does anyone have any idea why home.att.net's Web server is behaving 
  5537. flaky? It had been functioning normally for months until a few days ago...
  5538.  
  5539. _________________________________________________________________________
  5540. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  5541.  
  5542. Share information about yourself, create your own public profile at 
  5543. http://profiles.msn.com.
  5544.  
  5545.  
  5546. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5547. Post Message:   fractint@lists.xmission.com
  5548. Get Commands:   majordomo@lists.xmission.com "help"
  5549. Administrator:  twegner@fractint.org
  5550. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5551.  
  5552.  
  5553. -------------------------------------------------------------------------------
  5554.  
  5555. From: "Jonathan Osuch" <osuchj@uswest.net>
  5556. Subject: (fractint) Version 20.1 patch 1
  5557. Date: 21 Oct 2000 20:52:17 -0500
  5558.  
  5559. All,
  5560.  
  5561. The executable for patch 1 to version 20.1 is now available as fradev.zip
  5562. at:
  5563.  
  5564.     http://www.fractint.org/ftp/
  5565.  
  5566.  
  5567. Here's what's new:
  5568.  
  5569. Fixed the <TAB> display screen so the video memory doesn't get overwritten.
  5570. This clears up the problem with extraneous dots with some fractal types.
  5571. It should be possible to remove the textsafe=save from your sstools.ini
  5572. file.
  5573.  
  5574. Added Iain Stirling to the scrolling credits screen for his contribution
  5575. of the inside=fmod and outside=fmod options.
  5576.  
  5577. Reworded the error message received when more memory is requested than
  5578. is available on your disk drive.
  5579.  
  5580. The background= parameter, for 3D TGA files, is now saved to a PAR entry.
  5581.  
  5582. Fixed the error message that appears when a parsing error occurs on
  5583. startup.
  5584.  
  5585. Cleaned up the savegraphics() and restoregraphics() routines.  This should
  5586. make them faster.
  5587.  
  5588.  
  5589. Jonathan
  5590.  
  5591.  
  5592.  
  5593.  
  5594.  
  5595. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5596. Post Message:   fractint@lists.xmission.com
  5597. Get Commands:   majordomo@lists.xmission.com "help"
  5598. Administrator:  twegner@fractint.org
  5599. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5600.  
  5601.  
  5602. -------------------------------------------------------------------------------
  5603.  
  5604. From: DeBow Freed II PhD <bmc1@airmail.net>
  5605. Subject: Let Me Re-Phrase the Question Re: (fractint) FOTD Flap.
  5606. Date: 22 Oct 2000 15:50:21 -0500
  5607.  
  5608. <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
  5609. <html>
  5610. Dear MB's:
  5611. <p>Please accept apologies for any rudeness in my recent public post referring
  5612. to your questions. Any rudeness, again, was both unintended and previously
  5613. apologized for in the body of the message itself.
  5614. <br>I was trying, through the use of a light dose of sarcasm and no "emoto-faces",
  5615. to ask whether there wasn't some circularity to the discussion. I meant
  5616. it sincerely, and not as an insult, nor to initiate or to contribute to
  5617. (what do you guys call it?) a "flamewar".
  5618. <br>As the hoped for response from you has not been forthcoming, and <u>I
  5619. honestly don't know</u>, may I ask the following, which is predicated solely
  5620. on my personal experience with Jim's site and FOTD's, Paul's site located
  5621. in the same city I live in (might that be a factor?) and obviously is limited
  5622. by my lack of insight into the technical aspects of the numerical analysis
  5623. you guys are in fact discussing?:
  5624. <p>I  always hungrily download Jim's FOTD description first from <fractint@lists.xmission.com>
  5625. whenever he posts it (almost invariably by 11-12M, CST), which is, in turn,
  5626. rarely more than 1-2hrs before Paul has a chance to do the work necessary
  5627. to set it up to be rapidly downloadable from his site here in Dallas.
  5628. <br>At that point, I can begin to investigate the pearls whose links Jim
  5629. has placed in his text for his readers, many of which lead to other sites
  5630. and tangential issues I find of great interest.
  5631. <br>As often as not, by the time I've finished snuffling for truffles,
  5632. Paul has done his thing, and with one further mouse click on Jim's page
  5633. I get Paul's, which by now (almost invariably by 2amCST) has the text <u>and
  5634. image</u>, all of which downloads in < 1min.
  5635. <br>If I try to download from the other site mentioned (alt.binaries.pictures.fractals),
  5636. I consistently have trouble. You indicate, as I understand it,  that
  5637. you either do not have acces to the binary site, or prefer not to use it
  5638. for some other reason. Is that correct?
  5639. <br>Apparently your problem lies exclusively with Paul's home.att.net -based
  5640. site, right? And the discussion has been centered on those problems and
  5641. speculation as to possible causes, ranging all the way from your own machine
  5642. to the host's server. Is that right?
  5643. <p>If those are correct interpretations of your posts, I'm wondering <b>how
  5644. many other readers have the same or similar problem with Paul's site?</b>
  5645. <p>I concluded from the lack of posts to that effect that the answer may
  5646. be "none", but perhaps I didn't understand the nature of the issue. (I'm
  5647. not trying to insult anyone's intelligence, just to make sure I understand
  5648. what's going on).
  5649. <p>If so, what other options remain to improve your access to the FOTD's?
  5650. Nothing is more frustrating than inability to access or to <u>timely</u>
  5651. access a juicy website.
  5652. <p>Is that a fair or even remotely correct summary of the fact situation?
  5653. My ease of access to Paul's mirror site may relate purely to my being geographically
  5654. close to Paul, or exist for another completely unrelated reason. Is there
  5655. something I am missing here, or missed earlier?
  5656. <p>Feel free to respond publicly or otherwise.
  5657. <p>DeBow Freed
  5658. <p>Multiple Bogeys wrote:
  5659. <blockquote TYPE=CITE>Gee. All I did was get rather confused when I read
  5660. a message saying an image
  5661. <br>could be found on such-and-such a Web page, and it turned out not to
  5662. be
  5663. <br>there. Understandably. And then more confused when informed that the
  5664. fractal
  5665. <br>takes a non-intuitive convoluted route there instead of the obvious
  5666. <br>straightforward one. Hardly justification for some recent snide and
  5667. even
  5668. <br>flaming remarks. I am starting to wonder if I am the only person here
  5669. who
  5670. <br>thinks with a level head, and logically...
  5671. <p>In any case, I refuse to be dragged into a flamewar, and will not post
  5672. <br>anything further on the subject of delayed FOTD images, except to note
  5673. that
  5674. <br>not everyone has ready access to Usenet (especially binary newsgroups),
  5675. not
  5676. <br>all of those who do have the ability to decode binaries from Usenet,
  5677. and the
  5678. <br>parameter files are not always as fast as 30-odd seconds.
  5679. <p>However, I do feel the need to remark that home.att.net is continuing
  5680. to be
  5681. <br>flaky in ways that cannot possibly be caused by delays or convoluted
  5682. <br>trajectories of FOTDs. When trying to view Seaweed, I had to make 4
  5683. attempts
  5684. <br>-- the first time the page rendered oddly (could be a Netscrape glitch
  5685. <br>though), the second time the image came up broken, the third time the
  5686. whole
  5687. <br>page wouldn't load because the SYN sent to home.att.net received an
  5688. <br>incorrect response (RST instead of ACK), and the fourth time it acted
  5689. <br>normal. Does anyone have any idea why home.att.net's Web server is
  5690. behaving
  5691. <br>flaky? It had been functioning normally for months until a few days
  5692. ago...
  5693. <p>_________________________________________________________________________
  5694. <br>Get Your Private, Free E-mail from MSN Hotmail at <a href="http://www.hotmail.com">http://www.hotmail.com</a>.
  5695. <p>Share information about yourself, create your own public profile at
  5696. <br><a href="http://profiles.msn.com">http://profiles.msn.com</a>.
  5697. <p>--------------------------------------------------------------
  5698. <br>Thanks for using Fractint, The Fractals and Fractint Discussion List
  5699. <br>Post Message:   fractint@lists.xmission.com
  5700. <br>Get Commands:   majordomo@lists.xmission.com "help"
  5701. <br>Administrator:  twegner@fractint.org
  5702. <br>Unsubscribe:    majordomo@lists.xmission.com "unsubscribe
  5703. fractint"</blockquote>
  5704. </html>
  5705.  
  5706.  
  5707. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5708. Post Message:   fractint@lists.xmission.com
  5709. Get Commands:   majordomo@lists.xmission.com "help"
  5710. Administrator:  twegner@fractint.org
  5711. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5712.  
  5713.  
  5714. -------------------------------------------------------------------------------
  5715.  
  5716. From: Karl Simanonok <karl@dcn.davis.ca.us>
  5717. Subject: Re: (fractint) FOTD 20-10-00 (The Oddest Angle [4])
  5718. Date: 21 Oct 2000 06:43:54 -0700
  5719.  
  5720. To make things worse, we don't even get a link to the FOTD itself, but 
  5721. instead to another URL where we have to go hunt for it.  It would be far 
  5722. more considerate to everyone if one day could be skipped, just one time, 
  5723. and then each FOTD could represent the previous day's creation with its 
  5724. dissemination done well instead of done in so flaky a fashion.
  5725.  
  5726. Regards,
  5727.  
  5728. Karl Simanonok
  5729.  
  5730. At 11:19 AM 10/21/2000 -0400, you wrote:
  5731. >Let me get this straight. Instead of simply posting the FOTD 
  5732. >simultaneously to the Web, the newsgroup, and the list, the FOTD is posted 
  5733. >to the list and newsgroup and emailed somewhere, and several hours later 
  5734. >it is *then* posted on the Web? This seems a needlessly convoluted way of 
  5735. >doing things, and it means the line saying the FOTD can be found on the 
  5736. >Web at <url> is a lie for several hours before becoming true! Certainly a 
  5737. >counter-intuitive way to manage the thing. It's no wonder people are 
  5738. >hitting odd dead links and being confused.
  5739. >_________________________________________________________________________
  5740. >Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  5741. >
  5742. >Share information about yourself, create your own public profile at 
  5743. >http://profiles.msn.com.
  5744. >
  5745. >
  5746. >--------------------------------------------------------------
  5747. >Thanks for using Fractint, The Fractals and Fractint Discussion List
  5748. >Post Message:   fractint@lists.xmission.com
  5749. >Get Commands:   majordomo@lists.xmission.com "help"
  5750. >Administrator:  twegner@fractint.org
  5751. >Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5752.  
  5753.  
  5754.  
  5755. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5756. Post Message:   fractint@lists.xmission.com
  5757. Get Commands:   majordomo@lists.xmission.com "help"
  5758. Administrator:  twegner@fractint.org
  5759. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5760.  
  5761.  
  5762. -------------------------------------------------------------------------------
  5763.  
  5764. From: Lee Skinner <LeeHSkinner@compuserve.com>
  5765. Subject: (fractint) FOTD 20-10-00 (The Oddest Angle [4])
  5766. Date: 22 Oct 2000 17:18:40 -0400
  5767.  
  5768. >> To make things worse, we don't even get a link to the FOTD itself, but=
  5769.  
  5770. instead to another URL where we have to go hunt for it.  It would be far
  5771. more considerate to everyone if one day could be skipped, just one time,
  5772. and then each FOTD could represent the previous day's creation with its
  5773. dissemination done well instead of done in so flaky a fashion. <<
  5774.  
  5775. Considerate to everone?  I dob't think so!!  The other solution I can see=
  5776.  
  5777. to this whineing and bickering would be that Jim send the FOTD <only> to
  5778. Paul, and Paul would then forward it to the lists when he modifies the FO=
  5779. TD
  5780. pages.   This would put additional work on Paul, and make the FOTD hours
  5781. later for the rest of us who have no problems with it.  (Anyway, the FOTD=
  5782.  
  5783. always looks better if you generate it at higher resolutions from the par=
  5784.  
  5785. file that the posted low resolution of 640x480 - so I prefer getting it
  5786. before I go to bed in order to generate it at hi-res during the night.  I=
  5787. n
  5788. the morning, I can behold it's wonder at 1600x1200.)
  5789.  
  5790. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5791. Post Message:   fractint@lists.xmission.com
  5792. Get Commands:   majordomo@lists.xmission.com "help"
  5793. Administrator:  twegner@fractint.org
  5794. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5795.  
  5796.  
  5797. -------------------------------------------------------------------------------
  5798.  
  5799. From: Jim Muth <jamth@mindspring.com>
  5800. Subject: (fractint) FOTD  23-10-00  (Whinpeel [6])
  5801. Date: 23 Oct 2000 01:08:35 -0400 (EDT)
  5802.  
  5803.  
  5804. FOTD -- October 23, 2000 (Rating 6)
  5805.  
  5806. Fractal visionaries and enthusiasts:
  5807.  
  5808. While the mini-debate about the promptness of the FOTD rages, 
  5809. the FOTD goes on.  Today's image has pinwheel-like 
  5810. characteristics.  I could have named it "Pinwheel", but being 
  5811. one to do things differently, I have named it "Whinpeel", which 
  5812. is the same word with a few letters transposed.
  5813.  
  5814. The expression 0.03(Z^50)+1.5(Z)+(1/C) was iterated by the 
  5815. MandelbrotMix4 formula to create the parent fractal, which is a 
  5816. Mandeloid with a bulb at the tip of the negative tail.  Beyond 
  5817. the bulb lies an area of tiny dots, each of which expands into 
  5818. an entire fractal world when enlarged.  Today's scene lies deep 
  5819. within one of those dots, on an axis of N-S symmetry that is 
  5820. removed from the actual X-axis.
  5821.  
  5822. The coloring of this fractal was a bit problematical, with broad 
  5823. gradients giving a basically featureless image, and narrow ones 
  5824. not much better.  I finally settled on one of the random 
  5825. palettes sometimes created by striking the <enter> key, in which 
  5826. there is virtually no order at all to the colors.  To add a 
  5827. little zip, I blacked out the first few registers, so that the 
  5828. midget stands out like a glowing pinwheel in the black emptiness 
  5829. of space, shooting off sparks of fractal brilliance.
  5830.  
  5831. The parameter file, which is attached below, takes 3 minutes to 
  5832. run on a 200mhz Pentium machine after the minute or so required 
  5833. to set it up and start it.  The file of the GIF image takes only 
  5834. about 30 seconds to download from the Usenet binary group:
  5835.  
  5836.           alt.binaries.pictures.fractals
  5837.  
  5838. after one reaches the site.  The GIF file will also soon be 
  5839. available on Paul Lee's web site at:
  5840.  
  5841.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  5842.  
  5843. where it will soon be posted.
  5844.  
  5845. The fractal weather today was once again perfect, though the 
  5846. temperature of 68F (20C) was a bit chilly for the ears of the 
  5847. fractal cats, who chose to rest in the sun on the porch rather 
  5848. than prowl the wilderness of the yard.
  5849.  
  5850. The philosophy is coming along nicely, and in a couple days will 
  5851. burst forth in all its glory, but for the moment, the FOTD has 
  5852. come to an end.  I'll have another fractal in 24 hours.  Until 
  5853. then, take care, and you don't need to go searching for your 
  5854. fractal -- fractals are everywhere.
  5855.  
  5856.  
  5857. Jim Muth
  5858. jamth@mindspring.com
  5859.  
  5860.  
  5861. START 20.0 PAR-FORMULA FILE================================
  5862.  
  5863. Whinpeel           { ; time=0:03:09.22 -- SF5 on a p200
  5864.   reset=2001 type=formula formulafile=critical.frm
  5865.   formulaname=MandelbrotMix4 function=recip passes=1
  5866.   center-mag=-2.37821892513348800/+0.15212393450154800\
  5867.   /4.678664e+010 params=1/50/50/1/-0.97/0 float=y
  5868.   maxiter=1400 inside=0 logmap=58 periodicity=10
  5869.   colors=000<3>000000000<3>000zYwbdz000uPc0000006eEmzF\
  5870.   000000q26<3>AtOZFTFmTKfYP_be54zzUcrBK_4PWO3uNHfYT5J<\
  5871.   2>UNaYtU<2>V_dxvshgmV20UGMwQphSkIBWMH_QNc5qIEhRM`_6V\
  5872.   _BojIgiO_hDKQJ00PQaMT0<2>STX75AFDMNLXt3p<2>_Ni8KjnVy\
  5873.   wUzcUpZTkfqIj94E5Nrd6eZPjQf7qNvlPB0GLFUwLEhPT6vVIgan\
  5874.   EygJs`OmTP6URPSXoH`wOFCPiw<2>TXkt_FfWUcnp<2>WYi45yDD\
  5875.   sMLmVQd<2>UTgDB0JHFPNUSkj<2>UXg3gvyjVqeZiaaaXdWcKVcW\
  5876.   7c`FccNce6cIEcRMc_fc1wcp6c_EcbMceUcd<2>Ucgsczjcsacmc\
  5877.   cc_meXmfimupmz<2>ZmkDmAJmMPmXTm1<2>UmY8mtEmpJnmPpj2p\
  5878.   UGp`VpF<2>Up`0tVFta4tb7tK<2>PtacwfZwgSwVTwapws4whDwg\
  5879.   MwgZwdXzeWzfVzgKzO7z9<2>Pz_jzewzn<2>`zhXzHWzQVzZtzJk\
  5880.   zq<2>YziGzH<2>Rza8zvIzc<2>RzfMz_QzcVzTUz`EzaKzcPzeRz\
  5881.   bSzdTzfGzWLz_QzcAzt<2>Pzjtzu<2>_zjOzq<2>TziZziXzhVzg\
  5882.   5zCEzNMzYDzdFzVIzK
  5883.   }
  5884.  
  5885. frm:MandelbrotMix4 {; Jim Muth
  5886. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  5887. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  5888. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  5889. z=k*((a*(z^b))+(d*(z^f)))+c,
  5890. |z| < l
  5891. }
  5892.  
  5893. END 20.0 PAR-FORMULA FILE==================================
  5894.  
  5895.  
  5896. Thanks for using Fractint, The Fractals and Fractint Discussion List
  5897. Post Message:   fractint@lists.xmission.com
  5898. Get Commands:   majordomo@lists.xmission.com "help"
  5899. Administrator:  twegner@fractint.org
  5900. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  5901.  
  5902.  
  5903. -------------------------------------------------------------------------------
  5904.  
  5905. From: Jim Muth <jamth@mindspring.com>
  5906. Subject: (fractint) FOTD  24-10-00  (Whinpeel [7])
  5907. Date: 23 Oct 2000 21:21:16 -0400 (EDT)
  5908.  
  5909.  
  5910. FOTD -- October 24, 2000 (Rating 7)
  5911.  
  5912. Fractal visionaries and enthusiasts:
  5913.  
  5914. Today's lively fractal was created by the mathematical formula 
  5915. Z^(-11)-11Z^(-1.1)+(1/C), and calculated by the fractal formula 
  5916. that I call MandelbrotMix4.  As are most of my fractals, the 
  5917. scene is one of a midget Mandelbrot set lying in a vastly larger 
  5918. parent fractal.
  5919.  
  5920. This parent fractal is better seen than described, but basically 
  5921. it consists of a fractal 'fan', with a spike extending out from 
  5922. the fan along the positive X-axis and a ring at the end of the 
  5923. spike.  Today's midget lies in the suburbs of a larger midget, 
  5924. which in turn lies in the eastern extremity of the ring.
  5925.  
  5926. I named the picture "Fractal Peanuts" because of the many peanut-
  5927. like shapes infesting the area.  I rated the picture an above 
  5928. average 7 because in my opinion it is above average.  And yes, I 
  5929. did enhance the colors a bit in a graphic program, but this is 
  5930. no cause for concern, because I saved the enhanced version as a 
  5931. GIF graphic, imported it into Fractint, saved the enhanced color 
  5932. palette as a .map file, and applied the enhanced colors to the 
  5933. original image.  Then I made the parameter file from the color-
  5934. enhanced image, which means that the enhanced colors will be 
  5935. seen regardless of whether the image is rendered from the 
  5936. parameter file or downloaded from Usenet or the Web.
  5937.  
  5938. For those who choose to run the parameter file and wait 6 
  5939. minutes, the file is attached to the bottom of this letter.  
  5940. Those who choose to download the GIF image file from Usenet will 
  5941. find it posted to the binary group:
  5942.  
  5943.           alt.binaries.pictures.fractals
  5944.  
  5945. Those who wish to pick up the image from Paul's web site at:
  5946.  
  5947.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  5948.  
  5949. should wait until he has a chance to post it before visiting the 
  5950. site.
  5951.  
  5952. The fractal weather today was perfect.  This perfect October is 
  5953. making up for the far-from-perfect Summer that just ended.  The 
  5954. fractal cats must agree, for they spent the afternoon in the 
  5955. yard, guarding the marigolds from butterflies and keeping the 
  5956. local raccoons at bay.
  5957.  
  5958. And now it's time to shut down the fractal shoppe, give the cats 
  5959. their nightly snacks, and call it a night.  I've really got to 
  5960. take some pictures, not only of the fractal cats but of myself 
  5961. as well.  One of these days I'll get that camera I keep thinking 
  5962. about but never get around to purchasing.
  5963.  
  5964. Until next time, take care, and keep fractaling forever.
  5965.  
  5966.  
  5967. Jim Muth
  5968. jamth@mindspring.com
  5969.  
  5970.  
  5971. START 20.0 PAR-FORMULA FILE================================
  5972.  
  5973. Fractal_Peanuts    { ; time=0:06:44.25 -- SF5 on a P200
  5974.   reset=2001 type=formula formulafile=critical.frm
  5975.   formulaname=MandelbrotMix4 function=recip passes=1
  5976.   center-mag=+10.41462664889111000/+0.0473402357575368\
  5977.   0/2.269743e+008/1/-2.5/-0.002
  5978.   params=1/-11/-11/-1.1/0/5000 float=y maxiter=1600
  5979.   bailout=25 inside=0 logmap=124 periodicity=10
  5980.   colors=000<3>0000000000700600E90C40GB0JG0OM0RR<3>0do\
  5981.   0hp0ir4ktBmtJpvRrxYtxfvzozzvzzzzz<2>zzzzzt<2>zodzk_z\
  5982.   hX<3>zVCzR7zO3zK0tP0kU0dX0X_0Pc0Hh09k03o00r00v01m09f\
  5983.   0H_3PU6YMBfEGo7Kx1Oz0Uz0Yz0az0Uz9KxOCoa4fo0Yh0Pc0HX0\
  5984.   JR1PK1VG3a93f44m04r06x06v09v0Bv4CvBEvGHvKJvPKtXMtaOt\
  5985.   fRtmUtrVtxXtzYfxGVt0Yo3ak4df7hc9i_BmVEpRGtMJxJKzGMzJ\
  5986.   J<3>zPCzRBzU7<3>z_1za0zd0za0za1za1va3p_3k_4f_4a_6X_7\
  5987.   RY7MY9HY9CYB7YBEX0KX06Y90_X0at0fr0ip6moEpmOtmYzk<2>z\
  5988.   zfzzfzz_vzV<3>Yz9Rz4Kz0Gz09z03z00z00z00z00z70zH0xR<2\
  5989.   >0xv3fkKkcckVvkMz_EzfHzcKz_OzXPzUUzPXzM_zJa<2>z9kz1m\
  5990.   z0pz0tz0vzExzpxzrzztzxvzvxztzz<3>kzzizzhzz<2>czzfzpi\
  5991.   zdmzUozO<3>vz9oz4iz1cz0Yz0Rz0Mz0Pz0Rz6VzGXzO_zYazhcz\
  5992.   pYzkUzf<2>EzUBzO6zJ1zG<2>0z10z03z0Mz0dz0zz0zz0zzUzzz\
  5993.   Uzo0zf0za1zY4zV7zPBzMEzJ0z0
  5994.   }
  5995.  
  5996. frm:MandelbrotMix4 {; Jim Muth
  5997. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  5998. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  5999. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  6000. z=k*((a*(z^b))+(d*(z^f)))+c,
  6001. |z| < l
  6002. }
  6003.  
  6004. END 20.0 PAR-FORMULA FILE==================================
  6005.  
  6006.  
  6007. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6008. Post Message:   fractint@lists.xmission.com
  6009. Get Commands:   majordomo@lists.xmission.com "help"
  6010. Administrator:  twegner@fractint.org
  6011. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6012.  
  6013.  
  6014. -------------------------------------------------------------------------------
  6015.  
  6016. From: Jim Muth <jamth@mindspring.com>
  6017. Subject: (fractint) FOTD  24-10-00  (Fractal Peanuts [7])
  6018. Date: 23 Oct 2000 21:23:45 -0400 (EDT)
  6019.  
  6020.  
  6021. FOTD -- October 24, 2000 (Rating 7)
  6022.  
  6023. Fractal visionaries and enthusiasts:
  6024.  
  6025. Today's lively fractal was created by the mathematical formula 
  6026. Z^(-11)-11Z^(-1.1)+(1/C), and calculated by the fractal formula 
  6027. that I call MandelbrotMix4.  As are most of my fractals, the 
  6028. scene is one of a midget Mandelbrot set lying in a vastly larger 
  6029. parent fractal.
  6030.  
  6031. This parent fractal is better seen than described, but basically 
  6032. it consists of a fractal 'fan', with a spike extending out from 
  6033. the fan along the positive X-axis and a ring at the end of the 
  6034. spike.  Today's midget lies in the suburbs of a larger midget, 
  6035. which in turn lies in the eastern extremity of the ring.
  6036.  
  6037. I named the picture "Fractal Peanuts" because of the many peanut-
  6038. like shapes infesting the area.  I rated the picture an above 
  6039. average 7 because in my opinion it is above average.  And yes, I 
  6040. did enhance the colors a bit in a graphic program, but this is 
  6041. no cause for concern, because I saved the enhanced version as a 
  6042. GIF graphic, imported it into Fractint, saved the enhanced color 
  6043. palette as a .map file, and applied the enhanced colors to the 
  6044. original image.  Then I made the parameter file from the color-
  6045. enhanced image, which means that the enhanced colors will be 
  6046. seen regardless of whether the image is rendered from the 
  6047. parameter file or downloaded from Usenet or the Web.
  6048.  
  6049. For those who choose to run the parameter file and wait 6 
  6050. minutes, the file is attached to the bottom of this letter.  
  6051. Those who choose to download the GIF image file from Usenet will 
  6052. find it posted to the binary group:
  6053.  
  6054.           alt.binaries.pictures.fractals
  6055.  
  6056. Those who wish to pick up the image from Paul's web site at:
  6057.  
  6058.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  6059.  
  6060. should wait until he has a chance to post it before visiting the 
  6061. site.
  6062.  
  6063. The fractal weather today was perfect.  This perfect October is 
  6064. making up for the far-from-perfect Summer that just ended.  The 
  6065. fractal cats must agree, for they spent the afternoon in the 
  6066. yard, guarding the marigolds from butterflies and keeping the 
  6067. local raccoons at bay.
  6068.  
  6069. And now it's time to shut down the fractal shoppe, give the cats 
  6070. their nightly snacks, and call it a night.  I've really got to 
  6071. take some pictures, not only of the fractal cats but of myself 
  6072. as well.  One of these days I'll get that camera I keep thinking 
  6073. about but never get around to purchasing.
  6074.  
  6075. Until next time, take care, and keep fractaling forever.
  6076.  
  6077.  
  6078. Jim Muth
  6079. jamth@mindspring.com
  6080.  
  6081.  
  6082. START 20.0 PAR-FORMULA FILE================================
  6083.  
  6084. Fractal_Peanuts    { ; time=0:06:44.25 -- SF5 on a P200
  6085.   reset=2001 type=formula formulafile=critical.frm
  6086.   formulaname=MandelbrotMix4 function=recip passes=1
  6087.   center-mag=+10.41462664889111000/+0.0473402357575368\
  6088.   0/2.269743e+008/1/-2.5/-0.002
  6089.   params=1/-11/-11/-1.1/0/5000 float=y maxiter=1600
  6090.   bailout=25 inside=0 logmap=124 periodicity=10
  6091.   colors=000<3>0000000000700600E90C40GB0JG0OM0RR<3>0do\
  6092.   0hp0ir4ktBmtJpvRrxYtxfvzozzvzzzzz<2>zzzzzt<2>zodzk_z\
  6093.   hX<3>zVCzR7zO3zK0tP0kU0dX0X_0Pc0Hh09k03o00r00v01m09f\
  6094.   0H_3PU6YMBfEGo7Kx1Oz0Uz0Yz0az0Uz9KxOCoa4fo0Yh0Pc0HX0\
  6095.   JR1PK1VG3a93f44m04r06x06v09v0Bv4CvBEvGHvKJvPKtXMtaOt\
  6096.   fRtmUtrVtxXtzYfxGVt0Yo3ak4df7hc9i_BmVEpRGtMJxJKzGMzJ\
  6097.   J<3>zPCzRBzU7<3>z_1za0zd0za0za1za1va3p_3k_4f_4a_6X_7\
  6098.   RY7MY9HY9CYB7YBEX0KX06Y90_X0at0fr0ip6moEpmOtmYzk<2>z\
  6099.   zfzzfzz_vzV<3>Yz9Rz4Kz0Gz09z03z00z00z00z00z70zH0xR<2\
  6100.   >0xv3fkKkcckVvkMz_EzfHzcKz_OzXPzUUzPXzM_zJa<2>z9kz1m\
  6101.   z0pz0tz0vzExzpxzrzztzxvzvxztzz<3>kzzizzhzz<2>czzfzpi\
  6102.   zdmzUozO<3>vz9oz4iz1cz0Yz0Rz0Mz0Pz0Rz6VzGXzO_zYazhcz\
  6103.   pYzkUzf<2>EzUBzO6zJ1zG<2>0z10z03z0Mz0dz0zz0zz0zzUzzz\
  6104.   Uzo0zf0za1zY4zV7zPBzMEzJ0z0
  6105.   }
  6106.  
  6107. frm:MandelbrotMix4 {; Jim Muth
  6108. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  6109. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  6110. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  6111. z=k*((a*(z^b))+(d*(z^f)))+c,
  6112. |z| < l
  6113. }
  6114.  
  6115. END 20.0 PAR-FORMULA FILE==================================
  6116.  
  6117.  
  6118. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6119. Post Message:   fractint@lists.xmission.com
  6120. Get Commands:   majordomo@lists.xmission.com "help"
  6121. Administrator:  twegner@fractint.org
  6122. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6123.  
  6124.  
  6125. -------------------------------------------------------------------------------
  6126.  
  6127. From: Karl Simanonok <karl@dcn.davis.ca.us>
  6128. Subject: (fractint) Re: Your FOTD post
  6129. Date: 23 Oct 2000 19:26:47 -0700
  6130.  
  6131. Dear D. Freed II,
  6132.  
  6133. Well, you certainly know how to take on a smug, self-righteous tone, don't 
  6134. you, DFII?  You actually think that people who dislike wasting their time 
  6135. are 'obsessive-compulsive'?
  6136.  
  6137. Just how is 'MB' supposed "to document his apparent representation that 
  6138. this is a sytemic problem", the implication being that if he cannot (and it 
  6139. seems for practical purposes it is an impossible task), then it really 
  6140. isn't a problem?  How do you think he might find people who long ago simply 
  6141. gave up on the fractal-hunting hassle and stopped trying, and unsubscribed 
  6142. from your list?  There's no hint at all in your defensive text to me that 
  6143. you'll do anything about it even if he scrapes up dozens of people who 
  6144. agree with his assessment.  So why the charade?
  6145.  
  6146. Yes, the FOTD is a 'free gift' for which nobody is 'charged', but it is not 
  6147. 'at no trouble to us' if it's necessary to go hunting for it, and if it's 
  6148. not online when we get to where it ought to be; it's a time-wasting 
  6149. nuisance to go hunting for it, and even more so if it isn't even where the 
  6150. post said we should start our search.  MB's gripe is that frequently it's 
  6151. not online, mine is more that we shouldn't have to go hunting for it at 
  6152. all.  We see a little problem, we understand how the Internet works and how 
  6153. easily the little problem could be fixed, and we comment on it in a public 
  6154. forum.  Why the negative reaction?  The problems we observe and comment 
  6155. upon have nothing to do with 'tolerance' or lack thereof, that is your spin 
  6156. overlaid on the situation and it contributes nothing useful.
  6157.  
  6158. Understandably, as the owner of the list you probably feel that the FOTD is 
  6159. the major thing that keeps it going, and you probably don't want to see 
  6160. your prime contributor get 'pissed off' and quit posting.  That's fine, but 
  6161. it shouldn't go so far as to blind you to the rather obvious minor 
  6162. irritants inherent in how the FOTD is presently set up, nor cause you to 
  6163. deflect the issues as only being in the minds of the beholders.  You could 
  6164. do a lot more good by stimulating a discussion of how to make it better 
  6165. than by reacting in defense of the status quo, is my point.
  6166.  
  6167. You may perhaps enjoy the luxury of plenty of free time on your hands, but 
  6168. often when I check my email, my time is very limited.  If I receive an 
  6169. email containing an interesting hyperlink I may go to the Web site it 
  6170. points to, and once in a while I do go to check out the FOTD.  But since it 
  6171. is a bit of a nuisance to do so, I only do that when I have a chunk of free 
  6172. time (like I do right now, or I wouldn't bother), which boils down to maybe 
  6173. once or twice a month.  If I just got a clickable link in the FOTD posts 
  6174. I'd view it a lot more often, and I'd like to be able to do that (I can 
  6175. keep reading other emails while a Web page is downloading, but chasing 
  6176. hyperlinks around is a single-threaded activity).
  6177.  
  6178. I thought I WAS providing a 'tractable alternative' by suggesting that the 
  6179. FOTD could be delayed a single day, just once, as a cure for the problems 
  6180. that exist with it.  Since you're apparently already willing to chase 
  6181. around for it and apparently you don't care that sometimes you don't even 
  6182. find it, it's amazing to me that you think a one-time, one-day delay would 
  6183. be such a big inconvenience for you and everybody else.  Don't you realize 
  6184. that every subsequent FOTD would be for 'that day', and in a very short 
  6185. time you'd forget the one-time minor inconvenience in favor of the 
  6186. long-term benefit gained?  In the long run you'd probably get more 
  6187. subscribers on the list too, if they got reliable FOTD links to click on 
  6188. that would immediately load the graphic of interest (I've considered 
  6189. unsubscribing because the list has only very marginal value to me 
  6190. presently, and I can always go visit Jim Muth's Web site if I feel the urge).
  6191.  
  6192. There are plenty of other solutions, however.  The best one would be a 
  6193. better ISP, I suppose.  I wrote Jim Muth shortly after subscribing to your 
  6194. list about the poor links in his FOTD posts and he indicated that it had 
  6195. something to do with how his ISP operates (if I remember 
  6196. correctly).  Unfortunately my DCN Web space is nearly filled already so I 
  6197. can't offer it for the FOTD (sorry I can't implement that suggestion, but 
  6198. keep them coming).  There are many sites which do offer ample free space (I 
  6199. have an account at zing.com for images, for example), and the readers of 
  6200. your list may have numerous helpful suggestions to offer as well, if they 
  6201. are encouraged to.  As moderator of the fractint list you are in a good 
  6202. position and (I would think) should be motivated to improve it instead of 
  6203. digging in your heels and denigrating people for wanting to see it improved.
  6204.  
  6205. Regards,
  6206.  
  6207. Karl Simanonok, Ph.D.
  6208.  
  6209.  
  6210. At 08:19 PM 10/22/2000 -0500, you wrote:
  6211. >Dear Karl,
  6212. >
  6213. >For some reason, your post on the Fractint List - which is dated Saturday 
  6214. >- just hit my machine about 5 minutes ago.
  6215. >
  6216. >Realize that your comments are damaging to a totally gratuitous process 
  6217. >which is problem-free for virtually all users except, apparently, Monsieur 
  6218. >Multiple Bogeys and yourself. I invited MB to document his apparent 
  6219. >representation that this is a sytemic problem this afternoon. No reply.
  6220. >
  6221. >It apparently is an issue of tolerance. This is obviously somethng that is 
  6222. >done in their spare time, at the end of their bill-able day, in the middle 
  6223. >of the night, at no charge or trouble to us. A free gift.
  6224. >
  6225. >The 1-3 hr delay between Muth's posting of text and the posting of the 
  6226. >image by Lee on his att.net site (which I assume is also your source of 
  6227. >preference) is a small matter IMHOP. It only causes problems for people 
  6228. >who elect to so define it.
  6229. >
  6230. >I would rather get the text from Muth when he produces it in realtime, 
  6231. >have the opportunity to "root for truffles", before downloading the image 
  6232. >in real time, as soon as Lee can get to it - rarely more than 1-2 hrs later.
  6233. >
  6234. >Apparently you would have us ALL wait an extra day so that you and 
  6235. >Monsieur MB can satisfy a bizarre, and as-yet-unexplained, 
  6236. >obsessive-compulsive insistence upon "simultaneity" satisfied. It's not 
  6237. >"confusing" to anyone who elects to visit the site more than once. (Read 
  6238. >the text which clearly makes no guarantee of immediacy or coincident 
  6239. >appearance on both Muth's site and Lee's)
  6240. >
  6241. >I choose to view Paul Lee's contribution (which spares me a problematic 
  6242. >trip to "alt.binary"-land) as an opportunity to get Muth's text and 
  6243. >associated pearls a few hours earlier - or in your world, an entire DAY 
  6244. >EARLY - rather than to accuse what strike me as extraordinarily generous 
  6245. >hosts of not being "considerate" (of your own, individual needs).
  6246. >
  6247. >Quite frankly, I - and apparently other users as well - don't WANT to be 
  6248. >compelled to wait one whole day longer to get Muth's text merely so that 
  6249. >your own and MB's O/C demand for simultaneity can be satisfied. It would 
  6250. >be great, but it ain't happenin'.
  6251. >
  6252. >Rather than piss off the providers, how about providing tractable 
  6253. >alternatives (i.e., offer to use UC Davis' facilities to make Muth's FOTD 
  6254. >available to the entire Web within seconds of its being posted??).
  6255. >
  6256. >D. Freed II PhD
  6257.  
  6258.  
  6259.  
  6260. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6261. Post Message:   fractint@lists.xmission.com
  6262. Get Commands:   majordomo@lists.xmission.com "help"
  6263. Administrator:  twegner@fractint.org
  6264. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6265.  
  6266.  
  6267. -------------------------------------------------------------------------------
  6268.  
  6269. From: Tim Wegner <twegner@swbell.net>
  6270. Subject: (fractint) On topic please
  6271. Date: 23 Oct 2000 22:15:11 -0600
  6272.  
  6273. Looks to me like the various parties have already decided to drop 
  6274. the off-topic discussion, so this is probably a redundant reminder.
  6275.  
  6276. If you are not the list moderator (and if you are not me you are not 
  6277. the moderator), posts policing other users posts are off topic. The 
  6278. reason for this is simple. If Joe Blow posts a silly message and 
  6279. acts like a jerk, your post correcting him just adds to the off-topic 
  6280. noise, even if you are right. There is just no way to complain about 
  6281. another post without being off topic. Can't be done. 
  6282.  
  6283. Even posts responding to THIS post on the list are off topic, even if 
  6284. you say "Right on, Tim, wow are you ever a moderating genius!!" :-)
  6285.  
  6286. If you really feel a thread is out of hand, alert me by private email. I 
  6287. moderate the list with a very light hand. As lists go, this is a pretty 
  6288. civil one. Very occasionally I quiet people down by private email, 
  6289. and even more occasionally I've been known to boot people off the 
  6290. list (almost never happens). If you do email me privately requesting 
  6291. that something be done about some list management issue, I'll 
  6292. always look into it.
  6293.  
  6294. I am certainly glad Jim posts his fractal of the day. A lot of people 
  6295. get a lot of pleasure out of it. Now that everyone understands the 
  6296. mechanics of what happens first, second etc. etc. in the FOTD 
  6297. posting process, that matter has been laid to rest.
  6298.  
  6299. Happy fractalling ...
  6300.  
  6301. Tim
  6302.  
  6303.  
  6304.   
  6305.  
  6306.  
  6307.  
  6308. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6309. Post Message:   fractint@lists.xmission.com
  6310. Get Commands:   majordomo@lists.xmission.com "help"
  6311. Administrator:  twegner@fractint.org
  6312. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6313.  
  6314.  
  6315. -------------------------------------------------------------------------------
  6316.  
  6317. From: "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net>
  6318. Subject: Re: (fractint) Re: Your FOTD post
  6319. Date: 23 Oct 2000 22:39:10 -0500
  6320.  
  6321. Karl Simanonok wrote:
  6322. >
  6323. > Understandably, as the owner of the list ....
  6324.  
  6325. I assume you are being sarcastic with this remark, since he is not the
  6326. owner nor administrator (or are you completely unaware?).
  6327.  
  6328. >
  6329. > I wrote Jim Muth shortly after subscribing to your
  6330. > list about the poor links in his FOTD posts and he 
  6331. > indicated that it had something to do with how his 
  6332. > ISP operates (if I remember correctly).
  6333.  
  6334. I seriously doubt that you remember anything what so ever, since Jim
  6335. hasn't established his own website yet.  And I feel that Jim would not
  6336. even indicate such things to you.
  6337.  
  6338. >
  6339. > There are many sites which do offer ample free space....
  6340.  
  6341. You'll need at least 200-MB to start off with, for that is approximately
  6342. what is being used at the moment.
  6343.  
  6344.  
  6345. Sincerely,
  6346. P.N.L.
  6347. http://www.fractalus.com/cgi-bin/theway?ring=fractals&id=43&go
  6348.  
  6349. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6350. Post Message:   fractint@lists.xmission.com
  6351. Get Commands:   majordomo@lists.xmission.com "help"
  6352. Administrator:  twegner@fractint.org
  6353. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6354.  
  6355.  
  6356. -------------------------------------------------------------------------------
  6357.  
  6358. From: LeeFbx@aol.com
  6359. Subject: (fractint) Enough Already
  6360. Date: 23 Oct 2000 23:56:49 EDT
  6361.  
  6362. What a tempest in a teapot.
  6363. I just had to change my subscription to digest mode.
  6364.  
  6365. Jim Muth and Paul Lee do us all a great service and I'm sure I speak for most 
  6366. members in saying how much I appreciate their efforts.
  6367.  
  6368. It takes a while after Jim posts the FOTD before Paul can update his site,
  6369. which Jim is now trying to make as clear as possible in his notes. 
  6370. This is a simple concept. Deal with it. 
  6371. If not, then just bookmark Paul's site and go there whenever you wish and 
  6372. enjoy whatever is there.
  6373.  
  6374. Everybody has had their say. Now can we please let this topic just die a 
  6375. merciful death.
  6376.  
  6377. Thank you,
  6378. Lee Fairbanks
  6379.  
  6380. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6381. Post Message:   fractint@lists.xmission.com
  6382. Get Commands:   majordomo@lists.xmission.com "help"
  6383. Administrator:  twegner@fractint.org
  6384. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6385.  
  6386.  
  6387. -------------------------------------------------------------------------------
  6388.  
  6389. From: "David Jones" <gnome@hawaii.rr.com>
  6390. Subject: (fractint) (Fwd) Re: Wired News Daily [Broadband Could be Hackland  - 10/
  6391. Date: 23 Oct 2000 20:08:43 -1000
  6392.  
  6393. On 23 Oct 00 at 17:49, TipWorld wrote:
  6394.  
  6395. > Blurring the Lines of Digital Art (Culture 2:00 a.m. PDT) 
  6396. > http://www.wired.com/news/culture/0,1284,39558,00.html?tw=wn20001023 
  6397. > The Whitney Museum of American Art's BitStreams will
  6398. > focus on the ways in which artists are creating a new
  6399. > and extraordinary range of artistic expression out of
  6400. > the myriad capabilities of digital technology. Reena
  6401. > Jana reports from New York.
  6402.  
  6403. Another blast of bits from David
  6404. http://home.hawaii.rr.com/aliasjj/   http://www.hawastsoc.org/
  6405. For the best Hawaii & Pacific Basin surf forecast:
  6406.     http://www.surfreporthawaii.com
  6407.  
  6408. Random Thought for this Nanosecond
  6409. When I grow up, I want to be a crackpot! (D.Jones)
  6410.  
  6411.  
  6412.  
  6413. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6414. Post Message:   fractint@lists.xmission.com
  6415. Get Commands:   majordomo@lists.xmission.com "help"
  6416. Administrator:  twegner@fractint.org
  6417. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6418.  
  6419.  
  6420. -------------------------------------------------------------------------------
  6421.  
  6422. From: Jim Muth <jamth@mindspring.com>
  6423. Subject: (fractint) FOTD  25-10-00  (Fractal Peanuts [7])
  6424. Date: 24 Oct 2000 23:01:39 -0400 (EDT)
  6425.  
  6426.  
  6427. FOTD -- October 25, 2000 (Rating 7)
  6428.  
  6429. Fractal visionaries and enthusiasts:
  6430.  
  6431. Today's fractal, which pictures a tiny midget surrounded by a 
  6432. neon-like series of arcs, with electric blue spots of color 
  6433. scattered about, rates a slightly exaggerated 7.  I named the 
  6434. picture "The Wheel Invented" because of the roughly circular 
  6435. pinkish ring around the midget.  The expression that created the 
  6436. image, 1.11Z^(-11.1)+11.1Z^(-1.11)+(1/C), which is almost 
  6437. impossible to type accurately, is a result of my indefatigable 
  6438. whimsy.
  6439.  
  6440. The magnitude of today's scene is actually slightly beyond the 
  6441. limit of resolution, and had to be forced by setting the 
  6442. mathtolerance command to /1.  I have included this command in 
  6443. the parameter file so that it will render the scene correctly.  
  6444. The slight degradation is visible at the edges of the bands, 
  6445. which are slightly jagged.  At a resolution of 640x480 this 
  6446. degradation is barely noticeable, but at higher resolutions it 
  6447. becomes more noticeable.  Therefore rendering today's image at a 
  6448. resolution greater than 640x480 is pretty much a wasted effort.
  6449.  
  6450. Having such a high magnitude, the image renders slowly from the 
  6451. parameter file, requiring a 23 minute wait that would try the 
  6452. patience of a yogi.  But the file of the GIF image downloads in 
  6453. less than one minute from:
  6454.  
  6455.           <alt.binaries.pictures.fractals>
  6456.  
  6457. if your ISP carries the binary groups and if your news-reader 
  6458. can decode binary attachments.
  6459.  
  6460. The GIF file will also soon be available on the Web at:
  6461.  
  6462.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  6463.  
  6464. as soon as Paul can get it posted.
  6465.  
  6466. The fractal weather today was less than perfect, with the 
  6467. variable cloudiness, occasional spits of rain, and temperature 
  6468. of only 65F (18C) keeping the fractal cats in a foul mood.  
  6469. Their surliness finally erupted late this afternoon in a noisy 
  6470. squabble that left Thomas with a nicked ear.  The dynamic duo 
  6471. spent the rest of the afternoon sitting back-to-back, actively 
  6472. ignoring each other.
  6473.  
  6474. As for me, I'm certainly not going to ignore shut-down time here 
  6475. at Fractal Central any longer.  The day is done, I'm exhausted, 
  6476. the cats are still moody, and the TV is playing downstairs.  
  6477. It's time to call it a day and slump into my TV chair to watch 
  6478. something -- the junkier the better.
  6479.  
  6480. Until tomorrow, take care, and start looking for pictures of 
  6481. Fractal Central, the fractal cats, and maybe even myself.
  6482.  
  6483.  
  6484. Jim Muth
  6485. jamth@mindspring.com
  6486.  
  6487.  
  6488. START 20.0 PAR-FORMULA FILE================================
  6489.  
  6490. The_Wheel_Invented { ; time=0:23:03.02 -- SF5 on a P200
  6491.   reset=2001 type=formula formulafile=critical.frm
  6492.   formulaname=MandelbrotMix4 function=recip passes=1
  6493.   center-mag=+2.96459253481997100/-0.84712989364400860\
  6494.   /3.663697e+012/0.9999/-69.987/0.002 mathtolerance=/1
  6495.   params=1.11/-11.1/11.1/-1.11/0/1000 float=y
  6496.   maxiter=1500 inside=0 logmap=446 periodicity=10
  6497.   colors=0000C00G10J60NA0PF0TJ0WN1_R1aU<4>0PO0NN0KL0HL\
  6498.   <3>06G03F00D00D30GD0JK0KR0NX1Pb1Ri3To3Uu4Xz4_z6`z6bz\
  6499.   6dz9fzCgzFjzGkyJnvLotOqsPspSuoUvlXyjYzi`zfbzedzg_q<2\
  6500.   >oND<2>v`DydDziDzlDzqDzuDzuDzuDzuHuuKouNiuRbuTXuWRu_\
  6501.   KuaDwd6te7peDlfHifLegRagUYi<3>jJjkHkkGlkFllDnlCnlAol\
  6502.   9pn9pn7qn6qn4so3to1to0uo0uk4vi9v<3>_OvXSvUUwSYwPawNe\
  6503.   wKgwHkwFowCqwbjsdajfUaNKP09C4FK9JRCNXGRbJUiNWk<2>XYs\
  6504.   _Yua_ud_ufYuiXukXuoYus_uv`uz`o<3>zaRzYKzWDzS6zP1zL1z\
  6505.   J1zG1zC3z93z43z14z04<2>z13zA1zJ0zS0z_0zf0zg0zi1zi3yj\
  6506.   4vk6uk7sl9qnAonCnoDloFipHfqKbsN`tPYuRUvTSwWOyYLz_Jza\
  6507.   FzdCzf9zgGuk<2>XUvbXui_s<2>zfkzgizffzddzaazY_zWXzSUz\
  6508.   RUzOWzLW<2>zD_zA`z9`<3>zPOwTLuXHs`FpdCng7kk4in1bo0Yp\
  6509.   0<2>Hw0Kz0<3>Uz0Xz0Yz0`z1bz3ez4gz4jz6lz7nz7pzGszOuzW\
  6510.   vza<2>eze_zfUzfUz_TzRTzJ0z1
  6511.   }
  6512.  
  6513. frm:MandelbrotMix4 {; Jim Muth
  6514. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  6515. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  6516. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  6517. z=k*((a*(z^b))+(d*(z^f)))+c,
  6518. |z| < l
  6519. }
  6520.  
  6521. END 20.0 PAR-FORMULA FILE==================================
  6522.  
  6523.  
  6524. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6525. Post Message:   fractint@lists.xmission.com
  6526. Get Commands:   majordomo@lists.xmission.com "help"
  6527. Administrator:  twegner@fractint.org
  6528. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6529.  
  6530.  
  6531. -------------------------------------------------------------------------------
  6532.  
  6533. From: Jim Muth <jamth@mindspring.com>
  6534. Subject: (fractint) FOTD  25-10-00  (The Wheel Invented [7])
  6535. Date: 24 Oct 2000 23:03:27 -0400 (EDT)
  6536.  
  6537.  
  6538. FOTD -- October 25, 2000 (Rating 7)
  6539.  
  6540. Fractal visionaries and enthusiasts:
  6541.  
  6542. Today's fractal, which pictures a tiny midget surrounded by a 
  6543. neon-like series of arcs, with electric blue spots of color 
  6544. scattered about, rates a slightly exaggerated 7.  I named the 
  6545. picture "The Wheel Invented" because of the roughly circular 
  6546. pinkish ring around the midget.  The expression that created the 
  6547. image, 1.11Z^(-11.1)+11.1Z^(-1.11)+(1/C), which is almost 
  6548. impossible to type accurately, is a result of my indefatigable 
  6549. whimsy.
  6550.  
  6551. The magnitude of today's scene is actually slightly beyond the 
  6552. limit of resolution, and had to be forced by setting the 
  6553. mathtolerance command to /1.  I have included this command in 
  6554. the parameter file so that it will render the scene correctly.  
  6555. The slight degradation is visible at the edges of the bands, 
  6556. which are slightly jagged.  At a resolution of 640x480 this 
  6557. degradation is barely noticeable, but at higher resolutions it 
  6558. becomes more noticeable.  Therefore rendering today's image at a 
  6559. resolution greater than 640x480 is pretty much a wasted effort.
  6560.  
  6561. Having such a high magnitude, the image renders slowly from the 
  6562. parameter file, requiring a 23 minute wait that would try the 
  6563. patience of a yogi.  But the file of the GIF image downloads in 
  6564. less than one minute from:
  6565.  
  6566.           <alt.binaries.pictures.fractals>
  6567.  
  6568. if your ISP carries the binary groups and if your news-reader 
  6569. can decode binary attachments.
  6570.  
  6571. The GIF file will also soon be available on the Web at:
  6572.  
  6573.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  6574.  
  6575. as soon as Paul can get it posted.
  6576.  
  6577. The fractal weather today was less than perfect, with the 
  6578. variable cloudiness, occasional spits of rain, and temperature 
  6579. of only 65F (18C) keeping the fractal cats in a foul mood.  
  6580. Their surliness finally erupted late this afternoon in a noisy 
  6581. squabble that left Thomas with a nicked ear.  The dynamic duo 
  6582. spent the rest of the afternoon sitting back-to-back, actively 
  6583. ignoring each other.
  6584.  
  6585. As for me, I'm certainly not going to ignore shut-down time here 
  6586. at Fractal Central any longer.  The day is done, I'm exhausted, 
  6587. the cats are still moody, and the TV is playing downstairs.  
  6588. It's time to call it a day and slump into my TV chair to watch 
  6589. something -- the junkier the better.
  6590.  
  6591. Until tomorrow, take care, and start looking for pictures of 
  6592. Fractal Central, the fractal cats, and maybe even myself.
  6593.  
  6594.  
  6595. Jim Muth
  6596. jamth@mindspring.com
  6597.  
  6598.  
  6599. START 20.0 PAR-FORMULA FILE================================
  6600.  
  6601. The_Wheel_Invented { ; time=0:23:03.02 -- SF5 on a P200
  6602.   reset=2001 type=formula formulafile=critical.frm
  6603.   formulaname=MandelbrotMix4 function=recip passes=1
  6604.   center-mag=+2.96459253481997100/-0.84712989364400860\
  6605.   /3.663697e+012/0.9999/-69.987/0.002 mathtolerance=/1
  6606.   params=1.11/-11.1/11.1/-1.11/0/1000 float=y
  6607.   maxiter=1500 inside=0 logmap=446 periodicity=10
  6608.   colors=0000C00G10J60NA0PF0TJ0WN1_R1aU<4>0PO0NN0KL0HL\
  6609.   <3>06G03F00D00D30GD0JK0KR0NX1Pb1Ri3To3Uu4Xz4_z6`z6bz\
  6610.   6dz9fzCgzFjzGkyJnvLotOqsPspSuoUvlXyjYzi`zfbzedzg_q<2\
  6611.   >oND<2>v`DydDziDzlDzqDzuDzuDzuDzuHuuKouNiuRbuTXuWRu_\
  6612.   KuaDwd6te7peDlfHifLegRagUYi<3>jJjkHkkGlkFllDnlCnlAol\
  6613.   9pn9pn7qn6qn4so3to1to0uo0uk4vi9v<3>_OvXSvUUwSYwPawNe\
  6614.   wKgwHkwFowCqwbjsdajfUaNKP09C4FK9JRCNXGRbJUiNWk<2>XYs\
  6615.   _Yua_ud_ufYuiXukXuoYus_uv`uz`o<3>zaRzYKzWDzS6zP1zL1z\
  6616.   J1zG1zC3z93z43z14z04<2>z13zA1zJ0zS0z_0zf0zg0zi1zi3yj\
  6617.   4vk6uk7sl9qnAonCnoDloFipHfqKbsN`tPYuRUvTSwWOyYLz_Jza\
  6618.   FzdCzf9zgGuk<2>XUvbXui_s<2>zfkzgizffzddzaazY_zWXzSUz\
  6619.   RUzOWzLW<2>zD_zA`z9`<3>zPOwTLuXHs`FpdCng7kk4in1bo0Yp\
  6620.   0<2>Hw0Kz0<3>Uz0Xz0Yz0`z1bz3ez4gz4jz6lz7nz7pzGszOuzW\
  6621.   vza<2>eze_zfUzfUz_TzRTzJ0z1
  6622.   }
  6623.  
  6624. frm:MandelbrotMix4 {; Jim Muth
  6625. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  6626. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  6627. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  6628. z=k*((a*(z^b))+(d*(z^f)))+c,
  6629. |z| < l
  6630. }
  6631.  
  6632. END 20.0 PAR-FORMULA FILE==================================
  6633.  
  6634.  
  6635. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6636. Post Message:   fractint@lists.xmission.com
  6637. Get Commands:   majordomo@lists.xmission.com "help"
  6638. Administrator:  twegner@fractint.org
  6639. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6640.  
  6641.  
  6642. -------------------------------------------------------------------------------
  6643.  
  6644. From: "Andrew Coppin" <orphi69@hotmail.com>
  6645. Subject: (fractint) Somewhat off-topic
  6646. Date: 25 Oct 2000 09:25:04 GMT
  6647.  
  6648. Helpful_message01: If you are not a maths buff, delete this now.
  6649.  
  6650. Does anyone out there know how to rotate something through an arbitary plane 
  6651. in 3D space? If you do, send a private message to me at orphi69@hotmail.com.
  6652.  
  6653. Thanks in advance.
  6654. Sorry for wasting fractal bandwidth.
  6655. Andrew.
  6656.  
  6657. _________________________________________________________________________
  6658. Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
  6659.  
  6660. Share information about yourself, create your own public profile at 
  6661. http://profiles.msn.com.
  6662.  
  6663.  
  6664. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6665. Post Message:   fractint@lists.xmission.com
  6666. Get Commands:   majordomo@lists.xmission.com "help"
  6667. Administrator:  twegner@fractint.org
  6668. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6669.  
  6670.  
  6671. -------------------------------------------------------------------------------
  6672.  
  6673. From: "John Wilson" <juanw@home.com>
  6674. Subject: Re: (fractint) FOTD  25-10-00  (Fractal Peanuts [7])
  6675. Date: 25 Oct 2000 08:26:41 -0700
  6676.  
  6677. You really were exhausted, weren't you?   :-)
  6678. This morning, btween the Fractint and Philofractal mail, I have three
  6679. similar files, two Fractal Peanuts and a Wheel Invented, but thank you
  6680. anyway!
  6681.  
  6682. John W.
  6683.  
  6684.  
  6685. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6686. Post Message:   fractint@lists.xmission.com
  6687. Get Commands:   majordomo@lists.xmission.com "help"
  6688. Administrator:  twegner@fractint.org
  6689. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6690.  
  6691.  
  6692. -------------------------------------------------------------------------------
  6693.  
  6694. From: JimMuth@aol.com
  6695. Subject: (fractint) Re: FOTD  25-10-00  (Fractal Peanuts [7])
  6696. Date: 25 Oct 2000 12:39:39 EDT
  6697.  
  6698. John Wilson wrote:
  6699.  
  6700. You really were exhausted, weren't you?   :-)
  6701. This morning, btween the Fractint and Philofractal mail, I have three
  6702. similar files, two Fractal Peanuts and a Wheel Invented, but thank you
  6703. anyway!
  6704.  
  6705. You should have had four identical files.  Yeah, I clicked the send button 
  6706. before changing the name.  I think that's two days in a row I've done that.  
  6707. It must be the recent fulrry of activity on the Fractint and Fractal-Art 
  6708. lists.  
  6709. It won't happen again unless it happens again.   :-)
  6710.  
  6711. And if it does happen again, delete the spurious posts without delay.
  6712.  
  6713. Jim M.
  6714.  
  6715. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6716. Post Message:   fractint@lists.xmission.com
  6717. Get Commands:   majordomo@lists.xmission.com "help"
  6718. Administrator:  twegner@fractint.org
  6719. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6720.  
  6721.  
  6722. -------------------------------------------------------------------------------
  6723.  
  6724. From: Thomas Bennett <tombennett98@yahoo.com>
  6725. Subject: Re: (fractint) Contest 2K CDROM Orders
  6726. Date: 25 Oct 2000 10:34:48 -0700 (PDT)
  6727.  
  6728. Hi
  6729.    I would be most interested to learn who will be
  6730. handling orders for the 2k competition site C D from
  6731. U.K. residents.
  6732.     Thanks
  6733.      Tom Bennett
  6734.  
  6735.  
  6736. __________________________________________________
  6737. Do You Yahoo!?
  6738. Yahoo! Messenger - Talk while you surf!  It's FREE.
  6739. http://im.yahoo.com/
  6740.  
  6741. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6742. Post Message:   fractint@lists.xmission.com
  6743. Get Commands:   majordomo@lists.xmission.com "help"
  6744. Administrator:  twegner@fractint.org
  6745. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6746.  
  6747.  
  6748. -------------------------------------------------------------------------------
  6749.  
  6750. From: Jim Muth <jamth@mindspring.com>
  6751. Subject: (fractint) FOTD  26-10-00  (Pink Fractal Clouds [6])
  6752. Date: 26 Oct 2000 02:40:35 -0400 (EDT)
  6753.  
  6754.  
  6755. FOTD -- October 26, 2000 (Rating 6)
  6756.  
  6757. Fractal visionaries and enthusiasts:
  6758.  
  6759. I have always been fascinated with the unknown, and to me 
  6760. nothing is more unknown than the fourth dimension.  When I first 
  6761. learned of the fourth spatial dimension, I tried to picture 
  6762. four-dimensional objects as extremely convoluted shapes, with 
  6763. surfaces that were measured by their areas.
  6764.  
  6765. Of course, the objects I pictured were not 4-D objects at all, 
  6766. but rather very complex 3-D objects.  Actual four-dimensional 
  6767. objects have surfaces that are measured by their volumes.  This 
  6768. surface volume is for me the most difficult thing to imagine.  
  6769. Logically, I know that a 4-D man seeing a 4-D hypersphere would 
  6770. observe an image of a 3-D sphere with every point of its opaque 
  6771. interior immediately visible.  The four-dimensional effect would 
  6772. be achieved by the shading of the interior of the 3-D image of a 
  6773. sphere.
  6774.  
  6775. If I could picture just this one 3-D surface, the rest of the 
  6776. 4-D oddities would seem simple.  Two planes intersecting in a 
  6777. point would be no problem.  Axis-planes would be no problem.  
  6778. Double rotation would be no problem.  Visualizing the curvature 
  6779. and infinite extent of the pseudosphere would be no problem.  
  6780. But alas, I shall never picture a surface with volume, and all 
  6781. these four-dimensional wonders must remain forever a mystery.
  6782.  
  6783. Today's fractal is no mystery however.  It is another in my 
  6784. ongoing series of fractals with neon-tube-like elements.  Its 
  6785. formula, Z^(-11)+11Z^(-1.1)+(1/C), is yet another example of my 
  6786. whimsy in action.  I have named the picture "Pink Fractal 
  6787. Clouds", though the clouds are as much blue as pink.  I would 
  6788. have given the image another rating of 7, but a second look 
  6789. convinced me that the colors are a bit garish, which dropped the 
  6790. rating to a 6.
  6791.  
  6792. The running time of the parameter file is 3-1/2 minutes -- not 
  6793. too bad as fractals go.  But if even this causes impatience, the 
  6794. completed GIF file of the image may be downloaded from Usenet at:
  6795.  
  6796.           <alt.binaries.pictures.fractals>
  6797.  
  6798. or from the Web at:
  6799.  
  6800.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  6801.  
  6802. If Paul's web site is not yet updated, try again in an hour or 
  6803. so.  It soon will be up to date.
  6804.  
  6805. The fractal weather today here at Fractal Central was just about 
  6806. perfect, with partly cloudy skies and a temperature of 74F 
  6807. (23C).  The cats, who have forgotten yesterday's squabble, 
  6808. enjoyed their run in the sunshine.
  6809.  
  6810. I would say more, but the fractal time is past 2am -- most certainly time to
  6811. shut down the fractal shoppe and call it a night.  But I'll return tomorrow
  6812. about 3 hours earlier with more fractal news.  Until then, take care, and
  6813. see you soon.
  6814.  
  6815.  
  6816. Jim Muth
  6817. jamth@mindspring.com
  6818.  
  6819.  
  6820. START 20.0 PAR-FORMULA FILE================================
  6821.  
  6822. Pink_Fractal_Cloud { ; time=0:03:27.02 -- SF5 on a P200
  6823.   reset=2001 type=formula formulafile=critical.frm
  6824.   formulaname=MandelbrotMix4 function=recip passes=1
  6825.   center-mag=+2.386247007680221/-2.486598562858512/2.7\
  6826.   81989e+007/1/25 params=1/-11/11/-1.1/0/400 float=y
  6827.   maxiter=1200 inside=0 logmap=28 periodicity=10
  6828.   colors=000E1B<3>E07E07G19<8>R6LS6MU7NV8PW8Q<12>lFnmG\
  6829.   pnGr<3>sIz<7>pFbpF_oEXoEUoER<3>mCImCGmCElBClBAlB8<14\
  6830.   >kQWkRYkSZ<2>kVckVdkY`<3>kfNkiKkkGknDkp9kr6<3>fnDemE\
  6831.   dmG<19>LriKrkJrl<3>Fsr<3>DtTCuNCuHCuBCu9Cv8<6>JwOKwQ\
  6832.   LwSLwVMwXNyZ<3>RygSyiTykTyp<6>TyZTyWTzT<2>TzMTzJRzI<\
  6833.   3>YzFZzE`zDbzDczCezBiz8<12>Iz_GzaEzc<2>8zi6zk2zl<4>8\
  6834.   zq9zqBzr<3>FzvFzxGzv<16>XzXYzWZzU<2>`zQazPazP<12>ezM\
  6835.   ezMezM<3>fzLEzF<2>EzC
  6836.   }
  6837.  
  6838. frm:MandelbrotMix4 {; Jim Muth
  6839. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  6840. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  6841. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  6842. z=k*((a*(z^b))+(d*(z^f)))+c,
  6843. |z| < l
  6844. }
  6845.  
  6846. END 20.0 PAR-FORMULA FILE==================================
  6847.  
  6848.  
  6849. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6850. Post Message:   fractint@lists.xmission.com
  6851. Get Commands:   majordomo@lists.xmission.com "help"
  6852. Administrator:  twegner@fractint.org
  6853. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6854.  
  6855.  
  6856. -------------------------------------------------------------------------------
  6857.  
  6858. From: "Barry N. Merenoff" <110144.2274@compuserve.com>
  6859. Subject: (fractint) Message to Andrew Coppin
  6860. Date: 26 Oct 2000 12:58:54 -0400
  6861.  
  6862. A vector v, rotated by an angle theta around a plane P (unit normal
  6863. pseudovector), becomes
  6864. (v dot P)P+(v cross P)Sin[theta]-((v cross P)cross P)Cos[theta]
  6865.  
  6866. Thank you.
  6867.  
  6868. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6869. Post Message:   fractint@lists.xmission.com
  6870. Get Commands:   majordomo@lists.xmission.com "help"
  6871. Administrator:  twegner@fractint.org
  6872. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6873.  
  6874.  
  6875. -------------------------------------------------------------------------------
  6876.  
  6877. From: Jim Muth <jamth@mindspring.com>
  6878. Subject: (fractint) FOTD  27-10-00  (The Right protocol [4])
  6879. Date: 26 Oct 2000 23:45:54 -0400 (EDT)
  6880.  
  6881.  
  6882. FOTD -- October 27, 2000 (Rating 4)
  6883.  
  6884. Fractal visionaries and enthusiasts:
  6885.  
  6886. Today's fractal rates a somewhat below average 4.  I just 
  6887. couldn't turn on the fractal intuition that leads me to many of 
  6888. the midgets that ultimately appear as the FOTD.  Possibly the 
  6889. reason is that I'm disgusted with the bickering over on the 
  6890. Fractal-art list -- the list to which I originally posted the 
  6891. FOTD's.
  6892.  
  6893. Oh BTW, we have a Fractal of the Day today.  I stumbled upon it 
  6894. while playing around with the zexpe fractal.  It's a picture of 
  6895. a midget surrounded by concentric rings of holes -- exactly what 
  6896. would be expected of a midget.
  6897.  
  6898. I named the picture "The Right Protocol", heaven knows why.  I 
  6899. rated it a 4, and even the 4 may be too high.  The parameter 
  6900. file takes 2-1/2 minutes to render; the GIF image downloads in 
  6901. half that time.
  6902.  
  6903. The GIF image has been posted to Usenet at:
  6904.  
  6905.           <alt.binaries.pictures.fractals>
  6906.  
  6907. and in an hour or two will be posted to the Web at:
  6908.  
  6909.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  6910.  
  6911. The fractal weather today was foggy in the morning and cloudy in 
  6912. the afternoon.  The fractal cats disapprove of damp weather, so 
  6913. they remained indoors for the entire day.  A surprise treat of 
  6914. tuna kept them from becoming irritable.
  6915.  
  6916. My next spate of philosophy is nearing completion, though due to 
  6917. my depressed mood I got little accomplished on it today.  Still, 
  6918. I expect it to be ready for public consumption in a few days.
  6919.  
  6920. For now it's getting late and I'm feeling the urge for a junky 
  6921. old movie.  So I guess I'll shut down the fractal shoppe and 
  6922. call it a day and a night.  Until tomorrow, same time same 
  6923. place, take care, and be wise.
  6924.  
  6925.  
  6926. Jim Muth
  6927. jamth@mindspring.com
  6928.  
  6929.  
  6930. START 20.0 PAR-FORMULA FILE================================
  6931.  
  6932. The_Right_Protocol { ; time=0:02:38.78 -- SF5 on a P200
  6933.   reset=2001 type=formula formulafile=critical.frm
  6934.   formulaname=MandelbrotMix4 function=recip passes=1
  6935.   center-mag=-192.3767683045068/+0.01157844828588677/5\
  6936.   .517641e+007/1/169.999 params=1/2.7175/-1/2.7185/757\
  6937.   5/0 float=y maxiter=4000 inside=0 logmap=51
  6938.   symmetry=none periodicity=10
  6939.   colors=000E2J<3>H5MI6NJ7OVDHfJAhT7ib5mxU<3>UwUPwUKwU\
  6940.   FwUJbP<3>DN_KJaUMTcPKmWCzZIzVQwYPZ`OScNVmYSjUPgQeJX`\
  6941.   PUWVSRcPFmAHzEJmHLcK3c4H8m<2>LYTAR_GZTgyiXoYQ8YOKUNV\
  6942.   QWqFHVIJZKLbMxoPEwbInV8cq<2>JcUwctdccbcwUcdQc3OcDGcn\
  6943.   IcdKcWOclNc_6cbnmsSm0<2>NmIRmjPmbNmV1mX8mTFmQ_mqTmaF\
  6944.   mMtmZhmVXwRbwzXwlRw_WwmRw_NwBMwHwwA2wuUwvQwdHw`JwWLw\
  6945.   RUwCQzIlzCczGVzKnzK<2>TzNLzo<2>MzUXzH1z38zAFzHZzFUzI\
  6946.   QzLQzf<2>NzS`zM4zS<2>IzOzzU4zsAzhGzY1zC8zGFzKezQZzPl\
  6947.   zlxzk<2>hzF<2>6zo<3>az16zk9zlCzlUzQkz4IzJZzESzo<2>Nz\
  6948.   Ukz1bz9UzGCzVHzRBz2<2>KzIIzjKzbLzVKzH<2>MzMwzjRzPPzO\
  6949.   NzN4zb<2>IzRnzIdzKVzMtzLhzMXzNrz7azFdzmYzdSzWLzI<2>M\
  6950.   zMEzpIzaczk<2>QzTFzb<2>LzROzINzKMzM1zx<2>HzWxzulzocz\
  6951.   eVzWHzXJzTLzQrzzgzlXz__zYGzoJz`VzlQz_2z64zL<2>IzN7z7\
  6952.   3zkyzikzaZzUGz8czMZzR
  6953.   }
  6954.  
  6955. frm:MandelbrotMix4 {; Jim Muth
  6956. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  6957. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  6958. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  6959. z=k*((a*(z^b))+(d*(z^f)))+c,
  6960. |z| < l
  6961. }
  6962.  
  6963. END 20.0 PAR-FORMULA FILE==================================
  6964.  
  6965.  
  6966. Thanks for using Fractint, The Fractals and Fractint Discussion List
  6967. Post Message:   fractint@lists.xmission.com
  6968. Get Commands:   majordomo@lists.xmission.com "help"
  6969. Administrator:  twegner@fractint.org
  6970. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  6971.  
  6972.  
  6973. -------------------------------------------------------------------------------
  6974.  
  6975. From: Bob Margolis <rttyman@wwa.com>
  6976. Subject: (fractint) Pickover seeks fractals articles
  6977. Date: 27 Oct 2000 16:54:20 -0500
  6978.  
  6979. This was in sci.fractals in case any one here is interested.
  6980.  
  6981. Bob
  6982.  
  6983.  
  6984.  
  6985.  
  6986. Newsgroups: sci.fractals
  6987.  
  6988. You are cordially invited to submit interesting, well-written articles
  6989. for the "Chaos and Graphics Section" of the international scientific
  6990. journal Computers and Graphics (Elsevier).  I edit this section, which
  6991. appears in each issue of the journal.  Topics include the
  6992. mathematical, scientific, and artistic application of fractals, chaos,
  6993. and related.  Your papers can be quite short if desired, for example,
  6994. often a page or two is sufficient to convey an idea and a pretty
  6995. graphic.  (The journal is peer-reviewed, which means that several
  6996. reviewers will judge whether the paper is suitably written,
  6997. attractive, relevant, or novel.)  I publish color, where appropriate.
  6998.  
  6999.  
  7000. GOALS
  7001.  
  7002. The goal of my section is to provide visual demonstrations of
  7003. complicated and beautiful structures which can arise in systems based
  7004. on simple rules.  The section presents papers on the seemingly
  7005. paradoxical combinations of randomness and structure in systems of
  7006. mathematical, physical, biological, electrical, chemical, and artistic
  7007. interest.  Topics include:  iteration, cellular automata, bifurcation
  7008. maps, fractals, dynamical systems, patterns of nature created from
  7009. simple rules, and aesthetic graphics drawn from the universe of
  7010. mathematics and art.
  7011.  
  7012.  
  7013. Write to me for submission guidelines.
  7014.  
  7015. Regards, Cliff Pickover, http://www.pickover.com
  7016.  
  7017. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7018. Post Message:   fractint@lists.xmission.com
  7019. Get Commands:   majordomo@lists.xmission.com "help"
  7020. Administrator:  twegner@fractint.org
  7021. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7022.  
  7023.  
  7024. -------------------------------------------------------------------------------
  7025.  
  7026. From: Jim Muth <jamth@mindspring.com>
  7027. Subject: (fractint) FOTD  28-10-00  (North East South West [5])
  7028. Date: 27 Oct 2000 22:48:11 -0400 (EDT)
  7029.  
  7030.  
  7031. FOTD -- October 28, 2000 (Rating 5)
  7032.  
  7033. Fractal visionaries and enthusiasts:
  7034.  
  7035. Sometimes I venture into the cubic Mandeloid for a midget or 
  7036. two.  On a few occasions I have delved into the quartic 
  7037. Mandeloid to see what if anything of interest lies there.  But 
  7038. in today's fractal I have gone all the way to the quintic figure.
  7039.  
  7040. Finding nothing of interest in a quick trip through the M-Mix4 
  7041. formula, I unpacked one of my Julibrot rotation formulas and 
  7042. searched for a midget to rotate in the minus-quintic figure.  
  7043. When I found a midget, (quite an easy task in this fractal), it 
  7044. turned out to be so striking that no rotation was necessary.  
  7045. When I noticed that the midget seemed to be pointing to the four 
  7046. directions of the compass, I named the picture "North East South 
  7047. West", gave it a jazzy coloring, and declared it FOTD of October 
  7048. 28.
  7049.  
  7050. In the quintic Mandeloid, the features split into powers of 5 as 
  7051. they approach the 4-lobed midgets.  The outer pattern around the 
  7052. midget is obviously 5-sided.  A count will reveal that the 
  7053. prominent green ring contains 25 elements.  And a barely 
  7054. discernible ring of 125 elements lies closer to the midget.
  7055.  
  7056. The parameter file dawdles along and finishes running in a 
  7057. little over 5 minutes.  The GIF image file downloads in far less 
  7058. time.  The GIF file may be found posted to the Usenet group:
  7059.  
  7060.           <alt.binaries.pictures.fractals>
  7061.  
  7062. and in a few hours will be posted on Paul Lee's web site at:
  7063.  
  7064.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  7065.  
  7066. Although I did not rotate the midget today, it does some unusual 
  7067. things when rotated.  I may devote a future FOTD to one of the 
  7068. odd slices through this midget.
  7069.  
  7070. The fractal weather today was extremely perfect, with sunny 
  7071. skies and a temperature of 77F (25C) that drove the fractal cats 
  7072. to a state of ecstasy.  They meditated in the sun the better 
  7073. part of the afternoon, while I was searching for fractals.
  7074.  
  7075. And now the day is winding down, the fractal shoppe is dark, the 
  7076. cats are resting, and all else is quiet.  It's the perfect time 
  7077. to call it a night and shut down.  But I'll return tomorrow with 
  7078. more goodies.  Until then, take care, and don't let a lost 
  7079. fractal spoil your day.
  7080.  
  7081.  
  7082. Jim Muth
  7083. jamth@mindspring.com
  7084.  
  7085.  
  7086. START 20.0 PAR-FORMULA FILE================================
  7087.  
  7088. NorthEastSouthWest { ; time=0:05:08.96 -- SF5 on a P200
  7089.   reset=2001 type=formula formulafile=multirot.frm
  7090.   formulaname=multirot-XY-ZW-min function=ident/flip
  7091.   passes=1 center-mag=-1.07712932560607900/-0.00275300\
  7092.   534013650/1.481368e+010/1/-87.5 params=0/0/5/0/0/0/0/0
  7093.   float=y maxiter=1800 inside=0 logmap=128 periodicity=9
  7094.   colors=000K0MK0O<3>S0VU1XW2YY3__3_a1Y<3>i0Xj0Xl0Xn0Xp\
  7095.   AUqERrJOsMKtPFuO0tM0sM0rL0kL0dJ0ZI0TI0MG0GG0AF04D00D0\
  7096.   0C00E00J30M60QA0UD0XI0_L0cP0gS0jX0o_0sc0vf4pcFj`PdY_`\
  7097.   ViVSsPPzLO<3>zFTzDVzCV<2>z7bz6dz4ez3gz1jz0lz0oz0p<3>z\
  7098.   0fz0cz0by0`y0`000700J00X00g00s00m00<3>X00S01O04J06F07\
  7099.   A0A60C10D00G00I00J<2>00Q00S00T00X<2>00a00c00f00g00i00\
  7100.   l00m00o00r00s00u00pF0lS0gf0cs0`i0f_ClPPrFax4oz9my<2>M\
  7101.   ipQgmVfl<3>l``p_YuYXv_Tv_Qx_O<3>yaCzaAza7zc4zc1<2>zd0\
  7102.   zd0xc0sc0ma3ia7d`A_`FV_IP_MLYPGYTAXX6X`0Vc0Vg0Vj0Qd0O\
  7103.   _1LT4IP7FJAADD79G43J10M00S10X40`70fA0jC0oF0uI0yL0zM0z\
  7104.   G0zC0zD0p93gCAYFJOIQFLY4Of0Qm0Tu0Xx4_zDazOdzXgzdgzmgz\
  7105.   ogzogzpgzpgzrgzrgzsgzsgzugzugzvgzvgzxgz<3>zgzpgz_gzIg\
  7106.   zJgzLgzLgzrgzrgzsgzsgzugzugzvgzvgzxgz<3>ygzzgzzgzzgzl\
  7107.   gzlgzmgzmgzogzogz
  7108.   }
  7109.  
  7110. frm:multirot-XY-ZW-min {; draws 6 planes and rotations
  7111. ;when fn1-2=i,f, then p1 0,0=M, 0,90=O, 90,0=E, 90,90=J
  7112. ;when fn1-2=f,i, then p1 0,0=M, 0,90=R, 90,0=P, 90,90=J
  7113. a=real(p1)*.01745329251994, b=imag(p1)*.01745329251994,
  7114. z=sin(b)*fn1(real(pixel))+sin(a)*fn2(imag(pixel))+p3,
  7115. c=cos(b)*real(pixel)+cos(a)*flip(imag(pixel))+p4:
  7116. z=(-z)^(p2)+c,
  7117. |z| <= 36  }
  7118.  
  7119. END 20.0 PAR-FORMULA FILE==================================
  7120.  
  7121.  
  7122. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7123. Post Message:   fractint@lists.xmission.com
  7124. Get Commands:   majordomo@lists.xmission.com "help"
  7125. Administrator:  twegner@fractint.org
  7126. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7127.  
  7128.  
  7129. -------------------------------------------------------------------------------
  7130.  
  7131. From: Jim Muth <jamth@mindspring.com>
  7132. Subject: (fractint) FOTD  29-10-00  (The Green Goblet [5])
  7133. Date: 29 Oct 2000 02:12:46 -0500 (EST)
  7134.  
  7135.  
  7136. FOTD -- October 29, 2000 (Rating 5)
  7137.  
  7138. Fractal visionaries and enthusiasts:
  7139.  
  7140. The usual discussion will not appear today with today's fractal. 
  7141. I had it written, but the file vanished.  Or maybe I never saved 
  7142. it.  Regardless, the fractal itself has survived.  I named it 
  7143. "The Green Goblet" after the vague goblet-like shape that 
  7144. extends beyond the borders of the image.
  7145.  
  7146. The formula that created the image mixes a part of Z^0.75 with 
  7147. Z^1.25.  The resulting fractal has no midgets, but its overall 
  7148. shape, which appears as today's FOTD is unusual.
  7149.  
  7150. I rated the picture an average 5.  The runtime for the parameter 
  7151. file is a somewhat above average 16-1/2 minutes, so the better 
  7152. way of seeing the image is to download the GIF file from Usenet 
  7153. at:
  7154.  
  7155.           <alt.binaries.pictures.fractals>
  7156.  
  7157. or from Paul Lee's web site at:
  7158.  
  7159.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  7160.  
  7161. after Paul has a chance to post it.
  7162.  
  7163. The fractal weather today was mostly sunny, but breezy and 
  7164. chilly, with an afternoon temperature in the mid-50'sF (13C).  
  7165. It was just a bit too chilly for the cats, who ventured no 
  7166. farther than the porch.
  7167.  
  7168. And that's it for this very late evening.  Until tomorrow, take 
  7169. care, and don't give up the fractal.
  7170.  
  7171.  
  7172. Jim Muth
  7173. jamth@mindspring.com
  7174.  
  7175.  
  7176. START 20.0 PAR-FORMULA FILE================================
  7177.  
  7178. The_Green_Goblet   { ; time=0:16:29.36 -- SF5 on a P200
  7179.   reset=2001 type=formula formulafile=critical.frm
  7180.   formulaname=MandelbrotMix4 function=recip passes=1
  7181.   center-mag=-2.09556/0.0139982/0.2675064/1/-90
  7182.   params=1/0.75/1/1.25/-1.58/0 float=y
  7183.   maxiter=1000 inside=zmag logmap=55 periodicity=10
  7184.   colors=00000F<4>00F000<2>2003A1422<12>EQ2FS2GU2<3>Ja\
  7185.   3Mb3Qd3<5>ao3cq3es3<2>ky3mz3mx4mw5<5>ao8_n8Yl9<2>ShA\
  7186.   RgBRfB<6>RXFQWFQVG<3>PPIKOIKLJFLJFFKFCFFDHADIAEK5FL5\
  7187.   GNAIOAIQKDUKFTFISAKR<15>hlBjnAlo9<3>tw5uz0<10>vjYvi`\
  7188.   vgc<2>vclvboxdswfu<5>uTluRjtOhtMftKe<3>rAZr8Xs2Y<25>\
  7189.   hfChhBgiA<2>fn7fo6gp4<9>daTd`WcZY<2>cVebTgcSjdUleWkf\
  7190.   Ykg_nharhbwhcv<8>kdokdnkcm<3>mcjmcimchncgncghKs<3>hG\
  7191.   umFy<17>MKeKKdJKc<3>DL_B0KA0K
  7192.   }
  7193.  
  7194. frm:MandelbrotMix4 {; Jim Muth
  7195. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  7196. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  7197. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  7198. z=k*((a*(z^b))+(d*(z^f)))+c,
  7199. |z| < l
  7200. }
  7201.  
  7202. END 20.0 PAR-FORMULA FILE==================================
  7203.  
  7204.  
  7205. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7206. Post Message:   fractint@lists.xmission.com
  7207. Get Commands:   majordomo@lists.xmission.com "help"
  7208. Administrator:  twegner@fractint.org
  7209. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7210.  
  7211.  
  7212. -------------------------------------------------------------------------------
  7213.  
  7214. From: BillatNY@aol.com
  7215. Subject: Re: (fractint) Contest 2K CDROM Orders
  7216. Date: 29 Oct 2000 10:58:27 EST
  7217.  
  7218. Ken,
  7219.  
  7220. My check is in the mail!
  7221.  
  7222. Bill Rossi
  7223. http://members.aol.com/billatny/fractopi.htm
  7224.  
  7225. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7226. Post Message:   fractint@lists.xmission.com
  7227. Get Commands:   majordomo@lists.xmission.com "help"
  7228. Administrator:  twegner@fractint.org
  7229. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7230.  
  7231.  
  7232. -------------------------------------------------------------------------------
  7233.  
  7234. From: "Fernando Bresslau" <wnto@yahoo.com>
  7235. Subject: Re: (fractint) FOTD  29-10-00  (The Green Goblet [5])
  7236. Date: 29 Oct 2000 22:39:27 -0200
  7237.  
  7238. What is necessary for an image to have midgets? should the power o Z be
  7239. greater than 2??
  7240.  
  7241. Fernando Bresslau
  7242. http://www.fractal.art.br
  7243.  
  7244. ----- Original Message -----
  7245. Cc: <philofractal@lists.fractalus.com>
  7246. Sent: Sunday, October 29, 2000 5:12 AM
  7247.  
  7248.  
  7249. >
  7250. > FOTD -- October 29, 2000 (Rating 5)
  7251. >
  7252. > Fractal visionaries and enthusiasts:
  7253. >
  7254. > The usual discussion will not appear today with today's fractal.
  7255. > I had it written, but the file vanished.  Or maybe I never saved
  7256. > it.  Regardless, the fractal itself has survived.  I named it
  7257. > "The Green Goblet" after the vague goblet-like shape that
  7258. > extends beyond the borders of the image.
  7259. >
  7260. > The formula that created the image mixes a part of Z^0.75 with
  7261. > Z^1.25.  The resulting fractal has no midgets, but its overall
  7262. > shape, which appears as today's FOTD is unusual.
  7263. >
  7264. > I rated the picture an average 5.  The runtime for the parameter
  7265. > file is a somewhat above average 16-1/2 minutes, so the better
  7266. > way of seeing the image is to download the GIF file from Usenet
  7267. > at:
  7268. >
  7269. >           <alt.binaries.pictures.fractals>
  7270. >
  7271. > or from Paul Lee's web site at:
  7272. >
  7273. >           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  7274. >
  7275. > after Paul has a chance to post it.
  7276. >
  7277. > The fractal weather today was mostly sunny, but breezy and
  7278. > chilly, with an afternoon temperature in the mid-50'sF (13C).
  7279. > It was just a bit too chilly for the cats, who ventured no
  7280. > farther than the porch.
  7281. >
  7282. > And that's it for this very late evening.  Until tomorrow, take
  7283. > care, and don't give up the fractal.
  7284. >
  7285. >
  7286. > Jim Muth
  7287. > jamth@mindspring.com
  7288. >
  7289. >
  7290. > START 20.0 PAR-FORMULA FILE================================
  7291. >
  7292. > The_Green_Goblet   { ; time=0:16:29.36 -- SF5 on a P200
  7293. >   reset=2001 type=formula formulafile=critical.frm
  7294. >   formulaname=MandelbrotMix4 function=recip passes=1
  7295. >   center-mag=-2.09556/0.0139982/0.2675064/1/-90
  7296. >   params=1/0.75/1/1.25/-1.58/0 float=y
  7297. >   maxiter=1000 inside=zmag logmap=55 periodicity=10
  7298. >   colors=00000F<4>00F000<2>2003A1422<12>EQ2FS2GU2<3>Ja\
  7299. >   3Mb3Qd3<5>ao3cq3es3<2>ky3mz3mx4mw5<5>ao8_n8Yl9<2>ShA\
  7300. >   RgBRfB<6>RXFQWFQVG<3>PPIKOIKLJFLJFFKFCFFDHADIAEK5FL5\
  7301. >   GNAIOAIQKDUKFTFISAKR<15>hlBjnAlo9<3>tw5uz0<10>vjYvi`\
  7302. >   vgc<2>vclvboxdswfu<5>uTluRjtOhtMftKe<3>rAZr8Xs2Y<25>\
  7303. >   hfChhBgiA<2>fn7fo6gp4<9>daTd`WcZY<2>cVebTgcSjdUleWkf\
  7304. >   Ykg_nharhbwhcv<8>kdokdnkcm<3>mcjmcimchncgncghKs<3>hG\
  7305. >   umFy<17>MKeKKdJKc<3>DL_B0KA0K
  7306. >   }
  7307. >
  7308. > frm:MandelbrotMix4 {; Jim Muth
  7309. > a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  7310. > g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  7311. > k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  7312. > z=k*((a*(z^b))+(d*(z^f)))+c,
  7313. > |z| < l
  7314. > }
  7315. >
  7316. > END 20.0 PAR-FORMULA FILE==================================
  7317. >
  7318. >
  7319. > --------------------------------------------------------------
  7320. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  7321. > Post Message:   fractint@lists.xmission.com
  7322. > Get Commands:   majordomo@lists.xmission.com "help"
  7323. > Administrator:  twegner@fractint.org
  7324. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7325.  
  7326.  
  7327. __________________________________________________
  7328. Do You Yahoo!?
  7329. Talk to your friends online with Yahoo! Messenger.
  7330. http://im.yahoo.com
  7331.  
  7332. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7333. Post Message:   fractint@lists.xmission.com
  7334. Get Commands:   majordomo@lists.xmission.com "help"
  7335. Administrator:  twegner@fractint.org
  7336. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7337.  
  7338.  
  7339. -------------------------------------------------------------------------------
  7340.  
  7341. From: Jim Muth <jamth@mindspring.com>
  7342. Subject: (fractint) FOTD  30-10-00  (Quintic Rectangle [4])
  7343. Date: 30 Oct 2000 01:07:05 -0500 (EST)
  7344.  
  7345.  
  7346. FOTD -- October 30, 2000 (Rating 4)
  7347.  
  7348. Fractal visionaries and enthusiasts:
  7349.  
  7350. I'm depressed today.  Maybe it's because yesterday I lost the 
  7351. article that I spent several hours writing; maybe it's because 
  7352. of the discouraging events on the fractal-art list.  Whatever 
  7353. the reason, I seem to have no energy to write -- but I'll still 
  7354. get in a few words.
  7355.  
  7356. Today's unimpressive picture is another view of the quintic 
  7357. midget that appeared in the n-e-s-w picture of October 28.  This 
  7358. time we see the midget from the Rectangular direction, which 
  7359. shows the midget as a roughly rectangular hole with a pair of 
  7360. tiny bridges across it.  The pattern around the midget and the 
  7361. color palette are almost exactly the same as the image of 2 days 
  7362. ago.
  7363.  
  7364. I named the picture "Quintic Rectangle" as a description.  I 
  7365. rated it a lowly 4 because I don't think that much of it.  The 
  7366. parameter file renders in under 5 minutes, which is slow enough 
  7367. to make the download the better choice.
  7368.  
  7369. The GIF image has been posted to Usenet at:
  7370.  
  7371.           <alt.binaries.pictures.fractals>
  7372.  
  7373. and will soon be posted to the web at:
  7374.  
  7375.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  7376.  
  7377. The fractal weather today was sunny but the 57F (14C) was too 
  7378. chilly for the cats' outdoor adventure.  They spent the day 
  7379. chasing spots of sunlight around the house instead.
  7380.  
  7381. And I'm going to spend the rest of the evening dozing in front 
  7382. of the TV, with a junky horror movie playing.  But barring the 
  7383. unexpected, I'll be here again tomorrow, with another fractal.  
  7384. Until then, take care, and when the blues come calling, chase 
  7385. them with a fractal.
  7386.  
  7387.  
  7388. Jim Muth
  7389. jamth@mindspring.com
  7390.  
  7391.  
  7392. START 20.0 PAR-FORMULA FILE================================
  7393.  
  7394. Quintic_Rectangle  { ; time=0:04:44:04 -- SF5 on a P200
  7395.   reset=2001 type=formula formulafile=multirot.frm
  7396.   formulaname=multirot-XY-ZW-min function=flip/ident
  7397.   passes=1 center-mag=-0.00000000001373210/+0.00000000\
  7398.   000624286/6.317576e+009/0.5307/0/-72.66
  7399.   params=0/90/5/0/-1.077129325606079/-0.00275300534013\
  7400.   65/-1.077129325606079/-0.0027530053401365 float=y
  7401.   maxiter=1800 inside=0 logmap=128 periodicity=10
  7402.   colors=000cA_cA_cA_<3>cD_cD_aBY<3>iAXjAXlAXnAXpKUrOR\
  7403.   tTOvWKxZFzY0xW0vW0tV0lV0dT0ZS0TS0MQ0GQ0AP04N00N00M00\
  7404.   O00R30U60YA0aD0eI0hL0lP0qS0tX0y_0zc0zf4zcFt`PnY_jVid\
  7405.   SsZPzVO<3>zPTzNVzMV<2>zHbzGdzEezDgzBjzAlzAozAp<3>zAf\
  7406.   zAczAbyA`yA`0A07A0JA0XA0gA0sA0mA0<3>XA0SA1OA4JA6FA7A\
  7407.   AA6AC1AD0AG0AI0AJ<2>0AQ0AS0AT0AX<2>0Aa0Ac0Af0Ag0Ai0A\
  7408.   l0Am0Ao0Ar0As0Au0ApFAlSAgfAcsA`iAf_MlPZrFkx4yz9wy<2>\
  7409.   MspQqmVpl<3>lj`piYugXviTviQxiO<3>ykCzkAzk7zm4zm1<2>z\
  7410.   n0zn0xm0sm0mk3ik7djA_jFViIPiMLgPGgTAfX6f`0dc0dg0dj0_\
  7411.   d0Y_1VT4SP7PJAKDDH9GE3JB0MA0SB0XE0`H0fK0jM0oP0uS0yV0\
  7412.   zW0zQ0zM0zN0pJ3gMAYPJOSQFVY4Yf0_m0bu0fx4izDkzOnzXqzd\
  7413.   qzmqzoqzoqzpqzpqzrqzrqzsqzsqzuqzuqzvqzvqzxqz<3>zqzpq\
  7414.   z_qzIqzJqzLqzLqzrqzrqzsqzsqzuqzuqzvqzvqzxqz<3>yqzzqz\
  7415.   zqzzqzlqzlqzmqzmqzoqz<2>oqz
  7416.   }
  7417.  
  7418. frm:multirot-XY-ZW-min {; draws 6 planes and rotations
  7419. ;when fn1-2=i,f, then p1 0,0=M, 0,90=O, 90,0=E, 90,90=J
  7420. ;when fn1-2=f,i, then p1 0,0=M, 0,90=R, 90,0=P, 90,90=J
  7421. a=real(p1)*.01745329251994, b=imag(p1)*.01745329251994,
  7422. z=sin(b)*fn1(real(pixel))+sin(a)*fn2(imag(pixel))+p3,
  7423. c=cos(b)*real(pixel)+cos(a)*flip(imag(pixel))+p4:
  7424. z=(-z)^(p2)+c,
  7425. |z| <= 36  }
  7426.  
  7427. END 20.0 PAR-FORMULA FILE==================================
  7428.  
  7429.  
  7430. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7431. Post Message:   fractint@lists.xmission.com
  7432. Get Commands:   majordomo@lists.xmission.com "help"
  7433. Administrator:  twegner@fractint.org
  7434. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7435.  
  7436.  
  7437. -------------------------------------------------------------------------------
  7438.  
  7439. From: "Thore Berntsen" <thbernt@online.no>
  7440. Subject: (fractint) Beta version of new animation utility for Fractint available
  7441. Date: 30 Oct 2000 18:46:38 +0100
  7442.  
  7443. I'm working on a new animation utility for Fractint, and I need beta
  7444. testers. If You are interested please send me a mail thbernt@online.no
  7445.  
  7446. This animator can animate a lot of the parameters that You find in Par files
  7447. (including 3D!). It can do much more than just Zooming.
  7448.  
  7449. This program also has a module that can be used for converting the GIF files
  7450. that Fractint produces into AVI files.
  7451.  
  7452. The program is a MS Windows program, and it uses the DOS version of
  7453. Fractint.
  7454.  
  7455. Thore Berntsen
  7456. Norway
  7457. thbernt@online.no
  7458.  
  7459.  
  7460.  
  7461. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7462. Post Message:   fractint@lists.xmission.com
  7463. Get Commands:   majordomo@lists.xmission.com "help"
  7464. Administrator:  twegner@fractint.org
  7465. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7466.  
  7467.  
  7468. -------------------------------------------------------------------------------
  7469.  
  7470. From: Jim Muth <jamth@mindspring.com>
  7471. Subject: (fractint) FOTD  31-10-00  (Old Gold Minibrot [4])
  7472. Date: 31 Oct 2000 02:13:57 -0500 (EST)
  7473.  
  7474.  
  7475. FOTD -- October 28, 2000 (Rating 4)
  7476.  
  7477. Fractal visionaries and enthusiasts:
  7478.  
  7479. We'll have another short discussion today, since I lack both the 
  7480. time and inspiration for a lot of fancy words.
  7481.  
  7482. The formula behind the image is Z^(-14)+2.5Z^(-1.4)+(1/C).  This 
  7483. expression was calculated by the faithful MandelbrotMix4 
  7484. formula, which never lets me down when I need a fractal in a 
  7485. hurry and have little patience for a rigorous search.
  7486.  
  7487. I named the picture "Old Gold Minibrot" after the gold filaments 
  7488. intricately weaved around the central midget, and rated it an 
  7489. adequate 4.
  7490.  
  7491. The parameter file renders in 2-1/2 minutes, not too slow, but 
  7492. still slow enough to make a download of the GIF image file from:
  7493.  
  7494.           <alt.binaries.pictures.fractals>
  7495.  
  7496. or from:
  7497.  
  7498.           <http://home.att.net/~Paul.N.Lee/FotD/FotD.html>
  7499.  
  7500. a reasonable alternate choice.
  7501.  
  7502. The fractal weather was near perfect today, with bright sunlight 
  7503. and a temperature of 60F (15.5C), which so pleased the fractal 
  7504. cats that they spent the afternoon sleeping on the porch.
  7505.  
  7506. That's it for tonight, until tomorrow, take care, and see you 
  7507. then.
  7508.  
  7509.  
  7510. Jim Muth
  7511. jamth@mindspring.com
  7512.  
  7513.  
  7514. START 20.0 PAR-FORMULA FILE================================
  7515.  
  7516. Old_Gold_Minibrot  { ; time=0:02:38.03 -- SF5 on a P200
  7517.   reset=2001 type=formula formulafile=critical.frm
  7518.   formulaname=MandelbrotMix4 function=recip passes=1
  7519.   center-mag=-1.99346404717843900/+2.37985402910731000\
  7520.   /1843237/1/160 params=1/-14/2.5/-1.45/0/0 float=y
  7521.   maxiter=1200 inside=0 logmap=43 periodicity=10
  7522.   colors=000jAY<3>gAVfAUe9Tb8S_7R<2>R4KO3IL3HN9GF7BQJF\
  7523.   SIFcUO<2>riNwnMzsMwpK<3>chCZfAUd8<2>Fm2Jc5PV7UM9<3>o\
  7524.   5I<9>`9P_APYAQ<3>TBS<3>DRN9VM5ZL1aK<4>IgaMiePjh<3>an\
  7525.   v<4>`qp`ro`rn<3>_ui_vh_wg_xf_ye<3>WzNVzIUzETz9Tz5<3>\
  7526.   IzHGzKDzNBzPLzFVz6hz6<3>jzt<2>0zX`zRkzPuzNYzYBzh<2>L\
  7527.   zM<3>5zn2zu9zh<2>Tz9<2>yzO<3>Bzg<3>jzwszzkznczcXzT\
  7528.   <3>mzUqzUizZ<3>Ezr<3>IzxJzyMzy<3>WzyYzyRznLzd4z2<3>5\
  7529.   zPPzRhzTczY_zaWwf<2>JhsTcnacijcduiNrcK<3>PcCIcABc8\
  7530.   <3>_cbecjkcrqcy<3>fcbccXacSZzMWzGUzBEzo<3>NzSPzNHzhE\
  7531.   zg<3>VzeZzeYzf<8>XzkXzlXzl<2>XznXznVzl<3>OzgMzfKzdIz\
  7532.   cHzb<3>MzedzGizPmzX
  7533.   }
  7534.  
  7535. frm:MandelbrotMix4 {; Jim Muth
  7536. a=real(p1), b=imag(p1), d=real(p2), f=imag(p2),
  7537. g=1/f, h=1/d, j=1/(f-b), z=(-a*b*g*h)^j,
  7538. k=real(p3)+1, l=imag(p3)+100, c=fn1(pixel):
  7539. z=k*((a*(z^b))+(d*(z^f)))+c,
  7540. |z| < l
  7541. }
  7542.  
  7543. END 20.0 PAR-FORMULA FILE==================================
  7544.  
  7545.  
  7546. Thanks for using Fractint, The Fractals and Fractint Discussion List
  7547. Post Message:   fractint@lists.xmission.com
  7548. Get Commands:   majordomo@lists.xmission.com "help"
  7549. Administrator:  twegner@fractint.org
  7550. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  7551.  
  7552.