<?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 sambroblog.</title>
	<atom:link href="http://sambro.is-super-awesome.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://sambro.is-super-awesome.com</link>
	<description>A Blog. With words. And maybe pictures.</description>
	<lastBuildDate>Fri, 09 Sep 2011 02:59:38 +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 Facebook Open Graph HTML5 Validation Problems by FridayDigital Sherpa &#124; Digital Sherpa</title>
		<link>http://sambro.is-super-awesome.com/2011/05/18/facebook-open-graph-html5-validation-problems/comment-page-1/#comment-6808</link>
		<dc:creator>FridayDigital Sherpa &#124; Digital Sherpa</dc:creator>
		<pubDate>Fri, 09 Sep 2011 02:59:38 +0000</pubDate>
		<guid isPermaLink="false">http://sambro.is-super-awesome.com/?p=179#comment-6808</guid>
		<description>[...] http://sambro.is-super-awesome.com/2011/05/18/facebook-open-graph-html5-validation-problems [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://sambro.is-super-awesome.com/2011/05/18/facebook-open-graph-html5-validation-problems" rel="nofollow">http://sambro.is-super-awesome.com/2011/05/18/facebook-open-graph-html5-validation-problems</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a proper Buffer in a Node C++ Addon by sambro</title>
		<link>http://sambro.is-super-awesome.com/2011/03/03/creating-a-proper-buffer-in-a-node-c-addon/comment-page-1/#comment-6597</link>
		<dc:creator>sambro</dc:creator>
		<pubDate>Fri, 02 Sep 2011 02:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://sambro.is-super-awesome.com/?p=171#comment-6597</guid>
		<description>Hi Rals,

You should probably actually read my blog post, as I go into exactly why you don&#039;t want to do that :) (hint: what you&#039;re doing is creating a SlowBuffer).

