<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Debroglie&#039;s repository</title>
	<atom:link href="http://blog.debroglie.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.debroglie.net</link>
	<description>Rpms in chemistry for centos and fedora</description>
	<lastBuildDate>Sun, 22 Jan 2012 06:59:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Platon nightly bug by Strona poświęcona Platonowi &#187; Platon nightly bug » Debroglie&#039;s repository</title>
		<link>http://blog.debroglie.net/2012/01/04/platon-nightly-bug/comment-page-1/#comment-2486</link>
		<dc:creator>Strona poświęcona Platonowi &#187; Platon nightly bug » Debroglie&#039;s repository</dc:creator>
		<pubDate>Sun, 22 Jan 2012 06:59:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.debroglie.net/?p=666#comment-2486</guid>
		<description>[...] post: Platon nightly bug » Debroglie&#039;s repository     Categories: Bez kategorii   / Tags: bug-happened, epoch, forced-the-update, from-2012, [...]</description>
		<content:encoded><![CDATA[<p>[...] post: Platon nightly bug » Debroglie&#039;s repository     Categories: Bez kategorii   / Tags: bug-happened, epoch, forced-the-update, from-2012, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plotting libraries by Pascal</title>
		<link>http://blog.debroglie.net/2011/12/10/plotting-libraries/comment-page-1/#comment-2478</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Mon, 12 Dec 2011 19:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.debroglie.net/?p=640#comment-2478</guid>
		<description>There is a bug in the gradient. RGB space is converted to HLS space which reults into a non linear gradient contradicting the doc:
http://plplot.sourceforge.net/docbook-manual/plplot-html-5.9.9/plscmap1l.html

I reported the bug:
http://sourceforge.net/tracker/?func=detail&amp;aid=3458200&amp;group_id=2915&amp;atid=102915

A workaround is to use HLS space:
&lt;code&gt;
call plscmap1l(.false., &amp;
&amp;   (/0.0_plflt, 0.499_plflt, 0.501_plflt, 1.0_plflt  /),&amp;
&amp;   (/0.0_plflt, 0.0_plflt, 120.0_plflt, 120.0_plflt  /),&amp;
&amp;   (/0.2_plflt, 1.0_plflt, 1.0_plflt, 0.2_plflt  /),&amp;
&amp;   (/1.0_plflt, 1.0_plflt, 1.0_plflt, 1.0_plflt  /) )
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>There is a bug in the gradient. RGB space is converted to HLS space which reults into a non linear gradient contradicting the doc:<br />
<a href="http://plplot.sourceforge.net/docbook-manual/plplot-html-5.9.9/plscmap1l.html" rel="nofollow">http://plplot.sourceforge.net/docbook-manual/plplot-html-5.9.9/plscmap1l.html</a></p>
<p>I reported the bug:<br />
<a href="http://sourceforge.net/tracker/?func=detail&#038;aid=3458200&#038;group_id=2915&#038;atid=102915" rel="nofollow">http://sourceforge.net/tracker/?func=detail&#038;aid=3458200&#038;group_id=2915&#038;atid=102915</a></p>
<p>A workaround is to use HLS space:<br />
<code><br />
call plscmap1l(.false., &#038;<br />
&#038;   (/0.0_plflt, 0.499_plflt, 0.501_plflt, 1.0_plflt  /),&#038;<br />
&#038;   (/0.0_plflt, 0.0_plflt, 120.0_plflt, 120.0_plflt  /),&#038;<br />
&#038;   (/0.2_plflt, 1.0_plflt, 1.0_plflt, 0.2_plflt  /),&#038;<br />
&#038;   (/1.0_plflt, 1.0_plflt, 1.0_plflt, 1.0_plflt  /) )<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CPU starvation by Pascal</title>
		<link>http://blog.debroglie.net/2011/10/25/cpu-starvation/comment-page-1/#comment-1947</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Thu, 03 Nov 2011 13:58:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.debroglie.net/?p=603#comment-1947</guid>
		<description>http://code.google.com/p/kernel/wiki/PerfUserGuide</description>
		<content:encoded><![CDATA[<p><a href="http://code.google.com/p/kernel/wiki/PerfUserGuide" rel="nofollow">http://code.google.com/p/kernel/wiki/PerfUserGuide</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Code optimisation by Pascal</title>
		<link>http://blog.debroglie.net/2011/07/26/code-optimisation/comment-page-1/#comment-1429</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Mon, 26 Sep 2011 15:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.debroglie.net/?p=559#comment-1429</guid>
		<description>I replaced exp by fastexp for a test (8000 reflections):
normal exp: 200ms/loop, fast exp: 150ms/loop

No multithreading used.</description>
		<content:encoded><![CDATA[<p>I replaced exp by fastexp for a test (8000 reflections):<br />
normal exp: 200ms/loop, fast exp: 150ms/loop</p>
<p>No multithreading used.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Platon nightly by Pascal</title>
		<link>http://blog.debroglie.net/2011/07/27/platon-nightly/comment-page-1/#comment-1359</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Tue, 09 Aug 2011 09:45:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.debroglie.net/?p=569#comment-1359</guid>
		<description>Platon nighlty ok for centos 6 now for both i686 and x86_64 builds.</description>
		<content:encoded><![CDATA[<p>Platon nighlty ok for centos 6 now for both i686 and x86_64 builds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New server by Pascal</title>
		<link>http://blog.debroglie.net/2011/07/16/new-server/comment-page-1/#comment-1317</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Tue, 19 Jul 2011 11:30:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.debroglie.net/?p=549#comment-1317</guid>
		<description>the rpms repository has been moved. I added a new repo debroglie-nightly where I&#039;ll put automatic builds. Used for platon at the moment. Every day platon-nightly is updated. The rpm does not interfere with the one in the base repository.

I&#039;ll push a new release of the debroglie-release soon which going to add the new repo and update the urls to the new server.</description>
		<content:encoded><![CDATA[<p>the rpms repository has been moved. I added a new repo debroglie-nightly where I&#8217;ll put automatic builds. Used for platon at the moment. Every day platon-nightly is updated. The rpm does not interfere with the one in the base repository.</p>
<p>I&#8217;ll push a new release of the debroglie-release soon which going to add the new repo and update the urls to the new server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on New server by Pascal</title>
		<link>http://blog.debroglie.net/2011/07/16/new-server/comment-page-1/#comment-1312</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Sun, 17 Jul 2011 08:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.debroglie.net/?p=549#comment-1312</guid>
		<description>Redmine and the subversion repository has been moved.
redmine is a bit broken...</description>
		<content:encoded><![CDATA[<p>Redmine and the subversion repository has been moved.<br />
redmine is a bit broken&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Valgrind and kcachegrind, spot bottlenecks by Pascal</title>
		<link>http://blog.debroglie.net/2010/10/03/valgrind-and-kcachegrind-spot-bottlenecks/comment-page-1/#comment-749</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Sun, 03 Oct 2010 19:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.debroglie.net/?p=460#comment-749</guid>
		<description>The source code is here:
https://redmine.debroglie.net/projects/debroglie/repository/show/Fcalc/trunk</description>
		<content:encoded><![CDATA[<p>The source code is here:<br />
<a href="https://redmine.debroglie.net/projects/debroglie/repository/show/Fcalc/trunk" rel="nofollow">https://redmine.debroglie.net/projects/debroglie/repository/show/Fcalc/trunk</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tonto-chem troubles by Pascal</title>
		<link>http://blog.debroglie.net/2010/08/31/tonto-chem-troubles/comment-page-1/#comment-696</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Fri, 03 Sep 2010 11:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.debroglie.net/?p=435#comment-696</guid>
		<description>the linking problem was due to static linking, fedora banned static libraries.

However, the program crashed on a few tests :(</description>
		<content:encoded><![CDATA[<p>the linking problem was due to static linking, fedora banned static libraries.</p>
<p>However, the program crashed on a few tests <img src='http://blog.debroglie.net/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on John Should NOT be allowed out unsupervised! by Pascal</title>
		<link>http://blog.debroglie.net/2010/08/15/john-should-not-be-allowed-out-unsupervised/comment-page-1/#comment-683</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Mon, 16 Aug 2010 05:46:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.debroglie.net/?p=426#comment-683</guid>
		<description>:)

I am busy working on some math... I hope to have some news soon.

The project is no longer under trac but redmine.

I have updated wordpress and now a widget is complaining, centos is too old, I need to import the root certificate.

If someone else is interesting in packaging, there is some room :)</description>
		<content:encoded><![CDATA[<p> <img src='http://blog.debroglie.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I am busy working on some math&#8230; I hope to have some news soon.</p>
<p>The project is no longer under trac but redmine.</p>
<p>I have updated wordpress and now a widget is complaining, centos is too old, I need to import the root certificate.</p>
<p>If someone else is interesting in packaging, there is some room <img src='http://blog.debroglie.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: blog.debroglie.net @ 2012-02-05 11:28:08 by W3 Total Cache -->
