<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Flavio's blog &#187; programming</title>
	<atom:link href="http://flavio.stanchina.net/category/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://flavio.stanchina.net</link>
	<description>challenging common wisdom since he was 3</description>
	<lastBuildDate>Wed, 23 Feb 2011 23:18:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>One more reason to ditch Windows</title>
		<link>http://flavio.stanchina.net/2006/12/05/one-more-reason-to-ditch-windows/</link>
		<comments>http://flavio.stanchina.net/2006/12/05/one-more-reason-to-ditch-windows/#comments</comments>
		<pubDate>Tue, 05 Dec 2006 10:20:45 +0000</pubDate>
		<dc:creator>Flavio</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://flavio.stanchina.net/?p=18</guid>
		<description><![CDATA[One of our programs wasn&#8217;t working when the input file was on a Linux server. You know, I make a living writing software on Windows, but I&#8217;m a Linux guy at hearth, so this was a bit disappointing. Initially, I blamed it on a misconfigured Samba, then I looked at the code and saw that [...]]]></description>
			<content:encoded><![CDATA[<p>One of our programs wasn&#8217;t working when the input file was on a Linux server. You know, I make a living writing software on Windows, but I&#8217;m a Linux guy at hearth, so this was a bit disappointing. Initially, I blamed it on a misconfigured Samba, then I looked at the code and saw that it errored out on a call to tmpfile(). OK, let&#8217;s look at the <a title="tmpfile" target="_blank" href="http://msdn2.microsoft.com/en-us/library/x8x7sakw(VS.80).aspx">documentation for tmpfile()</a> in the Visual Studio help, just in case&#8230;</p>
<blockquote><p>&#8230; The temporary file is created in the root directory. &#8230;</p></blockquote>
<p>Say what?</p>
<p>No, really&#8230; WHAT?!?!?</p>
<p>Let&#8217;s put aside for a second the fact that any sensible administrator will never, ever allow write access to the root directory of  a network volume. AFAIK, the root of the C: drive is read-only on Windows XP if you don&#8217;t have administrative rights, so this would break.</p>
]]></content:encoded>
			<wfw:commentRss>http://flavio.stanchina.net/2006/12/05/one-more-reason-to-ditch-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

