<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="http://news.povray.org/rss/smb_rss2html.xsl"?>
<rss version="2.0" xmlns:povray="http://news.povray.org/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/">
<channel>
	<title>Message digest for news.povray.org</title>
	<description>Last 100 items posted to news.povray.org</description>
	<link>http://news.povray.org/digest/messages/</link>
	<povray:self_url>http://news.povray.org/digest/messages/rss/</povray:self_url>
	<language>en</language>
	<ttl>120</ttl>
	<sy:updateFrequency>1</sy:updateFrequency>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateBase>1970-01-01T08:00+00:00</sy:updateBase>
	<lastBuildDate>Fri, 16 May 2008 13:16:07 GMT</lastBuildDate>
	<item>
		<title>[Warp] Re: A question about Java generics (not a flame) [30 minutes ago]</title>
		<description>
&lt;pre&gt;Fredrik Eriksson &amp;lt;fe79}--at--{yahoo}--dot--{com&amp;gt; wrote:
&lt;span class=&quot;RC2&quot;&gt;&amp;gt; &amp;gt;   I have to admit I don't know if the C++ standard requires the  &lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt; &amp;gt; environment of the instantation of the template when compiling the&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt; &amp;gt; template function or not.&lt;/span&gt;

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; When parsing the template definition, only non-dependent names are looked  &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; up. Dependent names are looked up at the instantiation point; at that  &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; point both contexts are needed.&lt;/span&gt;

  Actually that's not what the C++ standard says. This is the relevant
part of the standard:

    A specialization for a function template, a member
    function template, or of a member function or static
    data member of a class template may have multiple points
    of instantiations within a translation unit. A
    specialization for a class template has at most one
    point of instantiation within a translation unit. A
    specialization for any template may have points of
    instantiation in multiple translation units. If two
    different points of instantiation give a template
    specialization different meanings according to the one
    definition rule (3.2), the program is ill-formed, no
    diagnostic required.

  In short: If the context causes a template instantiation to produce
different results, the program is ill-formed. In other words, the
result is undefined behavior, and the compiler can do whatever it wants.

  I understand this to also mean that the compiler is allowed to compile
an export template just once even if it's instantiated at several places,
using the context of one of those places.

-- 
                                                          - Warp
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 13:16:07 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482d8917%40news.povray.org%3E/#%3C482d8917%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482d8917%40news.povray.org%3E/#%3C482d8917%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Stephen] Beta26 GUI Extensions [52 minutes ago]</title>
		<description>
&lt;pre&gt;I installed Beta26 over Beta25 and was given a warning (?) to install
it with the /INSTALL option. I did this and although Bishop3D starts
pvengine-sse2.exe it will not run the generated pov file. I
reinstalled Beta26 in a separate directory and I am still using
Beta25.
OK. I know that using two Beta programmes is not the best idea in the
world. But Beta25 did render even if it did not send the image back to
Bishop3D.
-- 

Regards
     Stephen
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 12:54:14 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3Cnu0r24t1eihgfo7i515jjsseiafp0k5nos%404ax.com%3E/#%3Cnu0r24t1eihgfo7i515jjsseiafp0k5nos%404ax.com%3E</guid>
		<link>http://news.povray.org/*/message/%3Cnu0r24t1eihgfo7i515jjsseiafp0k5nos%404ax.com%3E/#%3Cnu0r24t1eihgfo7i515jjsseiafp0k5nos%404ax.com%3E</link>
	</item>
	<item>
		<title>[Stephen] Re: Valid solution or evil hack? [1 hour and 35 minutes ago]</title>
		<description>
&lt;pre&gt;On Fri, 16 May 2008 09:19:07 +0100, Invisible &amp;lt;void&amp;nbsp;[at]&amp;nbsp;dev&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;null&amp;gt; wrote:

&lt;span class=&quot;RC1&quot;&gt;&amp;gt;Stephen wrote:&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; He said &amp;quot;more&amp;quot; reliable. Have you heard of tolerances?&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;Yeah.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;Did you know 10% resistors show a curios bimodel distribution?&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;Wanna guess where the 5% resistors come from? ;-)&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;[And they charge you more for that stuff...]&lt;/span&gt;

When I worked in the semiconductor industry (CMOS chips) the sorting
was done by individual sampling after the ICs were encapsulated.
Resistors and caps were by materials used in manufacturing. But that
was when the Ark was new :)
-- 

Regards
     Stephen
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 12:10:59 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3Cbeuq249bhk0sf8ag7bgitbq4g7b4qvgvcu%404ax.com%3E/#%3Cbeuq249bhk0sf8ag7bgitbq4g7b4qvgvcu%404ax.com%3E</guid>
		<link>http://news.povray.org/*/message/%3Cbeuq249bhk0sf8ag7bgitbq4g7b4qvgvcu%404ax.com%3E/#%3Cbeuq249bhk0sf8ag7bgitbq4g7b4qvgvcu%404ax.com%3E</link>
	</item>
	<item>
		<title>[Phil Cook] Re: Small Crymod contest [1 hour and 53 minutes ago]</title>
		<description>
&lt;pre&gt;And lo on Fri, 16 May 2008 11:53:30 +0100, scott &amp;lt;scott&amp;nbsp;[at]&amp;nbsp;scott&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;com&amp;gt; did  
spake, saying:

&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;     Yes, good idea! I'm thinking of maybe something like these:&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;      &lt;a href=&quot;http://www.pbase.com/eldarrio/image/80781159&quot; target=&quot;_new&quot;&gt;http://www.pbase.com/eldarrio/image/80781159&lt;/a&gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;     &lt;a href=&quot;http://www.coloradomountainman.com/mountainscenery.html&quot; target=&quot;_new&quot;&gt;http://www.coloradomountainman.com/mountainscenery.html&lt;/a&gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;     What do you think? I quite like that first link.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Yes, I do too, but maybe the judges will be looking for something that  &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; shows off the CryEngine more, ie something with more trees :-)&lt;/span&gt;

On the other hand that's what everyone else might think and the judges  
will be flicking through hundreds of shots of trees and foliage, on the  
other other hand people might realise that and thus produce lots of rocky  
type shots; on the other other other hand though... :-)

The third photo on the second link I'd think impressive to duplicate,  
trees, ground, sky, water and a structure.

Oh and break a leg.

-- 
Phil Cook

--
I once tried to be apathetic, but I just couldn't be bothered
&lt;a href=&quot;http://flipc.blogspot.com&quot; target=&quot;_new&quot;&gt;http://flipc.blogspot.com&lt;/a&gt;
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 11:53:38 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3Cop.ua8wnyiqc3xi7v%40news.povray.org%3E/#%3Cop.ua8wnyiqc3xi7v%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3Cop.ua8wnyiqc3xi7v%40news.povray.org%3E/#%3Cop.ua8wnyiqc3xi7v%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Phil Cook] Re: shake reduction -66KB [2 hours ago]</title>
		<description>
&lt;pre&gt;And lo on Thu, 15 May 2008 20:47:11 +0100, Jim Henderson  
&amp;lt;nospam&amp;nbsp;[at]&amp;nbsp;nospam&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;com&amp;gt; did spake, saying:

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; On Thu, 15 May 2008 08:52:42 -0400, Warp wrote:&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; Jim Henderson &amp;lt;nospam&amp;nbsp;[at]&amp;nbsp;nospam&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;com&amp;gt; wrote:&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt; composite the pictures together.&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;   Somehow I have never liked that type of post-processing in&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;   photography.&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; It gives me the feeling that the photo has been faked.&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;   It's a bit like you took an image rendered with povray and then added&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; some lens flare effect with photoshop and then called it a &amp;quot;povray&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; image&amp;quot;. Yes, part of the image was made with povray, but part of the&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; effect has been &amp;quot;faked&amp;quot;, so it's not a pure povray image. It feels kind&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; of cheating.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; I think it depends on how well the compositing is done - most people&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; don't do a good job with it, though, so it tends to look faked.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; But if not a composite, then what would be the way to get rid of the&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; bloom in the window without losing the details in the darker parts of the&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; image?&lt;/span&gt;

You can try and fake it to an extent from the one image. Here I created a  
gradient mask centred on the lighter building and then tweaked the  
histogram levels to match it in tone to the surroundings while keeping the  
struts visible. It was only a quickie about two minutes tops, with more  
time and more tweaking it would be possible to do more. Does it look  
fake/better/worse?

-- 
Phil Cook

--
I once tried to be apathetic, but I just couldn't be bothered
&lt;a href=&quot;http://flipc.blogspot.com&quot; target=&quot;_new&quot;&gt;http://flipc.blogspot.com&lt;/a&gt;
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 11:45:57 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3Cop.ua8wafq2c3xi7v%40news.povray.org%3E/#%3Cop.ua8wafq2c3xi7v%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3Cop.ua8wafq2c3xi7v%40news.povray.org%3E/#%3Cop.ua8wafq2c3xi7v%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Rarius] Problems with help [2 hours and 39 minutes ago]</title>
		<description>
&lt;pre&gt;I have just installed Beta26 just the same as I did Betas 20-25 i.e. I 
copied the contents of the ZIP over the top of the previous \bin directory.

While 3.6.1c still works (I renamed the exe before installing any betas) and 
beta25 worked fine, beta26 exhibits the following issue:  Pressing the help 
buttons (&amp;quot;POV-Win&amp;quot; or &amp;quot;Scene&amp;quot;) on the toolbar dont do anything.

I checked the registry key and it is pointing to the correct directory 
(C:\WinPov)

Anything else I should check?

Rarius
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 11:07:17 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482d6ae5%241%40news.povray.org%3E/#%3C482d6ae5%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482d6ae5%241%40news.povray.org%3E/#%3C482d6ae5%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[scott] Re: Small Crymod contest [2 hours and 53 minutes ago]</title>
		<description>
&lt;pre&gt;&lt;span class=&quot;RC1&quot;&gt;&amp;gt;     Yes, good idea! I'm thinking of maybe something like these:&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;      &lt;a href=&quot;http://www.pbase.com/eldarrio/image/80781159&quot; target=&quot;_new&quot;&gt;http://www.pbase.com/eldarrio/image/80781159&lt;/a&gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;     &lt;a href=&quot;http://www.coloradomountainman.com/mountainscenery.html&quot; target=&quot;_new&quot;&gt;http://www.coloradomountainman.com/mountainscenery.html&lt;/a&gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;     What do you think? I quite like that first link.&lt;/span&gt;

Yes, I do too, but maybe the judges will be looking for something that shows 
off the CryEngine more, ie something with more trees :-)
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 10:53:31 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482d67ab%241%40news.povray.org%3E/#%3C482d67ab%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482d67ab%241%40news.povray.org%3E/#%3C482d67ab%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[St ] Re: Rocket Man [4 hours and 42 minutes ago]</title>
		<description>
