<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for WoOd's TechLog</title>
	<atom:link href="http://xmltech.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://xmltech.wordpress.com</link>
	<description>Philosophy, Technology and Goofiness</description>
	<lastBuildDate>Mon, 05 Jan 2009 15:39:24 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Writing 64 bit Clean code by Steven Pigeon</title>
		<link>http://xmltech.wordpress.com/2008/11/28/writing-64-bit-clean-code/#comment-32</link>
		<dc:creator>Steven Pigeon</dc:creator>
		<pubDate>Mon, 05 Jan 2009 15:39:24 +0000</pubDate>
		<guid isPermaLink="false">http://xmltech.wordpress.com/?p=74#comment-32</guid>
		<description>You are right about relying on types that ensures you the correct sizes. Those are defined in C99&#039;s stdint.h and stdtypes.h headers.

Also, 32 vs 64 depends a lot on the platform. You may or may not have what you describe above: for example, in 32 bits mode, you may have 16 bits int, rather than 32 bits (I&#039;ve seen platform like this) and the same is true for 64 bits. Although the &quot;usual&quot; 64 bits environment is LP64 (the one you describe), you&#039;re not sure it will be so.

So, always rely on stdint and stdtypes. Always.</description>
		<content:encoded><![CDATA[<p>You are right about relying on types that ensures you the correct sizes. Those are defined in C99&#8217;s stdint.h and stdtypes.h headers.</p>
<p>Also, 32 vs 64 depends a lot on the platform. You may or may not have what you describe above: for example, in 32 bits mode, you may have 16 bits int, rather than 32 bits (I&#8217;ve seen platform like this) and the same is true for 64 bits. Although the &#8220;usual&#8221; 64 bits environment is LP64 (the one you describe), you&#8217;re not sure it will be so.</p>
<p>So, always rely on stdint and stdtypes. Always.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stint with a CMS &#8211; Twiki, installations and problems by marclaporte</title>
		<link>http://xmltech.wordpress.com/2008/11/11/stint-with-a-cms-twiki-installations-and-problems/#comment-25</link>
		<dc:creator>marclaporte</dc:creator>
		<pubDate>Thu, 13 Nov 2008 10:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://xmltech.wordpress.com/?p=64#comment-25</guid>
		<description>Hi!

Thanks for the review. 

This is on the wishlist:
http://dev.tikiwiki.org/wish1711

We are looking for a volunteer to code it :-)

Best regards,

M ;-)</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Thanks for the review. </p>
<p>This is on the wishlist:<br />
<a href="http://dev.tikiwiki.org/wish1711" rel="nofollow">http://dev.tikiwiki.org/wish1711</a></p>
<p>We are looking for a volunteer to code it <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Best regards,</p>
<p>M <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stint with a CMS &#8211; Twiki, installations and problems by borninthewoods</title>
		<link>http://xmltech.wordpress.com/2008/11/11/stint-with-a-cms-twiki-installations-and-problems/#comment-24</link>
		<dc:creator>borninthewoods</dc:creator>
		<pubDate>Wed, 12 Nov 2008 02:09:42 +0000</pubDate>
		<guid isPermaLink="false">http://xmltech.wordpress.com/?p=64#comment-24</guid>
		<description>Thanks rick, for the correct URL...</description>
		<content:encoded><![CDATA[<p>Thanks rick, for the correct URL&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Stint with a CMS &#8211; Twiki, installations and problems by rick</title>
		<link>http://xmltech.wordpress.com/2008/11/11/stint-with-a-cms-twiki-installations-and-problems/#comment-23</link>
		<dc:creator>rick</dc:creator>
		<pubDate>Wed, 12 Nov 2008 00:57:37 +0000</pubDate>
		<guid isPermaLink="false">http://xmltech.wordpress.com/?p=64#comment-23</guid>
		<description>Please note, the correct URL for &lt;i&gt;Tikiwiki for &lt;strike&gt;Dummies&lt;/strike&gt; Smarties&lt;/i&gt; is: http://twbasics.keycontent.org.</description>
		<content:encoded><![CDATA[<p>Please note, the correct URL for <i>Tikiwiki for <strike>Dummies</strike> Smarties</i> is: <a href="http://twbasics.keycontent.org" rel="nofollow">http://twbasics.keycontent.org</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Annoying beep, flashes on using vim by borninthewoods</title>
		<link>http://xmltech.wordpress.com/2008/07/16/annoying-beep-flashes-on-using-vim/#comment-22</link>
		<dc:creator>borninthewoods</dc:creator>
		<pubDate>Thu, 16 Oct 2008 11:19:37 +0000</pubDate>
		<guid isPermaLink="false">http://xmltech.wordpress.com/?p=24#comment-22</guid>
		<description>BTW: Copying the following lines in your .gvimrc will get rid of annoying beeps.
set vb t_vb=</description>
		<content:encoded><![CDATA[<p>BTW: Copying the following lines in your .gvimrc will get rid of annoying beeps.<br />
set vb t_vb=</p>
]]></content:encoded>
	</item>
</channel>
</rss>
