home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / fractint / archive / v01.n213 < prev    next >
Internet Message Format  |  1998-05-19  |  40KB

  1. From: owner-fractint-digest@lists.xmission.com (fractint-digest)
  2. To: fractint-digest@lists.xmission.com
  3. Subject: fractint-digest V1 #213
  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        Wednesday, May 20 1998        Volume 01 : Number 213
  11.  
  12.  
  13.  
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Tue, 19 May 1998 19:51:09 -0500 (CDT)
  18. From: pjcarlsn@ix.netcom.com (Paul and/or Joyce Carlson)
  19. Subject: Re: (fractint) another Gedeon Euler formula
  20.  
  21. The two Euler formulas of Gedeon's that I posted Sunday,
  22. Euler_3Way and Euler2_3Way, both had the same typo in them.
  23. The line that reads:
  24.  
  25.     skip_ters = imag(p3)
  26.  
  27. should read:
  28.  
  29.     skip_iters = imag(p3)
  30.  
  31. This typo didn't make any difference with the pars I included
  32. because I hadn't intended on skipping any iterations, but may
  33. have caused some confusion if you tried different values for
  34. imag(p3) and found that nothing changed.
  35.  
  36. Sorry for any inconvenience this may have caused.  Here's a
  37. formula and pars that are kind of interesting.
  38. - -----------------------------------------------------------
  39.  
  40. comment {
  41. This formula and pars demonstrate how a different colormap
  42. can change not only the colors of the elements in an image,
  43. but can also change their pseudo-3D shapes as well.  First make
  44. the image using the mag1j2_1 par.  Then with the image on the
  45. screen, run the new_colors par.  Try the same thing with the
  46. mag1j2_2 and mag1j2_3 pars.
  47.  
  48. The equation iterated is the Model I magnetic phase transition
  49. equation from "The Beauty of Fractals," called, I think,
  50. magnetj1 in Fractint.  The rendering method is similar to, but
  51. different than, my 3Way rendering method.  This method I
  52. haven't named yet.
  53.  
  54. Paul Carlson
  55. }
  56.  
  57. frm:Mag1_J2 {; Copyright (c) Paul W. Carlson, 1998
  58.     ; p1       = Julia set coordinates
  59.     ; real(p2) = controls size of elements
  60.     ; imag(p2)   not used
  61.     ; real(p3) = number of color ranges
  62.     ; imag(p3) = number of colors in a range
  63.     ;
  64.     z = iter = range_num = bailout = 0
  65.     pw = pixel
  66.     c = p1
  67.     max_ratio = real(p2)
  68.     num_ranges = real(p3)
  69.     colors_in_range = imag(p3)
  70.     factor = (colors_in_range - 1) / max_ratio
  71.     :
  72.     w = ((pw * pw + c - 1) / (pw + pw + c - 2))^2
  73.     ;
  74.     ratio = |pw| / |w|
  75.     pw = w
  76.     IF (ratio < max_ratio && iter > 0)
  77.     bailout = 1
  78.     z = factor * ratio + range_num * colors_in_range + 1
  79.     ENDIF
  80.     range_num = range_num + 1
  81.     IF (range_num == num_ranges)
  82.     range_num = 0
  83.     ENDIF
  84.     iter = iter + 1
  85.     z = z - iter
  86.     bailout == 0 && |w| < 1.0e20
  87. }
  88.  
  89. mag1j2_1           { ; Copyright (c) Paul W. Carlson, 1998
  90.   reset=1960 type=formula formulafile=mag1j2.frm
  91.   formulaname=mag1_j2 passes=t
  92.   center-mag=-0.00428947/0.00886185/0.2718692/1/-90
  93.   params=2/0/1/0/2/125
  94.   float=y maxiter=252 inside=253 outside=summ
  95.   colors=40000U00UF2F<27>xUxzVzzVz<91>C0C00U0DD<47>UxxVzzVzz<72\
  96.   >0CC000<3>000
  97.   }
  98.  
  99. mag1j2_2           { ; Copyright (c) Paul W. Carlson, 1998
  100.   reset=1960 type=formula formulafile=mag1j2.frm
  101.   formulaname=mag1_j2 passes=t
  102.   center-mag=-2.16244/2.38341/3.999238/1/-90
  103.   params=0/1.5/0.23/0/2/125
  104.   float=y maxiter=252 inside=253 outside=summ
  105.   colors=400C0C<29>xUxzVzzVz<91>C0C0CC<48>UxxVzzVzz<72>0CC00000\
  106.   000Z000000
  107.   }
  108.  
  109. mag1j2_3           { ; Copyright (c) Paul W. Carlson, 1998
  110.   reset=1960 type=formula formulafile=mag1j2.frm
  111.   formulaname=mag1_j2 passes=t
  112.   center-mag=0.632289/1.19113/2.328461/1/-72.5
  113.   params=-1/0/0.5/0/2/125
  114.   float=y maxiter=252 inside=253 outside=summ
  115.   colors=000zVz<123>G0GVzz<123>0GG00000000K000000
  116.   }
  117.  
  118. new_colors         { ; Copyright (c) Paul W. Carlson, 1998
  119.   colors=000zVz<59>C0COOO<63>zzzzzzyyy<57>OOOC0C<62>zVz00000000\
  120.   N000000
  121.   }
  122.  
  123.  
  124. - --------------------------------------------------------------
  125. Thanks for using Fractint, The Fractals and Fractint Discussion List
  126. Post Message:   fractint@lists.xmission.com
  127. Get Commands:   majordomo@lists.xmission.com "help"
  128. Administrator:  twegner@phoenix.net
  129. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  130.  
  131. ------------------------------
  132.  
  133. Date: Tue, 19 May 1998 21:33:08 -0400
  134. From: davides <davides@pipeline.com>
  135. Subject: Re: (fractint) another Gedeon Euler formula 
  136.  
  137. At 07:33 PM 5/17/1998 -0500, you wrote:
  138. >comment {
  139. >This formula applies my 3Way rendering method to the
  140. >second of Gedeon's Euler formulas. 
  141.  
  142. (snipped)
  143.  
  144. This morning I was up early. About 4:45 A.M., and having some time made one
  145. of the better fractals I have ever made. Especially as I was using Lindaa15
  146. color map. It _was_ a _good_ fractal, and one I intended to print out on
  147. photo film @1440 dpi...
  148. First, of course, the image needed to be saved, as does everything
  149. worthwhile and even not so worth while on a computer. Accordingly I hit
  150. "b", carefully inserted all information. After checking all of the info for
  151. accuracy, I proceeded to hit "Enter" to save the par. Before my finger hit
  152. "Enter", the power went out.
  153.  
  154. None of the above has anything to do with the following two pars. These two
  155. pars simply have somewhat different color maps applied. The banding, to me,
  156. gives the impression of steps leading to, perhaps, Mayan or Aztec alters,
  157. thus the names:
  158.  
  159. ==========================================================================>
  160.  
  161. Alter_to_Sun       { ;  David Shanholtzer May 19, 1998 t=  0:00:25.49
  162.                      ;  P200 MMX 1024x768
  163.                      ; color map: dav53a
  164.                      ; From Euler2_3way by Paul Carlson
  165.   reset=1960 type=formula formulafile=fractint.par
  166.   formulaname=euler2_3way function=sqr/log/asinh passes=t
  167.   center-mag=0.001899/0.00980135/0.4541629/1.2858
  168.   params=17/0/1.11/0/2048/0 float=y maxiter=1023 inside=253
  169.   outside=summ
  170.   colors=000Q5p000<55>000A20<10>yhW<22>A20P00<7>wAA<7>P00U0U<8>www<10>U0U0\
  171.   00<17>000MC7<6>yhW<14>A20000<70>0000AU<5>0mzK0pM1pO3p
  172.   }
  173.  
  174. Alter_to_Stars     { ;  David Shanholtzer May 19, 1998 t=  0:00:25.49
  175.                      ;  P200 MMX 1024x768
  176.                      ; color map: dav53b
  177.                      ; From Euler2_3way by Paul Carlson
  178.   reset=1960 type=formula formulafile=fractint.par
  179.   formulaname=euler2_3way function=sqr/log/asinh passes=t
  180.   center-mag=0.001899/0.00980135/0.4541629/1.2858
  181.   params=17/0/1.11/0/2048/0 float=y maxiter=1023 inside=253
  182.   outside=summ
  183.   colors=000<59>000P00<7>wAA<7>P00U0U<8>www<10>U0U000<17>000MC7<6>yhW<14>A\
  184.   20000<70>0000AU<5>0mzK0p<2>Q5p000<30>000
  185.   }
  186.  
  187. davides@pipeline.com
  188. ds30@umail.umd.edu
  189. Back up my hard drive?
  190. How do I put it in reverse?
  191.  
  192. - --------------------------------------------------------------
  193. Thanks for using Fractint, The Fractals and Fractint Discussion List
  194. Post Message:   fractint@lists.xmission.com
  195. Get Commands:   majordomo@lists.xmission.com "help"
  196. Administrator:  twegner@phoenix.net
  197. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  198.  
  199. ------------------------------
  200.  
  201. Date: Tue, 19 May 1998 22:20:28, -0500
  202. From: VRCH78B@prodigy.com (MR CHARLES F CROCKER)
  203. Subject: Re: (fractint) Fractint 19.6 hangs on 0-
  204.  
  205. Interesting. I wonder what effects are being seen here. It appears that it
  206. is system sensitive. Maybe Bill Gates should be passed all of this information.
  207.  
  208. On my system (Pentium 90) if I give Fractint an empty parameter file on
  209. startup it draws the Mandelbrot set that you would have gotten if you hit
  210. enter three times. If a picture has been drawn before the empty par is run
  211. the last screen is displayed instantly. In other words the empty parameter
  212. is totally ignored.
  213.  
  214. Charles
  215.  
  216. - --------------------------------------------------------------
  217. Thanks for using Fractint, The Fractals and Fractint Discussion List
  218. Post Message:   fractint@lists.xmission.com
  219. Get Commands:   majordomo@lists.xmission.com "help"
  220. Administrator:  twegner@phoenix.net
  221. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  222.  
  223. ------------------------------
  224.  
  225. Date: Tue, 19 May 1998 19:54:51 -0700
  226. From: "Angela Wilczynski" <wizzle@beachnet.com>
  227. Subject: Re: (fractint) Re: No Fotn
  228.  
  229. Ray...
  230.  
  231. My observation of optimal times to check out fractals and other web goodies is
  232. (in order of ease).
  233.  
  234. 1.  Saturday and Sunday AM
  235. 2.  Any weekday afternoon (except Monday) after the market but before dinner
  236. time on the left coast (Friday afternoon being especially good).
  237. 3. Saturday and Sunday afternoons
  238.  
  239. Angela 
  240.  
  241. Ray Montgomery wrote:
  242. >         Hi Paul
  243. >         Thanks for the response.  I'd better choose a different time for my
  244. > meanderings.
  245. >                                         Ray
  246.  
  247. - --------------------------------------------------------------
  248. Thanks for using Fractint, The Fractals and Fractint Discussion List
  249. Post Message:   fractint@lists.xmission.com
  250. Get Commands:   majordomo@lists.xmission.com "help"
  251. Administrator:  twegner@phoenix.net
  252. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  253.  
  254. ------------------------------
  255.  
  256. Date: Tue, 19 May 1998 20:04:12 -0700
  257. From: "Angela Wilczynski" <wizzle@beachnet.com>
  258. Subject: Re: (fractint) slow dos???
  259.  
  260. Steve...
  261.  
  262. I just gave up a Pent 100 in favor of a Pent II 266.  My Pent II 266 is about
  263. the same as my old 100 in accessing dos parameter screens.  I have a Matrox
  264. Millenia II 8MB video card in my new 266 and had a 2MB Diamond stealth card in
  265. the old machine.  Currently I'm hooked to a 19" monitor and before it was a 14"
  266. monitor.  Most likely the accessing is dependent on the video card/monitor combo
  267. rather than on CPU speed.  I have a 66mhz motherboard in both cases, although my
  268. new board has a larger cache and will accept the more advanced dimms. 
  269.  
  270. I have heard folks on this list mention slow access times and "clicks" for some
  271. monitor/card combos. I must have gotten lucky and ordered the right parts (I
  272. asked for a LOT of advice from this list before I selected components for my new
  273. puter). I'm happy as a clam......same access time as on my old pent and much
  274. faster fractal generation.
  275.  
  276. Angela
  277.  
  278.  
  279. > Check my logic here please.
  280. > Win 95 runs 'on top' of dos version 4.1 in my machine.
  281. > Win 95 always runs on top of dos? Even later versions of dos....say 6.1?
  282. >      Could one say there is a major difference between dos v.4   and v 6    to
  283. > the point
  284. > that v.6 is an 'emulation ' { of earlier versions}  and actually runs on top
  285. > of windows?
  286. >     I'm trying to justify the drag in response time, accessing paramater
  287. > screens,
  288. > between my machine T.I. pent 100....   and my friends machine  Pent.II   266.
  289. > My machine { the pent 100 } is much faster accessing dos parameter screens in
  290. > fractint. {of course the 266 generates faster } but drag in the 266 opening
  291. > z,x,y,i,@    ....is annoying. I talked to the maker of the 266 and the razel
  292. > dazel he gave me didn't sound believable... so I'm asking people I trust. :-)
  293. >     Any comment or input is welcome.
  294. > Thanks
  295. > ~~^~~^~~^
  296. > Steve
  297.  
  298. - --------------------------------------------------------------
  299. Thanks for using Fractint, The Fractals and Fractint Discussion List
  300. Post Message:   fractint@lists.xmission.com
  301. Get Commands:   majordomo@lists.xmission.com "help"
  302. Administrator:  twegner@phoenix.net
  303. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  304.  
  305. ------------------------------
  306.  
  307. Date: Tue, 19 May 1998 20:08:10 -0700
  308. From: "Angela Wilczynski" <wizzle@beachnet.com>
  309. Subject: Re: (fractint) Split the list!
  310.  
  311. I agree with Linda and Maria.  For those concerned with pars, good suggestions
  312. were posted....use the digest or use Les St. Clair's admirable service to this
  313. group......download all the pars and frm from his homepage. 
  314.  
  315. I'd prefer to keep this list as it is because I want to not only see the pars
  316. but understand some of the ideas people have when they make them. 
  317.  
  318. Angela
  319.  
  320.  
  321.  
  322. Mike and Linda Allison wrote:
  323. ><<snipped>>
  324. > I agree with Maria.  I'd like to see the list left the way it is now.
  325. > Linda
  326. >
  327.  
  328. - --------------------------------------------------------------
  329. Thanks for using Fractint, The Fractals and Fractint Discussion List
  330. Post Message:   fractint@lists.xmission.com
  331. Get Commands:   majordomo@lists.xmission.com "help"
  332. Administrator:  twegner@phoenix.net
  333. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  334.  
  335. ------------------------------
  336.  
  337. Date: Tue, 19 May 1998 20:22:32 -0700
  338. From: "Angela Wilczynski" <wizzle@beachnet.com>
  339. Subject: Re: (fractint) Re: Another Paul Carlson Formula -- More Pars
  340.  
  341. Pat....(and other newbies)
  342.  
  343. In response to questions like yours, I've posted a collection of "starter"
  344. information on my homepage at
  345.  
  346. http://wizzle.simplenet.com/fractals/hints/graphic_hints.htm
  347.  
  348. I can't promise that it's the best organized page or will answer all your
  349. questions, but it's a start.  As we get good answers to specific newcomer
  350. questions I try to grab them and post them.  Also, Janet Preslar posts a list of
  351. resources every couple of weeks and many of those have excellent hints and
  352. advice.....so look for her posts.
  353.  
  354. Hope my info helps....
  355.  
  356. Angela
  357.  
  358. p.s.  I'm still learning all of the things fractint can do too
  359.  
  360. p.p.s. consider joining us in fractal chat Saturday am
  361.  
  362. Pat Bodine wrote:
  363. > Hello. My name is Patrick Bodine and I have been lurking in the background
  364. > for quite a while. I am a long time user of fractint but I have never
  365. > inputted my own parameters. Frankly I don't know how. I never knew you could
  366. > until I subscribed to this list. I have however saved and printed as many as
  367. > I could hoping that sometime in the future they could be accessed. I first
  368. > purchased the book with the program many years ago and have just been
  369. > zooming in . I later bought the cd and also just went a-zooming along
  370. > blissfully ignorant of the possibilities. It has been a long time since the
  371. > old Commodore days when I would start a picture, go to bed, and see it the
  372. > next day! If you could just find the time to send me some instructions, I
  373. > would greatly appreciate it. I seem to have misplaced my book (it is
  374. > probably in storage somewhere). I also downloaded the latest version but it
  375. > also has eluded my understanding.Again any help would be greatly
  376. > appreciated. THANKS
  377. >
  378.  
  379. - --------------------------------------------------------------
  380. Thanks for using Fractint, The Fractals and Fractint Discussion List
  381. Post Message:   fractint@lists.xmission.com
  382. Get Commands:   majordomo@lists.xmission.com "help"
  383. Administrator:  twegner@phoenix.net
  384. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  385.  
  386. ------------------------------
  387.  
  388. Date: Tue, 19 May 1998 20:32:45 -0700
  389. From: "Jay Hill" <ehill1@san.rr.com>
  390. Subject: (fractint) No Fotn...you can't stand it? Try this...
  391.  
  392. Hi folks,
  393.  
  394. I see some of you are frustrated when FotN is late. Understood.
  395.  
  396. I'm cross-posting this because ... well you just gotta see this...
  397.  
  398. For a very limited time, while there is space on my site for it,
  399. you can find out why I play with fractals.... Down load this: 
  400. Badday.mpg in a 388kB zip file. It is an Mpeg where we see 
  401. a guy loose it with his computer. One of the funniest 
  402. 25 seconds yet!
  403.  
  404. http://home.san.rr.com/jayrhill/FotN/FotNindx.html#The latest
  405.  
  406. He needs some fractal time real soon! Naaah, it is too late...
  407.  
  408. I hope you are having as much fun viewing FotN as I have 
  409. creating it. Believe me, I am as surprised each night with what 
  410. happens to Dr. J, the Mad Scientist of FractoSpace. I often 
  411. sit down saying "OK, now where were we? Oh yes, Dr. J 
  412. was ..... so now he should ......"  Fill in the blanks. It matters 
  413. not what with, since I have to find a picture to go with the story. 
  414. Well, often the desired image is nowhere to be found and 
  415. some other appears. And then the story changes in an 
  416. unexpected direction. Surprise!  :-)
  417.  
  418. Keep your cool,
  419. Jay
  420.  
  421.  
  422.  
  423.  
  424. - --------------------------------------------------------------
  425. Thanks for using Fractint, The Fractals and Fractint Discussion List
  426. Post Message:   fractint@lists.xmission.com
  427. Get Commands:   majordomo@lists.xmission.com "help"
  428. Administrator:  twegner@phoenix.net
  429. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  430.  
  431. ------------------------------
  432.  
  433. Date: Tue, 19 May 1998 22:34:38 -0500
  434. From: Bob Margolis <rttyman@wwa.com>
  435. Subject: Re: (fractint) Split the list!
  436.  
  437. Wise Wizzle, a whiz of a wiz, says:
  438. > <snip>  For those concerned with pars, good suggestions
  439. > were posted....use the digest or use Les St. Clair's admirable service to this
  440. > group......download all the pars and frm from his homepage.
  441. > I'd prefer to keep this list as it is because I want to not only see the pars but understand some of the ideas people have when they make them.
  442. >
  443.  
  444. We must also remember that not everyone has Web access, so they would be
  445. left out if Fractint data are posted there. A still others may have no
  446. Usenet access either, if that was offered as a solution. The Undernet is
  447. not a great solution either, although last Saturday's chat brought out a
  448. wealth of information and ideas.
  449.  
  450. Bob
  451.  
  452. - --------------------------------------------------------------
  453. Thanks for using Fractint, The Fractals and Fractint Discussion List
  454. Post Message:   fractint@lists.xmission.com
  455. Get Commands:   majordomo@lists.xmission.com "help"
  456. Administrator:  twegner@phoenix.net
  457. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  458.  
  459. ------------------------------
  460.  
  461. Date: Tue, 19 May 1998 23:58:10 EDT
  462. From: BRD1950 <BRD1950@aol.com>
  463. Subject: Re: (fractint) Split the list!
  464.  
  465. When I first got the list coming to my mail box I didn't realize the amount of
  466. messages. Is there anyway that I can get dropped from the fractint mail list?
  467.  
  468. - --------------------------------------------------------------
  469. Thanks for using Fractint, The Fractals and Fractint Discussion List
  470. Post Message:   fractint@lists.xmission.com
  471. Get Commands:   majordomo@lists.xmission.com "help"
  472. Administrator:  twegner@phoenix.net
  473. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  474.  
  475. ------------------------------
  476.  
  477. Date: Tue, 19 May 1998 23:46:52 -0600
  478. From: "Tim Wegner" <twegner@phoenix.net>
  479. Subject: Re: (fractint) Split the list!
  480.  
  481. Re the split the list proposal. Opinions on both sides were expressed, and  I 
  482. have decided for the time being to not split the list. We can reconsider this 
  483. again sometime later.
  484.  
  485. I have another suggestion, though. Newer mail clients have the ability to sort 
  486. messages into various folders by searching for strings in addresses, subjects, 
  487. or even the message body.  I use Pegasus, and I couldn't manage without this 
  488. capability. I suggest we figure out some easy-to-remember string of three or 
  489. four letters that could be put in the subjects of messages that contain PARs or 
  490. FRMs, but would be unlikely to otherwise be in the subject.Then those who are 
  491. interested could sort PARs into their own mail folder. I don't know how well this 
  492. would work because if you unthinkingly reply to such a message, it would have 
  493. the same string in the subject. But on the other hand, it couldn't hurt.
  494.  
  495. Any proposals for such a string? Maybe something dumb like "PARX". 
  496. Obviously "PAR" or "PARS" won't do because these might be in a subject 
  497. anyway.
  498.  
  499. Then again, maybe one could just set the mail software to search for curly 
  500. brackets in the message body!
  501.  
  502. Tim
  503.  
  504.  
  505. - --------------------------------------------------------------
  506. Thanks for using Fractint, The Fractals and Fractint Discussion List
  507. Post Message:   fractint@lists.xmission.com
  508. Get Commands:   majordomo@lists.xmission.com "help"
  509. Administrator:  twegner@phoenix.net
  510. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  511.  
  512. ------------------------------
  513.  
  514. Date: Tue, 19 May 1998 23:46:52 -0600
  515. From: "Tim Wegner" <twegner@phoenix.net>
  516. Subject: (fractint) Xfractint users unite!
  517.  
  518. I am looking for folks who use Xfractint, or at least can compile it on their 
  519. system. I need beta testers. If you are interested, send me private email. If I've 
  520. asked this before and you expressed interest, better remind me!
  521.  
  522. Tim
  523.  
  524.  
  525. - --------------------------------------------------------------
  526. Thanks for using Fractint, The Fractals and Fractint Discussion List
  527. Post Message:   fractint@lists.xmission.com
  528. Get Commands:   majordomo@lists.xmission.com "help"
  529. Administrator:  twegner@phoenix.net
  530. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  531.  
  532. ------------------------------
  533.  
  534. Date: Wed, 20 May 1998 00:53:04 -0400
  535. From: "Peter Gavin" <pgavin@mindspring.com>
  536. Subject: RE: (fractint) Fractint 19.6 hangs on 0-
  537.  
  538. //  Maybe Bill Gates should be passed all of=20
  539. //  this information.
  540.  
  541. Naw, I'm sure the DOJ is giving him plenty to do.  If he has any reason =
  542. to get bored, though, it's having to hear the same baseless accusations =
  543. of microsoft's "monopolizing the market".  Gee, last I checked, they =
  544. didn't *make* me install *anything* on my computer.  I did it because =
  545. it's damn good software. (my 1.9999999999999999999999999999999999 cents. =
  546. :)  )
  547.  
  548. Pete
  549. <pgavin@mindspring.com>
  550.  
  551.  
  552.  
  553. - --------------------------------------------------------------
  554. Thanks for using Fractint, The Fractals and Fractint Discussion List
  555. Post Message:   fractint@lists.xmission.com
  556. Get Commands:   majordomo@lists.xmission.com "help"
  557. Administrator:  twegner@phoenix.net
  558. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  559.  
  560. ------------------------------
  561.  
  562. Date: Wed, 20 May 1998 00:20:30 -0600
  563. From: "Tim Wegner" <twegner@phoenix.net>
  564. Subject: Re: (fractint) Fractint 19.6 hangs on 0-length parfiles
  565.  
  566. Paul said:
  567.  
  568. > Seems there's a quite serious, overlooked bug in Fractint v19.6 accessing a
  569. > 0-length PAR file. A 0-length par file shows up in the list of PARs from
  570. > hitting @, but if you select it, it won't say "No entries available" or
  571. > anything such, instead the par-selection screen will shift up a line and
  572. > Fractint will silently hang. 
  573.  
  574. I can't duplicate this problem. Can anyone else?
  575.  
  576. Tim
  577.  
  578.  
  579.  
  580.  
  581. - --------------------------------------------------------------
  582. Thanks for using Fractint, The Fractals and Fractint Discussion List
  583. Post Message:   fractint@lists.xmission.com
  584. Get Commands:   majordomo@lists.xmission.com "help"
  585. Administrator:  twegner@phoenix.net
  586. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  587.  
  588. ------------------------------
  589.  
  590. Date: Wed, 20 May 1998 00:24:49 -0500
  591. From: Bob Margolis <rttyman@wwa.com>
  592. Subject: (fractint) Split the list? Not this time!
  593.  
  594. Tim Wegner wrote:
  595. > Re the split the list proposal. Opinions on both sides were expressed, and  I have decided for the time being to not split the list.
  596.  
  597. HOORAY!
  598.  
  599. <snip> 
  600.  
  601. > I suggest we figure out some easy-to-remember string of three or
  602. > four letters that could be put in the subjects of messages that > contain PARs or FRMs, but would be unlikely to otherwise be in the > subject.Then those who are interested could sort PARs into their own > mail folder. I don't know how well this would work because if you > unthinkingly reply to such a message, it would have the same string in > the subject. But on the other hand, it couldn't hurt.
  603. > Any proposals for such a string? 
  604.  
  605. On another list server I subscribe to, where there also is a heavy
  606. volume of mail traffic, we use three- and four-letter strings similar to
  607. what you have in mind, so that members can select which messages they
  608. want to save in folders.
  609.  
  610. PAR: Three designs based on a Paul Carlson formula. In this example, PAR
  611. is used once as an introduction and not in the Subject.
  612.  
  613. FRM: Three variations on gravijul. Again, a one-time use of a string.
  614.  
  615. MAP: Six metallic-looking palettes. Ditto on the string useage,
  616. substituting palette for map in the subject.
  617.  
  618. HELP: Please explain periodicity. For those who don't want to read the
  619. fractint.doc.
  620.  
  621. DISC: Is it necessary to port Fractint to Windows? DISC=discussion.
  622.  
  623. HARD: Fractint doesn't work with my video card. For hardware-related
  624. problems.
  625.  
  626. MISC: For other on-topic matters that don't fall into the above
  627. categories. Art shows, making posters and T-shirts using fractal images,
  628. suggestions for further Fractint improvement (as if it needed any), etc.
  629.  
  630.  
  631. Just my two meticais worth. (Meticais: Plural of metical, a unit of
  632. currency in Mozambique.)
  633.  
  634. Bob
  635.  
  636. - --------------------------------------------------------------
  637. Thanks for using Fractint, The Fractals and Fractint Discussion List
  638. Post Message:   fractint@lists.xmission.com
  639. Get Commands:   majordomo@lists.xmission.com "help"
  640. Administrator:  twegner@phoenix.net
  641. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  642.  
  643. ------------------------------
  644.  
  645. Date: Wed, 20 May 1998 03:45:09 EDT
  646. From: MAksoy <MAksoy@aol.com>
  647. Subject: Re: (fractint): Extracting PARs w. Notepad Search funct.
  648.  
  649. In a message dated 98-05-19 13:40:06 EDT, you write:
  650.  
  651. << <<<searching for and extracting PARs from fractint email is
  652.  becoming arduous.>>>
  653.  Hi there...
  654.  Often I get the pars and frms from the digest. I use note pad. I select
  655. search
  656.  find and type       formulafile        or          reset=1960          and I
  657.  hit search.
  658.  I'm led directly to what I want.
  659.  The digest is a cool thing!
  660.  
  661.  Steve >>
  662. Hi Steve,
  663. Thanks for the info!  I just started subscribing to the digest and I tried the
  664. Notepad search find function using your keywords.  It does its work well in
  665. tracking down PARs and FRMs! 
  666. Mark
  667.  
  668. - --------------------------------------------------------------
  669. Thanks for using Fractint, The Fractals and Fractint Discussion List
  670. Post Message:   fractint@lists.xmission.com
  671. Get Commands:   majordomo@lists.xmission.com "help"
  672. Administrator:  twegner@phoenix.net
  673. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  674.  
  675. ------------------------------
  676.  
  677. Date: Wed, 20 May 1998 09:10:37 +0100 (BST)
  678. From: Jerry Fox <jerry.fox@gecm.com>
  679. Subject: Re: (fractint) Split the list!
  680.  
  681. > Date:          Tue, 19 May 1998 23:58:10 -0400 (EDT)
  682. > From:          BRD1950 <BRD1950@aol.com>
  683. > Subject:       Re: (fractint) Split the list!
  684. > To:            fractint@lists.xmission.com
  685. > Reply-to:      fractint@lists.xmission.com
  686.  
  687. > When I first got the list coming to my mail box I didn't realize the amount of
  688. > messages. Is there anyway that I can get dropped from the fractint mail list?
  689. > --------------------------------------------------------------
  690. > Thanks for using Fractint, The Fractals and Fractint Discussion List
  691. > Post Message:   fractint@lists.xmission.com
  692. > Get Commands:   majordomo@lists.xmission.com "help"
  693. > Administrator:  twegner@phoenix.net
  694.  
  695.  
  696. The line below tells you how to do it.
  697. > Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  698.  
  699. ie send a message to majordomo@lists.xmission.com
  700. with the body of the message as unsubscribe fractint
  701.  
  702. Don't forget that you can get a single message summary of the 
  703. messages by subscribing to the 'digest', and there is a monthly 
  704. summary of all the parameters and formulas compiled by Les St Clair 
  705. (some of the messages have mentioned this)
  706.  
  707.  
  708. Jerry Fox
  709.  
  710. - --------------------------------------------------------------
  711. Thanks for using Fractint, The Fractals and Fractint Discussion List
  712. Post Message:   fractint@lists.xmission.com
  713. Get Commands:   majordomo@lists.xmission.com "help"
  714. Administrator:  twegner@phoenix.net
  715. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  716.  
  717. ------------------------------
  718.  
  719. Date: 20 May 1998 12:24:31 +0200
  720. From: Brederlow <goswin.brederlow@student.uni-tuebingen.de>
  721. Subject: Re: (fractint) Re: Conic Sections coloring methods
  722.  
  723. Kerry Mitchell <lkmitch@primenet.com> writes:
  724.  
  725. > Did anyone actually see and/or read that 20K tome I posted a few days ago?
  726. > Just curious.
  727. > Kerry Mitchell
  728.  
  729. Didn't get any, could you send a copy to me please.
  730.  
  731. May the Source be with you.
  732.             Mrvn
  733.  
  734.  
  735. - --------------------------------------------------------------
  736. Thanks for using Fractint, The Fractals and Fractint Discussion List
  737. Post Message:   fractint@lists.xmission.com
  738. Get Commands:   majordomo@lists.xmission.com "help"
  739. Administrator:  twegner@phoenix.net
  740. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  741.  
  742. ------------------------------
  743.  
  744. Date: Wed, 20 May 1998 08:59:23 -0400 (EDT)
  745. From: Ian Kaplan <ijk@force.stwing.upenn.edu>
  746. Subject: Re: (fractint) Split the list!
  747.  
  748. Tim wrote:
  749.  
  750. > I have another suggestion, though. Newer mail clients have the ability to sort 
  751. > messages into various folders by searching for strings in addresses, subjects, 
  752. > or even the message body.  I use Pegasus, and I couldn't manage without this 
  753. > capability. I suggest we figure out some easy-to-remember string of three or 
  754. > four letters that could be put in the subjects of messages that contain PARs or 
  755. > FRMs, but would be unlikely to otherwise be in the subject.Then those who are 
  756. > interested could sort PARs into their own mail folder. I don't know how well this 
  757. > would work because if you unthinkingly reply to such a message, it would have 
  758. > the same string in the subject. But on the other hand, it couldn't hurt.
  759.  
  760. I like it... on most UNIX boxes, a program called "procmail" will be 
  761. availible, which would enable users of elm or pine or whatever to do the 
  762. same thing. All PC mail clients popular today can also do this, so that 
  763. covers most everyone, except maybe AOL users.
  764.  
  765. > Then again, maybe one could just set the mail software to search for curly 
  766. > brackets in the message body!
  767.  
  768. I don't know if Pegasus or Eudora can do this- actually, I'd be pretty 
  769. sure the new full version of Eudora can, but I don't know that the 
  770. shareware version can. Procmail certainly can. But of course, this might 
  771. often mistakenly move posts that are basically about other topics but 
  772. have example pars in them... and fixes for that reach a level of 
  773. diminishing returns, where you always have some mail going to the wrong 
  774. place... so I like the subject line idea.
  775.  
  776. - --------------------------------------------------------------
  777. Thanks for using Fractint, The Fractals and Fractint Discussion List
  778. Post Message:   fractint@lists.xmission.com
  779. Get Commands:   majordomo@lists.xmission.com "help"
  780. Administrator:  twegner@phoenix.net
  781. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  782.  
  783. ------------------------------
  784.  
  785. Date: Wed, 20 May 1998 10:29:45 -0400
  786. From: "RJ Corradino" <rjcor@countless-codes.com>
  787. Subject: RE: (fractint) Split the list? Not this time!
  788.  
  789. Bob wrote;
  790. > PAR: Three designs based on a Paul Carlson formula. In this example, PAR
  791. > is used once as an introduction and not in the Subject.
  792. >
  793. > FRM: Three variations on gravijul. Again, a one-time use of a string.
  794. >
  795. > MAP: Six metallic-looking palettes. Ditto on the string useage,
  796. > substituting palette for map in the subject.
  797. >
  798. > HELP: Please explain periodicity. For those who don't want to read the
  799. > fractint.doc.
  800. >
  801. > DISC: Is it necessary to port Fractint to Windows? DISC=discussion.
  802. >
  803. > HARD: Fractint doesn't work with my video card. For hardware-related
  804. > problems.
  805. >
  806. > MISC: For other on-topic matters that don't fall into the above
  807. > categories. Art shows, making posters and T-shirts using fractal images,
  808. > suggestions for further Fractint improvement (as if it needed any), etc.
  809. These sound good to me.  What worries me, is what Tim mentioned- that these
  810. lines could be in the subject anyway.  Example subj: How do I make a par or
  811. frm file?  This message probably wouldn't have any frms or pars, but would
  812. be grabbed by the filter.  How about using characters to seperate these
  813. strings?
  814.  
  815. Example subj: Have a good weekend |PAR|FRM
  816. or
  817.         : Problem w/ xyz.frm |FRM|PAR|HELP
  818. (filter searches for |string , which I doubt would be found anywhere else)
  819. The nice thing about that format, is we can have multiple strings in
  820. messages.  For instance, it may be useful if all pars were dumped into a par
  821. folder, exept those asking for help(which probably are more important to
  822. most people).  As far as replies, I don't see a problem with removing the
  823. strings that don't apply.  What do you guys think about this??
  824.  
  825.  
  826. - --------------------------------------------------------------
  827. Thanks for using Fractint, The Fractals and Fractint Discussion List
  828. Post Message:   fractint@lists.xmission.com
  829. Get Commands:   majordomo@lists.xmission.com "help"
  830. Administrator:  twegner@phoenix.net
  831. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  832.  
  833. ------------------------------
  834.  
  835. Date: Wed, 20 May 1998 11:45:41 -0400 (EDT)
  836. From: kragen@pobox.com (Kragen)
  837. Subject: RE: (fractint) Fractal books
  838.  
  839. On Tue, 19 May 1998, RJ Corradino wrote:
  840. > Thanks.  I definately don't want to both with it if it's too math oriented.
  841. > I got as far as college Algebra and through in the towel, 
  842.  
  843. No wonder -- in college, algebra, trig, and calculus seem rather
  844. disconnected from the rest of the world, and you're in constant danger
  845. of getting a bad grade, so you have stress.
  846.  
  847. (I didn't experience it this way, but that's because I spent most of my
  848. non-class time thinking about math anyway.)
  849.  
  850. > so if it requires calc or trig knowlege, I refuse to look at it.
  851.  
  852. Things are different now -- you're not in school, you don't need
  853. "rigorous" knowledge, only intuitive knowledge, no one will laugh at
  854. you, no one will test you, etc.  It should be much less discouraging --
  855. especially if you have fractint@xmission.com to turn to for help :)
  856.  
  857. Myself, I learned trig so I could write programs to put dots on the
  858. screen that moved in different directions with the same speed.  All I
  859. had to learn was to multiply the cosine with the speed to get the
  860. x-velocity, and multiply the sine with the speed to get the y-velocity,
  861. and get some sort of a weak groping understanding of why -- and I was
  862. on my way.
  863.  
  864. Maybe the same sort of thing could work for you.
  865.  
  866. Kragen
  867.  
  868.  
  869. - --------------------------------------------------------------
  870. Thanks for using Fractint, The Fractals and Fractint Discussion List
  871. Post Message:   fractint@lists.xmission.com
  872. Get Commands:   majordomo@lists.xmission.com "help"
  873. Administrator:  twegner@phoenix.net
  874. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  875.  
  876. ------------------------------
  877.  
  878. Date: Wed, 20 May 1998 11:37:42 -0500
  879. From: Bob Margolis <rttyman@wwa.com>
  880. Subject: (fractint) MISC: Subject line protocol
  881.  
  882. Senor Corradino wrote:
  883. > Bob wrote;
  884.  
  885. <snip>
  886.  
  887. > These sound good to me.  What worries me, is what Tim mentioned- that these
  888. > lines could be in the subject anyway.  Example subj: How do I make a par or
  889. > frm file?  This message probably wouldn't have any frms or pars, but would
  890. > be grabbed by the filter.
  891.  
  892. In this case there would be no three- or four-letter string introduction
  893. to the subject header.
  894.  
  895. It would be easier to write "How do I write params and formulas?" that
  896. would avoid the string altogether.
  897. Or, a synonym can be used. Trouble is there are none for "parameter" in
  898. my Roget's, but a good one for formula is "recipe." So, params and
  899. recipe could be urged to be used as subject line headers along with
  900. palette(s) for MAP.
  901.  
  902. recipe
  903.  
  904.   How about using characters to seperate these
  905. > strings?
  906. > Example subj: Have a good weekend |PAR|FRM
  907. > or
  908. >                 : Problem w/ xyz.frm |FRM|PAR|HELP
  909.  
  910. Perhaps this is a solution, as long as it doesn't get in the way of the
  911. typing. Perhaps #FRM: %PAR:, or any other character on the upper line,
  912. i.e., ~!@#$%^&*()_+{}|<>, where one could keep one finger on the Shift
  913. key while typing in the character. This would rule out using `-=[]\;'/
  914. which makes the typing harder--for me at least. But we would have to
  915. choose a character that will be found on everyone's keyboard. A $ here
  916. in the States will be a British Pound Sterling sign in the UK, and
  917. another character on Arabian, Thai, Russian, Japanese, and other
  918. worldwide keyboards. This is why I am hesitant to select characters to
  919. use; everyone has to have the same ones on the same keys. FRM:, PAR:,
  920. and MAP: avoids that problem. As a matter of fact, even the colon (:) is
  921. not on every type of keyboard, but its use has not caused any problem
  922. that I'm aware of on the other list server I subscribe to in which
  923. three- and four-letter introductory strings are used.
  924.  
  925. In the end, whatever is the easiest for the majority of us should be the
  926. established rule.
  927.  
  928. Bob
  929.  
  930. We now pause for a five-line commercial:
  931.  
  932. - --------------------------------------------------------------
  933. Thanks for using Fractint, The Fractals and Fractint Discussion List
  934. Post Message:   fractint@lists.xmission.com
  935. Get Commands:   majordomo@lists.xmission.com "help"
  936. Administrator:  twegner@phoenix.net
  937. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  938.  
  939. ------------------------------
  940.  
  941. Date: Wed, 20 May 1998 12:50:38 -0400 (EDT)
  942. From: Ian Kaplan <ijk@force.stwing.upenn.edu>
  943. Subject: Re: (fractint) MISC: Subject line protocol
  944.  
  945. My personal vote is that we not immediately attempt to separate out so 
  946. many categories of posts. Start with just isolating PARs and FRMs, and if 
  947. we still have too much volume in the "everything else" group we can 
  948. divide it up further later...
  949.  
  950.  
  951. - --------------------------------------------------------------
  952. Thanks for using Fractint, The Fractals and Fractint Discussion List
  953. Post Message:   fractint@lists.xmission.com
  954. Get Commands:   majordomo@lists.xmission.com "help"
  955. Administrator:  twegner@phoenix.net
  956. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  957.  
  958. ------------------------------
  959.  
  960. Date: Wed, 20 May 1998 12:00:59 -0500
  961. From: Bob Margolis <rttyman@wwa.com>
  962. Subject: (fractint) MISC: Subject line protocol
  963.  
  964. Ian wrote:
  965. > My personal vote is that we not immediately attempt to separate out so
  966. > many categories of posts. Start with just isolating PARs and FRMs, and if
  967. > we still have too much volume in the "everything else" group we can
  968. > divide it up further later...
  969.  
  970. An intelligent idea which I accept. Simplify. Simplify. Simplify.
  971.  
  972. Bob
  973.  
  974. - --------------------------------------------------------------
  975. Thanks for using Fractint, The Fractals and Fractint Discussion List
  976. Post Message:   fractint@lists.xmission.com
  977. Get Commands:   majordomo@lists.xmission.com "help"
  978. Administrator:  twegner@phoenix.net
  979. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  980.  
  981. ------------------------------
  982.  
  983. Date: Wed, 20 May 1998 13:45:22 EDT
  984. From: SKarl52884 <SKarl52884@aol.com>
  985. Subject: (fractint) Re: (fractintCODE) Subject line protocol
  986.  
  987. In a message dated 98-05-20 13:04:04 EDT, you write:
  988.  
  989. "everything else" group we can
  990. > divide it up further later...
  991. <<  Simplify. Simplify. Simplify.
  992.   >>
  993.  
  994. Hi there...
  995.  
  996. One thing is always the same in the subject line. 
  997.                         (fractint)
  998. What if we {to start} consider  4 versions of that in the subject line.
  999.  
  1000.    With in the "(          fractint                 )" could be the area
  1001. reserved for "code" developed and expanded by our necessity. Its an area that
  1002. can be used without treading on the content of the subject line.
  1003.    Tim   could take sugestions for the code to use and if necessary as time
  1004. passes,  present an update of the protocol to use.
  1005.        
  1006. option one: 
  1007.  
  1008. (fractint)= no pars or frms
  1009. (fractintF)
  1010. (fractintP)
  1011. (fractintFP)=frm and par included
  1012.  
  1013. option two:
  1014.  
  1015. (fractint)= no pars or prms
  1016. (fractint:)=frm included
  1017. (fractint;)=par included
  1018. (fractint:;)=par and frm included
  1019.  
  1020.  
  1021. - --------------------------------------------------------------
  1022. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1023. Post Message:   fractint@lists.xmission.com
  1024. Get Commands:   majordomo@lists.xmission.com "help"
  1025. Administrator:  twegner@phoenix.net
  1026. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1027.  
  1028. ------------------------------
  1029.  
  1030. Date: Wed, 20 May 1998 13:52:36 EDT
  1031. From: SKarl52884 <SKarl52884@aol.com>
  1032. Subject: (fractint) (fractintCODE)test: ignore this one!
  1033.  
  1034. t
  1035.  
  1036. - --------------------------------------------------------------
  1037. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1038. Post Message:   fractint@lists.xmission.com
  1039. Get Commands:   majordomo@lists.xmission.com "help"
  1040. Administrator:  twegner@phoenix.net
  1041. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1042.  
  1043. ------------------------------
  1044.  
  1045. End of fractint-digest V1 #213
  1046. ******************************
  1047.  
  1048.