home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / fractint / archive / v01.n364 < prev    next >
Internet Message Format  |  1999-02-16  |  32KB

  1. From: owner-fractint-digest@lists.xmission.com (fractint-digest)
  2. To: fractint-digest@lists.xmission.com
  3. Subject: fractint-digest V1 #364
  4. Reply-To: fractint-digest
  5. Sender: owner-fractint-digest@lists.xmission.com
  6. Errors-To: owner-fractint-digest@lists.xmission.com
  7. Precedence: bulk
  8.  
  9.  
  10. fractint-digest       Sunday, February 14 1999       Volume 01 : Number 364
  11.  
  12.  
  13.  
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Sun, 13 Dec 1998 19:13:03 -0600
  18. From: "Nature Leseul" <nleseul@zurich.crosswinds.net>
  19. Subject: (fractint) In Which The Mad Lurker Actually Posts A Par
  20.  
  21.   Well, I was playing with my frm file, and I came up with this formula. I
  22. don't know if this same mathematical logic has done before; I don't know all
  23. the frms floating around out there. :-P The parallelogram structure here is
  24. kinda interesting.
  25.  
  26. !i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i
  27. !i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i!i
  28. !i!i!i!i!i!i!i!i
  29.  
  30.  
  31. Tunnel             { ; The light at the end of the tunnel
  32.                      ; Nature Leseul, 2-13-99
  33.   reset=1960 type=formula formulafile=leseul.frm formulaname=Parallelogram
  34.   passes=b center-mag=-1.77471/-2.7597e-005/13.33431/1.0001/-90/42.198
  35.   maxiter=10000 colors=000zzz000<5>100100322<29>zzz<12>000<201>020
  36.   }
  37.  
  38. frm:Parallelogram {
  39.  ;Nature Leseul
  40.  z=0, z1=0, z2=0, c=pixel:
  41.  z1 = (real(z1)+imag(z2))
  42.  z2 = (real(z2)+imag(z1))
  43.  z = z1*z2 + c
  44.  z1 = z1*z1 + c
  45.  z2 = z2*z2 + c
  46.  |z| < 4
  47. }
  48. ||===================== ||
  49. ||   --v^v-[Nature Leseul]-v^v--    ||
  50. ||  The weird guy in the corner ||
  51. ||          Dreamy Smurf            ||
  52. ||             Donatello!               ||
  53. ||      "Some are vicious,          ||
  54. ||         some are fools,           ||
  55. ||        and others blind            ||
  56. ||          to see in me,             ||
  57. ||       one of their kind."          ||
  58. ||  -Anatoly, Endgame (Chess)||
  59. ||"Is this off-topic or what?"||
  60. ||===================== ||
  61.  
  62.  
  63.  
  64. - --------------------------------------------------------------
  65. Thanks for using Fractint, The Fractals and Fractint Discussion List
  66. Post Message:   fractint@lists.xmission.com
  67. Get Commands:   majordomo@lists.xmission.com "help"
  68. Administrator:  twegner@phoenix.net
  69. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  70.  
  71. ------------------------------
  72.  
  73. Date: Sat, 13 Feb 1999 18:04:37 -0800
  74. From: Mark Christenson <mchris@hooked.net>
  75. Subject: Re: (fractint) ... The Mad Lurker Actually Posts A Par
  76.  
  77. At 07:13 PM 12/13/98 -0600, you wrote:
  78. >  Well, I was playing with my frm file, and I came up with this formula. I
  79. >don't know if this same mathematical logic has done before; 
  80. ...
  81. >frm:Parallelogram {
  82. ...
  83.  
  84. Not that it changes the validity of your formula, but you're
  85. not actually replacing imag(z2) with imag(z1), but rather 
  86. with itself.  
  87.  
  88.  z1 = (real(z1)+imag(z2)) ; imag(z1) = imag(z2)
  89.  z2 = (real(z2)+imag(z1)) ; imag(z2) = imag(z1) = imag(z2),  .: z2 = z2
  90.  
  91. To do what I think you intended, you need to introduce 
  92. a temporary variable z1', and update z1 after calculating z2.
  93.  
  94.  z1' = real(z1)+imag(z2)
  95.  z2 = real(z2)+imag(z1)
  96.  z1 = z1'
  97.  
  98.  
  99. Aloha, Bud
  100.  
  101.  
  102. - --------------------------------------------------------------
  103. Thanks for using Fractint, The Fractals and Fractint Discussion List
  104. Post Message:   fractint@lists.xmission.com
  105. Get Commands:   majordomo@lists.xmission.com "help"
  106. Administrator:  twegner@phoenix.net
  107. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  108.  
  109. ------------------------------
  110.  
  111. Date: Sat, 13 Feb 1999 20:33:07 -0800
  112. From: "Leon Duych" <leon_d@email.msn.com>
  113. Subject: (fractint) FIRST-TIME USER - help!!!
  114.  
  115. First-time user requires simple answers to simple questions:
  116.  
  117.     1. What is best?
  118.          - ONE Fractint directory WITHOUT subdirectories?
  119.                         or
  120.          - WITH subdirectories?
  121.                  - What subdirectory structure would be best?
  122.  
  123.     2. What full-screen Win95/98 DOS box settings are appropriate?
  124.  
  125.     3. What AUTOEXEC.BAT / CONFIG.SYS changes are useful?
  126.  
  127.     4. What are SSTOOLS.INI Fractint screen saver settings?
  128.         Where must SSTOOLS.INI reside?
  129.  
  130. All helpful hints are much appreciated.
  131.  
  132.                 Leon
  133.         leon_d@msn.com
  134.  
  135.  
  136.  
  137.  
  138.  
  139. - --------------------------------------------------------------
  140. Thanks for using Fractint, The Fractals and Fractint Discussion List
  141. Post Message:   fractint@lists.xmission.com
  142. Get Commands:   majordomo@lists.xmission.com "help"
  143. Administrator:  twegner@phoenix.net
  144. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  145.  
  146. ------------------------------
  147.  
  148. Date: Sat, 13 Feb 1999 22:52:58 -0600
  149. From: "Paul N. Lee" <Paul.N.Lee@Worldnet.att.net>
  150. Subject: (fractint) Resource List
  151.  
  152. The following is a list of resources for FractInt users and Discussion List members. (Last update -- November 12, 1998) 
  153.  
  154. Thanks to Noel Giffin, this list is also available online at:
  155.     http://spanky.triumf.ca/www/fractint/preslar.html
  156.  
  157. *** New entries
  158.  
  159.  
  160. FractInt
  161.     At Spanky ù
  162.         http://spanky.triumf.ca/www/fractint/fractint.html
  163.     Mirror site ù
  164.         http://fractal.mta.ca/fractint/fractint.html
  165.     FractInt Documentation ù
  166.         http://spanky.triumf.ca/www/fractint/findex.html
  167.     FractInt semi-official wish list ù
  168.         http://web.ukonline.co.uk/members/robin.b2/olig/fracwish.htm
  169.  
  170.  
  171. Information, Tutorials and Explanations
  172.     Anti-Aliasing Explained (Damien M. Jones) ù
  173.         http://www.fractalus.com/misc/antialias.htm
  174.     Basic FractInt Hints and Tips (Linda Allison) ù
  175.         http://wizzle.simplenet.com/linda/basic/basic-information.htm
  176.     Coloring Algorithms Explained (Damien M. Jones) ù
  177.         http://www.fractalus.com/misc/implement.htm
  178.     ColorMap tutorial (Linda Allison) ù
  179.         http://www.geocities.com/Paris/5519/colors.html
  180.         http://wizzle.simplenet.com/linda/colormaps/c/lormaps.htm
  181. (mirror)
  182.     Color Map Magic (Wizzle) ù
  183.         http://wizzle.simplenet.com/fractals/wizmaps/wizmaps.htm
  184.     Color Tricks (Linda Allison) ù
  185.         http://wizzle.simplenet.com/linda/colortricks/colortricks.htm
  186.     Formula tutorial (Bradley Beacham) ù    
  187.         http://spanky.triumf.ca/www/fractint/frm-tut/frm-tutor.html
  188.     Fractals Explained (Linda Allison) ù
  189.         http://wizzle.simplenet.com/linda/define/fractals_defined.htm
  190.     Fractal Information Page (Damien M. Jones) ù
  191.         http://www.fractalus.com/misc/info.htm
  192.     FractInt Tutorial (Bill Rossi) - 
  193.          http://members.aol.com/billatny/fractopi.htm
  194.     Guide to the Mandelbrot and Julia Sets (Paul Derbyshire) ù
  195.         http://www3.sympatico.ca/bob.beland/manguide.html
  196.     Help for FractInt Discussion List newcomers!! (Wizzle) ù
  197.         http://wizzle.simplenet.com/fractals/hints/fractint_list_q&a.htm
  198.     High Resolution tutorial (Linda Allison) ù
  199.         http://www.geocities.com/Paris/5519/lesson4.html
  200.     Hints on getting started (Wizzle) ù
  201.         http://wizzle.simplenet.com/fractals/hints/tips-fractint.htm
  202.     If...Else tutorial ù
  203.         http://spanky.triumf.ca/www/fractint/If_else.html
  204.     Par and Frm tutorial (Linda Allison) ù
  205.         http://www.geocities.com/Paris/5519/lesson.html
  206.         http://wizzle.simplenet.com/linda/pars_and_frms/lesson.html (mirror)
  207.     ParToBat, Tips and Hints for Using (or how to have a life AND
  208. generate a
  209. zillion fractals a day ;) ) (Linda Allison) 
  210.         http://www.geocities.com/Paris/5519/epic.html
  211.     PHC and PTC Formula tutorial (Sylvie Gallet) ù
  212.         http://spanky.triumf.ca/www/fractint/phc/phc-tutor.html
  213.     PNG vs. JPEG discussed (Damien M. Jones) ù
  214.         http://www.fractalus.com/misc/png-jpeg.htm
  215.     Proportioning, Sizing, and Skewing tutorial (Linda Allison) ù
  216.         http://wizzle.simplenet.com/linda/proportion/proportions.htm
  217.     sci.fractals FAQ ù
  218.         http://www.mta.ca/~mctaylor/sci.fractals-faq/
  219.     Windows 95, How to run FractInt for DOS under ù
  220.         http://fractal.mta.ca/fractint/fracwin95.html
  221.     Zooming tutorial (Linda Allison) ù
  222.         http://wizzle.simplenet.com/linda/zoom/zoom-lesson.html
  223.  
  224.  
  225. FractInt Discussion List
  226.     Fractal '98 Contest ù
  227.         http://www.fractalus.com/contest98/
  228.     FractInt Discussion List archive ù
  229.         ftp://ftp.xmission.com/pub/lists/fractint/archive/
  230.     1997 Contest (thumbnails of all the entries) ù
  231.         http://www.fractalus.com/contest/
  232.     The 1997 Contest Kit (Re-create the magic at home!!) ù
  233.         http://home.san.rr.com/jayrhill/Contestk.zip
  234.     Collection of Discussion List Pars & Formulas (Les St. Clair)
  235.     (all the pars and frms since August 1997) ù
  236.         http://ourworld.compuserve.com/homepages/Les_StClair/fml.htm
  237.     The iFAQ (collected topics from the list) ù
  238.         http://home.san.rr.com/jayrhill/iFAQ/iFAQ.html
  239.     Copyrights Discussed (and discussed) ù
  240.         http://www.geocities.com/CapeCanaveral/Lab/3825/copyright.zip
  241.     ColorMaps collected and organized by Wizzle ù
  242.         http://wizzle.simplenet.com/fractals/fractint_maps/newmaps.htm
  243.     Dr. J's Fractal of the Night ù
  244.         http://home.san.rr.com/jayrhill/FotN/FotNindx.html
  245.     List of FractInt Mailing List members with ICQ numbers ù
  246.         http://come.to/fractinticq
  247.  
  248.  
  249. Additional Programs & Utilities
  250.     AddGifs program (Paul Carlson) ù
  251.         http://www.geocities.com/CapeCanaveral/Lab/3825/addgifs.zip
  252.     FractInt Screensaver v1.70 (Thore Berntsen) ù
  253.         http://home.sol.no/~thbernt/fintsave.htm
  254.     Fractal Map Generator (Paulo Guagliumi) -
  255.         http://members.tripod.com/softwork/map
  256.     MakeMap utility (Ron Barnett) ù
  257.         http://members.aol.com/RBarn0001/makemap.zip
  258.     Orgfrm program (George Martin) ù
  259.         http://spanky.triumf.ca/pub/fractals/programs/ibmpc/orgfrm.zip
  260.     Partobat utility (version 3.4 for slower machines) (Michael
  261. Peters) ù
  262.         http://spanky.triumf.ca/pub/fractals/programs/IBMPC/PARTOB.ZIP
  263.         http://ourworld.compuserve.com/homepages/JoWeber/jo_05.htm
  264.     Partobat utility (version 3.5 for faster machines) (Michael
  265. Peters) ù
  266.         http://ourworld.compuserve.com/homepages/JoWeber/jo_05.htm
  267.     XMAP and MMAP utilities (Jim Prickett) ù
  268.         http://www.geocities.com/SiliconValley/Way/9943
  269.  
  270.  
  271. Infinite Fractal Loop
  272.     Home Page ù
  273.         http://www.fractalus.com/ifl/
  274.     Graphical List ù
  275.         http://www.fractalus.com/ifl/list.htm
  276.  
  277.  
  278. Particularly Helpful Links Pages
  279.     Wizzle's Graphlinks ù
  280.         http://wizzle.simplenet.com/fractals/hints/graphlinks.htm
  281.  
  282.  
  283. Fractal merchandise (posters, mouse mats, t-shirts, etc.)
  284.     Lifesmith ù
  285.         http://www.lifesmith.com/
  286.     Refractal Design Inc. (fractal jewelry) ù
  287.         http://www.refractal.com
  288.  
  289.  
  290. Fractal-Art Mailing List
  291.         Subscribe:    majordomo@icd.com "subscribe fractal-art"
  292.         Post Message:   fractal-art@icd.com
  293.         Get Commands:   majordomo@icd.com "help"
  294.         Administrator:  fractal-art-owner@icd.com
  295.         Unsubscribe:    majordomo@icd.com "unsubscribe fractal-art"
  296.  
  297.     Fractal '98 Contest ù
  298.         http://www.fractalus.com/contest98/
  299.     Archive of messages ù 
  300.         ftp://ftp.fractalus.com/pub/lists/fractal-art/
  301.     Jim Muth's Fractal of the Day index (last few weeks)
  302.         http://home.att.net/~Paul.N.Lee/FotD/FotD.html
  303.     Jim Muth's complete FOTD archive of PARs and FRMs
  304.         http://ourworld.compuserve.com/homepages/Les_StClair/pars.htm
  305.  
  306.  
  307. - --------------------------------------------------------------
  308. Thanks for using Fractint, The Fractals and Fractint Discussion List
  309. Post Message:   fractint@lists.xmission.com
  310. Get Commands:   majordomo@lists.xmission.com "help"
  311. Administrator:  twegner@phoenix.net
  312. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  313.  
  314. ------------------------------
  315.  
  316. Date: Sat, 13 Feb 1999 23:01:45 -0600
  317. From: Bob Margolis <rttyman@wwa.com>
  318. Subject: (fractint) Re: FIRST-TIME USER
  319.  
  320. Leon Duych wrote:
  321. > First-time user requires simple answers to simple questions:
  322. >     1. What is best?
  323. >          - ONE Fractint directory WITHOUT subdirectories?
  324. >                         or
  325. >          - WITH subdirectories?
  326. >                  - What subdirectory structure would be best?
  327.  
  328. My configuration consists of subdirectories for 1) formulas, 2)
  329. parameter files, 3) color maps, and 4) IFS files.
  330.  
  331. >     2. What full-screen Win95/98 DOS box settings are appropriate?
  332.  
  333. I go to the Start menu and restart the computer in MS-DOS mode. When I
  334. exit FractInt, the computer automatically switches back to Windoze.
  335. >     3. What AUTOEXEC.BAT / CONFIG.SYS changes are useful?
  336.  
  337. This really depends upon your computer system. For my config.sys I
  338. have:
  339. DOS=HIGH,UMB
  340. Device=C:\DOS\Himem.Sys
  341. Device=c:\DOS\EMM386.EXE 4096
  342. DEVICEHIGH=c:\DOS\SMARTDRV.EXE /DOUBLE_BUFFER
  343. BREAK=ON
  344. BUFFERS=20
  345. FILES=30
  346. STACKS=9,256
  347.  
  348. and as the autoexec.bat:
  349. SET winbootdir=C:\WINDOWS
  350.  
  351. In Fractint Properties, Program, Advanced Program Settings, I have a
  352. check mark next to MS-DOS mode and a bullet before Specify a new
  353. MS-DOS configuration, and then the above listed config.sys and
  354. autoexe.bat info inserted.
  355.  
  356. >     4. What are SSTOOLS.INI Fractint screen saver settings?
  357. >         Where must SSTOOLS.INI reside?
  358. I don't use a screen saver, so someone else will have to answer this
  359. question.
  360.  
  361. I have SSTOOLS.INI in the same directory with FractInt.EXE.
  362.  
  363.  
  364. Bob Margolis
  365.  
  366. - --------------------------------------------------------------
  367. Thanks for using Fractint, The Fractals and Fractint Discussion List
  368. Post Message:   fractint@lists.xmission.com
  369. Get Commands:   majordomo@lists.xmission.com "help"
  370. Administrator:  twegner@phoenix.net
  371. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  372.  
  373. ------------------------------
  374.  
  375. Date: Sun, 13 Dec 1998 23:29:15 -0600
  376. From: "Nature Leseul" <nleseul@zurich.crosswinds.net>
  377. Subject: Re: (fractint) ... The Mad Lurker Actually Posts A Par
  378.  
  379. <<Not that it changes the validity of your formula, but you're
  380. not actually replacing imag(z2) with imag(z1), but rather
  381. with itself.  >>
  382.  
  383.   Ah, the infamous "swap" error. And here, after every programming book I've
  384. ever read has warned me about that. :-P Well, trying the fixed formula, I
  385. come up with an image which seems to hold absolutely nothing of interest. I
  386. think I'll stick with the error formula for now. :-P
  387.  
  388.   Speaking of which, I came up with another image from the same formula..
  389. Both of these that I've posted are actually kind of close to the surface of
  390. this formula. It looks kind of promising; I really want to see what kind of
  391. stuff may lurk further down. If I can just get a few perfect fractaling
  392. days. :-P (Frm version posted below is slightly optimized)
  393.  
  394. OlympicTorch       { ; by Nature Leseul
  395.   reset=1960 type=formula formulafile=leseul.frm
  396.   formulaname=Parallelogram passes=b
  397.   center-mag=-1.52692/0.786317/13.33431/1.0001 maxiter=10000
  398.  colors=000456<2>122000000<14>000100310<29>kG0mH0mH0<32>zc0zc0yb0<31>dHFc\
  399.   GGbGGaGG<31>211000101<32>h0xj0zj1z<30>VanUcmUbl<27>568
  400.   }
  401.  
  402. frm:Parallelogram {
  403.  ;Nature Leseul
  404.  z=0, z1=0, z2=0, c=pixel:
  405.  z1 = (real(z1)+imag(z2))
  406.  z = z1*z2 + c
  407.  z1 = z1*z1 + c
  408.  z2 = z2*z2 + c
  409.  |z| < 4
  410. }
  411.  
  412. ||===================== ||
  413. ||   --v^v-[Nature Leseul]-v^v--    ||
  414. ||  The weird guy in the corner ||
  415. ||          Dreamy Smurf            ||
  416. ||             Donatello!               ||
  417. ||      "Some are vicious,          ||
  418. ||         some are fools,           ||
  419. ||        and others blind            ||
  420. ||          to see in me,             ||
  421. ||       one of their kind."          ||
  422. ||  -Anatoly, Endgame (Chess)||
  423. ||"Is this off-topic or what?"||
  424. ||===================== ||
  425.  
  426.  
  427.  
  428. - --------------------------------------------------------------
  429. Thanks for using Fractint, The Fractals and Fractint Discussion List
  430. Post Message:   fractint@lists.xmission.com
  431. Get Commands:   majordomo@lists.xmission.com "help"
  432. Administrator:  twegner@phoenix.net
  433. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  434.  
  435. ------------------------------
  436.  
  437. Date: Sat, 13 Feb 1999 23:30:10 -0800
  438. From: Lee&SusanLane <slane@kiwi.dep.anl.gov>
  439. Subject: Re: (fractint) Re: FIRST-TIME USER
  440.  
  441. Bob,
  442. I have always run Fractint through Windows95. What's the advanatage to 
  443. restarting the computer in MS-DOS mode?
  444. Lee Lane
  445. > I go to the Start menu and restart the computer in MS-DOS mode. When I
  446. > exit FractInt, the computer automatically switches back to Windoze.
  447. > >
  448.  
  449.  
  450. - --------------------------------------------------------------
  451. Thanks for using Fractint, The Fractals and Fractint Discussion List
  452. Post Message:   fractint@lists.xmission.com
  453. Get Commands:   majordomo@lists.xmission.com "help"
  454. Administrator:  twegner@phoenix.net
  455. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  456.  
  457. ------------------------------
  458.  
  459. Date: Sat, 13 Feb 1999 23:47:33 -0600
  460. From: Bob Margolis <rttyman@wwa.com>
  461. Subject: Re: (fractint) Re: FIRST-TIME USER
  462.  
  463. Lee&SusanLane wrote:
  464. > Bob,
  465. > I have always run Fractint through Windows95. What's the advanatage to
  466. > restarting the computer in MS-DOS mode?
  467. > Lee Lane
  468.  
  469. Hi Lee;
  470.  
  471. I don't know if there's any advantage. All I can say is that I never
  472. could get FractInt to work properly on my machine using DOS under
  473. Windoze 95. I carried on private e-mail discussions on this very topic
  474. a couple of years ago with a couple of other fractal artists, and none
  475. pf their suggestions worked properly for my machine. That's why I
  476. reboot to MS-DOS mode and use the same settings as when I used
  477. FractInt under DOS umpteen years ago. I've encountered no problems
  478. with this latter method.
  479.  
  480. But I'm talking about the machine I'm using to write and send this
  481. e-mail message. It's an IBM 486 DX66. I have another computer, A
  482. COMPAQ Presario 400 MHz speed demon, which I occasionally use for
  483. FractInt, and it runs smoothly in DOS under Windoze 95. But most of my
  484. fractal art programs and files are on the other machine, so I use that
  485. one more for my fractal art master, er, laughterpieces.
  486.  
  487. Ciao,
  488.  
  489. Bob
  490.  
  491. Bob
  492.  
  493. - --------------------------------------------------------------
  494. Thanks for using Fractint, The Fractals and Fractint Discussion List
  495. Post Message:   fractint@lists.xmission.com
  496. Get Commands:   majordomo@lists.xmission.com "help"
  497. Administrator:  twegner@phoenix.net
  498. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  499.  
  500. ------------------------------
  501.  
  502. Date: Sat, 13 Feb 1999 20:29:45 -1000
  503. From: "Shauna Jones" <shauna@aloha.net>
  504. Subject: Re: (fractint) Re: FIRST-TIME USER
  505.  
  506. On 13 Feb 99 at 23:30, Lee&SusanLane wrote:
  507.  
  508. > I have always run Fractint through Windows95. What's the
  509. > advanatage to restarting the computer in MS-DOS mode?
  510.  
  511. With our current Diamond Stealth 64 Series 2000 card, 
  512. Fractint will not run under W95. The two fight over the 
  513. display and the computer freezes.
  514.  
  515. Fractint works fine with the Diamond card under OS/2.
  516.  
  517. Another blast of bits from David
  518. http://www.aloha.net/~shauna/   http://www.hawastsoc.org/
  519. For the best Hawaii & Pacific Basin surf forecast: mailto:hisurf@aloha.net
  520.  
  521. Random Thought for this Nanosecond
  522. Q: During a company reorganization, how can you tell you're in trouble?
  523. A: When the draft of your new job description begins: 'Spins straw into gold ... ' (D.Jones)
  524.  
  525.  
  526.  
  527. - --------------------------------------------------------------
  528. Thanks for using Fractint, The Fractals and Fractint Discussion List
  529. Post Message:   fractint@lists.xmission.com
  530. Get Commands:   majordomo@lists.xmission.com "help"
  531. Administrator:  twegner@phoenix.net
  532. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  533.  
  534. ------------------------------
  535.  
  536. Date: Sun, 14 Feb 1999 11:48:40 +0100
  537. From: "Frederik Slijkerman" <fjslman@wins.uva.nl>
  538. Subject: Re: (fractint) The price of fractal software
  539.  
  540. Tim,
  541.  
  542. Although your message didn't mention any specific fractal programs,
  543. I feel you're primarily talking about Ultra Fractal (and me) here.
  544. So I would like to give some comments.
  545.  
  546. > I am even more 
  547. > concerned when I see non-open-source programs that make 
  548. > fractint-compatability their major feature, but do not share their 
  549. > source.  
  550.  
  551. Fractint compatiblity is not UF's major feature. I am actually
  552. surprised at the number of people who like this. Ultra Fractal offers
  553. much more than Fractint compatibility -- otherwise, why would anyone
  554. use it?
  555.  
  556. > They don't have the right to re-use fractint's code for another fractal 
  557. > program, though it is unlikely anyone is. If I wanted to make my 
  558. > program behave like another, I would study the other code 
  559. > carefully, then right my own. This is probably legal. 
  560.  
  561. For the record: I have not used any of Fractint's code in Ultra
  562. Fractal, of course. This isn't even possible, since Ultra Fractal has
  563. been written in Delphi, not in C. Also, Fractint is thorougly single-
  564. threaded (using global variables and stuff): its source can't be used
  565. in a multi-threaded, multiple document program like UF.
  566.  
  567. Furthermore, Ultra Fractal "does not behave" like Fractint. UF was
  568. developed from scratch. Only in the last stage I have added a feature
  569. to import Fractint parameter sets. This was possible because the
  570. formula compiler can also read Fractint fractal formulas.
  571.  
  572. Thanks to the extensive documentation in Fractint, I was able to
  573. do this without looking at the source, just by following the help
  574. text and trying some parameter sets to be sure.
  575.  
  576. > and incorporate 
  577. > our new features into their fractint-compatible, commercial, closed 
  578. > source program?
  579.  
  580. Which "new Fractint features" have been incorporated into UF?
  581.  
  582. Fractint was (and is) a very good fractal program. It was actually
  583. the first program to take fractal software to a serious level.
  584. However, some features are still missing, like multiple layers,
  585. true-color output, better support of coloring algorithms, etc.
  586. Ultra Fractal was written as a new fractal program that would
  587. solve these problems. I have added Fractint compatibility only
  588. to facilitate people to make the switch from Fractint to UF.
  589.  
  590. Best regards,
  591. Frederik.
  592.  
  593.  
  594. - --------------------------------------------------------------
  595. Thanks for using Fractint, The Fractals and Fractint Discussion List
  596. Post Message:   fractint@lists.xmission.com
  597. Get Commands:   majordomo@lists.xmission.com "help"
  598. Administrator:  twegner@phoenix.net
  599. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  600.  
  601. ------------------------------
  602.  
  603. Date: Sun, 14 Feb 1999 08:45:53 EST
  604. From: BillatNY@aol.com
  605. Subject: Re: (fractint) Re: FIRST-TIME USER
  606.  
  607. In a message dated 2/14/99 12:38:05 AM Eastern Standard Time,
  608. slane@kiwi.dep.anl.gov writes:
  609.  
  610. << 
  611.  I have always run Fractint through Windows95. What's the advanatage to 
  612.  restarting the computer in MS-DOS mode?
  613.  Lee Lan >>
  614.  
  615. Lee,
  616.  
  617. For most uses , I have no trouble running Fractint through Windows95.
  618. However, when I need to create a large size multiple-part image, I can only
  619. get this feature working properly by restarting in DOS mode.
  620.  
  621. Bill Rossi
  622. http://members.aol.com/billatny/fractopi.htm
  623.  
  624. - --------------------------------------------------------------
  625. Thanks for using Fractint, The Fractals and Fractint Discussion List
  626. Post Message:   fractint@lists.xmission.com
  627. Get Commands:   majordomo@lists.xmission.com "help"
  628. Administrator:  twegner@phoenix.net
  629. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  630.  
  631. ------------------------------
  632.  
  633. Date: Sun, 14 Feb 1999 13:17:29 -0500
  634. From: Paul Derbyshire <pderbysh@usa.net>
  635. Subject: Re: (fractint) What's up with the list?
  636.  
  637. At 03:36 PM 2/13/99 -0600, you wrote:
  638. >It's called a "Bank Debit Card", which is the only plastic that I
  639. >carry.  I got rid of all my credit cards a decade and a half ago.  Been
  640. >a lot happier since.   :-)
  641.  
  642. Too bad having an ATM card is useless for INTERNET transactions. The whole
  643. idea of internet commerce is that if you have the money, you just do some
  644. secure online transaction and it arrives at your door in a day to 8 weeks
  645. depending on what it is...or arrives at your c:/download directory in
  646. anywhere from minutes to an hour or two.
  647.  
  648. >Send the money, cashier's check or money order to me, and I'll buy you
  649. >what ever you can afford.   :-)   You'll have it delivered to you at my
  650. >expense (call it a gift).
  651.  
  652. That doesn't really work (although thanks anyways)...the idea of electronic
  653. communication is that you can get things without having to mess with the
  654. unreliable and slow snail mail... just do something electronically, and 
  655. 1. If it's software, boom, you download it and are ready to go after
  656.    only a few minutes, and
  657. 2. If it's something physical, you get a knock on the door one day
  658.    and there it is. Sign for it, lug it to where you need it, and
  659.    that's it.
  660.  
  661.  
  662. - -- 
  663.    .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
  664. - -()  <  circles, and bark is not smooth, nor does lightning travel in a
  665.    `*'  straight line."    -------------------------------------------------
  666.         -- B. Mandelbrot  |http://surf.to/pgd.net
  667. _____________________ ____|________     Paul Derbyshire     pderbysh@usa.net
  668. Programmer & Humanist|ICQ: 10423848|
  669.  
  670. - --------------------------------------------------------------
  671. Thanks for using Fractint, The Fractals and Fractint Discussion List
  672. Post Message:   fractint@lists.xmission.com
  673. Get Commands:   majordomo@lists.xmission.com "help"
  674. Administrator:  twegner@phoenix.net
  675. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  676.  
  677. ------------------------------
  678.  
  679. Date: Sun, 14 Feb 1999 13:33:32 -0500
  680. From: Barry N Merenoff <110144.2274@compuserve.com>
  681. Subject: (fractint) Re: Fractint Evolver
  682.  
  683. What is the Fractint Evolver? How can I get it?
  684.  
  685. - --------------------------------------------------------------
  686. Thanks for using Fractint, The Fractals and Fractint Discussion List
  687. Post Message:   fractint@lists.xmission.com
  688. Get Commands:   majordomo@lists.xmission.com "help"
  689. Administrator:  twegner@phoenix.net
  690. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  691.  
  692. ------------------------------
  693.  
  694. Date: Sun, 14 Feb 1999 13:41:19 -0500
  695. From: Barry N Merenoff <110144.2274@compuserve.com>
  696. Subject: (fractint) Re: another message
  697.  
  698. Fractint has a screen saver setting?
  699.  
  700. - --------------------------------------------------------------
  701. Thanks for using Fractint, The Fractals and Fractint Discussion List
  702. Post Message:   fractint@lists.xmission.com
  703. Get Commands:   majordomo@lists.xmission.com "help"
  704. Administrator:  twegner@phoenix.net
  705. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  706.  
  707. ------------------------------
  708.  
  709. Date: Sun, 14 Feb 1999 13:59:45 -0500 (EST)
  710. From: Jim Muth <jamth@mindspring.com>
  711. Subject: (fractint) Re: Fractint Evolver
  712.  
  713. At 01:33 PM 2/14/99 -0500, you wrote:
  714.  
  715. >What is the Fractint Evolver? How can I get it?
  716.  
  717. Wait for Fractint version 20.0 to be released, hopefully in the 
  718. near future.  The evolver will be included in that version.
  719.  
  720. Jim Muth
  721. jamth@mindspring.com
  722.  
  723.  
  724. - --------------------------------------------------------------
  725. Thanks for using Fractint, The Fractals and Fractint Discussion List
  726. Post Message:   fractint@lists.xmission.com
  727. Get Commands:   majordomo@lists.xmission.com "help"
  728. Administrator:  twegner@phoenix.net
  729. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  730.  
  731. ------------------------------
  732.  
  733. Date: Sun, 14 Feb 1999 20:39:36 +0100
  734. From: "Dean-Christian Strik" <dean2@bigfoot.com>
  735. Subject: Re: (fractint) What's up with the list?
  736.  
  737. I was just spammed with some credit card ad........ coincidence?
  738.  
  739.  
  740.  
  741.  
  742. - --------------------------------------------------------------
  743. Thanks for using Fractint, The Fractals and Fractint Discussion List
  744. Post Message:   fractint@lists.xmission.com
  745. Get Commands:   majordomo@lists.xmission.com "help"
  746. Administrator:  twegner@phoenix.net
  747. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  748.  
  749. ------------------------------
  750.  
  751. Date: Sun, 14 Feb 1999 13:50:35 -0600
  752. From: "Tim Wegner" <twegner@phoenix.net>
  753. Subject: Re: (fractint) The price of fractal software
  754.  
  755. Frederik wrote:
  756.  
  757. > Although your message didn't mention any specific fractal programs,
  758. > I feel you're primarily talking about Ultra Fractal (and me) here.
  759.  
  760. Actually, not. I was mostly being intentionally provocative, and 
  761. making a ppoint in general about open source. I am sure that 
  762. UltraFractal does not use Fractint's source, and I agree that it has 
  763. a lot of additional functionality to Fractint. 
  764.  
  765. You are probably right that someone could read into my message 
  766. that I was accusing you of using our code.  I installed Ultrafractal 
  767. yesterday for a quick look, and it is obviously a program with a 
  768. completely different design and implementation. 
  769.  
  770. > Only in the last stage I have added a feature
  771. > to import Fractint parameter sets. This was possible because the
  772. > formula compiler can also read Fractint fractal formulas.
  773. > Thanks to the extensive documentation in Fractint, I was able to
  774. > do this without looking at the source, just by following the help
  775. > text and trying some parameter sets to be sure.
  776.  
  777. However, in a more general way I could have been talking about 
  778. Ultra Fractal. You have benefiting enormously from Fractint in 
  779. developing your concepts to go beyond Fractint. You say as much 
  780. in the quotes above. You have included the functionality of 
  781. Fractint's parser in your program. If you hadn't, it would not be 
  782. possible to run translated formula PARs in Ultra Fractal. (You were 
  783. within your rights to do this).
  784.  
  785. Fractint developed the way it did because it was open source. 
  786. Fractint developed concepts and created the image of what a 
  787. fractal program can be. The fact that it was open source was the 
  788. key. Programmers implemented new concepts and contributed 
  789. them. One reason Fractint was open source was so that up and 
  790. coming programmers could learn and use (what was once) the 
  791. state of the art.  
  792.  
  793. Even if you didn't look at the source (I wouldn't begrudge your 
  794. looking at the source if you did, in fact you'd be foolish not to), you 
  795. benefited from the fact that Fractint is open source.
  796.  
  797. I find that now the shoe is on the other foot. My programming skills 
  798. have fallen way behind because in my professional life I do non-GUI 
  799. C programming. I have never managed to get myself assigned to do 
  800. any Windows or GUI programming, or even C++. Most of the other 
  801. team members are in a similar situation. Unless we get an infusion 
  802. of new programming blood, or unless someone starts a brand new 
  803. open source project similar to Fractint (but avoids the problems of 
  804. the legacy code and platform), Fractint and what it represents is 
  805. dead.
  806.  
  807. Where is there a full featured, open source program that is a 
  808. worthy successor to Fractint? There isn't one, as far as I know. 
  809. Actually I am very interested in Xaos, which runs on many 
  810. platforms, and has just been ported to Windows. I may shift my 
  811. efforts to working with Xaos, or merging some of Fractint's features 
  812. with Xaos. Xaos, besides being open source, acknowledges 
  813. Fractint generously.
  814.  
  815. You are certainly under no obligation to make your efforts a team 
  816. project or make your program open source. I'm just sorry that no 
  817. one with your skills has moved the fractint concept into a newer, 
  818. better design, in an open source project that I can participate in. I 
  819. don't have the skills to do this myself.
  820.  
  821. I am radically committed to the open source concept. I love Linux, 
  822. POV-Ray, Fractint, and Xaos for this reason. I don't expect anyone 
  823. one else to agree with me. It's just my personal decision. I am not 
  824. even speaking for "Stone Soup" when I say this.
  825.  
  826. The bottom line for me is: you have benefited from our thousands of 
  827. hours of work over ten years. We will not benefit from your work 
  828. because your program is not open source. I am not saying you are 
  829. making the wrong decision, or that the situation should be 
  830. otherwise, I am  just saying that it's a fact: we won't be able to 
  831. benefit from your work. We knew this was a possibility going in, we 
  832. took the risk with our eyes wide open, so we can't complain.
  833.  
  834. Tim
  835.  
  836.  
  837. - --------------------------------------------------------------
  838. Thanks for using Fractint, The Fractals and Fractint Discussion List
  839. Post Message:   fractint@lists.xmission.com
  840. Get Commands:   majordomo@lists.xmission.com "help"
  841. Administrator:  twegner@phoenix.net
  842. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  843.  
  844.  
  845. - --------------------------------------------------------------
  846. Thanks for using Fractint, The Fractals and Fractint Discussion List
  847. Post Message:   fractint@lists.xmission.com
  848. Get Commands:   majordomo@lists.xmission.com "help"
  849. Administrator:  twegner@phoenix.net
  850. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  851.  
  852. ------------------------------
  853.  
  854. End of fractint-digest V1 #364
  855. ******************************
  856.  
  857.