<?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>Ancker's Limited Infinity &#187; Uncategorized</title>
	<atom:link href="http://www.limitedinfinity.org/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.limitedinfinity.org</link>
	<description></description>
	<lastBuildDate>Tue, 24 Aug 2010 01:29:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Spinervals 16.0</title>
		<link>http://www.limitedinfinity.org/2010/08/16/spinervals-16-0/</link>
		<comments>http://www.limitedinfinity.org/2010/08/16/spinervals-16-0/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 02:08:42 +0000</pubDate>
		<dc:creator>ancker</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.limitedinfinity.org/?p=689</guid>
		<description><![CDATA[Spinervals 16.0 &#8211; Aero Base Builder I. I did about 45 of the 80 minute DVD. My knee was starting to get a tiny twinge in it and my quads were pretty fatigued. Likely due to my lack of stretching before the workout. I could have finished but decided to live to fight another day. [...]]]></description>
			<content:encoded><![CDATA[<p>Spinervals 16.0 &#8211; Aero Base Builder I.</p>
<p>I did about 45 of the 80 minute DVD. My knee was starting to get a tiny twinge in it and my quads were pretty fatigued. Likely due to my lack of stretching before the workout. I could have finished but decided to live to fight another day.</p>
<p>I like this workout. It&#8217;s not too intense as its goal is increasing aerobic function, but I can tell it&#8217;ll help my legs too. Once I get disciplined to riding every day I can see this as a decent recovery or &#8220;Don&#8217;t feel like getting my butt kicked today&#8221; ride.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.limitedinfinity.org/2010/08/16/spinervals-16-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spinervals</title>
		<link>http://www.limitedinfinity.org/2010/08/13/spinervals/</link>
		<comments>http://www.limitedinfinity.org/2010/08/13/spinervals/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 02:27:01 +0000</pubDate>
		<dc:creator>ancker</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Spinervals Cycing]]></category>

		<guid isPermaLink="false">http://www.limitedinfinity.org/?p=687</guid>
		<description><![CDATA[Today I started using Spinervals on my cycle trainer. I did Spinervals 1.0 &#8220;No Slackers Allowed&#8221; and it kicked my butt. It didn&#8217;t kick my butt fitness wise, just in the legs department. I ended up halving some of the sets because I wanted to be able to finish the DVD. It&#8217;s been a while [...]]]></description>
			<content:encoded><![CDATA[<p>Today I started using Spinervals on my cycle trainer.<br />
I did Spinervals 1.0 &#8220;No Slackers Allowed&#8221; and it kicked my butt. It didn&#8217;t kick my butt fitness wise, just in the legs department. I ended up halving some of the sets because I wanted to be able to finish the DVD.</p>
<p>It&#8217;s been a while since my legs were jello after a ride. Felt good.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.limitedinfinity.org/2010/08/13/spinervals/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Auto Update Problem</title>
		<link>http://www.limitedinfinity.org/2010/06/06/fix-auto-update-problem/</link>
		<comments>http://www.limitedinfinity.org/2010/06/06/fix-auto-update-problem/#comments</comments>
		<pubDate>Sun, 06 Jun 2010 16:44:11 +0000</pubDate>
		<dc:creator>ancker</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.limitedinfinity.org/?p=685</guid>
		<description><![CDATA[Go here: http://www.rootninja.com/wordpress-automatic-updates-broken-asks-for-connection-information-fixed/ Excerpt: The real problem is a php function called getmyuid() which “Gets PHP script owner’s UID”. Ok, so permissions and ownership may still be an issue for you, and you may not even have the right temp directory set up that file.php is looking for, but if everything else is correct, go [...]]]></description>
			<content:encoded><![CDATA[<p>Go here: http://www.rootninja.com/wordpress-automatic-updates-broken-asks-for-connection-information-fixed/</p>
<p>Excerpt:<br />
The real problem is a php function called getmyuid() which “Gets PHP script owner’s UID”. Ok, so permissions and ownership may still be an issue for you, and you may not even have the right temp directory set up that file.php is looking for, but if everything else is correct, go edit wp-admin/includes/file.php and change the getmyuid() call to posix_getuid() instead. You can expect to have access to the functions, but to avoid any warnings or errors it checks if the functions are callable first, so you may as well change that one too. See below for the detailed change:</p>
<p>function get_filesystem_method($args = array()) {<br />
        $method = false;<br />
        if( function_exists(&#8216;posix_getuid&#8217;) &#038;&#038; function_exists(&#8216;fileowner&#8217;) ){<br />
                $temp_file = wp_tempnam();<br />
                if ( posix_getuid() == fileowner($temp_file) )<br />
                        $method = &#8216;direct&#8217;;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.limitedinfinity.org/2010/06/06/fix-auto-update-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OSX Login Loop</title>
		<link>http://www.limitedinfinity.org/2010/06/02/osx-login-loop/</link>
		<comments>http://www.limitedinfinity.org/2010/06/02/osx-login-loop/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 13:01:07 +0000</pubDate>
		<dc:creator>ancker</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[OSX]]></category>

		<guid isPermaLink="false">http://www.limitedinfinity.org/2010/06/02/osx-login-loop/</guid>
		<description><![CDATA[I installed the latest Java update for my Mac Mini this morning. I rebooted just because I hadn&#8217;t in a while. Upon restarting it wouldn&#8217;t get past the login screen, even if I gave it the right password. Frustrating. Some google work found that I need to delete the files contained in: /Library/Caches/ Another reboot [...]]]></description>
			<content:encoded><![CDATA[<p>I installed the latest Java update for my Mac Mini this morning. I rebooted just because I hadn&#8217;t in a while. Upon restarting it wouldn&#8217;t get past the login screen, even if I gave it the right password. Frustrating.</p>
<p>Some google work found that I need to delete the files contained in: /Library/Caches/</p>
<p>Another reboot and I was able to log in again. All is good.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.limitedinfinity.org/2010/06/02/osx-login-loop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Jersey Sucks</title>
		<link>http://www.limitedinfinity.org/2010/05/05/new-jersey-sucks/</link>
		<comments>http://www.limitedinfinity.org/2010/05/05/new-jersey-sucks/#comments</comments>
		<pubDate>Wed, 05 May 2010 15:03:48 +0000</pubDate>
		<dc:creator>ancker</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[F1]]></category>

		<guid isPermaLink="false">http://www.limitedinfinity.org/2010/05/05/new-jersey-sucks/</guid>
		<description><![CDATA[As if New Jersey needed another reason to suck&#8230; New Jersey scraps idea to host Formula One race in 2012. An event that would bring in millions of revenue. I guess they&#8217;d rather continue to be known as America&#8217;s armpit.]]></description>
			<content:encoded><![CDATA[<p>As if New Jersey needed another reason to suck&#8230;</p>
<p>New Jersey scraps idea to host Formula One race in 2012. An event that would bring in millions of revenue.<br />
I guess they&#8217;d rather continue to be known as America&#8217;s armpit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.limitedinfinity.org/2010/05/05/new-jersey-sucks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comment of the Day</title>
		<link>http://www.limitedinfinity.org/2009/11/20/comment-of-the-day/</link>
		<comments>http://www.limitedinfinity.org/2009/11/20/comment-of-the-day/#comments</comments>
		<pubDate>Fri, 20 Nov 2009 16:24:48 +0000</pubDate>
		<dc:creator>ancker</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.limitedinfinity.org/2009/11/20/comment-of-the-day/</guid>
		<description><![CDATA[As seen on a Jalopnik.com post about the Koenigsegg dihedral synchro-helix door mechanism shortcomings. &#8220;Multiple Choice. If I had a Koenigsegg, the door styling would not bother me because: A) I would never want to get out of it B) I&#8217;m rich enough to replace dinged doors C) I will be exiting the car via [...]]]></description>
			<content:encoded><![CDATA[<p>As seen on a Jalopnik.com post about the Koenigsegg dihedral synchro-helix door mechanism shortcomings.</p>
<p>&#8220;Multiple Choice.<br />
If I had a Koenigsegg, the door styling would not bother me because:<br />
A) I would never want to get out of it<br />
B) I&#8217;m rich enough to replace dinged doors<br />
C) I will be exiting the car via the Jaws of Life.&#8221;</p>
<p>I would personally go with D) All of the above.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.limitedinfinity.org/2009/11/20/comment-of-the-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pumpkin Cookies</title>
		<link>http://www.limitedinfinity.org/2009/10/28/pumpkin-cookies/</link>
		<comments>http://www.limitedinfinity.org/2009/10/28/pumpkin-cookies/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 23:33:00 +0000</pubDate>
		<dc:creator>ancker</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.limitedinfinity.org/?p=656</guid>
		<description><![CDATA[Maranda made pumpkin cookies. They are yummy!]]></description>
			<content:encoded><![CDATA[<p>Maranda made pumpkin cookies.<br />
They are yummy!</p>
<p><a href="http://www.limitedinfinity.org/wp-content/uploads/2009/10/IMG_11941.JPG"><img src="http://www.limitedinfinity.org/wp-content/uploads/2009/10/IMG_11941-200x300.jpg" alt="IMG_1194" title="IMG_1194" width="200" height="300" class="alignnone size-medium wp-image-661" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.limitedinfinity.org/2009/10/28/pumpkin-cookies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pumpkins</title>
		<link>http://www.limitedinfinity.org/2009/10/28/pumpkins/</link>
		<comments>http://www.limitedinfinity.org/2009/10/28/pumpkins/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 23:19:16 +0000</pubDate>
		<dc:creator>ancker</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.limitedinfinity.org/?p=654</guid>
		<description><![CDATA[Maranda and I carved pumpkins. Mine is the one on the right.]]></description>
			<content:encoded><![CDATA[<p>Maranda and I carved pumpkins.<br />
Mine is the one on the right.</p>
<p><a href="http://www.limitedinfinity.org/wp-content/uploads/2009/10/IMG_1060.JPG"><img src="http://www.limitedinfinity.org/wp-content/uploads/2009/10/IMG_1060-300x200.jpg" alt="IMG_1060" title="IMG_1060" width="300" height="200" class="alignnone size-medium wp-image-653" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.limitedinfinity.org/2009/10/28/pumpkins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hop Garden</title>
		<link>http://www.limitedinfinity.org/2009/04/20/hop-garden/</link>
		<comments>http://www.limitedinfinity.org/2009/04/20/hop-garden/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 21:07:11 +0000</pubDate>
		<dc:creator>ancker</dc:creator>
				<category><![CDATA[Home Brew]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.limitedinfinity.org/?p=538</guid>
		<description><![CDATA[On Friday I planted my Hop Garden. Jim lent me space to plant a few rhizomes. Some Cascade and some Willamette. They won&#8217;t be very fruitful this year but next year I should have plenty of hops for Brewing!]]></description>
			<content:encoded><![CDATA[<p>On Friday I planted my Hop Garden.<br />
<a href="http://www.eyrich.net/people/eyrichjf/blog/">Jim</a> lent me space to plant a few rhizomes. Some Cascade and some Willamette.<br />
They won&#8217;t be very fruitful this year but next year I should have plenty of hops for Brewing!</p>
<p><img src="http://www.limitedinfinity.org/wp-content/uploads/2009/04/rhizome2-150x150.jpg" alt="rhizome2" title="rhizome2" width="150" height="150" class="alignnone size-thumbnail wp-image-537" /><img src="http://www.limitedinfinity.org/wp-content/uploads/2009/04/rhizome1-150x150.jpg" alt="rhizome1" title="rhizome1" width="150" height="150" class="alignnone size-thumbnail wp-image-536" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.limitedinfinity.org/2009/04/20/hop-garden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sick of Twitter</title>
		<link>http://www.limitedinfinity.org/2009/04/20/sick-of-twitter/</link>
		<comments>http://www.limitedinfinity.org/2009/04/20/sick-of-twitter/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 17:21:48 +0000</pubDate>
		<dc:creator>ancker</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.limitedinfinity.org/2009/04/20/sick-of-twitter/</guid>
		<description><![CDATA[I&#8217;m getting sick of hearing about Twitter. Seriously every show has something about Twitter now days. Everything live has people Twittering, everything not-live seems to have someone talking about it. Even CNN had some contest with Ashton Kutcher. Even the magazines in the checkout lane at Meijer had a headline about which celebrity Twittered what.. [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m getting sick of hearing about Twitter. Seriously every show has something about Twitter now days.<br />
Everything live has people Twittering, everything not-live seems to have someone talking about it.<br />
Even CNN had some contest with Ashton Kutcher. Even the magazines in the checkout lane at Meijer had a headline about which celebrity Twittered what..</p>
<p>I realize Twitter is &#8220;cool&#8221; nowadays, but I&#8217;m sick of the media shoving it down our faces like the hot new thing. It&#8217;s been around forever, but everyone tries to act like they just discovered it and are making it popular. Get over yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.limitedinfinity.org/2009/04/20/sick-of-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