&lt;pre&gt;&amp;quot;Phil Cook&amp;quot; &amp;lt;phil&amp;nbsp;[at]&amp;nbsp;nospamrocain&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;freeserve&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;co&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;uk&amp;gt; wrote in message 
news:&lt;a href=&quot;http://news.povray.org/&lt;op.ua8nidmac3xi7v@news.povray.org&gt;&quot;&gt;op.ua8nidmac3xi7v@news.povray.org&lt;/a&gt;...
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; And lo on Fri, 16 May 2008 09:25:46 +0100, St. &amp;lt;dot&amp;nbsp;[at]&amp;nbsp;dot&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;com&amp;gt; did spake, &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; saying:&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; &amp;quot;Phil Cook&amp;quot; &amp;lt;phil&amp;nbsp;[at]&amp;nbsp;nospamrocain&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;freeserve&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;co&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;uk&amp;gt; wrote in message&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; news:&lt;a href=&quot;http://news.povray.org/&lt;op.ua8lpiz6c3xi7v@news.povray.org&gt;&quot;&gt;op.ua8lpiz6c3xi7v@news.povray.org&lt;/a&gt;...&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt; And lo on Thu, 15 May 2008 18:05:14 +0100, St. &amp;lt;dot&amp;nbsp;[at]&amp;nbsp;dot&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;com&amp;gt; did spake,&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt; saying:&lt;/span&gt;

&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;    Yeah, I thought it might be a little late. He was saying that he &lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; wanted to launch from some mountain somewhere,&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Base jumping with a 'rocket pack', yee ha!&lt;/span&gt;

     LOL!  :o)


&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; and try for the full loop. So he&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; must have some extra power available because I don't think he'll do it at&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; 186mph.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; I was going to say I thought'd he done that already, but it was a roll &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; instead; try that in a powered hang-glider :-P&lt;/span&gt;

    No way! I'll leave that to Tom Galvin! :)

    ~Steve~



&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; -- &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Phil Cook&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; --&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; I once tried to be apathetic, but I just couldn't be bothered&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;a href=&quot;http://flipc.blogspot.com&quot; target=&quot;_new&quot;&gt;http://flipc.blogspot.com&lt;/a&gt;&lt;/span&gt;
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 09:04:02 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482d4e02%40news.povray.org%3E/#%3C482d4e02%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482d4e02%40news.povray.org%3E/#%3C482d4e02%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[St ] Re: Small Crymod contest [4 hours and 47 minutes ago]</title>
		<description>
&lt;pre&gt;&amp;quot;scott&amp;quot; &amp;lt;scott&amp;nbsp;[at]&amp;nbsp;scott&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;com&amp;gt; wrote in message news:&lt;a href=&quot;http://news.povray.org/&lt;482d30e2@news.povray.org&gt;&quot;&gt;482d30e2@news.povray.org&lt;/a&gt;...
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;
&lt;a href=&quot;http://www.crymod.com/thread.php?threadid=27580&amp;amp;sid=1c2ef1d092306facd49667bb71bb2871&quot; target=&quot;_new&quot;&gt;http://www.crymod.com/thread.php?threadid=27580&amp;amp;sid=1c2ef1d092306facd49667bb71bb2871&lt;/a&gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; I don't understand why they can't get the contrast/brightness correct in &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; computer games, the contrast is always way too low and often not bright &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; enough (compared to a photo).  In the first CryMod shot on that page, if &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; you load it into PaintShop and fiddle with the levels you can easily get &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; something that looks way more realistic.&lt;/span&gt;

      Yes, I noticed this too. Strange really because you can change 
brightness and contrast within the actual game itself, so that's where my 
shot will come from instead of inside the editor. ;)


&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;   I'm going to have a go at this as I think I might have a chance. &lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; Interesting challenge though.&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;    Wish me luck Povers! :)&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Good luck!&lt;/span&gt;

      Heh, thanks. :)


&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; PS - if you're not allowed to mod the CryMod shots, mod the photo first so &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; that it matches the brightness/contrast of the CryMod shot :-)&lt;/span&gt;

     Yes, good idea! I'm thinking of maybe something like these:

      &lt;a href=&quot;http://www.pbase.com/eldarrio/image/80781159&quot; target=&quot;_new&quot;&gt;http://www.pbase.com/eldarrio/image/80781159&lt;/a&gt;

     &lt;a href=&quot;http://www.coloradomountainman.com/mountainscenery.html&quot; target=&quot;_new&quot;&gt;http://www.coloradomountainman.com/mountainscenery.html&lt;/a&gt;

     What do you think? I quite like that first link.

     ~Steve~
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 08:58:59 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482d4cd3%241%40news.povray.org%3E/#%3C482d4cd3%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482d4cd3%241%40news.povray.org%3E/#%3C482d4cd3%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Phil Cook] Re: Rocket Man [5 hours and 10 minutes ago]</title>
		<description>
&lt;pre&gt;And lo on Fri, 16 May 2008 09:25:46 +0100, St. &amp;lt;dot&amp;nbsp;[at]&amp;nbsp;dot&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;com&amp;gt; did spake,  
saying:

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &amp;quot;Phil Cook&amp;quot; &amp;lt;phil&amp;nbsp;[at]&amp;nbsp;nospamrocain&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;freeserve&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;co&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;uk&amp;gt; wrote in message&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; news:&lt;a href=&quot;http://news.povray.org/&lt;op.ua8lpiz6c3xi7v@news.povray.org&gt;&quot;&gt;op.ua8lpiz6c3xi7v@news.povray.org&lt;/a&gt;...&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; And lo on Thu, 15 May 2008 18:05:14 +0100, St. &amp;lt;dot&amp;nbsp;[at]&amp;nbsp;dot&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;com&amp;gt; did spake,&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; saying:&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;      Hmm, you probably missed that, but I bet he's on the telly  &lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt; tonight.&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt; It's hot on the 'net apparently.&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; Yep I'd just powered everything off to go home, didn't catch the news&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; either as I went out pretty much straight after.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;    Yeah, I thought it might be a little late. He was saying that he  &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; wanted to launch from some mountain somewhere,&lt;/span&gt;

Base jumping with a 'rocket pack', yee ha!

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; and try for the full loop. So he&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; must have some extra power available because I don't think he'll do it at&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; 186mph.&lt;/span&gt;

I was going to say I thought'd he done that already, but it was a roll  
instead; try that in a powered hang-glider :-P

-- 
Phil Cook

--
I once tried to be apathetic, but I just couldn't be bothered
&lt;a href=&quot;http://flipc.blogspot.com&quot; target=&quot;_new&quot;&gt;http://flipc.blogspot.com&lt;/a&gt;
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 08:36:32 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3Cop.ua8nidmac3xi7v%40news.povray.org%3E/#%3Cop.ua8nidmac3xi7v%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3Cop.ua8nidmac3xi7v%40news.povray.org%3E/#%3Cop.ua8nidmac3xi7v%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[St ] Re: Rocket Man [5 hours and 20 minutes ago]</title>
		<description>
&lt;pre&gt;&amp;quot;Phil Cook&amp;quot; &amp;lt;phil&amp;nbsp;[at]&amp;nbsp;nospamrocain&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;freeserve&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;co&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;uk&amp;gt; wrote in message 
news:&lt;a href=&quot;http://news.povray.org/&lt;op.ua8lpiz6c3xi7v@news.povray.org&gt;&quot;&gt;op.ua8lpiz6c3xi7v@news.povray.org&lt;/a&gt;...
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; And lo on Thu, 15 May 2008 18:05:14 +0100, St. &amp;lt;dot&amp;nbsp;[at]&amp;nbsp;dot&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;com&amp;gt; did spake, &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; saying:&lt;/span&gt;

&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;      Hmm, you probably missed that, but I bet he's on the telly tonight.&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; It's hot on the 'net apparently.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Yep I'd just powered everything off to go home, didn't catch the news &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; either as I went out pretty much straight after.&lt;/span&gt;

   Yeah, I thought it might be a little late. He was saying that he wanted 
to launch from some mountain somewhere, and try for the full loop. So he 
must have some extra power available because I don't think he'll do it at 
186mph.

    ~Steve~


&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; -- &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Phil Cook&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; --&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; I once tried to be apathetic, but I just couldn't be bothered&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;a href=&quot;http://flipc.blogspot.com&quot; target=&quot;_new&quot;&gt;http://flipc.blogspot.com&lt;/a&gt;&lt;/span&gt;
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 08:25:58 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482d4516%40news.povray.org%3E/#%3C482d4516%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482d4516%40news.povray.org%3E/#%3C482d4516%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[St ] Re: Bombed! [5 hours and 22 minutes ago]</title>
		<description>
&lt;pre&gt;Well, it stopped about midnight last night at just under 4000. Thankfully, 
nothing this morning!  :o)

   ~Steve~
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 08:24:08 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482d44a8%40news.povray.org%3E/#%3C482d44a8%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482d44a8%40news.povray.org%3E/#%3C482d44a8%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Invisible] Re: Valid solution or evil hack? [5 hours and 27 minutes ago]</title>
		<description>
&lt;pre&gt;Stephen wrote:

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; He said &amp;quot;more&amp;quot; reliable. Have you heard of tolerances?&lt;/span&gt;

Yeah.

Did you know 10% resistors show a curios bimodel distribution?

Wanna guess where the 5% resistors come from? ;-)

[And they charge you more for that stuff...]

-- 
&lt;a href=&quot;http://blog.orphi.me.uk/&quot; target=&quot;_new&quot;&gt;http://blog.orphi.me.uk/&lt;/a&gt;
&lt;a href=&quot;http://www.zazzle.com/MathematicalOrchid*&quot; target=&quot;_new&quot;&gt;http://www.zazzle.com/MathematicalOrchid*&lt;/a&gt;
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 08:19:07 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482d437b%241%40news.povray.org%3E/#%3C482d437b%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482d437b%241%40news.povray.org%3E/#%3C482d437b%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Invisible] Re: Valid solution or evil hack? [5 hours and 28 minutes ago]</title>
		<description>
&lt;pre&gt;&lt;span class=&quot;RC1&quot;&gt;&amp;gt; The tiny plugs/sockets that are used inside laptops and mobile phones &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; etc often have a designed lifetime of just *ONE* operation!  It means &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; everything can be made much smaller and thinner and hence cheaper, but &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; of course you wouldn't use one of these if you were expecting to &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; actually use the plug regularly.&lt;/span&gt;

I think my grandparents have used up the one connection on their mobile 
phone. It is simply no longer possible to get a reliable USB connection. 
You have to try about 8 or 9 times. The connector is just useless...

&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; I'm just wondering whether they actually did anything different at all &lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; for the extra money, that's all.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Well they must have done if they are guaranteeing it for critical use.  &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; If they didn't they risk being in a lot of trouble when things do fail &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; (or maybe there is even some law that is relevant, I don't know).  Are &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; they ISO 9000 accredited?&lt;/span&gt;

That's the thing. I don't *think* the company in question is actually 
guaranteeing it will work. They're just charging lots of money. We're 
the ones who do all the calibration checking and so forth.

&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; [Seriously - WTF does a mass spectrometer even have in it? It's just &lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; an empty tube, some vacuum pumps, an electrode and some magnets. So is &lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; my TV! Well, apart from the vacuum pumps anyway... And yet, my TV &lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; doesn't cost more than a small housing estate. Wuh??]&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; How many TVs do you think have been made in total?  How many mass &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; spectrometers?&lt;/span&gt;

