<?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 We Dev Blog</title>
	<atom:link href="http://www.wedevblog.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wedevblog.com</link>
	<description>Because we can.</description>
	<lastBuildDate>Tue, 23 Feb 2010 21:19:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Gnome panel applet : Part 1 by Danny</title>
		<link>http://www.wedevblog.com/gnome-panel-applet-part-1.html/comment-page-1#comment-83</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Tue, 23 Feb 2010 21:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wp/?p=3#comment-83</guid>
		<description>Very nice example Mohse :) Keep up the good work!</description>
		<content:encoded><![CDATA[<p>Very nice example Mohse <img src='http://www.wedevblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Keep up the good work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gnome panel applet : Part 1 by Mohse Davari</title>
		<link>http://www.wedevblog.com/gnome-panel-applet-part-1.html/comment-page-1#comment-82</link>
		<dc:creator>Mohse Davari</dc:creator>
		<pubDate>Thu, 18 Feb 2010 22:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wp/?p=3#comment-82</guid>
		<description>hi
i create 2 applet.
on of theme is here
http://mohsendavari.com/applet/
it is only for iranian people
i learn how can create deb file
only need checkinstall  ( sudo checkinstall )
txt for your very usefull article</description>
		<content:encoded><![CDATA[<p>hi<br />
i create 2 applet.<br />
on of theme is here<br />
<a href="http://mohsendavari.com/applet/" rel="nofollow">http://mohsendavari.com/applet/</a><br />
it is only for iranian people<br />
i learn how can create deb file<br />
only need checkinstall  ( sudo checkinstall )<br />
txt for your very usefull article</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gnome panel applet : Part 1 by roolmeria</title>
		<link>http://www.wedevblog.com/gnome-panel-applet-part-1.html/comment-page-1#comment-80</link>
		<dc:creator>roolmeria</dc:creator>
		<pubDate>Sat, 12 Dec 2009 05:10:20 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wp/?p=3#comment-80</guid>
		<description>I highly enjoyed reading this blogpost, keep up creating such exciting articles!!</description>
		<content:encoded><![CDATA[<p>I highly enjoyed reading this blogpost, keep up creating such exciting articles!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gnome panel applet : Part 1 by Danny</title>
		<link>http://www.wedevblog.com/gnome-panel-applet-part-1.html/comment-page-1#comment-79</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Fri, 11 Dec 2009 10:19:25 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wp/?p=3#comment-79</guid>
		<description>&lt;a href=&quot;#comment-78&quot; rel=&quot;nofollow&quot;&gt;@Mohsen Davari &lt;/a&gt; 
Well creating a deb file is another story, but i&#039;ill make a tutorial about it. Should be up in a week.</description>
		<content:encoded><![CDATA[<p><a href="#comment-78" rel="nofollow">@Mohsen Davari </a><br />
Well creating a deb file is another story, but i&#8217;ill make a tutorial about it. Should be up in a week.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gnome panel applet : Part 1 by Mohsen Davari</title>
		<link>http://www.wedevblog.com/gnome-panel-applet-part-1.html/comment-page-1#comment-78</link>
		<dc:creator>Mohsen Davari</dc:creator>
		<pubDate>Fri, 11 Dec 2009 09:12:42 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wp/?p=3#comment-78</guid>
		<description>hi
it is very very usefull for me
if you can please say how can create a deb file for this applet
i am waitong for you
thanks</description>
		<content:encoded><![CDATA[<p>hi<br />
it is very very usefull for me<br />
if you can please say how can create a deb file for this applet<br />
i am waitong for you<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on POSIX Threads &#8211; Threading with C : Part 1 by Loïc Domaigné</title>
		<link>http://www.wedevblog.com/posix-threads-threading-with-c.html/comment-page-1#comment-77</link>
		<dc:creator>Loïc Domaigné</dc:creator>
		<pubDate>Thu, 03 Sep 2009 16:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wp/?p=114#comment-77</guid>
		<description>Hello Dani,

First my apologizes. It was not my intention to complain about the low quality or whatsoever of your - in overall - good article. I find great that you share your Pthreads knowledge, and as I am also fervently interested in this topic, I thought you would appreciate feedbacks about your little mistake. 

Yes, there is a problem with your code. The fact that the &quot;right things&quot; come out is merely an artifact of many Pthreads library implementation. But nevertheless it is incorrect, and yes, it can fail. I learned it the hard way...

To remove this implementation artifact, add between line 22 and 23 the following:
pthread_detach(pthread_self()) 

After about 10 runs, I got the following output on my machine (intel Core Duo, running Linux 2.6.27 SMP):
Initializing thread!
This is coming from a thread:
arg.i = 547295120
arg.y = 32767

If you want, we can discuss it off-line

Cheers and keep-up the good work!
Loïc.</description>
		<content:encoded><![CDATA[<p>Hello Dani,</p>
<p>First my apologizes. It was not my intention to complain about the low quality or whatsoever of your &#8211; in overall &#8211; good article. I find great that you share your Pthreads knowledge, and as I am also fervently interested in this topic, I thought you would appreciate feedbacks about your little mistake. </p>
<p>Yes, there is a problem with your code. The fact that the &#8220;right things&#8221; come out is merely an artifact of many Pthreads library implementation. But nevertheless it is incorrect, and yes, it can fail. I learned it the hard way&#8230;</p>
<p>To remove this implementation artifact, add between line 22 and 23 the following:<br />
pthread_detach(pthread_self()) </p>
<p>After about 10 runs, I got the following output on my machine (intel Core Duo, running Linux 2.6.27 SMP):<br />
Initializing thread!<br />
This is coming from a thread:<br />
arg.i = 547295120<br />
arg.y = 32767</p>
<p>If you want, we can discuss it off-line</p>
<p>Cheers and keep-up the good work!<br />
Loïc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C Socket Programming : Part 2 by Tania</title>
		<link>http://www.wedevblog.com/c-socket-programming-part-2.html/comment-page-1#comment-76</link>
		<dc:creator>Tania</dc:creator>
		<pubDate>Wed, 02 Sep 2009 23:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.wedevblog.com/?p=176#comment-76</guid>
		<description>Hello, 
Where are you from? Is it a secret? :)</description>
		<content:encoded><![CDATA[<p>Hello,<br />
Where are you from? Is it a secret? <img src='http://www.wedevblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on POSIX Threads &#8211; Threading with C : Part 1 by Danny</title>
		<link>http://www.wedevblog.com/posix-threads-threading-with-c.html/comment-page-1#comment-75</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Sat, 29 Aug 2009 18:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wp/?p=114#comment-75</guid>
		<description>&lt;a href=&quot;#comment-65&quot; rel=&quot;nofollow&quot;&gt;@Loïc Domaigné &lt;/a&gt; 
Actually it is two seperate objects, one in main() and one in hello(), they just have the same name, so i guess this is confusing. So there is no problem with the code.</description>
		<content:encoded><![CDATA[<p><a href="#comment-65" rel="nofollow">@Loïc Domaigné </a><br />
Actually it is two seperate objects, one in main() and one in hello(), they just have the same name, so i guess this is confusing. So there is no problem with the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on C Socket Programming : Part 1 by Pemrograman Jaringan 2009: Referensi &#171; Komputasi &#124; Suatu Permulaan</title>
		<link>http://www.wedevblog.com/c-socket-programming-part-1.html/comment-page-1#comment-66</link>
		<dc:creator>Pemrograman Jaringan 2009: Referensi &#171; Komputasi &#124; Suatu Permulaan</dc:creator>
		<pubDate>Tue, 18 Aug 2009 00:09:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.wedevblog.com/?p=121#comment-66</guid>
		<description>[...] C Socket Programming [...]</description>
		<content:encoded><![CDATA[<p>[...] C Socket Programming [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on POSIX Threads &#8211; Threading with C : Part 1 by Loïc Domaigné</title>
		<link>http://www.wedevblog.com/posix-threads-threading-with-c.html/comment-page-1#comment-65</link>
		<dc:creator>Loïc Domaigné</dc:creator>
		<pubDate>Sat, 15 Aug 2009 15:12:24 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/wp/?p=114#comment-65</guid>
		<description>Hi Dani, 

You are passing a pointer to the bar object, which located on the stack of the main&#039;s thread. But, main() may terminate before the thread hello() executes. On some systems, bar can become invalid, which shall cause you trouble in hello() when you access it.

May I suggest the following post from me: 
&lt;a href=&quot;http://www.domaigne.com/blog/computing/pthreads-arguments-passing&quot; rel=&quot;nofollow&quot;&gt;Pthreads arguments passing&lt;/a&gt;

Cheers,
Loïc.</description>
		<content:encoded><![CDATA[<p>Hi Dani, </p>
<p>You are passing a pointer to the bar object, which located on the stack of the main&#8217;s thread. But, main() may terminate before the thread hello() executes. On some systems, bar can become invalid, which shall cause you trouble in hello() when you access it.</p>
<p>May I suggest the following post from me:<br />
<a href="http://www.domaigne.com/blog/computing/pthreads-arguments-passing" rel="nofollow">Pthreads arguments passing</a></p>
<p>Cheers,<br />
Loïc.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
