home *** CD-ROM | disk | FTP | other *** search
/ ftp.xmission.com / 2014.06.ftp.xmission.com.tar / ftp.xmission.com / pub / lists / fractint / archive / v01.n029 < prev    next >
Internet Message Format  |  1997-10-12  |  42KB

  1. From: fractint-owner@xmission.com (fractint Digest)
  2. To: fractint-digest@xmission.com
  3. Subject: fractint Digest V1 #29
  4. Reply-To: fractint@xmission.com
  5. Sender: fractint-owner@xmission.com
  6. Errors-To: fractint-owner@xmission.com
  7. Precedence: 
  8.  
  9.  
  10. fractint Digest        Monday, October 13 1997        Volume 01 : Number 029
  11.  
  12.  
  13.  
  14. In this issue:
  15.  
  16.     Re: (fractint) Remove Int math ?
  17.     (fractint) Long awaited New Nuke Fractal (absolutely Free!)
  18.     Re: (fractint) Remove Int math ?
  19.     Re: (fractint) And now the PAR you've all been WAITING FOR!
  20.     Re: (fractint) Integer v. float
  21.     Re: (fractint) And now the PAR you've all been WAITING FOR!
  22.     (fractint) Subject is irrelevant - you will be assimilated!
  23.     Re: (fractint) Subject is irrelevant - you will be assimilated!
  24.     Re: (fractint) Subject is irrelevant - you will be assimilated!
  25.     (fractint) Why not Java?
  26.     Re: (fractint) Why not Java?
  27.     Re: (fractint) Subject is irrelevant - you will be assimilated!
  28.     Re: (fractint) Why not Java?
  29.     (fractint) old user, new problem
  30.     Re: (fractint) Why not Java?
  31.     Re: (fractint) Why not Java?
  32.     Re: (fractint) Why not Java? (Paul's response)
  33.     Re: (fractint) old user, new problem
  34.  
  35. See the end of the digest for information on subscribing to the fractint
  36. or fractint-digest mailing lists and on how to retrieve back issues.
  37.  
  38. ----------------------------------------------------------------------
  39.  
  40. Date: Sat, 11 Oct 1997 09:08:47 -0500
  41. From: newstedclan@juno.com
  42. Subject: Re: (fractint) Remove Int math ?
  43.  
  44. Hey Sylvie, 
  45. I tried to run "rand_generic" and got an "undefined function" error
  46. indicating that "3D" was unefined. What did I do wrong?
  47.  
  48.  
  49. "...God is in the details..." Linus C. Pauling
  50.  
  51. Nuke
  52.  
  53. On Fri, 10 Oct 1997 14:00:54 -0400 Sylvie Gallet
  54. <Sylvie_Gallet@compuserve.com> writes:
  55.  
  56. >>>  frm:rand_generic {  ; ****   PARAMETER 1 MUST BE > 0   ****
  57. >>>                ; Thierry Boudet 101355.2112ompuserve.com
  58. >>>                ; 19 Juillet 1997
  59. >>>                z =3D rand:
  60. >>>                z =3D fn1(z) + fn2(pixel);
  61. >>>                |z| <=3D real(p1)
  62. >>>                }
  63.  
  64. >  The following formula works with float=3Dyes:
  65. >
  66. >frm:rand_generic {  ; ****   PARAMETER 1 MUST BE > 0   ****
  67. >                ; Thierry Boudet 101355.2112ompuserve.com
  68. >                ; 19 Juillet 1997
  69. >                z =3D srand(z):
  70. >                z =3D fn1(z) + fn2(pixel);
  71. >                |z| <=3D real(p1)
  72. >                }
  73. >
  74. >  Cheers,
  75. >
  76. >        - Sylvie
  77.  
  78. - ------------------------------------------------------------
  79. Thanks for using Fractint, The Fractals and Fractint Discussion List
  80. Post Message:   fractint@xmission.com
  81. Get Commands:   majordomo@xmission.com "help"
  82. Administrator:  twegner@phoenix.net
  83. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  84.  
  85. ------------------------------
  86.  
  87. Date: Sat, 11 Oct 1997 09:08:15 -0500
  88. From: newstedclan@juno.com
  89. Subject: (fractint) Long awaited New Nuke Fractal (absolutely Free!)
  90.  
  91. Here is another (:|) Free M.L. Newsted Jr. Fractal!
  92. Any comments?
  93.  
  94. SnakeHead (xaxis) { ; M.L. Newsted Jr.
  95.     z = 0
  96.     c = pixel:
  97.  
  98.     z = sqrt(z) / sqrt(c) + c
  99.     |z| < 4
  100.     }
  101.  
  102. I like to ask another set of simple questions:
  103. Am I right in assuming the following about the operation of "snakehead":
  104. z= 0 sets the value of z to (0,0) or (0 + 0i)
  105. then c = equals pixel sets the value of c to the x,y coordinate of the
  106. upper left corner of my screen where x and y form the  values for the
  107. real and imaginary parts of c (516,359) for a setting of 1024X768.
  108. Then, It takes the square root of z (which would be 0) divides by the
  109. square root of c (which gives it zero) and then adds c to it which then
  110. makes z = (516, 359)
  111.  
  112. Now, then does fractint start over at the top with z=(516,359) and
  113. c=(515,359) or am I totally off base?
  114. And if that is right, why do I not get a "divide by zero" error? Or is
  115. that allowed in Fractint?
  116. I've read the first half of the frm.tut that came with fractint and I
  117. think I'm on the right track, but any help would be appreciated.
  118.  
  119.  
  120. I know it's not very chaotic (deep zooming is uneventful) but I though it
  121. had a rather interesting shape.
  122. Happy Fractaling,
  123.  
  124. "...God is in the details..." Linus C. Pauling
  125.  
  126. Nuke
  127.  
  128. - ------------------------------------------------------------
  129. Thanks for using Fractint, The Fractals and Fractint Discussion List
  130. Post Message:   fractint@xmission.com
  131. Get Commands:   majordomo@xmission.com "help"
  132. Administrator:  twegner@phoenix.net
  133. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  134.  
  135. ------------------------------
  136.  
  137. Date: Sat, 11 Oct 1997 10:14:57 -0400 (EDT)
  138. From: A M Kelley <amkelley@freenet.columbus.oh.us>
  139. Subject: Re: (fractint) Remove Int math ?
  140.  
  141. Nuke...go through that frm you got from Sylvie and take out all the 3D's,
  142. which are artifacts of the Juno mail reader and aren't supposed to be
  143. there. Leave the equal signs. --Alice
  144.  
  145.  
  146.  
  147. - ------------------------------------------------------------
  148. Thanks for using Fractint, The Fractals and Fractint Discussion List
  149. Post Message:   fractint@xmission.com
  150. Get Commands:   majordomo@xmission.com "help"
  151. Administrator:  twegner@phoenix.net
  152. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  153.  
  154. ------------------------------
  155.  
  156. Date: Sat, 11 Oct 1997 10:07:54 -0500
  157. From: newstedclan@juno.com
  158. Subject: Re: (fractint) And now the PAR you've all been WAITING FOR!
  159.  
  160. Hey Paul!
  161. I tried your frm and par files. Really cool! Some were really slow too.
  162.  
  163. PrecognaM (XAXIS) {
  164.   ; p1 is Julia parameter.
  165.   z=0,p=0,c=pixel:
  166.   t=sqr(p)*p+sqr(z)+c
  167.   p=z
  168.   z=t,
  169.   lastsqr<=2048
  170. }
  171.  
  172. I have a similar .frm
  173.  
  174. FatHeart (xaxis) { ; M.L. Newsted Jr.
  175.     z = pixel / (pixel-1)
  176.     c = pixel:
  177.  
  178.     z = z*z + c
  179.     |z| < 4
  180.     }
  181. Which seems to have a more detailed result. 
  182. And could you explain lastsqr<=2048? Is that some sort of bailout?
  183. AAANNNDD, where did you get the gold/purpley .map?
  184. Did you write it? Or did you just keep cycling the colors with <enter>
  185. until you found something you liked and saved it as a .map?
  186. I have thought about trying to write a custom .map but it seem so
  187. tedious!
  188.  
  189.  
  190. "...God is in the details..." Linus C. Pauling
  191.  
  192. Nuke
  193.  
  194. - ------------------------------------------------------------
  195. Thanks for using Fractint, The Fractals and Fractint Discussion List
  196. Post Message:   fractint@xmission.com
  197. Get Commands:   majordomo@xmission.com "help"
  198. Administrator:  twegner@phoenix.net
  199. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  200.  
  201. ------------------------------
  202.  
  203. Date: Sat, 11 Oct 1997 12:43:16 -0400 (EDT)
  204. From: ijk@sas.upenn.edu (Ian J Kaplan)
  205. Subject: Re: (fractint) Integer v. float
  206.  
  207.    Clearly we can sit here for a long, long time arguing about what 
  208. compination if int and FPU instructions is fastest on what chip. But 
  209. unless someone is prepared to reoptimize fractint for every new processor 
  210. released, it hardly matters. The question is: is there ever a situation 
  211. where int math is MUCH faster? if not, the portability and generic-ness 
  212. of floating-point math gives it an awfully big overall advantage: we can 
  213. take the code, stick it into optimizing compiler X on system Y, compile, 
  214. and have a reasonable approximation of the fastest we can get it on the 
  215. system. And if someone wants to rewrite that for a specific machine, 
  216. they're welcome to, but no one HAS to in order to be able to run fractint 
  217. on that machine.
  218.  
  219.  
  220. - ------------------------------------------------------------
  221. Thanks for using Fractint, The Fractals and Fractint Discussion List
  222. Post Message:   fractint@xmission.com
  223. Get Commands:   majordomo@xmission.com "help"
  224. Administrator:  twegner@phoenix.net
  225. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  226.  
  227. ------------------------------
  228.  
  229. Date: Sat, 11 Oct 1997 18:04:51 -0400 (EDT)
  230. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  231. Subject: Re: (fractint) And now the PAR you've all been WAITING FOR!
  232.  
  233. >
  234. >Hey Paul!
  235. >I tried your frm and par files. Really cool! Some were really slow too.
  236.  
  237. Heh. the best ones usually are. :-)
  238.  
  239. >I have a similar .frm
  240. >
  241. >FatHeart (xaxis) { ; M.L. Newsted Jr.
  242. >    z = pixel / (pixel-1)
  243. >    c = pixel:
  244. >
  245. >    z = z*z + c
  246. >    |z| < 4
  247. >    }
  248. >Which seems to have a more detailed result. 
  249.  
  250. Funky...
  251.  
  252. >And could you explain lastsqr<=2048? Is that some sort of bailout?
  253.  
  254. yup.
  255.  
  256. >AAANNNDD, where did you get the gold/purpley .map?
  257. >Did you write it? Or did you just keep cycling the colors with <enter>
  258. >until you found something you liked and saved it as a .map?
  259.  
  260. I wrote it... :)
  261.  
  262. >I have thought about trying to write a custom .map but it seem so
  263. >tedious!
  264.  
  265. hmm. You'll get the hang of it...
  266.  
  267. >
  268.  
  269. - --
  270.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  271.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  272.     `*'  bulk candy section...because variety is the spice of life... [me]
  273. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  274.  
  275. - ------------------------------------------------------------
  276. Thanks for using Fractint, The Fractals and Fractint Discussion List
  277. Post Message:   fractint@xmission.com
  278. Get Commands:   majordomo@xmission.com "help"
  279. Administrator:  twegner@phoenix.net
  280. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  281.  
  282. ------------------------------
  283.  
  284. Date: Sun, 12 Oct 1997 09:21:30 -0400
  285. From: "Robin Y. Millette" <millette@generation.net>
  286. Subject: (fractint) Subject is irrelevant - you will be assimilated!
  287.  
  288. - ------ =_NextPart_000_01BCD6F1.BA09D440
  289. Content-Type: text/plain; charset="us-ascii"
  290. Content-Transfer-Encoding: quoted-printable
  291.  
  292. Talk about new ways to make friends :)
  293.  
  294. When I first suscribed to this mailing list, I never expected so much =
  295. mail! I was wondering: is there was a specific mailing list for =
  296. developpers?
  297.  
  298. Three little questions...
  299.     I'm using Fractint 19.6 in a dos box (4dos, actually :) thru Windows =
  300. 95... When I open a dos box, I find out I have 617k of conventionnal =
  301. memory left (not bad I think...). So here is my terrible question: why =
  302. can't I shell to Dos from Fractint? Wherever I am, (menu or image...), I =
  303. hit 'D' but I end up calculating the current image...
  304.  
  305.     Secondly: fractint makedoc[=3Dfilename]... I've tested with =
  306. filename=3Dcon, and as expected, the doc scroll quickly on my display... =
  307. Shouldn't a 'more' pipe give me screen by screen? Actually, I am using =
  308. List 9.1m (Vernon Buerg) with the '/s' option, which should do exactly =
  309. the same thing...
  310.  
  311.     Lastly: what's the deal with "True Color" modes??? I've got a normal =
  312. SVGA card... (Cirrus 5434 if you insist, with 1 little meg...)
  313.  
  314. Any clarifications would be greatly appreciated! (btw, I know I can just =
  315. as well (even preferably) open a new Dos box instead of shelling from =
  316. Fractint... but why isn't it working?
  317.  
  318. My 0.02$ about ints/floats/32bit... although it pretty much has been =
  319. said allready: while there is no significant advantage to support ints =
  320. any longer, it might become important again in the future... so simply =
  321. backup that code for now. 32 bit? Is that really a question?
  322.  
  323. That it for now...
  324.  
  325. CIAO!
  326.  
  327. '   '         '       '     '   '     '       '         '   '
  328. Robin Y. Millette                            ICQ uin: 1266281
  329. Waglo Institution         http://www.generation.net/~millette
  330. Answer the Bovine Call!   DIFT: http://imail.org/Digidome-rc5
  331. - ------ =_NextPart_000_01BCD6F1.BA09D440
  332. Content-Type: application/ms-tnef
  333. Content-Transfer-Encoding: base64
  334.  
  335. eJ8+IhANAQaQCAAEAAAAAAABAAEAAQeQBgAIAAAA5AQAAAAAAADoAAEIgAcAGAAAAElQTS5NaWNy
  336. b3NvZnQgTWFpbC5Ob3RlADEIAQ2ABAACAAAAAgACAAEEkAYA1AEAAAEAAAAQAAAAAwAAMAIAAAAL
  337. AA8OAAAAAAIB/w8BAAAAUwAAAAAAAACBKx+kvqMQGZ1uAN0BD1QCAAAAAGZyYWN0aW50QG1haWwu
  338. eG1pc3Npb24uY29tAFNNVFAAZnJhY3RpbnRAbWFpbC54bWlzc2lvbi5jb20AAB4AAjABAAAABQAA
  339. AFNNVFAAAAAAHgADMAEAAAAbAAAAZnJhY3RpbnRAbWFpbC54bWlzc2lvbi5jb20AAAMAFQwBAAAA
  340. AwD+DwYAAAAeAAEwAQAAAB0AAAAnZnJhY3RpbnRAbWFpbC54bWlzc2lvbi5jb20nAAAAAAIBCzAB
  341. AAAAIAAAAFNNVFA6RlJBQ1RJTlRATUFJTC5YTUlTU0lPTi5DT00AAwAAOQAAAAALAEA6AQAAAB4A
  342. 9l8BAAAAGwAAAGZyYWN0aW50QG1haWwueG1pc3Npb24uY29tAAACAfdfAQAAAFMAAAAAAAAAgSsf
  343. pL6jEBmdbgDdAQ9UAgAAAABmcmFjdGludEBtYWlsLnhtaXNzaW9uLmNvbQBTTVRQAGZyYWN0aW50
  344. QG1haWwueG1pc3Npb24uY29tAAADAP1fAQAAAAMA/18AAAAAAgH2DwEAAAAEAAAAAAAAAklsAQSA
  345. AQAxAAAAU3ViamVjdCBpcyBpcnJlbGV2YW50IC0geW91IHdpbGwgYmUgYXNzaW1pbGF0ZWQhAIIR
  346. AQWAAwAOAAAAzQcKAAwACQAVAB4AAAAmAQEggAMADgAAAM0HCgAMAAgAKQAfAAAAOgEBCYABACEA
  347. AAAxQzIxOUY5NDBCRDdCQzExOEI3NTU2MzRCRTU1QThDRABABwEDkAYAEAoAACIAAAALAAIAAQAA
  348. AAsAIwABAAAAAwAmAAAAAAALACkAAQAAAAMALgAAAAAAAgExAAEAAADjAAAAUENERkVCMDkAAQAC
  349. AE0AAAAAAAAAOKG7EAXlEBqhuwgAKypWwgAAbXNwc3QuZGxsAAAAAABOSVRB+b+4AQCqADfZbgAA
  350. AEM6XEV4Y2hhbmdlXG1haWxib3gucHN0ABgAAAAAAAAAe3HiLqye0BGUkERFU1QAAKKAAAAAAAAA
  351. GAAAAAAAAAB7ceIurJ7QEZSQREVTVAAAYowAABAAAAAcIZ+UC9e8EYt1VjS+VajNMQAAAFN1Ympl
  352. Y3QgaXMgaXJyZWxldmFudCAtIHlvdSB3aWxsIGJlIGFzc2ltaWxhdGVkIQAAAwA2AAAAAABAADkA
  353. QCmiwBHXvAEeAHAAAQAAADEAAABTdWJqZWN0IGlzIGlycmVsZXZhbnQgLSB5b3Ugd2lsbCBiZSBh
  354. c3NpbWlsYXRlZCEAAAAAAgFxAAEAAAAWAAAAAbzXEbyaStR74ULdEdGUkZyv94LQfgAAHgAeDAEA
  355. AAAFAAAAU01UUAAAAAAeAB8MAQAAABgAAABtaWxsZXR0ZUBnZW5lcmF0aW9uLm5ldAADAAYQJx/Q
  356. lwMABxDrBAAAHgAIEAEAAABlAAAAVEFMS0FCT1VUTkVXV0FZU1RPTUFLRUZSSUVORFM6KVdIRU5J
  357. RklSU1RTVVNDUklCRURUT1RISVNNQUlMSU5HTElTVCxJTkVWRVJFWFBFQ1RFRFNPTVVDSE1BSUxJ
  358. V0FTV09ORAAAAAACAQkQAQAAAOkFAADlBQAAUAgAAExaRnVkMBb8AwAKAHJjcGcxMjUGMgD4C2Bu
  359. ZzMwODo0AfcgAqQD4wIAY2jBCsBzZXQwIAcTAoMHAFAEVRDZTHVjaWTcYSAIUACABvBlAoMOUKEQ
  360. dnBycTIRdn0KgNkIyCA7CW8OMDUCgAqBNxNwAFALA2MAQQ8CMTAkMzMLpiBUB0BrIBcBoAhgBUBu
  361. B9F3YXkRBCB0byAAwGtlIJMDUAiQbmQEIDopCqKTCoQKgFdoCfAgSRwApmkRIAVAc3UE8mIJgHkb
  362. gnRoBAAbsQMQC4BntiAfkB4QLB2xGwB2BJDQIGV4cAWQdB6xFADrG7ATcGgfUyEdsRtABCDOdwIg
  363. BIEfoTogHzEfEO8EkBvwIlITsHMg4QaQDeC/H1scAAWxAQAggAkAcCDg5REgPxy6VGgJ0R/RAkBZ
  364. FCAgcQpQHhBpE+EujyiwHLUBkR2wJ20gHlA5H6JGcgDQKGACMCAxODkuNiMwA6ATsGRvwwQgBuB4
  365. ICg0K2EgIGUqUXUHQGx5HIEfAXJYdSBXC4ArYHcEIDn+NSixLVAdhCYgHZErRyAifx3gHFAuoBrR
  366. HcARACCAIIg2MTcagG9mIAWgbm4ggAIwKHFuB0AbsGU9BGByLMAUIAGAK9BubzkFQGJhHsAdwB8R
  367. bmv1KLEpLiBTG6Ajgx8yLMCdIRByHoEn+SMgd2gswOpjAHAnMEJzHYAsoBuC7kQrcQNSKic/LjIJ
  368. cCCCqR3AYW0gICgHgG4tQOMFsQdwYWdlM/IgIh8g8QVAJ0QnK5AwMxxBKcDicDaRbGN1C2AqcR/A
  369. /yNxMUAIcAlwKpE6Zhy6KUP7BmAxUWQssCMgA1AqVRvC8StgY1s9HeAUIDHwB4D+XS4CKZAwoSEQ
  370. HhAesQPw9x8QHdFBdD0xUSwxL/EiYf8gxiAgPUJBAR4wBQAG8AMguyggDeBrLLECIDTyZAQAJQtR
  371. eS4CU2gIYGxkrzbCE7ApoAWwZTuQcAUg+RvwZ2kwoQeARZIJ4SuQ9yzASaQ4wEEsZSAiOZApxZZM
  372. JVIq0DEpsChWBJHlRpFCClByZyzwQuM9QvgnL3M7kCYgKGIgIDZg/w3gIbA3IEfCK1EgsSpRLLFt
  373. PUJzQaEzk2c+XylhTO8iYFBBNkI84CcjUyXBMgF5QuMiVC0wG/AIUAkBIt8bsARxJnBVkEIUZzMR
  374. E7ANMwByAMADIFNWR0HnNpELIC4CKEMd8C0wBCCwNTQzNCMwMTB5CGDvKwEAkCACQuMxJ6YHgFFS
  375. +RyrQW42gQtgBoEN4Dzh/xPhIoFPkh6gSRAJcDzgLLF+YSYwCXATgDzgCYAiECjoYnR3ICJrMwAH
  376. 4B3AeTahIGoeUEghInE3Qij3IHEDoF3xZgSQAaAssCzw/y61GwI3siuiWQEhEDNRMSH/NyMfojf7
  377. LgI7sjZiBAA2wrM7QSKQcmsfoSaLTSzAYDAuMDIkGpUqgXMaLw7wbzzgaLAzMmLfJ8AuAgdAHxAI
  378. YGchsDtB/13xAkAswCGDEQArgUnSUMDrE5BpwWxdYWRS80FhI2XnHzEzAB4waWcDAFwiKpH9M1B2
  379. bnE6gRuCHkAmMAkR32hzRAEygQIgOpByICA7QfptbgBoMyEFkUlxB3Bvst1uc2cLcSsCPUJmGtAI
  380. cP86oiFCAJByICyxM0BGQDxR/x8QPOAxQQEAJYNfMS4gaUD/K5AnwFWxI1J1UV1hLKITsP8oJiaN
  381. dVE7QXXWUX0YtQFADw8GEgML8FhwQ0lBT/4hHLo7kH3wfeJ+NH4mfiR/feh+zH9nHLQIAGlgA6BZ
  382. /S4gTQMQFCACQBvwgy+D2HhJQ1EpwAuAIyAOIDb4NjI4GJMdUTqACQAdsP9jASfAGtAocX43GPM8
  383. wDBwQQJAcDovL3eI0C4vOpAbACpAKGIuGwB0L/5+cUCCxHtzPMABQFtFA+DjIJE9QkJvdguAVLEs
  384. kcMiEICQRElGVCMgh+2LOmEDEC4FsGcvRG4AwxOQcdEtcmM1e3cZg7OK4hSDMTYctBXxAJHwAAAA
  385. AwAQEAAAAAADABEQAAAAAAMAgBD/////QAAHMMBu3CoM17wBQAAIMMBu3CoM17wBCwABgAggBgAA
  386. AAAAwAAAAAAAAEYAAAAAA4UAAAAAAAADAAOACCAGAAAAAADAAAAAAAAARgAAAAAQhQAAAAAAAAMA
  387. BoAIIAYAAAAAAMAAAAAAAABGAAAAAFKFAAC3DQAAHgAmgAggBgAAAAAAwAAAAAAAAEYAAAAAVIUA
  388. AAEAAAAEAAAAOC4wAAMAJ4AIIAYAAAAAAMAAAAAAAABGAAAAAAGFAAAAAAAACwAwgAggBgAAAAAA
  389. wAAAAAAAAEYAAAAADoUAAAAAAAADADGACCAGAAAAAADAAAAAAAAARgAAAAARhQAAAAAAAAMAM4AI
  390. IAYAAAAAAMAAAAAAAABGAAAAABiFAAAAAAAAHgBCgAggBgAAAAAAwAAAAAAAAEYAAAAANoUAAAEA
  391. AAABAAAAAAAAAB4AQ4AIIAYAAAAAAMAAAAAAAABGAAAAADeFAAABAAAAAQAAAAAAAAAeAESACCAG
  392. AAAAAADAAAAAAAAARgAAAAA4hQAAAQAAAAEAAAAAAAAAHgA9AAEAAAABAAAAAAAAAAMADTT9NwAA
  393. CrI=
  394.  
  395. - ------ =_NextPart_000_01BCD6F1.BA09D440--
  396.  
  397.  
  398. - ------------------------------------------------------------
  399. Thanks for using Fractint, The Fractals and Fractint Discussion List
  400. Post Message:   fractint@xmission.com
  401. Get Commands:   majordomo@xmission.com "help"
  402. Administrator:  twegner@phoenix.net
  403. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  404.  
  405. ------------------------------
  406.  
  407. Date: Sun, 12 Oct 1997 23:17:13 -0400 (EDT)
  408. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  409. Subject: Re: (fractint) Subject is irrelevant - you will be assimilated!
  410.  
  411. >Talk about new ways to make friends :)
  412. >
  413. >When I first suscribed to this mailing list, I never expected so much =
  414. >mail! I was wondering: is there was a specific mailing list for =
  415. >developpers?
  416.  
  417. Dunno. Why do you end every line with "="?
  418.  
  419. >Three little questions...
  420. >    I'm using Fractint 19.6 in a dos box (4dos, actually :) thru Windows =
  421. >95... When I open a dos box, I find out I have 617k of conventionnal =
  422. >memory left (not bad I think...). So here is my terrible question: why =
  423. >can't I shell to Dos from Fractint? Wherever I am, (menu or image...), I =
  424. >hit 'D' but I end up calculating the current image...
  425.  
  426. It does this to me too in Win 95 on my 486dx2 50 with 8 megs ram. It
  427. doesn't on my *new P166 with 32 megs RAM ;) ;) ;)*... so it has something
  428. to do with ram/speed.
  429.  
  430.  
  431. [Smallish binary snipped]
  432.  
  433. I think it's poor netiquette(?) to post binaries here... PAR files and
  434. formulas are welcome though.
  435.  
  436. - --
  437.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  438.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  439.     `*'  bulk candy section...because variety is the spice of life... [me]
  440. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  441.  
  442. - ------------------------------------------------------------
  443. Thanks for using Fractint, The Fractals and Fractint Discussion List
  444. Post Message:   fractint@xmission.com
  445. Get Commands:   majordomo@xmission.com "help"
  446. Administrator:  twegner@phoenix.net
  447. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  448.  
  449. ------------------------------
  450.  
  451. Date: Sun, 12 Oct 1997 23:00:37 -0500
  452. From: "Justin A. Kolodziej" <4wg7kolodzie@vms.csd.mu.edu>
  453. Subject: Re: (fractint) Subject is irrelevant - you will be assimilated!
  454.  
  455. - --------------27BC8E52AEB4842B4E4212CB
  456. Content-Type: text/plain; charset=us-ascii
  457. Content-Transfer-Encoding: 7bit
  458.  
  459. > I think it's poor netiquette(?) to post binaries here... PAR files and
  460. > formulas are welcome though.
  461.  
  462. Probably, especially when some users (yours truly, to be exact) can't even open
  463. the darn thing... Netscape can't find a plugin that supports this file. What do I
  464. do, and is it even worth opening?
  465.  
  466. Justin K.
  467.  
  468. "I only use Windows because:
  469. 1.  Solaris isn't available for a PC :(
  470. 2.  I can't afford a Sun and I'd have to buy a server AND a workstation (I think)
  471. :( :*( :^(
  472. 3.  When's the last time YOU saw an X-Windows app in your local software store?!
  473. ;)"
  474. - -Me
  475.  
  476.  Justin Kolodziej is 4wg7kolodzie@vms.csd.mu.edu
  477.  
  478. - --------------27BC8E52AEB4842B4E4212CB
  479. Content-Type: text/html; charset=us-ascii
  480. Content-Transfer-Encoding: 7bit
  481.  
  482. <HTML>
  483.  
  484. <BLOCKQUOTE TYPE=CITE>I think it's poor netiquette(?) to post binaries
  485. here... PAR files and
  486. <BR>formulas are welcome though.</BLOCKQUOTE>
  487. Probably, especially when some users (yours truly, to be exact) can't even
  488. open the darn thing... Netscape can't find a plugin that supports this
  489. file. What do I do, and is it even worth opening?
  490.  
  491. <P>Justin K.
  492.  
  493. <P>"I only use Windows because:
  494. <BR>1.  Solaris isn't available for a PC :(
  495. <BR>2.  I can't afford a Sun and I'd have to buy a server AND a workstation
  496. (I think) :( :*( :^(
  497. <BR>3.  When's the last time YOU saw an X-Windows app in your local
  498. software store?! ;)"
  499. <BR>-Me
  500.  
  501. <P> Justin Kolodziej is <A HREF="mailto:4wg7kolodzie@vms.csd.mu.edu">4wg7kolodzie@vms.csd.mu.edu</A></HTML>
  502.  
  503. - --------------27BC8E52AEB4842B4E4212CB--
  504.  
  505.  
  506. - ------------------------------------------------------------
  507. Thanks for using Fractint, The Fractals and Fractint Discussion List
  508. Post Message:   fractint@xmission.com
  509. Get Commands:   majordomo@xmission.com "help"
  510. Administrator:  twegner@phoenix.net
  511. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  512.  
  513. ------------------------------
  514.  
  515. Date: Sun, 12 Oct 1997 23:36:32 -0500
  516. From: "Justin A. Kolodziej" <4wg7kolodzie@vms.csd.mu.edu>
  517. Subject: (fractint) Why not Java?
  518.  
  519. - --------------65D4AAA3C6E030479BD0A853
  520. Content-Type: text/plain; charset=us-ascii
  521. Content-Transfer-Encoding: 7bit
  522.  
  523. In the Integer v. Float thread, the suggestion was made to compile
  524. Fractint in the future using DJGPP.  This would produce a 32-bit DOS
  525. application AND have the advantage of being easily portable to other
  526. systems, assuming I remember the discussion correctly.
  527.  
  528. My response is:  Sure, go ahead with it for now.  But for a future
  529. release (Fractint 50 or thereabouts ;) )  why not rewrite the whole
  530. program in Java?  This would make the program universally useable (even
  531. on Macintosh(probably)).
  532.  
  533. Now before everyone goes complaining about how Java only works in a
  534. browser, Let me set the record straight about Java:  Java CAN be used to
  535. create normal stand-alone applications.  Doing this is explained in the
  536. docs you get when you download the Java Development Kit from Sun (YES,
  537. JAVA IS FREE! 8) You only have to pay if you want a development
  538. environment.)  Look through the tutorial thaat is available, they
  539. explain it to you.
  540.  
  541. Java even has arbitrary precision types built in (again, look through
  542. the docs -- this time under the predefined classes descriptions) which
  543. is seriously kewl.
  544.  
  545. There may only be a few problems with Java applications:
  546. 1. Speed.  Java is probably SLOW due to it still being an interpreted
  547. language.  Then again, there is the JIT (Just-in-Time) compiler, but I
  548. don't know if it has any relevancy to applications.
  549.  
  550. 2.  I don't know if plotting points to the screen works the same way in
  551. an applet as in an application.  I can't really find out either, because
  552. all the Java Mandelbrot programs I've seen are applets, not
  553. applications.  If not, you could always use a native class (a reference
  554. to some C++ code or any other programming language code) to do it.
  555.  
  556. Anyway, I should probably quit now, as it's getting late, and I have
  557. class at 8:00 tomorrow.  I'm sure you guys will be able to figure it all
  558. out by the 50th release ;).
  559.  
  560. Justin K.
  561.  
  562. "I only use Windows because:
  563. 1.  Solaris isn't available for a PC :(
  564. 2.  I can't afford a Sun and I'd have to buy a server AND a workstation
  565. (I think) :( :*( :^(
  566. 3.  When's the last time YOU saw an X-Windows app in your local software
  567. store?! ;)"
  568. - -Me
  569.  
  570.  Justin Kolodziej is  4wg7kolodzie@vms.csd.mu.edu
  571.  
  572.  
  573. - --------------65D4AAA3C6E030479BD0A853
  574. Content-Type: text/html; charset=us-ascii
  575. Content-Transfer-Encoding: 7bit
  576.  
  577. <HTML>
  578. In the Integer v. Float thread, the suggestion was made to compile Fractint
  579. in the future using DJGPP.  This would produce a 32-bit DOS application
  580. AND have the advantage of being easily portable to other systems, assuming
  581. I remember the discussion correctly.
  582.  
  583. <P>My response is:  Sure, go ahead with it for now.  But for
  584. a future release (Fractint 50 or thereabouts ;) )  why not rewrite
  585. the whole program in Java?  This would make the program universally
  586. useable (even on Macintosh(probably)).
  587.  
  588. <P>Now before everyone goes complaining about how Java only works in a
  589. browser, Let me set the record straight about Java:  Java CAN be used
  590. to create normal stand-alone applications.  Doing this is explained
  591. in the docs you get when you download the Java Development Kit from Sun
  592. (YES, JAVA IS FREE! 8) You only have to pay if you want a development environment.) 
  593. Look through the tutorial thaat is available, they explain it to you.
  594.  
  595. <P>Java even has arbitrary precision types built in (again, look through
  596. the docs -- this time under the predefined classes descriptions) which
  597. is seriously kewl.
  598.  
  599. <P>There may only be a few problems with Java applications:
  600. <BR>1. Speed.  Java is probably SLOW due to it still being an interpreted
  601. language.  Then again, there is the JIT (Just-in-Time) compiler, but
  602. I don't know if it has any relevancy to applications.
  603.  
  604. <P>2.  I don't know if plotting points to the screen works the same
  605. way in an applet as in an application.  I can't really find out either,
  606. because all the Java Mandelbrot programs I've seen are applets, not applications. 
  607. If not, you could always use a native class (a reference to some C++ code
  608. or any other programming language code) to do it.
  609.  
  610. <P>Anyway, I should probably quit now, as it's getting late, and I have
  611. class at 8:00 tomorrow.  I'm sure you guys will be able to figure
  612. it all out by the 50th release ;).
  613.  
  614. <P>Justin K.
  615.  
  616. <P>"I only use Windows because:
  617. <BR>1.  Solaris isn't available for a PC :(
  618. <BR>2.  I can't afford a Sun and I'd have to buy a server AND a workstation
  619. (I think) :( :*( :^(
  620. <BR>3.  When's the last time YOU saw an X-Windows app in your local
  621. software store?! ;)"
  622. <BR>-Me
  623.  
  624. <P> Justin Kolodziej is  <A HREF="mailto:4wg7kolodzie@vms.csd.mu.edu">4wg7kolodzie@vms.csd.mu.edu</A>
  625. <BR> </HTML>
  626.  
  627. - --------------65D4AAA3C6E030479BD0A853--
  628.  
  629.  
  630. - ------------------------------------------------------------
  631. Thanks for using Fractint, The Fractals and Fractint Discussion List
  632. Post Message:   fractint@xmission.com
  633. Get Commands:   majordomo@xmission.com "help"
  634. Administrator:  twegner@phoenix.net
  635. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  636.  
  637. ------------------------------
  638.  
  639. Date: Mon, 13 Oct 1997 00:50:35 -0400 (EDT)
  640. From: ao950@freenet.carleton.ca (Paul Derbyshire)
  641. Subject: Re: (fractint) Why not Java?
  642.  
  643. >My response is:  Sure, go ahead with it for now.  But for a future
  644. >release (Fractint 50 or thereabouts ;) )  why not rewrite the whole
  645. >program in Java?  This would make the program universally useable (even
  646. >on Macintosh(probably)).
  647.  
  648. Been there, done that, bought the T-shirt. Do a web search and there are
  649. ten trillion fractal applets. And they are all slow, balky, GPF'y, buggy,
  650. and tend to have few features.
  651.  
  652. >Now before everyone goes complaining about how Java only works in a
  653. >browser, Let me set the record straight about Java:  Java CAN be used to
  654. >create normal stand-alone applications.  Doing this is explained in the
  655. >docs you get when you download the Java Development Kit from Sun (YES,
  656. >JAVA IS FREE! 8) You only have to pay if you want a development
  657. >environment.)  Look through the tutorial thaat is available, they
  658. >explain it to you.
  659.  
  660. Development kit...? free? got a URL? Maybe there is a way to make applets
  661. that *work*, then I can make some for my web site. :-)
  662.  
  663. >Java even has arbitrary precision types built in (again, look through
  664. >the docs -- this time under the predefined classes descriptions) which
  665. >is seriously kewl.
  666.  
  667. Special pentium optimized assembly routines for special cases, like
  668. complex square, cube, log, cosine?
  669.  
  670.  
  671. Also, what is Java exactly? Sounds like a C++-type OOP language... how
  672. does it work precisely? you hear hype about it but very little real info.
  673.  
  674. BTW I got two copies of this fused together into one message...anyone else
  675. get this?
  676.  
  677.  
  678. - --
  679.     .*.  Where feelings are concerned, answers are rarely simple [GeneDeWeese]
  680.  -()  <  When I go to the theater, I always go straight to the "bag and mix"
  681.     `*'  bulk candy section...because variety is the spice of life... [me]
  682. Paul Derbyshire ao950@freenet.carleton.ca, http://chat.carleton.ca/~pderbysh
  683.  
  684. - ------------------------------------------------------------
  685. Thanks for using Fractint, The Fractals and Fractint Discussion List
  686. Post Message:   fractint@xmission.com
  687. Get Commands:   majordomo@xmission.com "help"
  688. Administrator:  twegner@phoenix.net
  689. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  690.  
  691. ------------------------------
  692.  
  693. Date: Mon, 13 Oct 1997 07:31:54 -0400
  694. From: "Brock Kevin Nambo" <badger@innocent.com>
  695. Subject: Re: (fractint) Subject is irrelevant - you will be assimilated!
  696.  
  697. From: Justin A. Kolodziej <4wg7kolodzie@vmsb.csd.mu.edu>
  698. **
  699. <<<<I think it's poor netiquette(?) to post binaries here... PAR files and
  700. formulas are welcome though.>>
  701. Probably, especially when some users (yours truly, to be exact) can't even
  702. open the darn thing... Netscape can't find a plugin that supports this file.
  703. What do I do, and is it even worth opening? >>
  704. **
  705.  
  706. I don't know if this has to do with my mail/newsreader (Outlook Express) but
  707. I didn't get any file attached to the original message...  So I looked under
  708. properties and found the original source of the message, and sure enough
  709. there was a bunch of gibberish application/ms-tnef.  I went and looked it up
  710. with AltaVista, and got this:
  711.  
  712. (from http://www.washington.edu/pine/pine-info/97.01/msg00349.html)
  713. This MS-TNEF attachment is created by Microsoft Exchange, the e-mail
  714. program which comes with Windows 95.  It contains formatting information
  715. only and no content so you can safely ignore this attachment in mail you
  716. receive.
  717.  
  718. So I know why OE didn't pick it up... I hope my messages don't do that !
  719.  
  720. >>BKNambo
  721. - --
  722. (badger@innocent.com)
  723.  
  724.  
  725. - ------------------------------------------------------------
  726. Thanks for using Fractint, The Fractals and Fractint Discussion List
  727. Post Message:   fractint@xmission.com
  728. Get Commands:   majordomo@xmission.com "help"
  729. Administrator:  twegner@phoenix.net
  730. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  731.  
  732. ------------------------------
  733.  
  734. Date: Mon, 13 Oct 1997 07:49:17 -0400
  735. From: "Brock Kevin Nambo" <badger@innocent.com>
  736. Subject: Re: (fractint) Why not Java?
  737.  
  738. - -----Original Message-----
  739. From: Paul Derbyshire <ao950@freenet.carleton.ca>
  740. To: fractint@mail.xmission.com <fractint@mail.xmission.com>
  741. Date: Monday, October 13, 1997 12:53 AM
  742. Subject: Re: (fractint) Why not Java?
  743.  
  744.  
  745. >>My response is:  Sure, go ahead with it for now.  But for a future
  746. >>release (Fractint 50 or thereabouts ;) )  why not rewrite the whole
  747. >>program in Java?  This would make the program universally useable (even
  748. >>on Macintosh(probably)).
  749.  
  750. I don't think I would recommend the Java version of Fractint, especially
  751. since uh,.. Well, correct me if I'm wrong, but last I checked, Java didn't
  752. enjoy the writing of files... and with our dependence on PAR's and FRM's,
  753. this could be a problem. But I don't know if there is or isn't a way to do
  754. that though; my tutorial's broad, sweeping statements said Java's security
  755. wouldn't allow it, but someone less by-the-book might. ;)
  756.  
  757. >>Now before everyone goes complaining about how Java only works in a
  758. >>browser, Let me set the record straight about Java:  Java CAN be used to
  759. >>create normal stand-alone applications.  Doing this is explained in the
  760. >>docs you get when you download the Java Development Kit from Sun (YES,
  761. >>JAVA IS FREE! 8) You only have to pay if you want a development
  762. >>environment.)  Look through the tutorial thaat is available, they
  763. >>explain it to you.
  764.  
  765. The Java docs were confusing to me; when you say "stand-alone applications"
  766. do you mean like a self-contained program, that doesn't need the java
  767. runtime? (or whatever that word is...)
  768.  
  769. >Development kit...? free? got a URL? Maybe there is a way to make applets
  770. >that *work*, then I can make some for my web site. :-)
  771.  
  772.  
  773. Java's home page is http://java.sun.com/
  774. or http://java.sun.com/products/jdk/1.1/index.html
  775. for the download of the JDK..
  776.  
  777. >Also, what is Java exactly? Sounds like a C++-type OOP language... how
  778. >does it work precisely? you hear hype about it but very little real info.
  779.  
  780. Java is a programming language, which, which is not supported by any
  781. computer.  The reasoning behind this (kinda fuzzy, yes) is that since it's
  782. not native to any computer, they can get any computer to run it, via an
  783. emulator called the Java "Virtual Machine."  This is a similar concept to a
  784. language I'm trying to learn (Inform) except Java is much more
  785. graphic-oriented by virtue of being much younger.  Java makes two kinds of
  786. programs: applets, which are designed to be used with HTML and web browsers;
  787. and applications, which run from a Java interpreter compatible with your
  788. system.
  789.  
  790. >BTW I got two copies of this fused together into one message...anyone else
  791. >get this?
  792.  
  793.  
  794. No, but I got -your- message dated about an hour before the original...
  795.  
  796. >>BKNambo "this message written from the bottom up ..."
  797. - --
  798. (badger@innocent.com) --this sig under reconstruction b/c of relocation of
  799. URL--
  800.  
  801.  
  802. - ------------------------------------------------------------
  803. Thanks for using Fractint, The Fractals and Fractint Discussion List
  804. Post Message:   fractint@xmission.com
  805. Get Commands:   majordomo@xmission.com "help"
  806. Administrator:  twegner@phoenix.net
  807. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  808.  
  809. ------------------------------
  810.  
  811. Date: Mon, 13 Oct 1997 12:50:13 PDT
  812. From: Nigel Long <N.H.Long@soton.ac.uk>
  813. Subject: (fractint) old user, new problem
  814.  
  815. Hello to you all,
  816.  
  817. I am a newbie on this discussion group so please forgive any breaches of 
  818. netiquette or appropriateness.
  819.  
  820. I have been using Fractint since v8, on a succession of PCs. All went well until the 
  821. latest 'upgrade', when I lost my trusty Trident graphics card and acquired a 
  822. Diamond Stealth 2000 Pro . Now I cannot seem to find a decent mode to run Fractint 
  823. in! The VESA selections in Fractint.cfg do not work, and the Truecolor modes 
  824. produce nothing but a shade of dark blue. I can run using the b/w, and ultra.low res 
  825. modes - but I -really- like using 800x600 and 1024x768 modes.
  826.  
  827. Is there anybody out there in the fractal multiverse who has succeeded in 
  828. persuading Fractint 19.6 to do anything useful on this kind of hardware?
  829.  
  830. Yours, suffering withdrawal symptoms already,
  831.  
  832. Nigel Long
  833. n.h.long@soton.ac.uk
  834.  
  835.  
  836.  
  837. - ------------------------------------------------------------
  838. Thanks for using Fractint, The Fractals and Fractint Discussion List
  839. Post Message:   fractint@xmission.com
  840. Get Commands:   majordomo@xmission.com "help"
  841. Administrator:  twegner@phoenix.net
  842. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  843.  
  844. ------------------------------
  845.  
  846. Date: Mon, 13 Oct 1997 07:56:29 -0400
  847. From: "Brock Kevin Nambo" <badger@innocent.com>
  848. Subject: Re: (fractint) Why not Java?
  849.  
  850. - -----Original Message-----
  851. From: Brock Kevin Nambo <badger@innocent.com>
  852. To: fractint@mail.xmission.com <fractint@mail.xmission.com>
  853. Date: Monday, October 13, 1997 7:50 AM
  854. Subject: Re: (fractint) Why not Java?
  855.  
  856.  
  857.  
  858. >Java is a programming language, which, which is not supported by any
  859. >computer.
  860.  
  861. Oops, grammar check!  I edited that sentence & forgot to reread it.  remove
  862. ", which,"
  863.  
  864.  
  865. - ------------------------------------------------------------
  866. Thanks for using Fractint, The Fractals and Fractint Discussion List
  867. Post Message:   fractint@xmission.com
  868. Get Commands:   majordomo@xmission.com "help"
  869. Administrator:  twegner@phoenix.net
  870. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  871.  
  872. ------------------------------
  873.  
  874. Date: Mon, 13 Oct 1997 09:11:56 -0500
  875. From: "Justin A. Kolodziej" <4wg7kolodzie@vms.csd.mu.edu>
  876. Subject: Re: (fractint) Why not Java?
  877.  
  878. Brock Kevin Nambo wrote:
  879.  
  880. > <my original text snipped>
  881. >
  882. > I don't think I would recommend the Java version of Fractint, especially
  883. > since uh,.. Well, correct me if I'm wrong, but last I checked, Java didn't
  884. > enjoy the writing of files... and with our dependence on PAR's and FRM's,
  885. > this could be a problem. But I don't know if there is or isn't a way to do
  886. > that though; my tutorial's broad, sweeping statements said Java's security
  887. > wouldn't allow it, but someone less by-the-book might. ;)
  888. >
  889.  
  890. Oh yeah... forgot about that.  In that case, I'd say contact Sun and say that
  891. because Java doesn't save and load anything, you're not going to use it and that
  892. if they really want for Java to become the development platform of choice,
  893. they'll have to include stuff like that.  Just imagine... a word processor where
  894. you can't save! YUCK!  (That was probably off topic)  Anyway, you could probably
  895. write native code to support that... wouldn't make Sun happy though, with there
  896. "100% Pure Java" initiative and all.<more original snipped>
  897.  
  898. >
  899. >
  900. > The Java docs were confusing to me; when you say "stand-alone applications"
  901. > do you mean like a self-contained program, that doesn't need the java
  902. > runtime? (or whatever that word is...)
  903. >
  904.  
  905. Sorry, should have clarified that.  YES, you would need the java runtime to run
  906. FractJava(!).  You could put it in a .BAT file, though, with the following
  907. command:java FractJava
  908. or whatever you decide to call the main "class" of the program.
  909. <extraneous stuff snipped>
  910.  
  911. > >BTW I got two copies of this fused together into one message...anyone else
  912. > >get this?
  913.  
  914. Possibly because I included a link to my E-mail and Netscape gave me this
  915. message that "some recipients can't handle HTML" or something like that.  Then
  916. it gave me an option to send as both text and HTML, so I chose that.  You
  917. probably received both formats.
  918.  
  919. Justin K.
  920.  
  921. "I only use Windows because:
  922. 1.  Solaris isn't available for a PC :(
  923. 2.  I can't afford a Sun and I'd have to buy a server AND a workstation (I
  924. think) :( :*( :^(
  925. 3.  When's the last time YOU saw an X-Windows app in your local software store?!
  926. ;)"
  927. - -Me
  928.  
  929.  Justin Kolodziej is 4wg7kolodzie@vms.csd.mu.edu
  930.  
  931.  
  932. - ------------------------------------------------------------
  933. Thanks for using Fractint, The Fractals and Fractint Discussion List
  934. Post Message:   fractint@xmission.com
  935. Get Commands:   majordomo@xmission.com "help"
  936. Administrator:  twegner@phoenix.net
  937. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  938.  
  939. ------------------------------
  940.  
  941. Date: Mon, 13 Oct 1997 09:27:52 -0500
  942. From: "Justin A. Kolodziej" <4wg7kolodzie@vms.csd.mu.edu>
  943. Subject: Re: (fractint) Why not Java? (Paul's response)
  944.  
  945. > < my original comments snipped>
  946. > Been there, done that, bought the T-shirt. Do a web search and there are
  947. > ten trillion fractal applets. And they are all slow, balky, GPF'y, buggy,
  948. > and tend to have few features.
  949. >
  950.  
  951. I meant an application that doesn't require a Web browser.  I did a search for
  952. that and found a grand total of zero before I lost my patience.  Besides, the ones
  953. I tested didn't have any GFPs, and I actually found ONE with decent speed!
  954.  
  955. >
  956. > >Java even has arbitrary precision types built in (again, look through
  957. > >the docs -- this time under the predefined classes descriptions) which
  958. > >is seriously kewl.
  959. >
  960. > Special pentium optimized assembly routines for special cases, like
  961. > complex square, cube, log, cosine?
  962.  
  963. Probably not, but who knows?  I literally discovered all this yesterday (which
  964. probably means I shouldn't tout Java TOO much... ;)  )  AND I only became
  965. interested because I read about it in one of SunSoft's hundred books about Java
  966. and how "revolutionary" it is.  Of course, the same book extols the virtues of the
  967. NC (Network Computer), so I don't know how whether I should trust it as far as I
  968. can throw it.(If that wasn't off topic, I don't know what is... except for list
  969. administration issues :] )
  970.  
  971. Justin K.
  972.  
  973. "I only use Windows because:
  974. 1.  Solaris isn't available for a PC :(
  975. 2.  I can't afford a Sun and I'd have to buy a server AND a workstation (I
  976. think) :( :*( :^(
  977. 3.  When's the last time YOU saw an X-Windows app in your local software store?!
  978. ;)"
  979. - -Me
  980.  
  981.  Justin Kolodziej is 4wg7kolodzie@vms.csd.mu.edu
  982.  
  983.  
  984.  
  985.  
  986. - ------------------------------------------------------------
  987. Thanks for using Fractint, The Fractals and Fractint Discussion List
  988. Post Message:   fractint@xmission.com
  989. Get Commands:   majordomo@xmission.com "help"
  990. Administrator:  twegner@phoenix.net
  991. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  992.  
  993. ------------------------------
  994.  
  995. Date: Mon, 13 Oct 1997 09:43:18 -0500
  996. From: "Justin A. Kolodziej" <4wg7kolodzie@vms.csd.mu.edu>
  997. Subject: Re: (fractint) old user, new problem
  998.  
  999. Nigel Long wrote:
  1000.  
  1001. > Hello to you all,
  1002. >
  1003. > I am a newbie on this discussion group so please forgive any breaches of
  1004. > netiquette or appropriateness.
  1005. >
  1006. > I have been using Fractint since v8, on a succession of PCs. All went well until the
  1007. > latest 'upgrade', when I lost my trusty Trident graphics card and acquired a
  1008. > Diamond Stealth 2000 Pro . Now I cannot seem to find a decent mode to run Fractint
  1009. > in! The VESA selections in Fractint.cfg do not work, and the Truecolor modes
  1010. > produce nothing but a shade of dark blue. I can run using the b/w, and ultra.low res
  1011. > modes - but I -really- like using 800x600 and 1024x768 modes.
  1012. >
  1013. > Is there anybody out there in the fractal multiverse who has succeeded in
  1014. > persuading Fractint 19.6 to do anything useful on this kind of hardware?
  1015.  
  1016. This is very strange.  I have a Stealth 3D 2000 Pro (which, I take it, is the same as a
  1017. Stealth 2000 Pro) and it works perfectly with Fractint.  I can even get the 1600X1200
  1018. Stealth V mode to work.BTW, you're SUPPOSED to get dark blue in the truecolor modes, at
  1019. least for this release.  The programmers haven't fully implemented it yet, so you only
  1020. get the first 256 colors out of the full color range. There was a way to test the
  1021. truecolor mode, but  I forgot what to set debug= to to get it.
  1022. Anyway, I have to go to class now.  Sorry I can't help you much.
  1023.  
  1024. Justin K.
  1025.  
  1026. "I only use Windows because:
  1027. 1.  Solaris isn't available for a PC :(
  1028. 2.  I can't afford a Sun and I'd have to buy a server AND a workstation (I
  1029. think) :( :*( :^(
  1030. 3.  When's the last time YOU saw an X-Windows app in your local software store?!
  1031. ;)"
  1032. - -Me
  1033.  
  1034.  Justin Kolodziej is 4wg7kolodzie@vms.csd.mu.edu
  1035.  
  1036.  
  1037.  
  1038.  
  1039. - ------------------------------------------------------------
  1040. Thanks for using Fractint, The Fractals and Fractint Discussion List
  1041. Post Message:   fractint@xmission.com
  1042. Get Commands:   majordomo@xmission.com "help"
  1043. Administrator:  twegner@phoenix.net
  1044. Unsubscribe:    majordomo@xmission.com "unsubscribe fractint"
  1045.  
  1046. ------------------------------
  1047.  
  1048. End of fractint Digest V1 #29
  1049. *****************************
  1050.  
  1051. To subscribe to fractint Digest, send the command:
  1052.  
  1053.     subscribe fractint-digest
  1054.  
  1055. in the body of a message to "majordomo@xmission.com".  If you want to
  1056. subscribe something other than the account the mail is coming from, such
  1057. as a local redistribution list, then append that address to the
  1058. "subscribe" command; for example, to subscribe "local-fractint":
  1059.  
  1060.     subscribe fractint-digest local-fractint@your.domain.net
  1061.  
  1062. A non-digest (direct mail) version of this list is also available; to
  1063. subscribe to that instead, replace all instances of "fractint-digest"
  1064. in the commands above with "fractint".
  1065.  
  1066. Back issues are available for anonymous FTP from ftp.xmission.com, in
  1067. pub/lists/fractint/archive.  These are organized by date.
  1068.  
  1069.