If you were asking &amp;quot;particle accelerators&amp;quot;, it would be a different 
story. ;-) Mass spectrometers are fairly rare, but not all that rare. 
Although obviously rarer than TVs.

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; What do you think is the tolerance on TVs?  Would you care if the green &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; on the UK weather map looks a slightly different shade to your neighbour?&lt;/span&gt;

That might have something to do with it...

-- 
&lt;a href=&quot;http://blog.orphi.me.uk/&quot; target=&quot;_new&quot;&gt;http://blog.orphi.me.uk/&lt;/a&gt;
&lt;a href=&quot;http://www.zazzle.com/MathematicalOrchid*&quot; target=&quot;_new&quot;&gt;http://www.zazzle.com/MathematicalOrchid*&lt;/a&gt;
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 08:18:05 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482d433d%241%40news.povray.org%3E/#%3C482d433d%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482d433d%241%40news.povray.org%3E/#%3C482d433d%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Warp] Re: I don't know what's worse ... [5 hours and 32 minutes ago]</title>
		<description>
&lt;pre&gt;Invisible &amp;lt;void&amp;nbsp;[at]&amp;nbsp;dev&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;null&amp;gt; wrote:
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Nicolas Alvarez wrote:&lt;/span&gt;

&lt;span class=&quot;RC2&quot;&gt;&amp;gt; &amp;gt; I wonder if Bill Gates can code his way out of a paper bag nowadays?&lt;/span&gt;

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; You think he could originally??&lt;/span&gt;

  Bill Gates was a computer programmer in the 70's and participated in
developing, among other things, a BASIC interpreter.

  (However, how *competent* as a programmer he was is another question.)

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; As I understand it, every product his name has ever been associated with &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; was actually stolen from somebody or other...&lt;/span&gt;

  Do you have any hard evidence of this? For example on that BASIC
interpreter.

-- 
                                                          - Warp
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 08:14:43 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482d4273%40news.povray.org%3E/#%3C482d4273%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482d4273%40news.povray.org%3E/#%3C482d4273%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Phil Cook] Re: evil TV commercials [5 hours and 33 minutes ago]</title>
		<description>
&lt;pre&gt;And lo on Thu, 15 May 2008 20:41:13 +0100, Jim Henderson  
&amp;lt;nospam&amp;nbsp;[at]&amp;nbsp;nospam&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;com&amp;gt; did spake, saying:

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; On Wed, 14 May 2008 23:12:11 -0400, Sabrina Kilian wrote:&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; On Tue, 13 May 2008 23:58:45 -0400, Jim Henderson wrote:&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt; This is true of many drugs in general, IMHO.&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; Yup, at least here in the USA. Every drug has a theme and a catchy new&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; name for a disorder that's been around for a long time. But the one with&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; the catchiest words gets prescribed.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Yeah, and that's a huge societal problem.&lt;/span&gt;

Just because the people being advertised at have no ability to make an  
objective choice over these medications doesn't mean they shouldn't be  
advertised in the same way as shampoo or washing powder. Just as for them  
if the product doesn't work for you just switch; no harm done right?  
[cough]

&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt; Just look at the number of Ritalin scripts written in the 90's in the&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt; US.  Many of the kids who this (or other ADD-&amp;quot;fighting&amp;quot; drugs) was&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt; prescribed for didn't actually need it.&lt;/span&gt;
&amp;lt;snip&amp;gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; My wife wanted to bitch-slap her for that....How can you not hug your own&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; kid?&lt;/span&gt;

At times you have to wonder how many of these 'disorders' are parentally  
caused.

&amp;lt;snip&amp;gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; But the thing that really disturbs me is the advertising &amp;quot;ask your&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; doctor if Vaxodrine is right for you&amp;quot; - why SHOULD I?  Is that why my&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; DOCTOR is my DOCTOR?  He's the one who went to medical school, not me.&lt;/span&gt;

Ah but your doctor may be in the pay of an evil anti-Vaxodrine company,  
it's your choice, nay right, to be given the medication that spends the  
most on advertising.

-- 
Phil Cook

--
I once tried to be apathetic, but I just couldn't be bothered
&lt;a href=&quot;http://flipc.blogspot.com&quot; target=&quot;_new&quot;&gt;http://flipc.blogspot.com&lt;/a&gt;
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 08:12:59 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3Cop.ua8mfnqkc3xi7v%40news.povray.org%3E/#%3Cop.ua8mfnqkc3xi7v%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3Cop.ua8mfnqkc3xi7v%40news.povray.org%3E/#%3Cop.ua8mfnqkc3xi7v%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Invisible] Re: I don't know what's worse ... [5 hours and 36 minutes ago]</title>
		<description>
&lt;pre&gt;Nicolas Alvarez wrote:

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; I wonder if Bill Gates can code his way out of a paper bag nowadays?&lt;/span&gt;

You think he could originally??

As I understand it, every product his name has ever been associated with 
was actually stolen from somebody or other...

-- 
&lt;a href=&quot;http://blog.orphi.me.uk/&quot; target=&quot;_new&quot;&gt;http://blog.orphi.me.uk/&lt;/a&gt;
&lt;a href=&quot;http://www.zazzle.com/MathematicalOrchid*&quot; target=&quot;_new&quot;&gt;http://www.zazzle.com/MathematicalOrchid*&lt;/a&gt;
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 08:10:20 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482d416c%40news.povray.org%3E/#%3C482d416c%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482d416c%40news.povray.org%3E/#%3C482d416c%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Phil Cook] Re: Rocket Man [5 hours and 45 minutes ago]</title>
		<description>
&lt;pre&gt;And lo on Fri, 16 May 2008 00:25:32 +0100, M_a_r_c  
&amp;lt;jacquier.marcNOSPAM&amp;nbsp;[at]&amp;nbsp;wanadoo&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;fr&amp;gt; did spake, saying:

&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &amp;quot;Darren New&amp;quot; &amp;lt;dnew&amp;nbsp;[at]&amp;nbsp;san&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;rr&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;com&amp;gt; a &amp;amp;#195;&amp;amp;#169;crit dans le message de news:&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;a href=&quot;http://news.povray.org/&lt;482c839c$1@news.povray.org&gt;&quot;&gt;482c839c$1@news.povray.org&lt;/a&gt;...&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; In principle, a Honda Civic is the same as an Indy 500 Formula 1, too.&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; One's just more exciting than the other, I guess. :-)&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Which one? :p&lt;/span&gt;

Mmm Honda Civic [drool] :-P

But yeah I think the 141+ mph difference would mark it as distinctive from  
a powered hang-glider in the same way a F14 is distinct from a Sopworth  
Camel.

-- 
Phil Cook

--
I once tried to be apathetic, but I just couldn't be bothered
&lt;a href=&quot;http://flipc.blogspot.com&quot; target=&quot;_new&quot;&gt;http://flipc.blogspot.com&lt;/a&gt;
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 08:01:49 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3Cop.ua8lxcsoc3xi7v%40news.povray.org%3E/#%3Cop.ua8lxcsoc3xi7v%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3Cop.ua8lxcsoc3xi7v%40news.povray.org%3E/#%3Cop.ua8lxcsoc3xi7v%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Phil Cook] Re: Rocket Man [5 hours and 49 minutes ago]</title>
		<description>
&lt;pre&gt;And lo on Thu, 15 May 2008 18:05:14 +0100, St. &amp;lt;dot&amp;nbsp;[at]&amp;nbsp;dot&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;com&amp;gt; did spake,  
saying:

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &amp;quot;St.&amp;quot; &amp;lt;dot&amp;nbsp;[at]&amp;nbsp;dot&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;com&amp;gt; wrote in message news:&lt;a href=&quot;http://news.povray.org/&lt;482c6446@news.povray.org&gt;&quot;&gt;482c6446@news.povray.org&lt;/a&gt;...&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; Phil, the guy is talking about it on radio 2 right now!&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;      Hmm, you probably missed that, but I bet he's on the telly tonight.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; It's hot on the 'net apparently.&lt;/span&gt;

Yep I'd just powered everything off to go home, didn't catch the news  
either as I went out pretty much straight after.

-- 
Phil Cook

--
I once tried to be apathetic, but I just couldn't be bothered
&lt;a href=&quot;http://flipc.blogspot.com&quot; target=&quot;_new&quot;&gt;http://flipc.blogspot.com&lt;/a&gt;
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 07:57:04 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3Cop.ua8lpiz6c3xi7v%40news.povray.org%3E/#%3Cop.ua8lpiz6c3xi7v%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3Cop.ua8lpiz6c3xi7v%40news.povray.org%3E/#%3Cop.ua8lpiz6c3xi7v%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[scott] Re: Small Crymod contest [6 hours and 47 minutes ago]</title>
		<description>
&lt;pre&gt;&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;a href=&quot;http://www.crymod.com/thread.php?threadid=27580&amp;amp;sid=1c2ef1d092306facd49667bb71bb2871&quot; target=&quot;_new&quot;&gt;http://www.crymod.com/thread.php?threadid=27580&amp;amp;sid=1c2ef1d092306facd49667bb71bb2871&lt;/a&gt;&lt;/span&gt;

I don't understand why they can't get the contrast/brightness correct in 
computer games, the contrast is always way too low and often not bright 
enough (compared to a photo).  In the first CryMod shot on that page, if you 
load it into PaintShop and fiddle with the levels you can easily get 
something that looks way more realistic.

&lt;span class=&quot;RC1&quot;&gt;&amp;gt;   I'm going to have a go at this as I think I might have a chance. &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Interesting challenge though.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;    Wish me luck Povers! :)&lt;/span&gt;

Good luck!

PS - if you're not allowed to mod the CryMod shots, mod the photo first so 
that it matches the brightness/contrast of the CryMod shot :-)
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 06:59:46 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482d30e2%40news.povray.org%3E/#%3C482d30e2%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482d30e2%40news.povray.org%3E/#%3C482d30e2%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[scott] Re: Valid solution or evil hack? [6 hours and 53 minutes ago]</title>
		<description>
&lt;pre&gt;&lt;span class=&quot;RC1&quot;&gt;&amp;gt; A women approaches a company that make bespoke wooden doors for a new &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; front door. She can't buy an off-the-rack for &amp;amp;#194;&amp;amp;#163;100 because they're two &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; inches too narrow, they quote her a price of &amp;amp;#194;&amp;amp;#163;250. She blows her top &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; shouting &amp;quot;You're charging me &amp;amp;#194;&amp;amp;#163;150 for those two extra inches&amp;quot; and storms &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; off never to return.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; The moral, of course, is that she wasn't be charged an extra &amp;amp;#194;&amp;amp;#163;150 she was
&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; being charged &amp;amp;#194;&amp;amp;#163;250 to have workmen create for her a uniquely sized door &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; from scratch.&lt;/span&gt;

Hehe, or a more extreme example would be wandering into PC World and saying 
you want a 1921x1200 resolution monitor custom made.  Ermm, that will be 
several million pounds sir.
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 06:53:12 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482d2f58%241%40news.povray.org%3E/#%3C482d2f58%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482d2f58%241%40news.povray.org%3E/#%3C482d2f58%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[scott] Re: Valid solution or evil hack? [6 hours and 55 minutes ago]</title>
		<description>
