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

  1. From: owner-fractint-digest@lists.xmission.com (fractint-digest)
  2. To: fractint-digest@lists.xmission.com
  3. Subject: fractint-digest V1 #362
  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      Saturday, February 13 1999      Volume 01 : Number 362
  11.  
  12.  
  13.  
  14.  
  15. ----------------------------------------------------------------------
  16.  
  17. Date: Fri, 12 Feb 1999 14:25:11 +0100
  18. From: "Dean-Christian Strik" <dean2@bigfoot.com>
  19. Subject: Re: (fractint) What's up with the list?
  20.  
  21. I hope so. I joined april 98, in the middle of a text editor war :)
  22. Lesse... there were Kragen (still think it's too bad he left), Peter Gavin,
  23. Paul Carlson, Steve 'SKarl52884', Paul Derbyshire, Jiho Kim, Linda Allison,
  24. Jon Camp, 'davides', Christian Strik :), Paul N. Lee, Wizzle (where's she
  25. been??), ....
  26.  
  27. There have been days we had over 60 messages.... now it takes about 60 days
  28. to receive one message :)
  29.  
  30. - --
  31.  
  32. Dean-Christian Strik
  33.    ICQ: 11760568
  34.  dean2@bigfoot.com
  35. cstrik.isg@hetnet.nl
  36.  
  37. Real programmers like vending machine popcorn. Coders pop it in the
  38. microwave oven. Real programmers use the heat given off by the CPU. They can
  39. tell what job is running just by listening to the rate of popping.
  40.  
  41.  
  42. - -----Original Message-----
  43. From: Mike and Linda Allison <gumbycat@ix.netcom.com>
  44. To: fractint@lists.xmission.com <fractint@lists.xmission.com>
  45. Date: vrijdag 12 februari 1999 01 20 Fluxen
  46. Subject: Re: (fractint) What's up with the list?
  47.  
  48.  
  49. >That happens every now and then, James.  I've never figured out why,
  50. >either, but rest assured, traffic will pick up eventually, and
  51. >spontaneously.
  52.  
  53.  
  54.  
  55.  
  56. - --------------------------------------------------------------
  57. Thanks for using Fractint, The Fractals and Fractint Discussion List
  58. Post Message:   fractint@lists.xmission.com
  59. Get Commands:   majordomo@lists.xmission.com "help"
  60. Administrator:  twegner@phoenix.net
  61. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  62.  
  63. ------------------------------
  64.  
  65. Date: Fri, 12 Feb 1999 14:18:26 +0100
  66. From: "Dean-Christian Strik" <dean2@bigfoot.com>
  67. Subject: Re: (fractint) Anyone use Red Hat Linux?
  68.  
  69. Me too.
  70.  
  71. - -----Original Message-----
  72. From: Ian Kaplan <ijk@force.stwing.upenn.edu>
  73. To: fractint@lists.xmission.com <fractint@lists.xmission.com>
  74. Date: vrijdag 12 februari 1999 01 20 Fluxen
  75. Subject: Re: (fractint) Anyone use Red Hat Linux?
  76.  
  77.  
  78. >
  79. >>
  80. >> Does anyone have experience compiling Xfractint with Red Hat? I
  81. >> use Slakware Linux and have no problems (but then again I only
  82. >> compile the developer version these days.)
  83. >>
  84. >
  85. >I'll try and test it over the weekend.
  86. >
  87. >
  88. >--------------------------------------------------------------
  89. >Thanks for using Fractint, The Fractals and Fractint Discussion List
  90. >Post Message:   fractint@lists.xmission.com
  91. >Get Commands:   majordomo@lists.xmission.com "help"
  92. >Administrator:  twegner@phoenix.net
  93. >Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  94. >
  95.  
  96.  
  97.  
  98. - --------------------------------------------------------------
  99. Thanks for using Fractint, The Fractals and Fractint Discussion List
  100. Post Message:   fractint@lists.xmission.com
  101. Get Commands:   majordomo@lists.xmission.com "help"
  102. Administrator:  twegner@phoenix.net
  103. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  104.  
  105. ------------------------------
  106.  
  107. Date: Fri, 12 Feb 1999 10:45:45 -0500
  108. From: George Martin <GGMARTIN@compuserve.com>
  109. Subject: (fractint) Re: [fractal-art] FOTD 07-02-99 (Epicycle Fantasy) (C)
  110.  
  111. Friends,
  112.  
  113. Sylvie Gallet correctly pointed out yesterday that there are two formulas=
  114.  
  115. in circulation with the name mandelbrotmix4. I have renamed the earlier o=
  116. ne
  117. "mandelbrotmix4_v1", and am leaving the later version (the one which Jim =
  118. is
  119. currently using in FOTD postings) with the name mandelbrotmix4. I am
  120. editing the orgform compilation accordingly. To stay in sync with me, tho=
  121. se
  122. who are following along should delete the current mandelbrotmix4 from
  123. _m.frm and add these two:
  124.  
  125.  
  126. MandelbrotMix4 {; Jim Muth
  127.   a=3Dreal(p1), b=3Dimag(p1), d=3Dreal(p2), f=3Dimag(p2), g=3D1/f
  128.   h=3D1/d, j=3D1/(f-b), z=3D(-a*b*g*h)^j, k=3Dreal(p3)+1
  129.   l=3Dimag(p3)+100, c=3Dfn1(pixel):
  130.   z=3Dk*((a*(z^b))+(d*(z^f)))+c
  131.   |z| < l
  132. }
  133.  
  134.  
  135. MandelbrotMix4_v1 {; Jim Muth
  136.   c=3Dpixel, a=3Dreal(p1), b=3Dimag(p1), d=3Dreal(p2), f=3Dimag(p2)
  137.   g=3D1/f, h=3D1/d, j=3D1/(f-b), z=3D(-a*b*g*h)^j:
  138.   z=3D(a*(z^b))+(d*(z^f))+c
  139.   |z| <=3D 100
  140. }
  141.  
  142.  
  143. Regards,
  144.  
  145. George Martin
  146.  
  147. - --------------------------------------------------------------
  148. Thanks for using Fractint, The Fractals and Fractint Discussion List
  149. Post Message:   fractint@lists.xmission.com
  150. Get Commands:   majordomo@lists.xmission.com "help"
  151. Administrator:  twegner@phoenix.net
  152. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  153.  
  154. ------------------------------
  155.  
  156. Date: Fri, 12 Feb 1999 10:09:24 -0800
  157. From: "Jim Prickett" <jprickett@satcom.net>
  158. Subject: Re: (fractint) simple source code needed
  159.  
  160. >I have a student to prepare for the Science Fair on fractals.
  161. >The guy is in the 7th grade.
  162. >
  163. >Could anyone  help me with any ideas or simple source code, please.
  164. >I would appreciate very much any suggestions.
  165.  
  166. You might take a look at my webpage "The Programmer's Lair".
  167. The entire site is dedicated to source code for fractals, chaos,
  168. other eye candy.  Goto http://geocities.com/SiliconValley/Way/9943 or
  169. http://i.am.fractals
  170.  
  171. Jim Prickett
  172. jprickett@satcom.net
  173.  
  174.  
  175.  
  176. - --------------------------------------------------------------
  177. Thanks for using Fractint, The Fractals and Fractint Discussion List
  178. Post Message:   fractint@lists.xmission.com
  179. Get Commands:   majordomo@lists.xmission.com "help"
  180. Administrator:  twegner@phoenix.net
  181. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  182.  
  183. ------------------------------
  184.  
  185. Date: Fri, 12 Feb 1999 16:02:02 -0600
  186. From: Mike Hammer <mhammer@misslink.net>
  187. Subject: Re: (fractint) Anyone use Red Hat Linux?
  188.  
  189. >>>
  190. >>> Does anyone have experience compiling Xfractint with Red Hat? I
  191. >>> use Slakware Linux and have no problems (but then again I only
  192. >>> compile the developer version these days.)
  193. >>>
  194. >>
  195.  
  196. Hi,
  197. Im new to the list but have used and enjoyed
  198. Fractint for quite a while.
  199.  
  200. I tried to compile Xfractint on a Redhat 5.2 system
  201. and encountered a number of errors. I dont remember
  202. what they were now as it was several weeks ago. As I remember
  203. it was the compiler complaining of missing modules when
  204. compiling general.o If I remember correctly the module it
  205. complained about was bstring.h.
  206.  
  207. I downloaded the source from:
  208. http://spanky.triumf.ca/www/fractint/getting.html
  209.  
  210. I opted for a rpm install of Xfractint I found on an ftp site.
  211. This installed OK but I havnt been able to get it to to run.
  212.  
  213. I get an error stating:
  214.  
  215. "Error opening terminal: xterm."
  216.  
  217. Anybody have any suggestions?
  218.  
  219. TTYL!
  220.  
  221. Mike Hammer
  222. mhammer@misslink.net
  223.  
  224.  
  225. - --------------------------------------------------------------
  226. Thanks for using Fractint, The Fractals and Fractint Discussion List
  227. Post Message:   fractint@lists.xmission.com
  228. Get Commands:   majordomo@lists.xmission.com "help"
  229. Administrator:  twegner@phoenix.net
  230. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  231.  
  232. ------------------------------
  233.  
  234. Date: Fri, 12 Feb 1999 17:56:05 -0500
  235. From: Paul Derbyshire <pderbysh@usa.net>
  236. Subject: Re: (fractint) Anyone use Red Hat Linux?
  237.  
  238. At 04:02 PM 2/12/99 -0600, you wrote:
  239.  
  240. [Another person comes forward with the announcement that xfract won't
  241.  compile on Red Hat 5.2]
  242.  
  243. I think the problem is probably some sort of X related thing. Linux itself
  244. has little code base forking, but the various free X implementations have
  245. forked a great deal and aren't all that intercompatible so I hear.
  246.  
  247. The other thing is "standard" libraries. Libc, libm, and iostreams usually
  248. are compatible across Linuxes and among particular variants, but the
  249. various C++ libraries other than iostreams seem to vary a huge amount,
  250. largely because the standard has only recently been decided. The SGI STL
  251. implementation is now pretty much standard, but some programs exist that
  252. were written using older C++ libraries of varying degrees of compatibility.
  253. - -- 
  254.    .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
  255. - -()  <  circles, and bark is not smooth, nor does lightning travel in a
  256.    `*'  straight line."    -------------------------------------------------
  257.         -- B. Mandelbrot  |http://surf.to/pgd.net
  258. _____________________ ____|________     Paul Derbyshire     pderbysh@usa.net
  259. Programmer & Humanist|ICQ: 10423848|
  260.  
  261. - --------------------------------------------------------------
  262. Thanks for using Fractint, The Fractals and Fractint Discussion List
  263. Post Message:   fractint@lists.xmission.com
  264. Get Commands:   majordomo@lists.xmission.com "help"
  265. Administrator:  twegner@phoenix.net
  266. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  267.  
  268. ------------------------------
  269.  
  270. Date: Fri, 12 Feb 1999 17:23:54 -0600
  271. From: Bob Margolis <rttyman@wwa.com>
  272. Subject: Re: (fractint) What's up with the list?
  273.  
  274. Dean-Christian Strik wrote some stuff to which I now reply:
  275. Most of us are still here, although Wizzle has become a railfan and has
  276. deserted us for rides on the iron horse. She'll be back when she regains her
  277. senses. :-)
  278.  
  279. You'be been made aware of the Ultra Fractal software, which is being tested and
  280. tested and tested by the lot of us, including moi, on another mailing list. You
  281. can pick it up at http://www.ultrafactal.com although it's now in the shareware
  282. stage and being sold for 35 USD. It's a nice program. But don't worry, I'm sure
  283. everyone will come back here en masse once Master Tim announces the release of
  284. FractInt V. 20. Then someone will be wondering on the other mailing list were
  285. everyone disappeared to. You might say that's PAR for the course! Groan. Sorry,
  286. couldn't help using the pun.
  287.  
  288. I'm outta here.
  289.  
  290. Bob
  291.  
  292. - --------------------------------------------------------------
  293. Thanks for using Fractint, The Fractals and Fractint Discussion List
  294. Post Message:   fractint@lists.xmission.com
  295. Get Commands:   majordomo@lists.xmission.com "help"
  296. Administrator:  twegner@phoenix.net
  297. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  298.  
  299. ------------------------------
  300.  
  301. Date: Fri, 12 Feb 1999 19:02:56 -0500 (EST)
  302. From: Jim Muth <jamth@mindspring.com>
  303. Subject: (fractint) Re: Two versions of same formula
  304.  
  305. At 10:45 AM 2/12/99 -0500, George Martin wrote:
  306.  
  307.    <snip>
  308. >. . . there are two formulas in circulation with the name 
  309. >mandelbrotmix4. I have renamed the earlier one 
  310. >"mandelbrotmix4_v1", and am leaving the later version (the one 
  311. >which Jim is currently using in FOTD postings) with the name 
  312. >mandelbrotmix4. . . .  <snip>
  313.  
  314. I did it again.  This is about the third time this had happened.  
  315. I'm as sorry as presid... (I'd better not mention it.)  I try not 
  316. to let any duplicated formulas get through, but now and then one 
  317. slips by.  It happens because I often post FOTD's created with 
  318. formulas that are still in the development stage.  In this case, 
  319. I had no idea that I had ever posted a par file that used the old 
  320. version.  Thanks again to George for keeping my disorganized 
  321. jumble of formulas in at least a modicum of order.
  322.  
  323. Jim Muth
  324. jamth@mindspring.com
  325.  
  326.  
  327. - --------------------------------------------------------------
  328. Thanks for using Fractint, The Fractals and Fractint Discussion List
  329. Post Message:   fractint@lists.xmission.com
  330. Get Commands:   majordomo@lists.xmission.com "help"
  331. Administrator:  twegner@phoenix.net
  332. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  333.  
  334. ------------------------------
  335.  
  336. Date: Sat, 13 Feb 1999 01:05:47 +0100
  337. From: "Dean-Christian Strik" <dean2@bigfoot.com>
  338. Subject: Re: (fractint) Anyone use Red Hat Linux?
  339.  
  340. Hm. I seem to have an older copy of the xfractint source, and not even the
  341. official distribution :(
  342.  
  343. I'll give it a try anyway.
  344.  
  345. - --
  346.  
  347. Dean-Christian Strik
  348.    ICQ: 11760568
  349.  dean2@bigfoot.com
  350. cstrik.isg@hetnet.nl
  351.  
  352. Real programmers like vending machine popcorn. Coders pop it in the
  353. microwave oven. Real programmers use the heat given off by the CPU. They can
  354. tell what job is running just by listening to the rate of popping.
  355.  
  356. - -----Original Message-----
  357. From: Dean-Christian Strik <dean2@bigfoot.com>
  358. To: fractint@lists.xmission.com <fractint@lists.xmission.com>
  359. Date: vrijdag 12 februari 1999 14 30 Fluxen
  360. Subject: Re: (fractint) Anyone use Red Hat Linux?
  361.  
  362.  
  363. >Me too.
  364. >
  365. >-----Original Message-----
  366. >From: Ian Kaplan <ijk@force.stwing.upenn.edu>
  367. >To: fractint@lists.xmission.com <fractint@lists.xmission.com>
  368. >Date: vrijdag 12 februari 1999 01 20 Fluxen
  369. >Subject: Re: (fractint) Anyone use Red Hat Linux?
  370. >
  371. >
  372. >>
  373. >>>
  374. >>> Does anyone have experience compiling Xfractint with Red Hat? I
  375. >>> use Slakware Linux and have no problems (but then again I only
  376. >>> compile the developer version these days.)
  377. >>>
  378. >>
  379. >>I'll try and test it over the weekend.
  380. >>
  381. >>
  382. >>--------------------------------------------------------------
  383. >>Thanks for using Fractint, The Fractals and Fractint Discussion List
  384. >>Post Message:   fractint@lists.xmission.com
  385. >>Get Commands:   majordomo@lists.xmission.com "help"
  386. >>Administrator:  twegner@phoenix.net
  387. >>Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  388. >>
  389. >
  390. >
  391. >
  392. >--------------------------------------------------------------
  393. >Thanks for using Fractint, The Fractals and Fractint Discussion List
  394. >Post Message:   fractint@lists.xmission.com
  395. >Get Commands:   majordomo@lists.xmission.com "help"
  396. >Administrator:  twegner@phoenix.net
  397. >Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  398. >
  399.  
  400.  
  401.  
  402. - --------------------------------------------------------------
  403. Thanks for using Fractint, The Fractals and Fractint Discussion List
  404. Post Message:   fractint@lists.xmission.com
  405. Get Commands:   majordomo@lists.xmission.com "help"
  406. Administrator:  twegner@phoenix.net
  407. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  408.  
  409. ------------------------------
  410.  
  411. Date: Sat, 13 Feb 1999 01:09:37 +0100
  412. From: "Dean-Christian Strik" <dean2@bigfoot.com>
  413. Subject: Re: (fractint) Anyone use Red Hat Linux?
  414.  
  415. My distribution of the xfractint source (not the official one!) contains the
  416. binary. However, the binary exits with the error that ncurses.so can't be
  417. found.
  418.  
  419.  
  420. - --
  421.  
  422. PS. Never use RPMs. Not on non-RedHat systems, and not even on RedHat...
  423.  
  424. - --
  425.  
  426. Dean-Christian Strik
  427.    ICQ: 11760568
  428.  dean2@bigfoot.com
  429. cstrik.isg@hetnet.nl
  430.  
  431. Real programmers like vending machine popcorn. Coders pop it in the
  432. microwave oven. Real programmers use the heat given off by the CPU. They can
  433. tell what job is running just by listening to the rate of popping.
  434.  
  435. - -----Original Message-----
  436. From: Mike Hammer <mhammer@misslink.net>
  437. To: fractint@lists.xmission.com <fractint@lists.xmission.com>
  438. Date: vrijdag 12 februari 1999 23 08 Fluxen
  439. Subject: Re: (fractint) Anyone use Red Hat Linux?
  440.  
  441.  
  442. >>>>
  443. >>>> Does anyone have experience compiling Xfractint with Red Hat? I
  444. >>>> use Slakware Linux and have no problems (but then again I only
  445. >>>> compile the developer version these days.)
  446. >>>>
  447. >>>
  448. >
  449. >Hi,
  450. >Im new to the list but have used and enjoyed
  451. >Fractint for quite a while.
  452. >
  453. >I tried to compile Xfractint on a Redhat 5.2 system
  454. >and encountered a number of errors. I dont remember
  455. >what they were now as it was several weeks ago. As I remember
  456. >it was the compiler complaining of missing modules when
  457. >compiling general.o If I remember correctly the module it
  458. >complained about was bstring.h.
  459. >
  460. >I downloaded the source from:
  461. >http://spanky.triumf.ca/www/fractint/getting.html
  462. >
  463. >I opted for a rpm install of Xfractint I found on an ftp site.
  464. >This installed OK but I havnt been able to get it to to run.
  465. >
  466. >I get an error stating:
  467. >
  468. >"Error opening terminal: xterm."
  469. >
  470. >Anybody have any suggestions?
  471. >
  472. >TTYL!
  473. >
  474. >Mike Hammer
  475. >mhammer@misslink.net
  476. >
  477. >
  478. >--------------------------------------------------------------
  479. >Thanks for using Fractint, The Fractals and Fractint Discussion List
  480. >Post Message:   fractint@lists.xmission.com
  481. >Get Commands:   majordomo@lists.xmission.com "help"
  482. >Administrator:  twegner@phoenix.net
  483. >Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  484. >
  485.  
  486.  
  487.  
  488. - --------------------------------------------------------------
  489. Thanks for using Fractint, The Fractals and Fractint Discussion List
  490. Post Message:   fractint@lists.xmission.com
  491. Get Commands:   majordomo@lists.xmission.com "help"
  492. Administrator:  twegner@phoenix.net
  493. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  494.  
  495. ------------------------------
  496.  
  497. Date: Sat, 13 Feb 1999 01:07:21 +0100
  498. From: "Dean-Christian Strik" <dean2@bigfoot.com>
  499. Subject: Re: (fractint) simple source code needed
  500.  
  501. >http://i.am.fractals
  502.  
  503.  
  504. Huh? Seems like a ridiculous url to me... anyway, I tested it, but hey, it
  505. doesn't work (not really surprising).
  506.  
  507. - --
  508.  
  509. Dean-Christian Strik
  510.    ICQ: 11760568
  511.  dean2@bigfoot.com
  512. cstrik.isg@hetnet.nl
  513.  
  514. Real programmers like vending machine popcorn. Coders pop it in the
  515. microwave oven. Real programmers use the heat given off by the CPU. They can
  516. tell what job is running just by listening to the rate of popping.
  517.  
  518.  
  519.  
  520.  
  521. - --------------------------------------------------------------
  522. Thanks for using Fractint, The Fractals and Fractint Discussion List
  523. Post Message:   fractint@lists.xmission.com
  524. Get Commands:   majordomo@lists.xmission.com "help"
  525. Administrator:  twegner@phoenix.net
  526. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  527.  
  528. ------------------------------
  529.  
  530. Date: Fri, 12 Feb 1999 21:03:56 -0500
  531. From: Paul Derbyshire <pderbysh@usa.net>
  532. Subject: Re: (fractint) Anyone use Red Hat Linux?
  533.  
  534. At 01:09 AM 2/13/99 +0100, you wrote:
  535. >My distribution of the xfractint source (not the official one!) contains the
  536. >binary. However, the binary exits with the error that ncurses.so can't be
  537. >found.
  538.  
  539. Well...get ncurses.so. It's a linux equivalent of a DLL. You know what to
  540. do about missing DLL problems right? :-)
  541.  
  542. >PS. Never use RPMs. Not on non-RedHat systems, and not even on RedHat...
  543.  
  544. Why?
  545. - -- 
  546.    .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
  547. - -()  <  circles, and bark is not smooth, nor does lightning travel in a
  548.    `*'  straight line."    -------------------------------------------------
  549.         -- B. Mandelbrot  |http://surf.to/pgd.net
  550. _____________________ ____|________     Paul Derbyshire     pderbysh@usa.net
  551. Programmer & Humanist|ICQ: 10423848|
  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: Fri, 12 Feb 1999 21:02:50 -0500
  563. From: Paul Derbyshire <pderbysh@usa.net>
  564. Subject: Re: (fractint) simple source code needed
  565.  
  566. At 01:07 AM 2/13/99 +0100, you wrote:
  567. >>http://i.am.fractals
  568. >
  569. >
  570. >Huh? Seems like a ridiculous url to me... anyway, I tested it, but hey, it
  571. >doesn't work (not really surprising).
  572.  
  573. It should be
  574. http://i.am/fractals
  575.  
  576.  
  577. >Real programmers like vending machine popcorn. Coders pop it in the
  578. >microwave oven. Real programmers use the heat given off by the CPU. They can
  579. >tell what job is running just by listening to the rate of popping.
  580.  
  581. The 1970s were the days for hackers. Those were the days when code grinders
  582. were code grinders, suits were suits, hackers never wore suits, and real
  583. men arranged NOPs and weird instructions in their idle loops and positioned
  584. data on drums in such a way as to make the CPU put out RF signals that
  585. played a tune on an AM radio sitting near the box!
  586.  
  587. - -- 
  588.    .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
  589. - -()  <  circles, and bark is not smooth, nor does lightning travel in a
  590.    `*'  straight line."    -------------------------------------------------
  591.         -- B. Mandelbrot  |http://surf.to/pgd.net
  592. _____________________ ____|________     Paul Derbyshire     pderbysh@usa.net
  593. Programmer & Humanist|ICQ: 10423848|
  594.  
  595. - --------------------------------------------------------------
  596. Thanks for using Fractint, The Fractals and Fractint Discussion List
  597. Post Message:   fractint@lists.xmission.com
  598. Get Commands:   majordomo@lists.xmission.com "help"
  599. Administrator:  twegner@phoenix.net
  600. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  601.  
  602. ------------------------------
  603.  
  604. Date: Fri, 12 Feb 1999 21:58:24 -0500
  605. From: Paul Derbyshire <pderbysh@usa.net>
  606. Subject: Re: (fractint) What's up with the list?
  607.  
  608. Ultra Fractal is timebombware. It should by all rights be free and open
  609. source. :P
  610.  
  611. - -- 
  612.    .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
  613. - -()  <  circles, and bark is not smooth, nor does lightning travel in a
  614.    `*'  straight line."    -------------------------------------------------
  615.         -- B. Mandelbrot  |http://surf.to/pgd.net
  616. _____________________ ____|________     Paul Derbyshire     pderbysh@usa.net
  617. Programmer & Humanist|ICQ: 10423848|
  618.  
  619. - --------------------------------------------------------------
  620. Thanks for using Fractint, The Fractals and Fractint Discussion List
  621. Post Message:   fractint@lists.xmission.com
  622. Get Commands:   majordomo@lists.xmission.com "help"
  623. Administrator:  twegner@phoenix.net
  624. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  625.  
  626. ------------------------------
  627.  
  628. Date: Fri, 12 Feb 1999 19:11:44 -0800 (PST)
  629. From: Ken Childress <kchildre@uccs.jpl.nasa.gov>
  630. Subject: Re: (fractint) What's up with the list?
  631.  
  632. > Ultra Fractal is timebombware. It should by all rights be free and open
  633. > source. :P
  634.  
  635. Why?
  636.  
  637. Just because the original authors of Fractint chose to make the code
  638. open and freely available doesn't mean that everyone who writes software
  639. should follow suit.  UF is an outstanding program and Frederik has done
  640. a fantastic job of developing it and incorporating the suggestions and
  641. comments of the beta testers.  That isn't to say that Fractint doesn't
  642. have its advandages over UF.  They are both outstanding tools to create
  643. images with.  IMO, it is worth twice the $35 shareware fee.  I think
  644. Frederik is well within his rights to make it shareware.  Even if it
  645. were freeware, I don't see that he should be obligated to share the
  646. source.
  647.  
  648. Of course, YMMV.
  649.  
  650.  
  651. Ken...
  652.  
  653.  
  654.  
  655.  
  656. - --------------------------------------------------------------
  657. Thanks for using Fractint, The Fractals and Fractint Discussion List
  658. Post Message:   fractint@lists.xmission.com
  659. Get Commands:   majordomo@lists.xmission.com "help"
  660. Administrator:  twegner@phoenix.net
  661. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  662.  
  663. ------------------------------
  664.  
  665. Date: Fri, 12 Feb 1999 22:21:58 -0500
  666. From: Gedeon Peteri <gedeon@InfoAve.Net>
  667. Subject: (fractint) further web site update
  668.  
  669. I have done some further work on my Geocities web site. There is a
  670. second page of Chebyshev images, and the Classic Curves page has been
  671. completely updated with new images. Both of these pages contain Ultra
  672. Fractal images. I hope you enjoy your visit.
  673.  
  674. Gedeon
  675.  
  676. - --
  677. - --------------------------------------------------------------
  678. Fractals: http://www.geocities.com/~gedeonp/index.html
  679. Member Infinite Fractal Loop
  680. Last updated: February 12, 1999 - two new pages
  681. Photography: http://members.xoom.com/gedeonp/index.html
  682. Last updated: November 8, 1998
  683. - --------------------------------------------------------------
  684.  
  685.  
  686.  
  687. - --------------------------------------------------------------
  688. Thanks for using Fractint, The Fractals and Fractint Discussion List
  689. Post Message:   fractint@lists.xmission.com
  690. Get Commands:   majordomo@lists.xmission.com "help"
  691. Administrator:  twegner@phoenix.net
  692. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  693.  
  694. ------------------------------
  695.  
  696. Date: Fri, 12 Feb 1999 22:25:58 -0500 (EST)
  697. From: aq936@freenet.carleton.ca (Michael Traynor)
  698. Subject: Re: (fractint) What's up with the list?
  699.  
  700. Bob,
  701.  
  702. Folk will probably be using fractint's evolver to come up with stuff
  703. they'll tart up in UF (which is an awfully nice bit o' software).
  704.  
  705. >
  706. >Dean-Christian Strik wrote some stuff to which I now reply:
  707. >> 
  708. >Most of us are still here, although Wizzle has become a railfan and has
  709. >deserted us for rides on the iron horse. She'll be back when she regains her
  710. >senses. :-)
  711. >
  712. >You'be been made aware of the Ultra Fractal software, which is being tested and
  713. >tested and tested by the lot of us, including moi, on another mailing list. You
  714. >can pick it up at http://www.ultrafactal.com although it's now in the shareware
  715. >stage and being sold for 35 USD. It's a nice program. But don't worry, I'm sure
  716. >everyone will come back here en masse once Master Tim announces the release of
  717. >FractInt V. 20. Then someone will be wondering on the other mailing list were
  718. >everyone disappeared to. You might say that's PAR for the course! Groan. Sorry,
  719. >couldn't help using the pun.
  720. >
  721. >I'm outta here.
  722. >
  723. >Bob
  724. >
  725. >--------------------------------------------------------------
  726. >Thanks for using Fractint, The Fractals and Fractint Discussion List
  727. >Post Message:   fractint@lists.xmission.com
  728. >Get Commands:   majordomo@lists.xmission.com "help"
  729. >Administrator:  twegner@phoenix.net
  730. >Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  731. >
  732. >
  733.  
  734. - --
  735. Mike Traynor
  736.  
  737. People who like this sort of thing will find this the sort of thing they like.
  738.     Abraham Lincoln
  739.  
  740. - --------------------------------------------------------------
  741. Thanks for using Fractint, The Fractals and Fractint Discussion List
  742. Post Message:   fractint@lists.xmission.com
  743. Get Commands:   majordomo@lists.xmission.com "help"
  744. Administrator:  twegner@phoenix.net
  745. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  746.  
  747. ------------------------------
  748.  
  749. Date: Sat, 13 Feb 1999 00:20:24 -0500
  750. From: Paul DeCelle <PaulDC@prodigy.net>
  751. Subject: Re: (fractint) What's up with the list?
  752.  
  753. Paul Derbyshire wrote:
  754.  
  755. > Ultra Fractal is timebombware. It should by all rights be free and open
  756. > source. :P
  757.  
  758. Why should ALL software be free?  As far as I'm concerned, that's up to the
  759. author(s) who've made the effort to develop it for the rest of us to use.  Don't
  760. get me wrong - Fractint is an outstanding program, and you can't beat the price
  761. (free!).  On the other hand, the  $35 US for Ultra Fractal is a (IMHO) real
  762. value when one takes into account it's additional features and capabilities.
  763. I'll continue to use both, but that's my personal choice - Factint for coming up
  764. with inspirations and UF for refinements...
  765.  
  766. BTW, my small (so far!) UF site at  http://pages.prodigy.net/pauldc/ufintro.html
  767. shows a hint of what can be done with combining Fractint formulas and UF
  768. features.
  769.  
  770. Regards, Paul DeCelle
  771.  
  772.  
  773. - --------------------------------------------------------------
  774. Thanks for using Fractint, The Fractals and Fractint Discussion List
  775. Post Message:   fractint@lists.xmission.com
  776. Get Commands:   majordomo@lists.xmission.com "help"
  777. Administrator:  twegner@phoenix.net
  778. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  779.  
  780. ------------------------------
  781.  
  782. Date: Sat, 13 Feb 1999 01:04:10 -0500
  783. From: Paul Derbyshire <pderbysh@usa.net>
  784. Subject: Re: (fractint) What's up with the list?
  785.  
  786. At 07:11 PM 2/12/99 -0800, you wrote:
  787. >Just because the original authors of Fractint chose to make the code
  788. >open and freely available doesn't mean that everyone who writes software
  789. >should follow suit.  UF is an outstanding program and Frederik has done
  790. >a fantastic job of developing it and incorporating the suggestions and
  791. >comments of the beta testers...
  792.  
  793. ...only to then discriminate against the poor, the students, and everyone
  794. who has a bankruptcy in their records 7 years young or younger.
  795. Software should be equally available to everyone with a computer regardless
  796. of their means, because it can easily be distributed to everyone with a
  797. computer.
  798. As a compromise, it should certainly always be possible to obtain it easily
  799. and conveniently if you have the money, and shouldn't cost more than
  800. amortized cost of development plus distribution cost.
  801. Requiring someone use a credit card to get something makes it inaccessible
  802. to some people that can afford it and by all rights should be able to get
  803. it quickly and conveniently.
  804. Requiring someone use a credit card to get something is wrong and violates
  805. the constitution of nearly all decent free countries.
  806. Remember the recent ruling that struck down a law that would have required
  807. people have a credit card to view online porn and to access sexual medical
  808. information and so forth, as proof of age? It was struck down because it
  809. was discriminatory and violated the first amendment in the US by making
  810. some constitutionally protected free speech available only to the elite
  811. (that is, people that are well to do, certainly not students anymore, and
  812. haven't been bankrupt).
  813.  
  814. Elitism must end. Especially this software elitism.
  815. Been bankrupt? A world of downloadable $$$-ware is beyond your grasp, even
  816. if you have the physical cash.
  817. Student? Unemployed? Still a minor? Forget it. You'll just have to stick to
  818. the expensive, overpriced software in the local computer retail which is
  819. available to people via ready cash.
  820. A victim of identity theft and credit fraud? Stick to nonags.com...forget
  821. about Paint Shop Pro, Ultra Fractal, and Adobe Acrobat.
  822. Unexpectedly laid off? The door to a lot of software just slammed shut.
  823.  
  824. It almost makes you want to try those $$$GET GOOD CREDIT INSTANTLY!!!$$$
  825. schemes just on the off chance they won't land you in prison.
  826. Or sneak off with your father's credit card...
  827.  
  828.  
  829. Credit cards must stop being a necessity for electronic commerce.
  830. We need a direct-debit system, where if you have the money in a bank
  831. account, you can buy online.
  832. And until that system is imposed, at the very least, it should all be free.
  833.  
  834. >IMO, it is worth twice the $35 shareware fee.
  835.  
  836. It is not fair though that there are people who physically have the $35 and
  837. still can't get it!
  838.  
  839.  
  840. - -- 
  841.    .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
  842. - -()  <  circles, and bark is not smooth, nor does lightning travel in a
  843.    `*'  straight line."    -------------------------------------------------
  844.         -- B. Mandelbrot  |http://surf.to/pgd.net
  845. _____________________ ____|________     Paul Derbyshire     pderbysh@usa.net
  846. Programmer & Humanist|ICQ: 10423848|
  847.  
  848. - --------------------------------------------------------------
  849. Thanks for using Fractint, The Fractals and Fractint Discussion List
  850. Post Message:   fractint@lists.xmission.com
  851. Get Commands:   majordomo@lists.xmission.com "help"
  852. Administrator:  twegner@phoenix.net
  853. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  854.  
  855. ------------------------------
  856.  
  857. Date: Sat, 13 Feb 1999 01:46:28 -0500 (EST)
  858. From: aq936@freenet.carleton.ca (Michael Traynor)
  859. Subject: Re: (fractint) What's up with the list?
  860.  
  861. Paul Derbyshire writes:
  862.  
  863. >...only to then discriminate against the poor, the students, and everyone
  864. >who has a bankruptcy in their records 7 years young or younger.
  865. >Software should be equally available to everyone with a computer regardless
  866. >of their means, because it can easily be distributed to everyone with a
  867. >computer.
  868.  
  869. Hmmmm, I'm sure anyone could use your computer.  Shall I send them over to
  870. play with it?
  871.  
  872. >As a compromise, it should certainly always be possible to obtain it easily
  873. >and conveniently if you have the money, and shouldn't cost more than
  874. >amortized cost of development plus distribution cost.
  875.  
  876. It would be my guess the Frederik will not get enough money off UF to pay
  877. him at a rate commensurate with the skill used for the time he will have
  878. spent on the program.  Only he (and perhaps the revenuers in the
  879. Netherlands) will know, as folk are oddly cagy about what they make (that
  880. kind of secrecy usually helps the folk buying labour, not selling it).
  881.  
  882. >Requiring someone use a credit card to get something makes it inaccessible
  883. >to some people that can afford it and by all rights should be able to get
  884. >it quickly and conveniently.
  885.  
  886. Well, one could always e-mail and ask if something like a postal money
  887. order would be acceptable.  I did, for UF, and they are.
  888.  
  889. >Requiring someone use a credit card to get something is wrong and violates
  890. >the constitution of nearly all decent free countries.
  891.  
  892. That is an interesting viewpoint, and I don't think the lack of references
  893. is due to inadvertance.
  894.  
  895. >Remember the recent ruling that struck down a law that would have required
  896. >people have a credit card to view online porn and to access sexual medical
  897. >information and so forth, as proof of age? It was struck down because it
  898. >was discriminatory and violated the first amendment in the US by making
  899. >some constitutionally protected free speech available only to the elite
  900. >(that is, people that are well to do, certainly not students anymore, and
  901. >haven't been bankrupt).
  902.  
  903. You need to learn that court decisions only stand for what they decide. 
  904. The court did not decide that the owner of a site could not charge for
  905. access and refuse to take any form of payment but credit card.  It ruled
  906. that site owners could not be required by law to require credit card info
  907. up front before showing anything.  Two very different things.
  908.  
  909. >Elitism must end. Especially this software elitism.
  910.  
  911. By all means, take the bull by the horns and produce free software for
  912. others to use and so squeeze out those who would sell it.  There actually
  913. is a group of folk doing just that.  Putting their efforts where their
  914. metaphorical mouth is.
  915.  
  916.  
  917. - --
  918. Mike Traynor
  919.  
  920. People who like this sort of thing will find this the sort of thing they like.
  921.     Abraham Lincoln
  922.  
  923. - --------------------------------------------------------------
  924. Thanks for using Fractint, The Fractals and Fractint Discussion List
  925. Post Message:   fractint@lists.xmission.com
  926. Get Commands:   majordomo@lists.xmission.com "help"
  927. Administrator:  twegner@phoenix.net
  928. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  929.  
  930. ------------------------------
  931.  
  932. Date: Sat, 13 Feb 1999 03:57:40 -0500
  933. From: Paul Derbyshire <pderbysh@usa.net>
  934. Subject: Re: (fractint) What's up with the list?
  935.  
  936. At 01:46 AM 2/13/99 -0500, you wrote:
  937. >Well, one could always e-mail and ask if something like a postal money
  938. >order would be acceptable.  I did, for UF, and they are.
  939.  
  940. I seem to recall mentioning something about "quickly, conveniently, and
  941. easily"... messing with snail mail, paying extra for stamps and envelopes,
  942. and waiting for however long the snail mail takes (if it gets there at
  943. all!) doesn't strike me as "quickly, conveniently, and easily".
  944.  
  945. I think if a person has the right to something (because, for instance, they
  946. have the money) then they have the right to obtain it as quickly,
  947. conveniently, and easily as everyone else.
  948.  
  949. >That is an interesting viewpoint, and I don't think the lack of references
  950. >is due to inadvertance.
  951.  
  952. Lack of references? I cited in detail a recent event where a court struck
  953. down a law that would have made something available only to the People With
  954. Credit.
  955.  
  956. >By all means, take the bull by the horns and produce free software for
  957. >others to use and so squeeze out those who would sell it.  There actually
  958. >is a group of folk doing just that.  Putting their efforts where their
  959. >metaphorical mouth is.
  960.  
  961. I plan to. :-)
  962.  
  963. - -- 
  964.    .*.  "Clouds are not spheres, mountains are not cones, coastlines are not
  965. - -()  <  circles, and bark is not smooth, nor does lightning travel in a
  966.    `*'  straight line."    -------------------------------------------------
  967.         -- B. Mandelbrot  |http://surf.to/pgd.net
  968. _____________________ ____|________     Paul Derbyshire     pderbysh@usa.net
  969. Programmer & Humanist|ICQ: 10423848|
  970.  
  971. - --------------------------------------------------------------
  972. Thanks for using Fractint, The Fractals and Fractint Discussion List
  973. Post Message:   fractint@lists.xmission.com
  974. Get Commands:   majordomo@lists.xmission.com "help"
  975. Administrator:  twegner@phoenix.net
  976. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  977.  
  978. ------------------------------
  979.  
  980. Date: Sat, 13 Feb 1999 10:30:35 -0800
  981. From: "Marie Drozdis" <mariedrozdis@att.net>
  982. Subject: RE: (fractint) What's up with the list?
  983.  
  984. Paul, if you want software free, the answer is simple. Write your own
  985. programs.  No one needs to feel entitled to other's work when they can do
  986. their own. If you don't know how to program, there are books at the library
  987. to get you started.
  988.  
  989. M  :)
  990.  
  991.  
  992. - --------------------------------------------------------------
  993. Thanks for using Fractint, The Fractals and Fractint Discussion List
  994. Post Message:   fractint@lists.xmission.com
  995. Get Commands:   majordomo@lists.xmission.com "help"
  996. Administrator:  twegner@phoenix.net
  997. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  998.  
  999. ------------------------------
  1000.  
  1001. Date: Sat, 13 Feb 1999 16:48:05 +0100
  1002. From: JOAN <savo@lleida.com>
  1003. Subject: (fractint) Bifurcations
  1004.  
  1005. Hi,
  1006. I wrote before but am not sure that the purpose of my query was clear. I
  1007. want to do bifurcations with Fractint, inserting specific values in
  1008. place of the ones given for growth factor, population, etc. If is
  1009. possible and someone can tell me how to do it, I would be grateful.
  1010. joan duran
  1011.  
  1012.  
  1013. - --------------------------------------------------------------
  1014. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1015. Post Message:   fractint@lists.xmission.com
  1016. Get Commands:   majordomo@lists.xmission.com "help"
  1017. Administrator:  twegner@phoenix.net
  1018. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1019.  
  1020. ------------------------------
  1021.  
  1022. Date: Sat, 13 Feb 1999 16:48:05 +0100
  1023. From: JOAN <savo@lleida.com>
  1024. Subject: (fractint) Bifurcations
  1025.  
  1026. Hi,
  1027. I wrote before but am not sure that the purpose of my query was clear. I
  1028. want to do bifurcations with Fractint, inserting specific values in
  1029. place of the ones given for growth factor, population, etc. If is
  1030. possible and someone can tell me how to do it, I would be grateful.
  1031. joan duran
  1032.  
  1033.  
  1034. - --------------------------------------------------------------
  1035. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1036. Post Message:   fractint@lists.xmission.com
  1037. Get Commands:   majordomo@lists.xmission.com "help"
  1038. Administrator:  twegner@phoenix.net
  1039. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1040.  
  1041. ------------------------------
  1042.  
  1043. Date: Sat, 13 Feb 1999 10:55:23 -0600
  1044. From: "Damien M. Jones" <dmj@fractalus.com>
  1045. Subject: Re: (fractint) What's up with the list?
  1046.  
  1047. Paul,
  1048.  
  1049.  - Ultra Fractal is timebombware. It should by all rights be free and open
  1050.  - source. :P
  1051.  
  1052. You and I have covered this in private e-mail before. For some reason you
  1053. labor under the impression that you, simple by virtue of your existence,
  1054. are *entitled* to help yourself to the work of everyone else, for free.
  1055.  
  1056. You can pay for Ultra Fractal (and most other shareware!) by sending a
  1057. check or money order to the author. How DARE you whine that it's "too much
  1058. trouble" to mess with stamps and writing a check! Do you think the world is
  1059. here to coddle you? Do you whine that your groceries must be delivered to
  1060. your door, because it's too much trouble for you to go to the supermarket
  1061. to pick them up?
  1062.  
  1063. It's time you shed this infantile attitude that you can help yourself to
  1064. everything in the world. Frederik took the opportunity to develop a fine
  1065. piece of software. If he wants to charge for his labors, he is entitled to
  1066. do so. Plain and simple. When you do the work, you can decide whether to
  1067. give it away or sell it, but don't even THINK about presuming to dictate to
  1068. someone else.
  1069.  
  1070. I suspect once you get out of school and into the real world, you will
  1071. understand the value of work. There are some things you really don't learn
  1072. in school.
  1073.  
  1074. Damien M. Jones   \\
  1075. dmj@fractalus.com  \\  Fractalus Galleries & Info:
  1076.                     \\  http://www.fractalus.com/
  1077.  
  1078. Please do not post my e-mail address on a web site or
  1079. in a newsgroup.  Thank you.
  1080.  
  1081. - --------------------------------------------------------------
  1082. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1083. Post Message:   fractint@lists.xmission.com
  1084. Get Commands:   majordomo@lists.xmission.com "help"
  1085. Administrator:  twegner@phoenix.net
  1086. Unsubscribe:    majordomo@lists.xmission.com "unsubscribe fractint"
  1087.  
  1088. ------------------------------
  1089.  
  1090. End of fractint-digest V1 #362
  1091. ******************************
  1092.  
  1093.