<?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 Sergio Veiga</title>
	<atom:link href="http://sergioveiga.com/index.php/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://sergioveiga.com</link>
	<description></description>
	<lastBuildDate>Mon, 19 Jul 2010 18:34:03 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on WebSocket Handshake 76 in Erlang by Zoltán Lajos Kis</title>
		<link>http://sergioveiga.com/index.php/2010/06/17/websocket-handshake-76-in-erlang/comment-page-1/#comment-57</link>
		<dc:creator>Zoltán Lajos Kis</dc:creator>
		<pubDate>Mon, 19 Jul 2010 18:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://sergioveiga.com/?p=166#comment-57</guid>
		<description>Hi Roberto,&lt;br&gt;&lt;br&gt;Note, that the reason phrase is now &quot;WebSocket Protocol Handshake&quot; (no space between Web and Socket).&lt;br&gt;&lt;br&gt;Also you could replace get_key_number with a simple list comprehension:&lt;br&gt;IKey1 = [D &#124;&#124; D &lt;- Key, $0 =&lt; D, D =&lt; $9]</description>
		<content:encoded><![CDATA[<p>Hi Roberto,</p>
<p>Note, that the reason phrase is now &#8220;WebSocket Protocol Handshake&#8221; (no space between Web and Socket).</p>
<p>Also you could replace get_key_number with a simple list comprehension:<br />IKey1 = [D || D &lt;- Key, $0 =&lt; D, D =&lt; $9]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WebSocket Handshake 76 in Erlang by darkua</title>
		<link>http://sergioveiga.com/index.php/2010/06/17/websocket-handshake-76-in-erlang/comment-page-1/#comment-56</link>
		<dc:creator>darkua</dc:creator>
		<pubDate>Tue, 29 Jun 2010 10:09:50 +0000</pubDate>
		<guid isPermaLink="false">http://sergioveiga.com/?p=166#comment-56</guid>
		<description>Sorry for the late answer...&lt;br&gt;&lt;br&gt;Sure its MIT, fell free to use it. i had the intention to create a brunch of it on misultin, but to busy lately... by the way thanks for you work, misultin looks really good :)</description>
		<content:encoded><![CDATA[<p>Sorry for the late answer&#8230;</p>
<p>Sure its MIT, fell free to use it. i had the intention to create a brunch of it on misultin, but to busy lately&#8230; by the way thanks for you work, misultin looks really good <img src='http://sergioveiga.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Erlang Web Development with Nitrogen by Xy</title>
		<link>http://sergioveiga.com/index.php/2009/12/03/erlang-web-development-with-nitrogen/comment-page-1/#comment-54</link>
		<dc:creator>Xy</dc:creator>
		<pubDate>Tue, 29 Jun 2010 03:11:56 +0000</pubDate>
		<guid isPermaLink="false">http://sergioveiga.com/?p=129#comment-54</guid>
		<description>javascript:alert(&#039;Hello World!&#039;);</description>
		<content:encoded><![CDATA[<p>javascript:alert(&#39;Hello World!&#39;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Erlang Web Development with Nitrogen by Xx</title>
		<link>http://sergioveiga.com/index.php/2009/12/03/erlang-web-development-with-nitrogen/comment-page-1/#comment-55</link>
		<dc:creator>Xx</dc:creator>
		<pubDate>Tue, 29 Jun 2010 03:09:25 +0000</pubDate>
		<guid isPermaLink="false">http://sergioveiga.com/?p=129#comment-55</guid>
		<description>&lt;script&gt;alert(“Boo!”)&lt;/script&gt;</description>
		<content:encoded><![CDATA[<p>&lt;script&gt;alert(“Boo!”)&lt;/script&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on WebSocket Handshake 76 in Erlang by roberto ostinelli</title>
		<link>http://sergioveiga.com/index.php/2010/06/17/websocket-handshake-76-in-erlang/comment-page-1/#comment-50</link>
		<dc:creator>roberto ostinelli</dc:creator>
		<pubDate>Thu, 17 Jun 2010 20:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://sergioveiga.com/?p=166#comment-50</guid>
		<description>thank you sergio. if this code is in MIT let me know, i&#039;ll probably include part of it in the forecoming new release of misultin.</description>
		<content:encoded><![CDATA[<p>thank you sergio. if this code is in MIT let me know, i&#39;ll probably include part of it in the forecoming new release of misultin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Erlang lists:keyfind VS proplists:get_value by Hynek (Pichi) Vychodil</title>
		<link>http://sergioveiga.com/index.php/2010/05/14/erlang-listskeyfind-vs-proplistsget_value/comment-page-1/#comment-49</link>
		<dc:creator>Hynek (Pichi) Vychodil</dc:creator>
		<pubDate>Sun, 16 May 2010 17:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://sergioveiga.com/?p=161#comment-49</guid>
		<description>Try benchmark your implementation with this List = [[{X, a}&#124;&#124; X&lt;-lists:seq(1,9999)]&#124;[foo]] and try find value of foo. I think you will be surprised. You can fix it this way &lt;a href=&quot;http://gist.github.com/402828&quot; rel=&quot;nofollow&quot;&gt;http://gist.github.com/402828&lt;/a&gt;. But it would still not behave like proplists:get_value/2. For example proplists:get_value(foo, [{foo}]) or proplists:get_value(foo, [foo, {foo, bar}]). Best what you can do is use lists:key_find if it is what you exactly want or use proplists if you really want proplists. If you would like know how something works, source code is ultimate documentation. For example I found that proplists:get_value(foo, [{foo}]) behaves differently by looking to source.</description>
		<content:encoded><![CDATA[<p>Try benchmark your implementation with this List = [[{X, a}|| X&lt;-lists:seq(1,9999)]|[foo]] and try find value of foo. I think you will be surprised. You can fix it this way <a href="http://gist.github.com/402828" rel="nofollow">http://gist.github.com/402828</a>. But it would still not behave like proplists:get_value/2. For example proplists:get_value(foo, [{foo}]) or proplists:get_value(foo, [foo, {foo, bar}]). Best what you can do is use lists:key_find if it is what you exactly want or use proplists if you really want proplists. If you would like know how something works, source code is ultimate documentation. For example I found that proplists:get_value(foo, [{foo}]) behaves differently by looking to source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Erlang lists:keyfind VS proplists:get_value by darkua</title>
		<link>http://sergioveiga.com/index.php/2010/05/14/erlang-listskeyfind-vs-proplistsget_value/comment-page-1/#comment-48</link>
		<dc:creator>darkua</dc:creator>
		<pubDate>Sun, 16 May 2010 08:58:54 +0000</pubDate>
		<guid isPermaLink="false">http://sergioveiga.com/?p=161#comment-48</guid>
		<description>Hello Hyneck&lt;br&gt;&lt;br&gt;I never notice that you could use proplists with atom lists, thanks for the correction. In the post i just did the case i was using, but i lost a some time and i believe i have a correct implementation of proplists:get_value/2 no Default value, please give it a try&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://gist.github.com/402600&quot; rel=&quot;nofollow&quot;&gt;http://gist.github.com/402600&lt;/a&gt;&lt;br&gt;&lt;br&gt;Cheers</description>
		<content:encoded><![CDATA[<p>Hello Hyneck</p>
<p>I never notice that you could use proplists with atom lists, thanks for the correction. In the post i just did the case i was using, but i lost a some time and i believe i have a correct implementation of proplists:get_value/2 no Default value, please give it a try</p>
<p><a href="http://gist.github.com/402600" rel="nofollow">http://gist.github.com/402600</a></p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Erlang lists:keyfind VS proplists:get_value by Hynek (Pichi) Vychodil</title>
		<link>http://sergioveiga.com/index.php/2010/05/14/erlang-listskeyfind-vs-proplistsget_value/comment-page-1/#comment-47</link>
		<dc:creator>Hynek (Pichi) Vychodil</dc:creator>
		<pubDate>Sun, 16 May 2010 06:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://sergioveiga.com/?p=161#comment-47</guid>
		<description>proplists:get_value/2 do little bit different thing than lists:keyfind/2 See&lt;br&gt;&lt;br&gt;1&gt; proplists:get_value(9999, [{9999,foo}]).&lt;br&gt;foo&lt;br&gt;2&gt; proplists:get_value(9999, [9999]).&lt;br&gt;undefined&lt;br&gt;3&gt; proplists:get_value(foo, [foo]).&lt;br&gt;true</description>
		<content:encoded><![CDATA[<p>proplists:get_value/2 do little bit different thing than lists:keyfind/2 See</p>
<p>1&gt; proplists:get_value(9999, [{9999,foo}]).<br />foo<br />2&gt; proplists:get_value(9999, [9999]).<br />undefined<br />3&gt; proplists:get_value(foo, [foo]).<br />true</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Erlang On Nitro &#8211; Erlang Web Development Tutorial &#8211; Part 1/3 by darkua</title>
		<link>http://sergioveiga.com/index.php/2009/12/02/erlang-on-nitro-erlang-web-development-tutorial-part-13/comment-page-1/#comment-46</link>
		<dc:creator>darkua</dc:creator>
		<pubDate>Tue, 04 May 2010 20:38:09 +0000</pubDate>
		<guid isPermaLink="false">http://sergioveiga.com/?p=61#comment-46</guid>
		<description>Thanks Nate. I still did not have time to play with nitrogen 2., but i recommend you to get source code from github:&lt;br&gt;&lt;br&gt;git clone &lt;a href=&quot;http://github.com/rklophaus/nitrogen.git&quot; rel=&quot;nofollow&quot;&gt;http://github.com/rklophaus/nitrogen.git&lt;/a&gt;&lt;br&gt;&lt;br&gt;and then go to &lt;br&gt;&lt;br&gt;cd nitrogen/apps/nitrogen/support/&lt;br&gt;&lt;br&gt;and then you can run nitrogen create twitter_stream&lt;br&gt;&lt;br&gt;As soon i get some free time i will try do build a new tutorial about nitrogen 2.0.0 :)</description>
		<content:encoded><![CDATA[<p>Thanks Nate. I still did not have time to play with nitrogen 2., but i recommend you to get source code from github:</p>
<p>git clone <a href="http://github.com/rklophaus/nitrogen.git" rel="nofollow">http://github.com/rklophaus/nitrogen.git</a></p>
<p>and then go to </p>
<p>cd nitrogen/apps/nitrogen/support/</p>
<p>and then you can run nitrogen create twitter_stream</p>
<p>As soon i get some free time i will try do build a new tutorial about nitrogen 2.0.0 <img src='http://sergioveiga.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Erlang On Nitro &#8211; Erlang Web Development Tutorial &#8211; Part 1/3 by Nate</title>
		<link>http://sergioveiga.com/index.php/2009/12/02/erlang-on-nitro-erlang-web-development-tutorial-part-13/comment-page-1/#comment-45</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Tue, 04 May 2010 20:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://sergioveiga.com/?p=61#comment-45</guid>
		<description>Great tutorial! I&#039;m just starting to learn erlang and everything else along with it. I downloaded Nitrogen 2.0.0 binary from their website. But when i try &quot;nitrogen create twitter_stream&quot; it seams as the the create option no longer exists. Is their an alternative or reason why they removed it? I guess i&#039;m just wondering if the work flow has changed a bit and why. Thanks for these great tutorials. learning lots.</description>
		<content:encoded><![CDATA[<p>Great tutorial! I&#39;m just starting to learn erlang and everything else along with it. I downloaded Nitrogen 2.0.0 binary from their website. But when i try &#8220;nitrogen create twitter_stream&#8221; it seams as the the create option no longer exists. Is their an alternative or reason why they removed it? I guess i&#39;m just wondering if the work flow has changed a bit and why. Thanks for these great tutorials. learning lots.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