&lt;pre&gt;&lt;span class=&quot;RC1&quot;&gt;&amp;gt; This somewhat implies that normal stuff is designed to be UNreliable. ;-)&lt;/span&gt;

Of course it is, everything has a designed lifetime, even the on/off button 
on the front of your computer.  Why put a switch that is guaranteed to have 
a minimum of 1 million operations over -40 to 100&amp;amp;#176;C on an ordinary PC?  Some 
situations call for this sort of reliability though, and you pay for it.

The tiny plugs/sockets that are used inside laptops and mobile phones etc 
often have a designed lifetime of just *ONE* operation!  It means everything 
can be made much smaller and thinner and hence cheaper, but of course you 
wouldn't use one of these if you were expecting to actually use the plug 
regularly.

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; I'm just wondering whether they actually did anything different at all for &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; the extra money, that's all.&lt;/span&gt;

Well they must have done if they are guaranteeing it for critical use.  If 
they didn't they risk being in a lot of trouble when things do fail (or 
maybe there is even some law that is relevant, I don't know).  Are they ISO 
9000 accredited?

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; It's like when you order stuff online. You can pay &amp;amp;#163;2, and they tell you &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; it'll take up to 15 days to arrive. But actually it arrives within 12 &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; hours. Or you can pay &amp;amp;#163;15 to have it guaranteed to arrive within 12 hours. &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; And it still arrives within 12 hours. Do they actually do anything &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; different? Or is it just a tax on stupidity?&lt;/span&gt;

Again, paying extra is guaranteeing next day delivery, it means more work 
for them, more work for the delivery company, and hence is more expensive. 
Of course if they happen to have space on the truck they'll probably fill it 
up with non-next-day orders - but it's not guaranteed.  If the truck is full 
and they still have next day orders to ship, they get another truck over, 
which isn't free.

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; [Seriously - WTF does a mass spectrometer even have in it? It's just an &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; empty tube, some vacuum pumps, an electrode and some magnets. So is my TV! &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Well, apart from the vacuum pumps anyway... And yet, my TV doesn't cost &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; more than a small housing estate. Wuh??]&lt;/span&gt;

How many TVs do you think have been made in total?  How many mass 
spectrometers?

What do you think is the tolerance on TVs?  Would you care if the green on 
the UK weather map looks a slightly different shade to your neighbour?
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 06:50:58 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482d2ed2%241%40news.povray.org%3E/#%3C482d2ed2%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482d2ed2%241%40news.povray.org%3E/#%3C482d2ed2%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Warp] Re: A question about Java generics (not a flame) [7 hours ago]</title>
		<description>
&lt;pre&gt;Warp &amp;lt;warp&amp;nbsp;[at]&amp;nbsp;tag&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;povray&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;org&amp;gt; wrote:
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; foo.cc:&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; export template&amp;lt;typename T&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; void foo(T t) { bar(t); }&lt;/span&gt;


&lt;span class=&quot;RC1&quot;&gt;&amp;gt; a.cc:&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; export template&amp;lt;typename T&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; void foo(T t);&lt;/span&gt;

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; void bar(int i);&lt;/span&gt;

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; void a() { foo(5); }&lt;/span&gt;


&lt;span class=&quot;RC1&quot;&gt;&amp;gt; b.cc:&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; export template&amp;lt;typename T&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; void foo(T t);&lt;/span&gt;

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; void bar(long i);&lt;/span&gt;

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; void b() { foo(5); }&lt;/span&gt;


&lt;span class=&quot;RC1&quot;&gt;&amp;gt;   I see how that could make some difference.&lt;/span&gt;

  Actually this isn't as simple after all. I made some tests with gcc,
and I'm getting rather curious results.

  In one file I have this:

// ----- file1.cc -----
#include &amp;lt;iostream&amp;gt;

template&amp;lt;typename T&amp;gt;
void foo(T t)
{
    bar(t);
}

void bar(int i) { std::cout &amp;lt;&amp;lt; &amp;quot;int: &amp;quot; &amp;lt;&amp;lt; i &amp;lt;&amp;lt; std::endl; }

void b();

int main()
{
    foo(5);
    b();
}
// --------------------

  And in another file I have this:

// ----- file2.cc -----
#include &amp;lt;iostream&amp;gt;

template&amp;lt;typename T&amp;gt;
void foo(T t)
{
    bar(t);
}

void bar(long i) { std::cout &amp;lt;&amp;lt; &amp;quot;long: &amp;quot; &amp;lt;&amp;lt; i &amp;lt;&amp;lt; std::endl; }

void b()
{
    foo(7);
}
// --------------------

  When I run this program I get the expected result:

int: 5
long: 7

  However, this happens because gcc is inlining the template function in
both cases. If I stop it from being able to inline the function, curious
things happen. This can be done, for example, by adding a static variable
inside the function, so that the function becomes, in both cases:

template&amp;lt;typename T&amp;gt;
void foo(T t)
{
    static int count = 0;
    std::cout &amp;lt;&amp;lt; &amp;quot;count: &amp;quot; &amp;lt;&amp;lt; ++count &amp;lt;&amp;lt; std::endl;
    bar(t);
}

  Now, what do you think the output is? Rather surprisingly:

count: 1
int: 5
count: 2
int: 7

  Which one of the two instances of foo() is called depends on which .cc
file is specified first. The other one is ignored.

  This is even so if the implementations of foo() are different (which answers
that question). For example, if I make the one in the first file like this:

template&amp;lt;typename T&amp;gt;
void foo(T t)
{
    static int count = 0;
    std::cout &amp;lt;&amp;lt; &amp;quot;count(1): &amp;quot; &amp;lt;&amp;lt; ++count &amp;lt;&amp;lt; std::endl;
    bar(t);
}

and the second one like this:

template&amp;lt;typename T&amp;gt;
void foo(T t)
{
    static int count = 0;
    std::cout &amp;lt;&amp;lt; &amp;quot;count(2): &amp;quot; &amp;lt;&amp;lt; ++count &amp;lt;&amp;lt; std::endl;
    bar(t);
}

the output will be:

count(1): 1
int: 5
count(1): 2
int: 7

  Only the first foo() function is used, the second one is completely
ignored.

  I have to admit I don't know if gcc is behaving correctly here. However,
I can see how this could be the case also with export templates: Even if
the context of the instantiation changes, it might not matter. It may still
be so that only one instantiation is used throughout the program (and thus
the export template has to be compiled once even if it's instantiated several
times).

-- 
                                                          - Warp
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 06:46:09 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482d2db1%40news.povray.org%3E/#%3C482d2db1%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482d2db1%40news.povray.org%3E/#%3C482d2db1%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Warp] Re: shake reduction [7 hours and 41 minutes ago]</title>
		<description>
&lt;pre&gt;Jim Charter &amp;lt;jrcsurvey&amp;nbsp;[at]&amp;nbsp;msn&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;com&amp;gt; wrote:
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Hmmm, I suppose, but I also thought that the lines of people ready to &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; muse upon truth and artifice in photography were wide and deep. Analogue &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; cameras were bad enough, but now that the capture is digital and &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; probably filtered digitally from the start, at least that is what I &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; assume my camera's different shooting 'modes' are,...it seems that &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; 'faked' is an increasingly relative term.&lt;/span&gt;

  I still consider there to be a difference between, for example, a white
balance filter and, for example, compositing an image from several source
images. There's a drastic difference between those two. The latter has
something the camera didn't &amp;quot;see&amp;quot; (at least not at one single shot), so
it has a sense of &amp;quot;faking&amp;quot; to it.

  A very wide panoramic image which has been composed of several images
taken in quick succession is a rather border case. Personally I consider
it &amp;quot;faked, but it doesn't bother me too much&amp;quot;.

-- 
                                                          - Warp
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 06:05:35 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482d242f%40news.povray.org%3E/#%3C482d242f%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482d242f%40news.povray.org%3E/#%3C482d242f%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Warp] Re: MCPov web page (montecarlo path tracing patch) [7 hours and 50 minutes ago]</title>
		<description>
&lt;pre&gt;fidos &amp;lt;fidos&amp;nbsp;[at]&amp;nbsp;wanadoo&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;fr&amp;gt; wrote:
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; - It uses a fast high-quality RNG as provided by Wrap.&lt;/span&gt;

  Who?-)

  (Btw, it would be interesting to see some side-by-side comparisons,
to see if there's any visual or rendertime differences compared to the
older version.)

-- 
                                                          - Warp
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 05:56:29 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482d220c%40news.povray.org%3E/#%3C482d220c%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482d220c%40news.povray.org%3E/#%3C482d220c%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Sven Littkowski] Re: bulging icosphere (76k jpg) [8 hours and 47 minutes ago]</title>
		<description>
&lt;pre&gt;Not bad - it looks even somehow atmospherical.

Sven



&amp;quot;stbenge&amp;quot; &amp;lt;stbenge&amp;nbsp;[at]&amp;nbsp;hotmail&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;com&amp;gt; schrieb im Newsbeitrag 
news:&lt;a href=&quot;http://news.povray.org/&lt;482a503d@news.povray.org&gt;&quot;&gt;482a503d@news.povray.org&lt;/a&gt;...
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Hi again,&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Today I figured out how to populate an arbitrary triangular region in&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; space with a definable density of spheres. This allowed me to create the&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; image here. It's basically a geodesic sphere, but with the spherical&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; component exaggerated for each sphere patch.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Questions and comments are always welcome~&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Sam&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 04:58:52 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482d148c%241%40news.povray.org%3E/#%3C482d148c%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482d148c%241%40news.povray.org%3E/#%3C482d148c%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Nicolas Alvarez] Re: shake reduction [8 hours and 52 minutes ago]</title>
		<description>
&lt;pre&gt;Darren New wrote:
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Personally, I find the lens far more important than anything else. A&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; JPEG shot thru a 68mm lens is going to look better than a RAW shot thru&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; a 7mm lens no matter how good the postprocessing, methinks.&lt;/span&gt;

And to think 7mm is a lot compared to most cellphone cameras :D
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 04:54:40 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482d1390%40news.povray.org%3E/#%3C482d1390%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482d1390%40news.povray.org%3E/#%3C482d1390%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Darren New] Re: shake reduction [9 hours and 33 minutes ago]</title>
		<description>
&lt;pre&gt;Jim Charter wrote:
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; present the result as truth.  And can we really say it isn't?&lt;/span&gt;

Considering your eyeball does about 4 layers of preprocessing before the 
image even gets to your optic nerve, it's hard to say that anything you 
actually photographed could be considered &amp;quot;faked&amp;quot;. :-)

An interesting and almost relevant article:

&lt;a href=&quot;http://www.scientificblogging.com/news_releases/our_visual_system_has_future_seeing_powers_study&quot; target=&quot;_new&quot;&gt;http://www.scientificblogging.com/news_releases/our_visual_system_has_future_seeing_powers_study&lt;/a&gt;

-- 
   Darren New / San Diego, CA, USA (PST)
     &amp;quot;That's pretty. Where's that?&amp;quot;
          &amp;quot;It's the Age of Channelwood.&amp;quot;
     &amp;quot;We should go there on vacation some time.&amp;quot;
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 04:13:47 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482d09fb%40news.povray.org%3E/#%3C482d09fb%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482d09fb%40news.povray.org%3E/#%3C482d09fb%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Darren New] Re: shake reduction [9 hours and 34 minutes ago]</title>
		<description>