This blog post *is* fairly old though, and Node.js moves pretty rapidly, perhaps in the more recent Node versions your snippet has the correct behaviour of creating a FastBuffer now. I&#039;m not sure, but I shall definitely keep it in mind!</description>
		<content:encoded><![CDATA[<p>Hi Rals,</p>
<p>You should probably actually read my blog post, as I go into exactly why you don&#8217;t want to do that <img src='http://sambro.is-super-awesome.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (hint: what you&#8217;re doing is creating a SlowBuffer).</p>
<p>This blog post *is* fairly old though, and Node.js moves pretty rapidly, perhaps in the more recent Node versions your snippet has the correct behaviour of creating a FastBuffer now. I&#8217;m not sure, but I shall definitely keep it in mind!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a proper Buffer in a Node C++ Addon by rals</title>
		<link>http://sambro.is-super-awesome.com/2011/03/03/creating-a-proper-buffer-in-a-node-c-addon/comment-page-1/#comment-6596</link>
		<dc:creator>rals</dc:creator>
		<pubDate>Fri, 02 Sep 2011 01:21:49 +0000</pubDate>
		<guid isPermaLink="false">http://sambro.is-super-awesome.com/?p=171#comment-6596</guid>
		<description>This is a bit long winded, when 2 lines is quicker.
I have used this and it worked for me. I dont see why it has to be 10 lines+ in size.
ie.

char *mydata = &quot;Random raw data&quot;;
Local return_buffer = Buffer::New( mydata, strlen(mydata) );
return scope.Close( return_buffer-&gt;handle_ );</description>
		<content:encoded><![CDATA[<p>This is a bit long winded, when 2 lines is quicker.<br />
I have used this and it worked for me. I dont see why it has to be 10 lines+ in size.<br />
ie.</p>
<p>char *mydata = &#8220;Random raw data&#8221;;<br />
Local return_buffer = Buffer::New( mydata, strlen(mydata) );<br />
return scope.Close( return_buffer-&gt;handle_ );</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Open Graph HTML5 Validation Problems by Evan Carroll</title>
		<link>http://sambro.is-super-awesome.com/2011/05/18/facebook-open-graph-html5-validation-problems/comment-page-1/#comment-5212</link>
		<dc:creator>Evan Carroll</dc:creator>
		<pubDate>Thu, 16 Jun 2011 14:55:02 +0000</pubDate>
		<guid isPermaLink="false">http://sambro.is-super-awesome.com/?p=179#comment-5212</guid>
		<description>This trick no longer works as meta-name&#039;s must be registered as Meta Extensions: http://wiki.whatwg.org/wiki/MetaExtensions . FB Has not made a proposal that has gotten accepted yet. The choice is between pissing off W3C or not using FB&#039;s Open Graph.</description>
		<content:encoded><![CDATA[<p>This trick no longer works as meta-name&#8217;s must be registered as Meta Extensions: <a href="http://wiki.whatwg.org/wiki/MetaExtensions" rel="nofollow">http://wiki.whatwg.org/wiki/MetaExtensions</a> . FB Has not made a proposal that has gotten accepted yet. The choice is between pissing off W3C or not using FB&#8217;s Open Graph.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a proper Buffer in a Node C++ Addon by sambro</title>
		<link>http://sambro.is-super-awesome.com/2011/03/03/creating-a-proper-buffer-in-a-node-c-addon/comment-page-1/#comment-4867</link>
		<dc:creator>sambro</dc:creator>
		<pubDate>Tue, 17 May 2011 23:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://sambro.is-super-awesome.com/?p=171#comment-4867</guid>
		<description>Hey!

Yeah I&#039;ve been under the pump at work for a few weeks! Thanks for the encouragement :D I&#039;ve actually been kicking myself for not posting more &quot;a-ha!&quot;&#039;s from when I was developing node-gitteh...</description>
		<content:encoded><![CDATA[<p>Hey!</p>
<p>Yeah I&#8217;ve been under the pump at work for a few weeks! Thanks for the encouragement <img src='http://sambro.is-super-awesome.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  I&#8217;ve actually been kicking myself for not posting more &#8220;a-ha!&#8221;&#8216;s from when I was developing node-gitteh&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating a proper Buffer in a Node C++ Addon by Tim Branyen</title>
		<link>http://sambro.is-super-awesome.com/2011/03/03/creating-a-proper-buffer-in-a-node-c-addon/comment-page-1/#comment-4866</link>
		<dc:creator>Tim Branyen</dc:creator>
		<pubDate>Tue, 17 May 2011 15:33:04 +0000</pubDate>
		<guid isPermaLink="false">http://sambro.is-super-awesome.com/?p=171#comment-4866</guid>
		<description>Hey Sam!

Haven&#039;t seen you around in ages, but you need to keep posting gems like this.  IMO this post should be pushed into the nodejs `creating native extensions` documentation. +1</description>
		<content:encoded><![CDATA[<p>Hey Sam!</p>
<p>Haven&#8217;t seen you around in ages, but you need to keep posting gems like this.  IMO this post should be pushed into the nodejs `creating native extensions` documentation. +1</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Access Tokens from Canvas Apps by Niklas B</title>
		<link>http://sambro.is-super-awesome.com/2010/05/28/facebook-access-tokens-from-canvas-apps/comment-page-1/#comment-4863</link>
		<dc:creator>Niklas B</dc:creator>
		<pubDate>Tue, 17 May 2011 09:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://sambro.is-super-awesome.com/?p=135#comment-4863</guid>
		<description>Awesome, I was looking for this very solution. Code works wonderful. Thank you!</description>
		<content:encoded><![CDATA[<p>Awesome, I was looking for this very solution. Code works wonderful. Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Access Tokens from Canvas Apps by Dan</title>
		<link>http://sambro.is-super-awesome.com/2010/05/28/facebook-access-tokens-from-canvas-apps/comment-page-1/#comment-4776</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 04 May 2011 04:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://sambro.is-super-awesome.com/?p=135#comment-4776</guid>
		<description>Mate, 

you are an absolute genius! I am gonna worship you! LOL
This is exactly what I needed. I have been looking for this for about three days now! The part were you &quot;self-manufacture&quot; the session... brilliant! 

I don&#039;t know what I would have done without this. Thank you so much for sharing this! 
You are the man!! (Not kidding) I hope someone pays you shit loads of money for the work you do. You certainly deserve it! haha.

I am gonna drink on you! 

Thanks again!</description>
		<content:encoded><![CDATA[<p>Mate, </p>
<p>you are an absolute genius! I am gonna worship you! LOL<br />
This is exactly what I needed. I have been looking for this for about three days now! The part were you &#8220;self-manufacture&#8221; the session&#8230; brilliant! </p>
<p>I don&#8217;t know what I would have done without this. Thank you so much for sharing this!<br />
You are the man!! (Not kidding) I hope someone pays you shit loads of money for the work you do. You certainly deserve it! haha.</p>
<p>I am gonna drink on you! </p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gotcha: Removing iframe border in IE. by Alex</title>
		<link>http://sambro.is-super-awesome.com/2010/06/01/gotcha-removing-border-in-ie/comment-page-1/#comment-3884</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 28 Feb 2011 12:08:47 +0000</pubDate>
		<guid isPermaLink="false">http://sambro.is-super-awesome.com/?p=144#comment-3884</guid>
		<description>I&#039;ve ran into that one before. jQuery even abstracts that away. https://github.com/jquery/jquery/blob/master/src/attributes.js#L22</description>
		<content:encoded><![CDATA[<p>I&#8217;ve ran into that one before. jQuery even abstracts that away. <a href="https://github.com/jquery/jquery/blob/master/src/attributes.js#L22" rel="nofollow">https://github.com/jquery/jquery/blob/master/src/attributes.js#L22</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Facebook Access Tokens from Canvas Apps by JC</title>
		<link>http://sambro.is-super-awesome.com/2010/05/28/facebook-access-tokens-from-canvas-apps/comment-page-1/#comment-3586</link>
		<dc:creator>JC</dc:creator>
		<pubDate>Wed, 02 Feb 2011 12:25:10 +0000</pubDate>
		<guid isPermaLink="false">http://sambro.is-super-awesome.com/?p=135#comment-3586</guid>
		<description>The problem right now with using OAuth 2.0 (so we get signed_request), or enabling the &#039;session&#039; key is that we then ONLY get those variables through in POST. The rest (fb_sig_*) variables are lost, for me at least. Right now, that means there&#039;s no way to check in a fan page tab if the viewing user is a fan without first getting the user to authorise. With legacy canvas authentication, we had fb_sig_is_fan, currently there&#039;s no direct alternative with signed_request. The documentation suggests checking the user&#039;s likes via Graph. That&#039;s fine if the user has authorised so we have their user ID, but we don&#039;t on fan page tabs, unless we&#039;re doing an Ajax call.</description>
		<content:encoded><![CDATA[<p>The problem right now with using OAuth 2.0 (so we get signed_request), or enabling the &#8216;session&#8217; key is that we then ONLY get those variables through in POST. The rest (fb_sig_*) variables are lost, for me at least. Right now, that means there&#8217;s no way to check in a fan page tab if the viewing user is a fan without first getting the user to authorise. With legacy canvas authentication, we had fb_sig_is_fan, currently there&#8217;s no direct alternative with signed_request. The documentation suggests checking the user&#8217;s likes via Graph. That&#8217;s fine if the user has authorised so we have their user ID, but we don&#8217;t on fan page tabs, unless we&#8217;re doing an Ajax call.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

