<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Channel 9 - Discussions by websnarf</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Niners/websnarf/Discussions/RSS"></atom:link>
	<image>
		<url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
		<title>Channel 9 - Discussions by websnarf</title>
		<link>http://channel9.msdn.com/Niners/websnarf/Discussions</link>
	</image>
	<description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
	<link>http://channel9.msdn.com/Niners/websnarf/Discussions</link>
	<language>en</language>
	<pubDate>Mon, 20 May 2013 04:30:14 GMT</pubDate>
	<lastBuildDate>Mon, 20 May 2013 04:30:14 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<c9:totalResults>0</c9:totalResults>
	<c9:pageCount>0</c9:pageCount>
	<c9:pageSize>0</c9:pageSize>
	<item>
		<title>Coffeehouse - Who changed C++ while I wasn&#39;t looking!?</title>
		<description><![CDATA[<p><blockquote>
<div>wkempf wrote:</div>
<div>&#65279;
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>Cairo wrote:</strong><i>&#65279;
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>Sven Groot wrote:</strong> <i>&#65279;
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>Cairo wrote:</strong> <i>&#65279;Please elaborate.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
stdint.h&nbsp;is not part of the C&#43;&#43; standard&nbsp;(it's part of C99, but not of any currently released version of C&#43;&#43;, maybe they plan to include it in C&#43;&#43;0x, but that's besides the point).<br>
<br>
More importantly, VC doesn't have the stdint.h header.</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
Ahhh. Thanks, I see now. Too bad VC doesn't ship stdint.h, or something like it; it's handy.<br>
<br>
How about using something like <a href="http://www.azillionmonkeys.com/qed/pstdint.h">
Paul Hsieh's &quot;portable stdint.h&quot;</a>?<br>
<a href="http://www.azillionmonkeys.com/qed/pstdint.h"><br>
</a><br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
In this case, it's not handy.&nbsp; It's not part of the standard, so it's not portable.&nbsp; If you're not writing portable code, you have no use for what stdint.h provides.&nbsp; A &quot;portable&quot; substitute is not a bad idea, but VC including a non-portable version would be
 pointless.<br>
<br>
But &lt;stdint.h&gt; was the least of the issues with what others have been posting.&nbsp; &quot;int was always 32 bit&quot; type quotes are very telling about the quality of software engineers we have in this thread.</div>
</blockquote>
<br>
<br>
What do you mean it's not handy?&nbsp; You can download it, include it in your project and voila, you get as much portability as it has to offer. You don't have to configure it -- its just a drop in that gives you all the main interfaces from stdint.h.<br>
<br>
stdint.h is something that should have always been in the standard.&nbsp; The reason is, of course, because of all the people that seem to think int is 32 bits -- although we can blame these people for getting it wrong, the ANSI C committee itself is partially to
 blame as well for not giving them a clear way of giving them what they want (an integer with a specified number of bits, for example.)<br>
<br>
Unfortunately, C99 has not been widely adopted in compilers (MSVC does not supoprt it, and both the Intel compiler and gcc support is partial at best).&nbsp; But that's where stdint.h comes from.&nbsp; In general, the need for stdint.h is much greater than the need for
 the rest of C99.&nbsp; This was my motivation for creating pstdint.h.&nbsp; So C&#43;&#43; users and pre-C99 users, which is basically everyone, can gain access to the stdint.h defines without having to upgrade or change their compiler (especially if such an upgrade path does
 not exist).<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/202040-Who-changed-C-while-I-wasnt-looking/0f1452565f1d440dbb789deb01788a89#0f1452565f1d440dbb789deb01788a89</link>
		<pubDate>Sat, 23 Sep 2006 09:12:58 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/202040-Who-changed-C-while-I-wasnt-looking/0f1452565f1d440dbb789deb01788a89#0f1452565f1d440dbb789deb01788a89</guid>
		<dc:creator>websnarf</dc:creator>
		<slash:comments>23</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/websnarf/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - This is exactly why Linux/OSS scares people away...</title>
		<description><![CDATA[<p><blockquote>
<div>Cybermagellan wrote:</div>
<div>&#65279;
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>websnarf wrote:</strong><i>&#65279;
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>Cybermagellan wrote:</strong><i>&#65279;
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>websnarf wrote:</strong><i>&#65279;<br>
<p></p>
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>Chadk wrote:</strong><i><br>
But nice job. Making the largest part of the users of the internet, unable to browse his sites. Street credits&#43;&#43;;<br>
Or wait..</i></td>
</tr>
</tbody>
</table>
</blockquote>
<p></p>
I think you've missed an important part of his reasoning.&nbsp; He claims his site is meant for technical people.&nbsp; I think pretty much
<b><i>all</i></b> technical people have installed an alternate browser such as Opera or FireFox or Safari, even if they use IE (primarily or not).&nbsp;
<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
Your gauge of all technical people is?<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
My gauge?&nbsp; I would say that its the ability to understand subtle concepts of a technical nature.&nbsp; Like: Using IE by default will increase the probability of a virus or some kind of malware infecting my computer.</i></td>
</tr>
</tbody>
</table>
</blockquote>
Maybe to people who click any link they get, search for warez, or surf kiddie pr0n, but I'm guessing since the majority of Firefox users that cop out at &quot;Viruses, Malware, Spyware&quot; are probably all guilty of the above mentioned activities.<br>
</div>
</blockquote>
<br>
<br>
Uhhh .... excuse me; GDI&#43; bug?&nbsp; You didn't have to click on anything to get the standard buffer overflow backdoor thing happening.&nbsp; In theory people could put up images on flickr that have users install mIrc and the eggdrop bot without too much trouble.<br>
<br>
Objectively speaking, using IE just increases the probability of getting a virus or malware,
<b><i>regardless </i></b>of how a users surfs the web.&nbsp; Telling people <b><i>how</i></b> to browse the web is neither the correct answer nor an effective solution.&nbsp; So this suggestion of yours is non-sequitor.<br>
<br>
<blockquote>
<div>Cybermagellan wrote:</div>
<div>&#65279;It's usually the ones that preach about standards complience that are technical.</div>
</blockquote>
<br>
<br>
I'm going to stick with my gauge (ability to understand subtle technical things), if you don't mind.&nbsp; I'm not sure this bizarre litmus test would be very generally application in the real world.<br>
<br>
<blockquote>
<div>Cybermagellan wrote:</div>
<div>&#65279;<br>
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>websnarf wrote:</strong><i>&#65279;<br>
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>Cybermagellan wrote:</strong><i>&#65279;I know the site is/was probably a joke anyways, however if not, and this guy wants hired...maybe it's that program/project manager from a health insurance company or whatever company you wanna pick that has no idea
 is the one that would go there to hire this guy...and yet he would probably lose a client...<br>
<br>
Because we all know that using Internet Explorer means your money is no good also right?</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
<br>
So sometimes people do things that is not objectively in their best interest.&nbsp; And your problem with that is?<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
<br>
Sometimes I wish the Darwin effect was exposed to a much larger population. Some people need to be removed from the equation.<br>
</div>
</blockquote>
<br>
<br>
Oh!&nbsp; Well, if you just wanted to openly advocate the death of someone, why didn't you just say so?<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/220005-This-is-exactly-why-LinuxOSS-scares-people-away/31c8f90c8a3a43b88d1e9dec00033b1d#31c8f90c8a3a43b88d1e9dec00033b1d</link>
		<pubDate>Mon, 14 Aug 2006 09:31:20 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/220005-This-is-exactly-why-LinuxOSS-scares-people-away/31c8f90c8a3a43b88d1e9dec00033b1d#31c8f90c8a3a43b88d1e9dec00033b1d</guid>
		<dc:creator>websnarf</dc:creator>
		<slash:comments>77</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/websnarf/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - This is exactly why Linux/OSS scares people away...</title>
		<description><![CDATA[<p><blockquote>
<div>Cybermagellan wrote:</div>
<div>&#65279;
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>websnarf wrote:</strong><i>&#65279;<br>
<p></p>
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>Chadk wrote:</strong><i><br>
But nice job. Making the largest part of the users of the internet, unable to browse his sites. Street credits&#43;&#43;;<br>
Or wait..</i></td>
</tr>
</tbody>
</table>
</blockquote>
<p></p>
I think you've missed an important part of his reasoning.&nbsp; He claims his site is meant for technical people.&nbsp; I think pretty much
<b><i>all</i></b> technical people have installed an alternate browser such as Opera or FireFox or Safari, even if they use IE (primarily or not).&nbsp;
<br>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
Your gauge of all technical people is?<br>
</div>
</blockquote>
<br>
<br>
My gauge?&nbsp; I would say that its the ability to understand subtle concepts of a technical nature.&nbsp; Like: Using IE by default will increase the probability of a virus or some kind of malware infecting my computer.<br>
<br>
<blockquote>
<div>Cybermagellan wrote:</div>
<div>&#65279;I know the site is/was probably a joke anyways, however if not, and this guy wants hired...maybe it's that program/project manager from a health insurance company or whatever company you wanna pick that has no idea is the one that would go there to hire
 this guy...and yet he would probably lose a client...<br>
<br>
Because we all know that using Internet Explorer means your money is no good also right?</div>
</blockquote>
<br>
<br>
So sometimes people do things that is not objectively in their best interest.&nbsp; And your problem with that is?<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/220005-This-is-exactly-why-LinuxOSS-scares-people-away/1a7af30ae5cf4445b5d99dec00033a75#1a7af30ae5cf4445b5d99dec00033a75</link>
		<pubDate>Mon, 14 Aug 2006 09:11:01 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/220005-This-is-exactly-why-LinuxOSS-scares-people-away/1a7af30ae5cf4445b5d99dec00033a75#1a7af30ae5cf4445b5d99dec00033a75</guid>
		<dc:creator>websnarf</dc:creator>
		<slash:comments>77</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/websnarf/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - This is exactly why Linux/OSS scares people away...</title>
		<description><![CDATA[<p><blockquote>
<div>TimP wrote:</div>
<div>&#65279;Don't confuse Linux users with Firefox users. I use Linux and I've found the Firefox crowd to be a rabid bunch that you should stay away from.</div>
</blockquote>
<br>
<br>
Excuse me?&nbsp; Its a damn browser; even mothers, liberal arts students, and geriatrics have had this installed on their machines for them.&nbsp; There are universities that have made it policy to switch to this browser as a default.&nbsp; The Firefox market share is apparently
 approaching 25%.&nbsp; You think a quarter of the population of computer users are just a rabid bunch?<br>
<br>
<blockquote>
<div>TimP wrote:</div>
<div>I've seen more of this sort of IE discrimination lately. This one is better than most though, often they do it so they can slap their Google/Firefox button on there and make a buck off a referral.</div>
</blockquote>
<br>
<br>
Huh?&nbsp; You don't think maybe people are motivated to reduce the virus/malware/trojan impact on their machines by avoiding IE?&nbsp; You don't think people don't
<b><i>like</i></b> pop-up blockers and tabbed browsing?&nbsp; You don't think their might be a genuine good reason for wanting to use and promote Firefox?<br>
<br>
<blockquote>
<div>TimP wrote:</div>
<div>This guy just seems to have an axe to grind.</div>
</blockquote>
<br>
<br>
Yeah, its a good thing you've ignored him and are not obsessing about it.&nbsp; Oh wait, too late.<br>
<br>
<blockquote>
<div>TimP wrote:</div>
<div>What really annoys me about Firefox people are the ones who claim that IE users are sheep.</div>
</blockquote>
<br>
<br>
Well there's a large degree to which that's true.&nbsp; IE is the default browser installed with Windows, so its kind of hard for people to not have that as their first choice without active intervention with knowledge that the average person just doesn't have.&nbsp;
 Certainly all the &quot;sheep&quot; out there will be using IE; one can only be using Firefox (or Opera or Safari) if they've made an informed choice.<br>
<br>
<blockquote>
<div>TimP wrote:</div>
<div>Is it not possible to prefer IE because it's faster and better browser for my needs?</div>
</blockquote>
<br>
<br>
Your needs being to work in a MS-centric environment right?&nbsp; If you are a technical person, who is not a sheep, why can't you just fire up some other browser to go visit his site?&nbsp; You know there are a lot of other sites out there where the reverse is true
 you know (where its IE-only, due to some IE-specific quirks that the site is dependent on.)<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/220005-This-is-exactly-why-LinuxOSS-scares-people-away/2da4e12bf801476894ff9dec00033a41#2da4e12bf801476894ff9dec00033a41</link>
		<pubDate>Mon, 14 Aug 2006 09:01:26 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/220005-This-is-exactly-why-LinuxOSS-scares-people-away/2da4e12bf801476894ff9dec00033a41#2da4e12bf801476894ff9dec00033a41</guid>
		<dc:creator>websnarf</dc:creator>
		<slash:comments>77</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/websnarf/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - This is exactly why Linux/OSS scares people away...</title>
		<description><![CDATA[<p><blockquote>
<div>TommyCarlier wrote:</div>
<div>If you say Microsoft is still evil, because they were kinda naughty in the nineties, then IBM has to be über-evil, because they used to build machines for the nàzis.</div>
</blockquote>
<br>
<br>
You know that during the 80s and early 90s Microsoft worked extremely closely with IBM right?<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/220005-This-is-exactly-why-LinuxOSS-scares-people-away/72570c34903847a599c59dec000339a6#72570c34903847a599c59dec000339a6</link>
		<pubDate>Mon, 14 Aug 2006 08:48:11 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/220005-This-is-exactly-why-LinuxOSS-scares-people-away/72570c34903847a599c59dec000339a6#72570c34903847a599c59dec000339a6</guid>
		<dc:creator>websnarf</dc:creator>
		<slash:comments>77</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/websnarf/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - This is exactly why Linux/OSS scares people away...</title>
		<description><![CDATA[<p><blockquote>
<div>Rossj wrote:</div>
<div>&#65279;
<blockquote>
<table>
<tbody>
<tr>
<td><img src="/Themes/AlmostGlass/images/icon-quote.gif"></td>
<td><strong>compugab wrote:</strong><i>&#65279;
<p>If you can read french my thought :</p>
<p><a href="http://compugab.spaces.live.com/blog/cns%2110776258A820AB66%21325.entry"><a href="http://compugab.spaces.live.com/blog/cns!10776258A820AB66!325.entry">http&#58;&#47;&#47;compugab.spaces.live.com&#47;blog&#47;cns&#33;10776258A820AB66&#33;325.entry</a></a></p>
</i></td>
</tr>
</tbody>
</table>
</blockquote>
Good post! <img src="/emoticons/emotion-1.gif" border="0"><br>
I think it is hard not to agree that Microsoft has gotten a lot better than it was, but some people will alwsy refuse to leave the early 90s .. I expect in another 10 years to see posts from people who weren't even alive in the 90s criticising Microsoft for
 the way they were ..<br>
</div>
</blockquote>
<br>
<br>
Did you see the recent Semantic report that said that bugs from Windows 95 have crept back into the latest Vista Beta's TCP/IP stack?&nbsp; I suspect that perhaps in 10 years you Microsofties will be back to your old tricks (the European anti-trust suit is over
 now right?) and bringing back all the bugs you've gotten rid of in previous versions, but did not bother to document the fixes for.<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/220005-This-is-exactly-why-LinuxOSS-scares-people-away/d57f79c75d4a4c56855a9dec00033953#d57f79c75d4a4c56855a9dec00033953</link>
		<pubDate>Mon, 14 Aug 2006 08:45:09 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/220005-This-is-exactly-why-LinuxOSS-scares-people-away/d57f79c75d4a4c56855a9dec00033953#d57f79c75d4a4c56855a9dec00033953</guid>
		<dc:creator>websnarf</dc:creator>
		<slash:comments>77</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/websnarf/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - This is exactly why Linux/OSS scares people away...</title>
		<description><![CDATA[<p><blockquote>
<div>Chadk wrote:</div>
<div>&#65279;Wow.<br>
<p>This seems like one of those Linux-Kiddies!<br>
They live on the dream, that microsoft are filled with evil people, that want to get people to use their software, so they can reach world domination and get rich, aswell as control the world.</p>
</div>
</blockquote>
<p></p>
Actually, that's just a kind of derivative or deductive thought that many programmers outside of Microsoft have of you people (Linux users or not).&nbsp; Your browser is a catalyst for every kind of worm, malware, and virus imaginable.&nbsp; You don't think this is any
 reflection of the kind of software we outsiders think you write?<br>
<p></p>
<blockquote>
<div>Chadk wrote:</div>
<div>&#65279;It truely shows his ignorence.</div>
</blockquote>
<p></p>
I think that sentence speaks for itself.<br>
<p></p>
<blockquote>
<div>Chadk wrote:</div>
<div>It could just aswell have been statsment saying &quot;OMFGZZZZZ PLZ¿ MICROSOFT SUX, LINUX ROX, N00B!&quot;, and think he is cool because he is saying that.</div>
</blockquote>
<p></p>
Well he could have said that, but he didn't.&nbsp; The source of this projection appears to be you.<br>
<p></p>
<blockquote>
<div>Chadk wrote:</div>
<div><br>
But nice job. Making the largest part of the users of the internet, unable to browse his sites. Street credits&#43;&#43;;<br>
Or wait..</div>
</blockquote>
<p></p>
I think you've missed an important part of his reasoning.&nbsp; He claims his site is meant for technical people.&nbsp; I think pretty much
<b><i>all</i></b> technical people have installed an alternate browser such as Opera or FireFox or Safari, even if they use IE (primarily or not).&nbsp; The Cut-Paste for the URL edit box appears to work in all the browsers I have seen, so there's not big deal or
 challenge in switching browsers to this persons's site.&nbsp; The largest part of the Internet may currently be non-technical IE users, however, that is apparently not his audience.<br>
<br>
On another note, apparent that IE's W3C CSS compatibility is the pits.&nbsp; So on purely technical grounds, it may make sense for technical people to want to avoid pandoring to the special needs of a browser that is essentially defective.<br>
<br>
<blockquote>
<div>Chadk wrote:</div>
<div>This is simply horror. </div>
</blockquote>
<br>
<br>
Grammar much?<br>
<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/220005-This-is-exactly-why-LinuxOSS-scares-people-away/da2cb2a8fb7a4d8ca2179dec00033928#da2cb2a8fb7a4d8ca2179dec00033928</link>
		<pubDate>Mon, 14 Aug 2006 08:38:40 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/220005-This-is-exactly-why-LinuxOSS-scares-people-away/da2cb2a8fb7a4d8ca2179dec00033928#da2cb2a8fb7a4d8ca2179dec00033928</guid>
		<dc:creator>websnarf</dc:creator>
		<slash:comments>77</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/websnarf/Discussions/RSS</wfw:commentRss>
	</item>
	<item>
		<title>Coffeehouse - This is exactly why Linux/OSS scares people away...</title>
		<description><![CDATA[<p>So perpetrating a denial of service attack is an appropriate response to someone with a strong opinion?<br></p>]]></description>
		<link>http://channel9.msdn.com/Forums/Coffeehouse/220005-This-is-exactly-why-LinuxOSS-scares-people-away/bdfe128d0e95433b949e9dec000338a5#bdfe128d0e95433b949e9dec000338a5</link>
		<pubDate>Mon, 14 Aug 2006 08:24:24 GMT</pubDate>
		<guid isPermaLink="false">http://channel9.msdn.com/Forums/Coffeehouse/220005-This-is-exactly-why-LinuxOSS-scares-people-away/bdfe128d0e95433b949e9dec000338a5#bdfe128d0e95433b949e9dec000338a5</guid>
		<dc:creator>websnarf</dc:creator>
		<slash:comments>77</slash:comments>
		<wfw:commentRss>http://channel9.msdn.com/Niners/websnarf/Discussions/RSS</wfw:commentRss>
	</item>
</channel>
</rss>