&lt;pre&gt;Jim Charter wrote:
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Yes I discovered that limitation almost immediately, in fact, when I &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; tried using the camera to document some drawings I'd done. &lt;/span&gt;

Personally, I find the lens far more important than anything else. A 
JPEG shot thru a 68mm lens is going to look better than a RAW shot thru 
a 7mm lens no matter how good the postprocessing, methinks.

-- 
   Darren New / San Diego, CA, USA (PST)
     &amp;quot;That's pretty. Where's that?&amp;quot;
          &amp;quot;It's the Age of Channelwood.&amp;quot;
     &amp;quot;We should go there on vacation some time.&amp;quot;
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 04:12:09 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482d0999%241%40news.povray.org%3E/#%3C482d0999%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482d0999%241%40news.povray.org%3E/#%3C482d0999%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Jan Dvorak] Re: halo command error [10 hours and 5 minutes ago]</title>
		<description>
&lt;pre&gt;james lake napsal(a):
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Alain &amp;lt;electro.punk&amp;nbsp;[at]&amp;nbsp;netscape&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;net&amp;gt; wrote:&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; james lake nous illumina en ce 2008-05-14 19:41 --&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt; &amp;quot;Tim Attwood&amp;quot; &amp;lt;timothyea&amp;nbsp;[at]&amp;nbsp;comcast&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;net&amp;gt; wrote:&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; //----------------------------------------------------------------------&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; // A thin blue media, becoming lighter as it approaches&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; // the planet's surface.&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; //----------------------------------------------------------------------&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; #declare PlanetAtmosphere = sphere { &amp;lt;0,0,0&amp;gt;, 1&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;    hollow&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;    material {&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;       texture {&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;          pigment { rgbt &amp;lt;1,1,1,1&amp;gt; }&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;       }&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;       interior {&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;          media {&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;             emission &amp;lt;0,0,2&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;             density {&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;                spherical&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;                color_map {&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;                   [0 rgb 0]&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;                   [0.05 rgb 1]&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;                   [1 rgb 1]&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;                }&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;             }&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;          }&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;          media {&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;             emission &amp;lt;2,2,0&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;             density {&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;                spherical&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;                color_map {&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;                   [0 rgb 0]&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;                   [0.05 rgb 0.25]&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;                   [1 rgb 1]&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;                }&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;             }&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;          }&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;       }&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;    }&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;    scale 1.05&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; }&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt; I tried this and it works, but now the Earth is a solid white sphere.  Is there&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt; another command that must accompany these?  Or should I change the settings?&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt; Thanks for the help!&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt; James Lake&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; You put that object around your earth, scaled 5% larger than the size of the&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; earth sphere.&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; --&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; Alain&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; -------------------------------------------------&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; You know you've been raytracing too long when you've ever &amp;quot;lost&amp;quot; a Julia fractal&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; because you're not quite sure how to align things in four dimensions.&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; Dylan Beattie&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; I did that but it still generates a solid white sphere.  It is not transparent,&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; and does not fade at the edges.  There must be another setting or command that&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; has to change.  The planet and the atmosphere get put together with this:&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; #declare Planet = union {&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;   object { PlanetSphere }&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;   #ifndef (Quick)&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;     object { PlanetCloudSphere0 }&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;     object { PlanetAtmosphere }&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;   #end&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; }&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Is this a good way to do it?&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Thanks,&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; James&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
Try greatly reducing the media density. The density required is very 
dependent on your earth size.
Simply add another density block inside the media, like:
density{
  ...
}
density{
  rgb 1e-5
}

-- 
You know you've been raytracing too long when...
you ever saw a beautiful scenery and regretted not to take your 6&amp;quot; 
reflective ball and a digital camera, thinking &amp;quot;this would have been a 
perfect light probe&amp;quot;
		-Johnny D
Johnny D
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 03:41:45 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482d0279%241%40news.povray.org%3E/#%3C482d0279%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482d0279%241%40news.povray.org%3E/#%3C482d0279%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Jim Charter] Re: shake reduction [10 hours and 10 minutes ago]</title>
		<description>
&lt;pre&gt;Sabrina Kilian wrote:

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; A quick googling says the A30 doesn't shoot in RAW format. There might &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; be a firmware hack somewhere, but it seems this is the main Pentax &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; camera, and if none of them have RAW capabilities then it isn't likely &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; this one would either.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
Yes I discovered that limitation almost immediately, in fact, when I 
tried using the camera to document some drawings I'd done.  Once apon a 
time I had a pretty good routine and adequate lighting equipment for 
documenting my paintings, but now I don't.  Without hot enough lights, 
the point and shoot fell well short of adequate for that task, and the 
limitations of jpg only worsened the problem.  I *thought* I'd seen that 
some other format from jpg was supported when I was shopping the camera, 
but I was obviously mistaken.  Well maybe I can find some adequate 
lights for cheap.
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 03:35:53 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482d0119%241%40news.povray.org%3E/#%3C482d0119%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482d0119%241%40news.povray.org%3E/#%3C482d0119%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Jim Charter] Re: shake reduction [10 hours and 33 minutes ago]</title>
		<description>
&lt;pre&gt;Warp wrote:
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Jim Henderson &amp;lt;nospam&amp;nbsp;[at]&amp;nbsp;nospam&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;com&amp;gt; wrote:&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;composite the pictures together.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;   Somehow I have never liked that type of post-processing in photography.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; It gives me the feeling that the photo has been faked.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
Hmmm, I suppose, but I also thought that the lines of people ready to 
muse upon truth and artifice in photography were wide and deep. Analogue 
cameras were bad enough, but now that the capture is digital and 
probably filtered digitally from the start, at least that is what I 
assume my camera's different shooting 'modes' are,...it seems that 
'faked' is an increasingly relative term.  I'm surprised there isn't 
already a camera that would perform such compositing automatically and 
present the result as truth.  And can we really say it isn't?
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 03:12:58 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482cfbba%241%40news.povray.org%3E/#%3C482cfbba%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482cfbba%241%40news.povray.org%3E/#%3C482cfbba%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Jim Charter] Re: Bad Visual Pun Thread [11 hours and 7 minutes ago]</title>
		<description>
&lt;pre&gt;Gawd I hate sports metaphors.

Nothing obtuse here, just bad.

(And I think I know where to find the fork.)
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 02:39:39 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482cf3eb%40news.povray.org%3E/#%3C482cf3eb%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482cf3eb%40news.povray.org%3E/#%3C482cf3eb%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[james lake] Re: halo command error [11 hours and 21 minutes ago]</title>
		<description>
&lt;pre&gt;Alain &amp;lt;electro.punk&amp;nbsp;[at]&amp;nbsp;netscape&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;net&amp;gt; wrote:
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; james lake nous illumina en ce 2008-05-14 19:41 --&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt; &amp;gt; &amp;quot;Tim Attwood&amp;quot; &amp;lt;timothyea&amp;nbsp;[at]&amp;nbsp;comcast&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;net&amp;gt; wrote:&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt; //----------------------------------------------------------------------&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt; // A thin blue media, becoming lighter as it approaches&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt; // the planet's surface.&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt; //----------------------------------------------------------------------&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt; #declare PlanetAtmosphere = sphere { &amp;lt;0,0,0&amp;gt;, 1&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;    hollow&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;    material {&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;       texture {&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;          pigment { rgbt &amp;lt;1,1,1,1&amp;gt; }&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;       }&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;       interior {&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;          media {&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;             emission &amp;lt;0,0,2&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;             density {&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;                spherical&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;                color_map {&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;                   [0 rgb 0]&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;                   [0.05 rgb 1]&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;                   [1 rgb 1]&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;                }&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;             }&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;          }&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;          media {&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;             emission &amp;lt;2,2,0&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;             density {&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;                spherical&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;                color_map {&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;                   [0 rgb 0]&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;                   [0.05 rgb 0.25]&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;                   [1 rgb 1]&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;                }&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;             }&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;          }&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;       }&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;    }&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt;    scale 1.05&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt; &amp;gt;&amp;gt; }&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt; &amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt; &amp;gt; I tried this and it works, but now the Earth is a solid white sphere.  Is there&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt; &amp;gt; another command that must accompany these?  Or should I change the settings?&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt; &amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt; &amp;gt; Thanks for the help!&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt; &amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt; &amp;gt; James Lake&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt; &amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt; &amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; You put that object around your earth, scaled 5% larger than the size of the&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; earth sphere.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; --&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Alain&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; -------------------------------------------------&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; You know you've been raytracing too long when you've ever &amp;quot;lost&amp;quot; a Julia fractal&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; because you're not quite sure how to align things in four dimensions.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Dylan Beattie&lt;/span&gt;

I did that but it still generates a solid white sphere.  It is not transparent,
and does not fade at the edges.  There must be another setting or command that
has to change.  The planet and the atmosphere get put together with this:

#declare Planet = union {
  object { PlanetSphere }
  #ifndef (Quick)
    object { PlanetCloudSphere0 }
    object { PlanetAtmosphere }
  #end
}

Is this a good way to do it?

Thanks,

James
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 02:25:00 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3Cweb.482cef5ffa7c99c2d4dec990%40news.povray.org%3E/#%3Cweb.482cef5ffa7c99c2d4dec990%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3Cweb.482cef5ffa7c99c2d4dec990%40news.povray.org%3E/#%3Cweb.482cef5ffa7c99c2d4dec990%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Chambers] Re: Exploring Julia [11 hours and 30 minutes ago]</title>
		<description>
&lt;pre&gt;Warp wrote:
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Chambers wrote:&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; RGB 1 background, lit by radiosity.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;   I think it would have been more impressive with just regular lighting&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; and a fancy surface finish.&lt;/span&gt;

Is this better?

&lt;a href=&quot;http://www.youtube.com/watch?v=nhhBWge1KBk&quot; target=&quot;_new&quot;&gt;http://www.youtube.com/watch?v=nhhBWge1KBk&lt;/a&gt;

...Chambers
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 02:16:13 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482cee6d%241%40news.povray.org%3E/#%3C482cee6d%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482cee6d%241%40news.povray.org%3E/#%3C482cee6d%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Jim Henderson] Re: evil TV commercials [13 hours and 41 minutes ago]</title>
		<description>
&lt;pre&gt;On Thu, 15 May 2008 16:05:29 -0700, Darren New wrote:

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Jim Henderson wrote:&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; can't keep their leg still under their desk (and thus &amp;quot;bounce&amp;quot; it).&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; I'm pretty sure that's not what &amp;quot;restless leg syndrome&amp;quot; is. :-)&lt;/span&gt;

I am as well, but I wonder how many people who do that think that that's 
what they've got - and how many of those people actually get their 
doctors to give them a script for it.

Jim
&lt;/pre&gt;
		</description>
		<pubDate>Fri, 16 May 2008 00:04:56 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482ccfa8%241%40news.povray.org%3E/#%3C482ccfa8%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482ccfa8%241%40news.povray.org%3E/#%3C482ccfa8%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[M a r c] Re: Rocket Man [14 hours and 21 minutes ago]</title>
		<description>
