<?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>humandoing software &#187; pain</title>
	<atom:link href="http://blog.humandoing.net/tag/pain/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.humandoing.net</link>
	<description>better software for everyone</description>
	<lastBuildDate>Fri, 06 Jan 2012 16:17:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fix jQuery Datepicker in Colorbox</title>
		<link>http://blog.humandoing.net/2011/04/04/fix-jquery-datepicker-in-colorbox/</link>
		<comments>http://blog.humandoing.net/2011/04/04/fix-jquery-datepicker-in-colorbox/#comments</comments>
		<pubDate>Mon, 04 Apr 2011 22:16:53 +0000</pubDate>
		<dc:creator>Daniel Wintschel</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[colorbox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[jquery live]]></category>
		<category><![CDATA[pain]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.humandoing.net/?p=322</guid>
		<description><![CDATA[I couldn&#8217;t get a jQuery datepicker to bind to an element that was being displayed in a colorbox (even when trying with jQuery Live). Found a solution on (surprise) StackOverflow.]]></description>
			<content:encoded><![CDATA[<p>I couldn&#8217;t get a jQuery datepicker to bind to an element that was being displayed in a colorbox (even when trying with jQuery Live). Found a <a href="http://stackoverflow.com/questions/2386718/jquery-live-failing-with-jquery-ui-datepicker">solution</a> on (surprise) StackOverflow.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.humandoing.net/2011/04/04/fix-jquery-datepicker-in-colorbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iffy Developers</title>
		<link>http://blog.humandoing.net/2010/06/18/iffy-developers/</link>
		<comments>http://blog.humandoing.net/2010/06/18/iffy-developers/#comments</comments>
		<pubDate>Fri, 18 Jun 2010 16:05:02 +0000</pubDate>
		<dc:creator>Daniel Wintschel</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[pain]]></category>
		<category><![CDATA[thoughts]]></category>

		<guid isPermaLink="false">http://blog.humandoing.net/?p=276</guid>
		<description><![CDATA[My first thought, reading the above paragraph wasn't "I can't wait to get an iPhone 4", but rather...]]></description>
			<content:encoded><![CDATA[<p>Just a quick thought on the latest from Gruber regarding <a href="http://daringfireball.net/2010/06/first">doing it first, vs. doing it right</a>.</p>
<p>For a bit of context, he states:</p>
<blockquote><p>Do you include the half-baked stuff, or hold it until it’s fully-baked?  Apple wasn’t going to include a front-facing camera until they had  software that made it useful in an iPhone-caliber way. HTC is happy to  include a front-facing camera and leave its utility (and user  experience) in the hands of third-party developers.</p></blockquote>
<p>And from here &#8211; he carries on to state the following:</p>
<blockquote><p>Android and iPhone fans will read the preceding paragraph very  differently. Android fans will read it and say, “<em>Exactly — give us  the hardware and let developers figure out what to do with it.</em>”  iPhone fans will read it and say, “<em>I can’t wait to get an iPhone 4.</em>”</p></blockquote>
<p>My first thought, reading the above paragraph wasn&#8217;t &#8220;I can&#8217;t wait to get an iPhone 4&#8243;, but rather &#8220;Thank you for saving me from having to deal with mediocre implementations of video calling that will no doubt increase my blood pressure and shorten my life. Thank you that I don&#8217;t have to give a flying crap what Qik or Fring are. I can&#8217;t wait to get an iPhone 4.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.humandoing.net/2010/06/18/iffy-developers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Six Stages of Debugging</title>
		<link>http://blog.humandoing.net/2010/02/22/the-six-stages-of-debugging/</link>
		<comments>http://blog.humandoing.net/2010/02/22/the-six-stages-of-debugging/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 17:56:00 +0000</pubDate>
		<dc:creator>Daniel Wintschel</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[pain]]></category>

		<guid isPermaLink="false">http://blog.humandoing.net/?p=270</guid>
		<description><![CDATA[1. That can&#8217;t happen. 2. That doesn&#8217;t happen on my machine. 3. That shouldn&#8217;t happen. 4. Why does that happen? 5. Oh, I see. 6. How did that ever work? This needs to be re-posted on the Interwebs every now and again, especially when you just finish having one of &#8220;those&#8221; moments.]]></description>
			<content:encoded><![CDATA[<p>1. That can&#8217;t happen.<br />
2. That doesn&#8217;t happen on my machine.<br />
3. That shouldn&#8217;t happen.<br />
4. Why does that happen?<br />
5. Oh, I see.<br />
6. How did that ever work?</p>
<p>This needs to be re-posted on the Interwebs every now and again, especially when you just finish having one of &#8220;those&#8221; moments.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.humandoing.net/2010/02/22/the-six-stages-of-debugging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check JSON Validity</title>
		<link>http://blog.humandoing.net/2010/01/31/check-json-validity/</link>
		<comments>http://blog.humandoing.net/2010/01/31/check-json-validity/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 06:29:07 +0000</pubDate>
		<dc:creator>Daniel Wintschel</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[pain]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.humandoing.net/?p=264</guid>
		<description><![CDATA[Here is a handy web tool for checking the validity of JSON. I&#8217;ve been generating a lot of funny custom JSON lately, and every now and again I get it wrong. When jQuery gets ahold of invalid JSON data on a $.getJSON call, it fails silently, which can leave you with a head-scratcher, until you [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a handy <a href="http://www.jsonlint.com/">web tool for checking the validity of <a href="http://www.json.org/">JSON</a></a>. I&#8217;ve been generating a lot of funny custom JSON lately, and every now and again I get it wrong.</p>
<p>When jQuery gets ahold of invalid JSON data on a <code>$.getJSON</code> call, it fails silently, which can leave you with a head-scratcher, until you fix your broken JSON data.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.humandoing.net/2010/01/31/check-json-validity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run logrotate verbosely</title>
		<link>http://blog.humandoing.net/2009/10/21/run-logrotate-verbosely/</link>
		<comments>http://blog.humandoing.net/2009/10/21/run-logrotate-verbosely/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 15:43:41 +0000</pubDate>
		<dc:creator>Daniel Wintschel</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[pain]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.humandoing.net/?p=230</guid>
		<description><![CDATA[Debugging problems with logrotate (as in, logs not rotating) &#8211; this was plenty helpful: logrotate -d -f /etc/logrotate.conf]]></description>
			<content:encoded><![CDATA[<p>Debugging problems with logrotate (as in, logs not rotating) &#8211; this was plenty helpful:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">logrotate <span style="color: #660033;">-d</span> <span style="color: #660033;">-f</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>logrotate.conf</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.humandoing.net/2009/10/21/run-logrotate-verbosely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Current Insane Development Environment</title>
		<link>http://blog.humandoing.net/2007/09/12/current-insane-development-environment/</link>
		<comments>http://blog.humandoing.net/2007/09/12/current-insane-development-environment/#comments</comments>
		<pubDate>Wed, 12 Sep 2007 10:09:00 +0000</pubDate>
		<dc:creator>Daniel Wintschel</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[pain]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://humandoing.net/past/2007/9/12/current_insane_development_environment/</guid>
		<description><![CDATA[TOAD connected to Oracle Enterprise installed on Windows XP which is a Virtual Machine in Parallels running on my MacBook Pro. Cygwin for OpenSSH in order to access a remote Oracle database behind a firewall through a port-forwarded SSH tunnel. Sheesh. Oracle. Pain.]]></description>
			<content:encoded><![CDATA[<p><span class="caps">TOAD</span> connected to Oracle Enterprise installed on Windows XP which is a Virtual Machine in Parallels running on my MacBook Pro. Cygwin for OpenSSH in order to access a remote Oracle database behind a firewall through a port-forwarded <span class="caps">SSH</span> tunnel.</p>
<p>Sheesh. Oracle. Pain.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.humandoing.net/2007/09/12/current-insane-development-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

