<?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 on: xkcd: The workarounds that users invent.</title>
	<atom:link href="http://awesome.finda.co.nz/2011/05/04/xkcd-the-workarounds-that-users-invent/feed/" rel="self" type="application/rss+xml" />
	<link>http://awesome.finda.co.nz/2011/05/04/xkcd-the-workarounds-that-users-invent/</link>
	<description>Because an awesome product and an awesome team needs an awesome site.</description>
	<lastBuildDate>Mon, 07 Jan 2013 19:51:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Pieter</title>
		<link>http://awesome.finda.co.nz/2011/05/04/xkcd-the-workarounds-that-users-invent/#comment-136</link>
		<dc:creator>Pieter</dc:creator>
		<pubDate>Mon, 09 May 2011 09:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://awesome.finda.co.nz/?p=213#comment-136</guid>
		<description>This reminds me of a time when bad documentation lead to the same thing...we had some networking software that read UDP sockets (stateless, didn&#039;t know if I was listening on the other end etc)

From what I understood on the docs, there was 19 UDP sockets....turns out they where 19 Multicast sockets (still UDP, but you have to subscribe to the multicast :) )...You google that, modify your code all before they see that you dropped out of the test.....only to trip up at the end....the data they sent, was quicker than what my crappy C code could read...

The good from this...I re-wrote the software in threaded C....rocked the house....turns out, the other people that passed this test used 19 computers...running....Windows

In the mortal words of DN:

&quot;Hail to the king baby&quot;

:D</description>
		<content:encoded><![CDATA[<p>This reminds me of a time when bad documentation lead to the same thing&#8230;we had some networking software that read UDP sockets (stateless, didn&#8217;t know if I was listening on the other end etc)</p>
<p>From what I understood on the docs, there was 19 UDP sockets&#8230;.turns out they where 19 Multicast sockets (still UDP, but you have to subscribe to the multicast <img src='http://awesome.finda.co.nz/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )&#8230;You google that, modify your code all before they see that you dropped out of the test&#8230;..only to trip up at the end&#8230;.the data they sent, was quicker than what my crappy C code could read&#8230;</p>
<p>The good from this&#8230;I re-wrote the software in threaded C&#8230;.rocked the house&#8230;.turns out, the other people that passed this test used 19 computers&#8230;running&#8230;.Windows</p>
<p>In the mortal words of DN:</p>
<p>&#8220;Hail to the king baby&#8221;</p>
<p> <img src='http://awesome.finda.co.nz/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shawnh</title>
		<link>http://awesome.finda.co.nz/2011/05/04/xkcd-the-workarounds-that-users-invent/#comment-132</link>
		<dc:creator>shawnh</dc:creator>
		<pubDate>Thu, 05 May 2011 22:09:43 +0000</pubDate>
		<guid isPermaLink="false">http://awesome.finda.co.nz/?p=213#comment-132</guid>
		<description>Nein! I don&#039;t think you can subclass a control in VB6. I created a new OCX, dropped the combo box in it and exposed only a couple of properties and methods in the OCX which I passed through to the combo box but overriding the bits I didn&#039;t want... like text input.

Like I said, work around...</description>
		<content:encoded><![CDATA[<p>Nein! I don&#8217;t think you can subclass a control in VB6. I created a new OCX, dropped the combo box in it and exposed only a couple of properties and methods in the OCX which I passed through to the combo box but overriding the bits I didn&#8217;t want&#8230; like text input.</p>
<p>Like I said, work around&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://awesome.finda.co.nz/2011/05/04/xkcd-the-workarounds-that-users-invent/#comment-131</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 05 May 2011 21:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://awesome.finda.co.nz/?p=213#comment-131</guid>
		<description>Without much VB experience, and if listbox was not available, can I ask, were you extending the combobox class and overridden the behaviour?</description>
		<content:encoded><![CDATA[<p>Without much VB experience, and if listbox was not available, can I ask, were you extending the combobox class and overridden the behaviour?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shawnh</title>
		<link>http://awesome.finda.co.nz/2011/05/04/xkcd-the-workarounds-that-users-invent/#comment-123</link>
		<dc:creator>shawnh</dc:creator>
		<pubDate>Tue, 03 May 2011 20:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://awesome.finda.co.nz/?p=213#comment-123</guid>
		<description>Yea, this is true... I have another epic one that I&#039;ll probably post later. It&#039;s even more embarrassing than this one actually... perhaps I shouldn&#039;t post it...</description>
		<content:encoded><![CDATA[<p>Yea, this is true&#8230; I have another epic one that I&#8217;ll probably post later. It&#8217;s even more embarrassing than this one actually&#8230; perhaps I shouldn&#8217;t post it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart</title>
		<link>http://awesome.finda.co.nz/2011/05/04/xkcd-the-workarounds-that-users-invent/#comment-122</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Tue, 03 May 2011 20:43:43 +0000</pubDate>
		<guid isPermaLink="false">http://awesome.finda.co.nz/?p=213#comment-122</guid>
		<description>Oh the things I have done with VB6 and VBA, things that must not be uttered on the Internet because it will evaporate in disgust!</description>
		<content:encoded><![CDATA[<p>Oh the things I have done with VB6 and VBA, things that must not be uttered on the Internet because it will evaporate in disgust!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shawnh</title>
		<link>http://awesome.finda.co.nz/2011/05/04/xkcd-the-workarounds-that-users-invent/#comment-121</link>
		<dc:creator>shawnh</dc:creator>
		<pubDate>Tue, 03 May 2011 20:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://awesome.finda.co.nz/?p=213#comment-121</guid>
		<description>Why, yes, that IS a flying pig!</description>
		<content:encoded><![CDATA[<p>Why, yes, that IS a flying pig!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keranm</title>
		<link>http://awesome.finda.co.nz/2011/05/04/xkcd-the-workarounds-that-users-invent/#comment-120</link>
		<dc:creator>Keranm</dc:creator>
		<pubDate>Tue, 03 May 2011 20:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://awesome.finda.co.nz/?p=213#comment-120</guid>
		<description>&quot;listbox control&quot; - bwa ha ha ha ha ha ha ...ohhh no no, I&#039;ve never done anything like this .. ever .. of course not, no no .. umm ... err ... oh look is that a flying pig?</description>
		<content:encoded><![CDATA[<p>&#8220;listbox control&#8221; &#8211; bwa ha ha ha ha ha ha &#8230;ohhh no no, I&#8217;ve never done anything like this .. ever .. of course not, no no .. umm &#8230; err &#8230; oh look is that a flying pig?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