&lt;pre&gt;&amp;quot;Darren New&amp;quot; &amp;lt;dnew&amp;nbsp;[at]&amp;nbsp;san&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;rr&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;com&amp;gt; a &amp;amp;#233;crit dans le message de news: 
&lt;a href=&quot;http://news.povray.org/&lt;482c839c$1@news.povray.org&gt;&quot;&gt;482c839c$1@news.povray.org&lt;/a&gt;...
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; In principle, a Honda Civic is the same as an Indy 500 Formula 1, too. &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; One's just more exciting than the other, I guess. :-)&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
Which one? :p

Marc
&lt;/pre&gt;
		</description>
		<pubDate>Thu, 15 May 2008 23:25:31 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482cc66b%241%40news.povray.org%3E/#%3C482cc66b%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482cc66b%241%40news.povray.org%3E/#%3C482cc66b%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Nicolas Alvarez] Re: Bombed! [14 hours and 23 minutes ago]</title>
		<description>
&lt;pre&gt;Darren New wrote:
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; (It boggles my mind that people actually engage in referrer-spam,&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; putting Viagra ads in the user-agent string and then reading bunches of&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; web sites so curious web site operators will see the ads.)&lt;/span&gt;

That's not what they do it for. Some websites (particularly blogs) have a
dynamically-updating list of referrers (&amp;quot;these are the websites that linked
us!&amp;quot;), referrer spam tries to get there.
&lt;/pre&gt;
		</description>
		<pubDate>Thu, 15 May 2008 23:22:57 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482cc5d0%40news.povray.org%3E/#%3C482cc5d0%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482cc5d0%40news.povray.org%3E/#%3C482cc5d0%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[M a r c] Re: New speakers [14 hours and 24 minutes ago]</title>
		<description>
&lt;pre&gt;&amp;quot;St.&amp;quot; &amp;lt;dot&amp;nbsp;[at]&amp;nbsp;dot&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;com&amp;gt; a &amp;amp;#233;crit dans le message de news: 
&lt;a href=&quot;http://news.povray.org/&lt;482c83eb$1@news.povray.org&gt;&quot;&gt;482c83eb$1@news.povray.org&lt;/a&gt;...
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;     Well, yeah, the name kind of rung some bells, but I didn't know what &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; for.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
They provided the speakers for Woodstock 69 festival... and a lot of movie 
theaters :-)
&lt;a href=&quot;http://www.ominous-valve.com/altec.html&quot; target=&quot;_new&quot;&gt;http://www.ominous-valve.com/altec.html&lt;/a&gt;

Marc
&lt;/pre&gt;
		</description>
		<pubDate>Thu, 15 May 2008 23:22:03 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482cc59b%40news.povray.org%3E/#%3C482cc59b%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482cc59b%40news.povray.org%3E/#%3C482cc59b%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Nicolas Alvarez] Re: I don't know what's worse ... [14 hours and 26 minutes ago]</title>
		<description>
&lt;pre&gt;Invisible wrote:
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; All I know is that The Daily WTF is *replete* with examples of companies&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; where the MD or something wrote the original version of the company's&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; product, but he can't actually code his way out of a paper bag, but he&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; still likes to &amp;quot;show the beginners how a real expert does it&amp;quot; from time&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; to time. And the real programmers end up going to extraordinary lengths&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; to keep the bosses away from the build system.&lt;/span&gt;

I wonder if Bill Gates can code his way out of a paper bag nowadays?
&lt;/pre&gt;
		</description>
		<pubDate>Thu, 15 May 2008 23:20:09 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482cc528%40news.povray.org%3E/#%3C482cc528%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482cc528%40news.povray.org%3E/#%3C482cc528%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[triple r] Re: Bad Visual Pun Thread [14 hours and 31 minutes ago]</title>
		<description>
&lt;pre&gt;&amp;quot;Mike the Elder&amp;quot; &amp;lt;nomail@nomail&amp;gt; wrote:

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; A second clue would be welcomed.  A few words and phrases are rattling around&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; the crevices of the ol' cortex, but nothing has gone &amp;quot;click&amp;quot;.&lt;/span&gt;

Just a book on a log.  Yep, a BOOK on a LOG...

Sorry it's not a better pun, but I really did run into this at about the time of
the first post.  The real thing is a tupperware container with a couple pens and
notebooks for people to write in.  I guess you have to be careful or else it
could get wet or covered in spider WEBs or something...

 - Ricky
&lt;/pre&gt;
		</description>
		<pubDate>Thu, 15 May 2008 23:15:00 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3Cweb.482cc329cf9e2062dcb320720%40news.povray.org%3E/#%3Cweb.482cc329cf9e2062dcb320720%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3Cweb.482cc329cf9e2062dcb320720%40news.povray.org%3E/#%3Cweb.482cc329cf9e2062dcb320720%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Darren New] Re: Bombed! [14 hours and 37 minutes ago]</title>
		<description>
&lt;pre&gt;St. wrote:
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;      Well, yes, I understand this at least, but what I was thinking of is &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; the fact that I have to weed out our genuine customers emails. So a change &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; of email address would at least be more manageable.&lt;/span&gt;

If you have normal customer emails coming to your postmaster address, 
you're probably doing something wrong even if you *are* an ISP. If 
you're not an ISP (and you're just a domain name owner), you shouldn't 
be getting messages to postmaster at all.

Basically, postmaster is for ISPs to talk to other ISPs.  As described 
in the email standards, it was originally the only email address that 
had to go to a real person. Nowadays, it's spam bait.

(It boggles my mind that people actually engage in referrer-spam, 
putting Viagra ads in the user-agent string and then reading bunches of 
web sites so curious web site operators will see the ads.)

&lt;span class=&quot;RC1&quot;&gt;&amp;gt;       Thanks for the info and advice.&lt;/span&gt;

Sure thing.

-- 
   Darren New / San Diego, CA, USA (PST)
     &amp;quot;That's pretty. Where's that?&amp;quot;
          &amp;quot;It's the Age of Channelwood.&amp;quot;
     &amp;quot;We should go there on vacation some time.&amp;quot;
&lt;/pre&gt;
		</description>
		<pubDate>Thu, 15 May 2008 23:09:26 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482cc2a6%241%40news.povray.org%3E/#%3C482cc2a6%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482cc2a6%241%40news.povray.org%3E/#%3C482cc2a6%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Darren New] Re: evil TV commercials [14 hours and 41 minutes ago]</title>
		<description>
&lt;pre&gt;Jim Henderson wrote:
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; can't keep their leg still under their desk (and thus &amp;quot;bounce&amp;quot; it). &lt;/span&gt;

I'm pretty sure that's not what &amp;quot;restless leg syndrome&amp;quot; is. :-)

-- 
   Darren New / San Diego, CA, USA (PST)
     &amp;quot;That's pretty. Where's that?&amp;quot;
          &amp;quot;It's the Age of Channelwood.&amp;quot;
     &amp;quot;We should go there on vacation some time.&amp;quot;
&lt;/pre&gt;
		</description>
		<pubDate>Thu, 15 May 2008 23:05:29 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482cc1b9%40news.povray.org%3E/#%3C482cc1b9%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482cc1b9%40news.povray.org%3E/#%3C482cc1b9%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Mike the Elder] Re: Bad Visual Pun Thread [15 hours and 31 minutes ago]</title>
		<description>
&lt;pre&gt;&amp;quot;triple_r&amp;quot; &amp;lt;nomail@nomail&amp;gt; wrote:

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Clue:  Think portmanteau.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; (Note:  Might take another clue, but my last one was stupid-easy.  And this&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; one's a true story; I run past this pun just about every day.)&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;  - Ricky&lt;/span&gt;

A second clue would be welcomed.  A few words and phrases are rattling around
the crevices of the ol' cortex, but nothing has gone &amp;quot;click&amp;quot;.

BTW, I agree that it is a very nice image, pun aside.

Best Regards,
Mike C.
&lt;/pre&gt;
		</description>
		<pubDate>Thu, 15 May 2008 22:15:00 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3Cweb.482cb50acf9e20629f76baaf0%40news.povray.org%3E/#%3Cweb.482cb50acf9e20629f76baaf0%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3Cweb.482cb50acf9e20629f76baaf0%40news.povray.org%3E/#%3Cweb.482cb50acf9e20629f76baaf0%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Stephen] Re: Valid solution or evil hack? [15 hours and 41 minutes ago]</title>
		<description>
&lt;pre&gt;On Thu, 15 May 2008 22:10:07 +0100, Orchid XP v8 &amp;lt;void&amp;nbsp;[at]&amp;nbsp;dev&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;null&amp;gt;
wrote:

&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC3&quot;&gt;&amp;gt;&amp;gt;&amp;gt; Why? Do they actually *do* something different with it?&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; Yes, it is designed to be more reliable, and they test it to prove this &lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; so they can write it in the specification of the device.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;This somewhat implies that normal stuff is designed to be UNreliable. ;-)&lt;/span&gt;

He said &amp;quot;more&amp;quot; reliable. Have you heard of tolerances?
-- 

Regards
     Stephen
&lt;/pre&gt;
		</description>
		<pubDate>Thu, 15 May 2008 22:05:49 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3Cjscp24hc527n0nvsouah12cot0jhusjsi0%404ax.com%3E/#%3Cjscp24hc527n0nvsouah12cot0jhusjsi0%404ax.com%3E</guid>
		<link>http://news.povray.org/*/message/%3Cjscp24hc527n0nvsouah12cot0jhusjsi0%404ax.com%3E/#%3Cjscp24hc527n0nvsouah12cot0jhusjsi0%404ax.com%3E</link>
	</item>
	<item>
		<title>[Jim Henderson] Re: I don't know what's worse ... [15 hours and 57 minutes ago]</title>
		<description>
&lt;pre&gt;On Thu, 15 May 2008 22:15:19 +0100, Orchid XP v8 wrote:

&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; Hehe yeh, but it's not like every company where things Just Work write&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; to the WTF and say &amp;quot;hey, here's one more company that's running fine&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; thanks&amp;quot;. The boss of my department has a PhD and numerous papers&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; published on the exact subject we work on, and is usually involved&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; directly in some of the more important customer projects as the expert.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Oh thank God - you mean there *are* companies that work properly? I&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; truly hope to end up working for one. Preferably soon!&lt;/span&gt;

Well, people have a tendency to complain rather than praise, so yeah. ;-)

Jim
&lt;/pre&gt;
		</description>
		<pubDate>Thu, 15 May 2008 21:49:39 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482caff3%241%40news.povray.org%3E/#%3C482caff3%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482caff3%241%40news.povray.org%3E/#%3C482caff3%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Orchid XP v8] Re: I don't know what's worse ... [16 hours and 31 minutes ago]</title>
		<description>
&lt;pre&gt;scott wrote:

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Hehe yeh, but it's not like every company where things Just Work write &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; to the WTF and say &amp;quot;hey, here's one more company that's running fine &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; thanks&amp;quot;. The boss of my department has a PhD and numerous papers &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; published on the exact subject we work on, and is usually involved &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; directly in some of the more important customer projects as the expert.&lt;/span&gt;

Oh thank God - you mean there *are* companies that work properly? I 
truly hope to end up working for one. Preferably soon!

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; People don't just &amp;quot;end up in management&amp;quot;, they either are promoted or &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; recruited.  I presume the sort of people you talk about are directly &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; recruited, so I guess that's a failing in the recruitment process if &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; they're not very good.&lt;/span&gt;

My thoughts precisely.

If the people doing recruitment don't know anything about computers, how 
the hell are they supposed to hire good people?

OTOH, some get there through promotion [or being the person who 
originally founded the company]. These people are typically rubbish with 
computers, but excellent at politics...

-- 
&lt;a href=&quot;http://blog.orphi.me.uk/&quot; target=&quot;_new&quot;&gt;http://blog.orphi.me.uk/&lt;/a&gt;
&lt;a href=&quot;http://www.zazzle.com/MathematicalOrchid*&quot; target=&quot;_new&quot;&gt;http://www.zazzle.com/MathematicalOrchid*&lt;/a&gt;
&lt;/pre&gt;
		</description>
		<pubDate>Thu, 15 May 2008 21:15:02 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482ca7d6%241%40news.povray.org%3E/#%3C482ca7d6%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482ca7d6%241%40news.povray.org%3E/#%3C482ca7d6%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Orchid XP v8] Re: I don't know what's worse ... [16 hours and 33 minutes ago]</title>
		<description>
&lt;pre&gt;Warp wrote:

&lt;span class=&quot;RC1&quot;&gt;&amp;gt;   I have a theory: People with real talent (and experience) for programming&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; are often very poor at politics and diplomacy, which is the reason why they&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; seldom end up in high positions in a company. And vice-versa: People which&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; are good at politics and diplomacy (read: good at speaking BS) are often&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; not very talented nor experienced in programming.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;   The typical &amp;quot;boss&amp;quot; is the latter type of person who, for some strange&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; reason, thinks he is a talented programmer.&lt;/span&gt;

I agree. The current Director of IT is, IMHO, pretty rubbish with 
computers. But DAMN does he know exactly how to play the corporate 
politics game.

But hey, these people must get into management some how. ;-)

-- 
&lt;a href=&quot;http://blog.orphi.me.uk/&quot; target=&quot;_new&quot;&gt;http://blog.orphi.me.uk/&lt;/a&gt;
&lt;a href=&quot;http://www.zazzle.com/MathematicalOrchid*&quot; target=&quot;_new&quot;&gt;http://www.zazzle.com/MathematicalOrchid*&lt;/a&gt;
&lt;/pre&gt;
		</description>
		<pubDate>Thu, 15 May 2008 21:12:54 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482ca756%241%40news.povray.org%3E/#%3C482ca756%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482ca756%241%40news.povray.org%3E/#%3C482ca756%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Orchid XP v8] Re: Valid solution or evil hack? [16 hours and 35 minutes ago]</title>
		<description>
&lt;pre&gt;Eero Ahonen wrote:

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; You weren't involved -&amp;gt; it's not your call -&amp;gt; you shouldn't stress about &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; it.&lt;/span&gt;

Oh, hey, I'm not *stressing* about this! I couldn't care less. ;-) I'm 
merely curios about the design of it...

-- 
&lt;a href=&quot;http://blog.orphi.me.uk/&quot; target=&quot;_new&quot;&gt;http://blog.orphi.me.uk/&lt;/a&gt;
&lt;a href=&quot;http://www.zazzle.com/MathematicalOrchid*&quot; target=&quot;_new&quot;&gt;http://www.zazzle.com/MathematicalOrchid*&lt;/a&gt;
&lt;/pre&gt;
		</description>
		<pubDate>Thu, 15 May 2008 21:10:51 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482ca6db%241%40news.povray.org%3E/#%3C482ca6db%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482ca6db%241%40news.povray.org%3E/#%3C482ca6db%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Orchid XP v8] Re: Valid solution or evil hack? [16 hours and 36 minutes ago]</title>
		<description>
&lt;pre&gt;&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; I remember seeing how a metal cylinder costs about &amp;amp;#163;20, but a metal &lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; cylinder that you can put liquid nitrogen into costs &amp;amp;#163;500. Because &lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; somebody has to check it won't break or something when it gets that &lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; damn cold.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Exactly - someone has to check - and that costs money.&lt;/span&gt;

Well that at least makes sense. You're paying money *for* something.

&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; Why? Do they actually *do* something different with it?&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Yes, it is designed to be more reliable, and they test it to prove this &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; so they can write it in the specification of the device.&lt;/span&gt;

This somewhat implies that normal stuff is designed to be UNreliable. ;-)

&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; Does the hardware itself have any actual physical differences to a &lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; cheap model?&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Probably, if you're lucky you could get a *really* reliable one from &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Maplin that lasted for 1000 years without any problems.  *Lucky* being &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; the key word here, try explaining to someone's family that they died &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; because some monitor failed, you can't say &amp;quot;we were unlucky&amp;quot;.&lt;/span&gt;

I'm just wondering whether they actually did anything different at all 
for the extra money, that's all.

It's like when you order stuff online. You can pay &amp;amp;#163;2, and they tell you 
it'll take up to 15 days to arrive. But actually it arrives within 12 
hours. Or you can pay &amp;amp;#163;15 to have it guaranteed to arrive within 12 
hours. And it still arrives within 12 hours. Do they actually do 
anything different? Or is it just a tax on stupidity?

On the other hand, consider the printers example. Clearly something *is* 
actually different, because the printers really do perform differently. 
So in this case, you *are* getting something for your money.

I'm not sure which category this temparature monitor falls into.

&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; Well, you're the engineer. But I wonder - if a mass spectrometer that &lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; you can't use for diagnostic procedures costs &amp;amp;#163;250,000... what the &lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; HELL does one you *can* use for diagnostic procedures cost?! o_O&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Medical equipment is extremely expensive, precisely because there is so &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; much at risk when things go wrong.  The companies that make this stuff &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; need to do a huge amount of testing and robust design, way above what &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; most other industries require.  It all costs money.&lt;/span&gt;

Heh. And I thought a device that costs more than my house (!!) was 
already expensive. ;-)

[Seriously - WTF does a mass spectrometer even have in it? It's just an 
empty tube, some vacuum pumps, an electrode and some magnets. So is my 
TV! Well, apart from the vacuum pumps anyway... And yet, my TV doesn't 
cost more than a small housing estate. Wuh??]

BTW, wasn't there some famous disaster with a device for radiotherapy 
that accidentally overdosed a few people?

-- 
&lt;a href=&quot;http://blog.orphi.me.uk/&quot; target=&quot;_new&quot;&gt;http://blog.orphi.me.uk/&lt;/a&gt;
&lt;a href=&quot;http://www.zazzle.com/MathematicalOrchid*&quot; target=&quot;_new&quot;&gt;http://www.zazzle.com/MathematicalOrchid*&lt;/a&gt;
&lt;/pre&gt;
		</description>
		<pubDate>Thu, 15 May 2008 21:09:51 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482ca69f%40news.povray.org%3E/#%3C482ca69f%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482ca69f%40news.povray.org%3E/#%3C482ca69f%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[St ] Re: I don't know what's worse ... [17 hours and 23 minutes ago]</title>
		<description>
&lt;pre&gt;&amp;quot;scott&amp;quot; &amp;lt;scott&amp;nbsp;[at]&amp;nbsp;scott&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;com&amp;gt; wrote in message 
news:&lt;a href=&quot;http://news.povray.org/&lt;482c400e$1@news.povray.org&gt;&quot;&gt;482c400e$1@news.povray.org&lt;/a&gt;...
  And of course you don't fire them, you just don't give them
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; any pay rise until they leave ;-)&lt;/span&gt;

     True, it would work in the end I guess.  :)

    Might take some time though as pay rises are not handed out frequently.

     ~Steve~
&lt;/pre&gt;
		</description>
		<pubDate>Thu, 15 May 2008 20:23:21 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482c9bb9%40news.povray.org%3E/#%3C482c9bb9%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482c9bb9%40news.povray.org%3E/#%3C482c9bb9%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[fidos] Re: MCPov web page (montecarlo path tracing patch) [17 hours and 36 minutes ago]</title>
		<description>
&lt;pre&gt;Hello,

I put in line (&lt;a href=&quot;http://pagesperso-orange.fr/fidos/MCPov/MCPov.html&quot; target=&quot;_new&quot;&gt;http://pagesperso-orange.fr/fidos/MCPov/MCPov.html&lt;/a&gt;) the version
0.0.2 of MCPov patch :
- it compiles now correctly under Linux.
- It uses a fast high-quality RNG as provided by Wrap.

Any feedback wellcome.

Regards,
Fidos.
&lt;/pre&gt;
		</description>
		<pubDate>Thu, 15 May 2008 20:10:01 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3Cweb.482c98626f09fee6c7085b890%40news.povray.org%3E/#%3Cweb.482c98626f09fee6c7085b890%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3Cweb.482c98626f09fee6c7085b890%40news.povray.org%3E/#%3Cweb.482c98626f09fee6c7085b890%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[St ] Small Crymod contest [17 hours and 55 minutes ago]</title>
		<description>
&lt;pre&gt;Crymod.com (the new Crysis game) announced a new end date for their &amp;quot;Crysis 
vs Reality&amp;quot; contest - 1st June. You have to supply any real image/photo and 
then you have to try to reproduce that image in Crysis (within the editor) 
as best you can.

  
&lt;a href=&quot;http://www.crymod.com/thread.php?threadid=27580&amp;amp;sid=1c2ef1d092306facd49667bb71bb2871&quot; target=&quot;_new&quot;&gt;http://www.crymod.com/thread.php?threadid=27580&amp;amp;sid=1c2ef1d092306facd49667bb71bb2871&lt;/a&gt;

   I'm going to have a go at this as I think I might have a chance. 
Interesting challenge though.

    Wish me luck Povers! :)

       ~Steve~
&lt;/pre&gt;
		</description>
		<pubDate>Thu, 15 May 2008 19:51:05 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482c9429%241%40news.povray.org%3E/#%3C482c9429%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482c9429%241%40news.povray.org%3E/#%3C482c9429%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Jim Henderson] Re: shake reduction [17 hours and 59 minutes ago]</title>
		<description>
&lt;pre&gt;On Thu, 15 May 2008 08:52:42 -0400, Warp wrote:

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Jim Henderson &amp;lt;nospam&amp;nbsp;[at]&amp;nbsp;nospam&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;com&amp;gt; wrote:&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; composite the pictures together.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;   Somehow I have never liked that type of post-processing in&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;   photography.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; It gives me the feeling that the photo has been faked.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;   It's a bit like you took an image rendered with povray and then added&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; some lens flare effect with photoshop and then called it a &amp;quot;povray&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; image&amp;quot;. Yes, part of the image was made with povray, but part of the&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; effect has been &amp;quot;faked&amp;quot;, so it's not a pure povray image. It feels kind&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; of cheating.&lt;/span&gt;

I think it depends on how well the compositing is done - most people 
don't do a good job with it, though, so it tends to look faked.

But if not a composite, then what would be the way to get rid of the 
bloom in the window without losing the details in the darker parts of the 
image?

Jim
&lt;/pre&gt;
		</description>
		<pubDate>Thu, 15 May 2008 19:47:11 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482c933f%241%40news.povray.org%3E/#%3C482c933f%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482c933f%241%40news.povray.org%3E/#%3C482c933f%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Jim Henderson] Re: shake reduction [18 hours ago]</title>
		<description>
&lt;pre&gt;On Thu, 15 May 2008 14:44:37 -0400, Sabrina Kilian wrote:

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; A quick googling says the A30 doesn't shoot in RAW format. There might&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; be a firmware hack somewhere, but it seems this is the main Pentax&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; camera, and if none of them have RAW capabilities then it isn't likely&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; this one would either.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; I would be surprised if it did not have some way to automatically shoot&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; bracketed exposures. Google again says it can shoot +-0.3 to +-2&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; exposures automatically, somewhere in the drive menu options. Even if&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; you don't composite the images, using that will make it easier to get&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; the right exposure if you are just clicking off pictures.&lt;/span&gt;

Yeah, it doesn't seem to be supported by CHDK either - My S50 isn't 
either, which was somewhat disappointing (not because I want RAW 
capabilities - the S50 has that - but there's some other stuff that might 
be nice to have as well).

im
&lt;/pre&gt;
		</description>
		<pubDate>Thu, 15 May 2008 19:46:10 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482c9302%241%40news.povray.org%3E/#%3C482c9302%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482c9302%241%40news.povray.org%3E/#%3C482c9302%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Jim Henderson] Re: evil TV commercials [18 hours and 5 minutes ago]</title>
		<description>
&lt;pre&gt;On Wed, 14 May 2008 23:12:11 -0400, Sabrina Kilian wrote:

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; On Tue, 13 May 2008 23:58:45 -0400, Jim Henderson wrote:&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; This is true of many drugs in general, IMHO.&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Yup, at least here in the USA. Every drug has a theme and a catchy new&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; name for a disorder that's been around for a long time. But the one with&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; the catchiest words gets prescribed.&lt;/span&gt;

Yeah, and that's a huge societal problem.  

&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; Just look at the number of Ritalin scripts written in the 90's in the&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; US.  Many of the kids who this (or other ADD-&amp;quot;fighting&amp;quot; drugs) was&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; prescribed for didn't actually need it.&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; [...]&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; I'm afraid that if I commented on this, I would end up ranting. I'll&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; leave it as that I agree with you on this point, and lazy parenting&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; seems to be a source of a lot of issues.&lt;/span&gt;

Agreed.  I have a pretty good rant about this as well - especially with 
the school Ken went to, a lot of the parents seemed to treat their kids 
as fashion accessories.  Those were the parents we weren't terribly 
friendly with.

One of Ken's friends came over to the house after a particularly bad day, 
and my wife went over and gave him a hug.  His reaction was fairly 
disconcerting - he basically locked rigid.  Turned out he *couldn't 
remember* the last time his mom hugged him.

My wife wanted to bitch-slap her for that....How can you not hug your own 
kid?

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Some people can't exercise, so I can see the use of the medication. On a&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; bad day when I can't walk, my legs get that feeling. And when you can't&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; walk with two canes and a decent level of opioid compounds in your blood&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; stream, you just aren't going to get that exercise. On the up side, you&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; don't notice &amp;quot;RLS&amp;quot; with that level of pain killers, so it doesn't often&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; become an issue.&lt;/span&gt;

I suppose I could see that.  But like Darren suggested, the number of 
people who actually *need* it is probably far fewer than those who get 
it.  But the thing that really disturbs me is the advertising &amp;quot;ask your 
doctor if Vaxodrine is right for you&amp;quot; - why SHOULD I?  Is that why my 
DOCTOR is my DOCTOR?  He's the one who went to medical school, not me.

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Diphenhydramine HCL(Benadryl) gives me the heebeejeebees, plain and&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; simple. Past seeing spots, even the allergy dose has me seeing cats&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; walking through walls. Probably why SSRIs give me trouble too, since&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Benadryl begot Prozac begot the rest of the whole mess.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Also funny, seeing a doctor's face when the read 'Allergic to benadryl'&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; on a form. They don't know how to process 'allergic to an anti-allergy&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; medication'.&lt;/span&gt;

LOL, I may have to ask my allergist about that when I have my next 
appointment with him.  My reaction to taking a couple of the tablets 
isn't something I'd consider normal.

The only bad reaction I can remember having is hydrocodone - 
hallucinations, lack of sleep (hallucinating that I was sleeping was odd 
- and went on for a week).  Nasty stuff, apparently less than %0.01 of 
people who take it have the reaction I did.

Don't even remember what he replaced it with, but it was as effective for 
the pain (I had a broken leg at the time).

Jim
&lt;/pre&gt;
		</description>
		<pubDate>Thu, 15 May 2008 19:41:13 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482c91d9%40news.povray.org%3E/#%3C482c91d9%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482c91d9%40news.povray.org%3E/#%3C482c91d9%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Jim Henderson] Re: evil TV commercials [18 hours and 12 minutes ago]</title>
		<description>
&lt;pre&gt;On Thu, 15 May 2008 09:09:32 -0700, Darren New wrote:

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Jim Henderson wrote:&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; it's ridiculous.  &amp;quot;Restless Legs Syndrome&amp;quot;?  Are you f-ing kidding me?&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; People who &amp;quot;suffer&amp;quot; from that sound to me like they need to go and get&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; some exercise.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; My sister-in-law has this. It's apparently related to Parkinson's&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; disease. I think the truth is that it's a real problem for many fewer&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; people than the drug companies would lead you to believe.&lt;/span&gt;

Yes, and that's ultimately my problem with these new &amp;quot;diseases&amp;quot; - there's 
no doubt in my mind that some people do have this, but there's a big 
difference between something related to Parkinson's and people who just 
can't keep their leg still under their desk (and thus &amp;quot;bounce&amp;quot; it).  The 
latter IME is more related to the fact that as a society, we exercise 
less now than we ever have.

Jim
&lt;/pre&gt;
		</description>
		<pubDate>Thu, 15 May 2008 19:34:31 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482c9047%241%40news.povray.org%3E/#%3C482c9047%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482c9047%241%40news.povray.org%3E/#%3C482c9047%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[Jim Henderson] Re: evil TV commercials [18 hours and 13 minutes ago]</title>
		<description>
&lt;pre&gt;On Thu, 15 May 2008 02:07:15 -0300, Nicolas Alvarez wrote:

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Jim Henderson wrote:&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; My stepson went to a school for gifted ADD and highly-distractable&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; students, many of whom were on various drugs for their conditions - and&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; while I'm no MD, it was clear to me that many of them were just very&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; active kids with parents who wanted their kids to be &amp;quot;less active&amp;quot;.&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; There probably was a percentage who actually *needed* the drug, but I&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; wouldn't hesitate to say that all of them didn't need it - though I&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; certainly wouldn't be the one to decide who got it and who didn't.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; (grr, lost post half-written, no draft saved)&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; Kids are *always* hyperactive. And particularly annoying trying to&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; always get the attention of their parents (ever seen a kid repeating&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; &amp;quot;mommy look what I found!&amp;quot; until mommy looks, *literally* a hundred&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; times if needed?). The problem is with parents distinguishing when it's&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; normal and when it's really ADHD.&lt;/span&gt;

Yep.

One of the more interesting discussions I had was with one of Ken's 
friends as we were getting ready to move (closer to the school, actually) 
- Will had come over to help move things, and we got to talking about his 
ADHD.  He started describing what it was like living in his head, and how 
frustrating it made him that he couldn't focus on one thing at a time.  
That was an incredibly enlightening discussion.

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; I guess my case is different because *I* notice *my* lack of attention.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; And talk to friends about &amp;quot;do you ever get distracted with X&amp;quot; to see if&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; it's normal or my ADD. (*) I mean, sure, everyone gets distracted during&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; a boring class at school. But I could spend several minutes during an&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; exam playing around with the pen and thinking about *whatever*, without&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; even &amp;quot;remembering&amp;quot; I'm at an exam. I just &amp;quot;wake up&amp;quot; and &amp;quot;oh yeah I'm&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; halfway on an exam... where was I...&amp;quot;. Or just anywhere else. Like&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; spending an hour on the *shower*, who knows how much time actually&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; washing and how much with my mind on the moon.&lt;/span&gt;

Well, Will also noticed his lack of attention, but he said that it took a 
significant amount of effort to focus his attention on anything.  It's 
been 7-ish years since that conversation, and unfortunately, I can't ask 
him about it again (sadly, he was killed in an ATV accident about a year 
ago).  I think for many of us, though, some of these experiences are 
fairly normal.  Mind wandering in the shower, for example - I get some of 
my best ideas in the shower because I just let my mind wander.  Even at 
work, though, I sometimes drift from thing to thing - partly because I've 
got a lot to do (yet I spend time reading/writing in newsgroups too).  I 
don't think it's ADD/ADHD or anything like that, more just how I'm wired.

&lt;span class=&quot;RC1&quot;&gt;&amp;gt; (*) at this point in writing this post, I spent like a whole hour&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; reading forums, completely forgetting I had this post half-written&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; behind the browser window.&lt;/span&gt;

BTDTGTTS. :-)

Jim
&lt;/pre&gt;
		</description>
		<pubDate>Thu, 15 May 2008 19:32:54 GMT</pubDate>
		<guid isPermaLink="true">http://news.povray.org/*/message/%3C482c8fe6%241%40news.povray.org%3E/#%3C482c8fe6%241%40news.povray.org%3E</guid>
		<link>http://news.povray.org/*/message/%3C482c8fe6%241%40news.povray.org%3E/#%3C482c8fe6%241%40news.povray.org%3E</link>
	</item>
	<item>
		<title>[St ] Re: Bombed! [18 hours and 30 minutes ago]</title>
		<description>
&lt;pre&gt;&amp;quot;Darren New&amp;quot; &amp;lt;dnew&amp;nbsp;[at]&amp;nbsp;san&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;rr&lt;img src=&quot;http://news.povray.org/i/dt6x2.gif&quot; width=&quot;6&quot; height=&quot;2&quot; border=&quot;0&quot;&gt;com&amp;gt; wrote in message 
news:&lt;a href=&quot;http://news.povray.org/&lt;482c8366$1@news.povray.org&gt;&quot;&gt;482c8366$1@news.povray.org&lt;/a&gt;...
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; St. wrote:&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt;      I bet. I'm thinking about the guy that got 10,000 a SECOND in that &lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; link Gilles and John posted.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; I was talking about making a mistake that causes your own code to spam &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; you. :-)&lt;/span&gt;

   Heh, ok, I was wondering what you were talking about.  ;)


&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; I guess I could just change our email addy on our site to a spare one for &lt;/span&gt;
&lt;span class=&quot;RC2&quot;&gt;&amp;gt;&amp;gt; now and let this episode fade out even if it is weeks.&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt;&lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; If they're bouncing to postmaster, it doesn't matter what *your* site &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; says. You're going to get bounces to postmaster because there's no such &lt;/span&gt;
&lt;span class=&quot;RC1&quot;&gt;&amp;gt; AOL user or som