<?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>Home of The Monkey Guild</title>
	<atom:link href="http://monkeyguild.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://monkeyguild.org</link>
	<description>Monkeytastic Meanderings</description>
	<lastBuildDate>Mon, 27 Feb 2012 18:14:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Subversion and LDAP</title>
		<link>http://monkeyguild.org/tech/linux-tech/subversion-and-ldap/</link>
		<comments>http://monkeyguild.org/tech/linux-tech/subversion-and-ldap/#comments</comments>
		<pubDate>Fri, 24 Feb 2012 19:25:38 +0000</pubDate>
		<dc:creator>Noah</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[subversion]]></category>

		<guid isPermaLink="false">http://monkeyguild.org/?p=1964</guid>
		<description><![CDATA[When I started here, we had 12 SVN repositories (and a valid reason for having all 12). Maintaining the user database was really not doable given that setup as each repository had a distinct user database. I had two goals coming into this &#8211; make the management of the user database easier, and make new [...]]]></description>
			<content:encoded><![CDATA[<p>When I started here, we had 12 SVN repositories (and a valid reason for having all 12). Maintaining the user database was really not doable given that setup as each repository had a distinct user database. I had two goals coming into this &#8211; make the management of the user database easier, and make new user setup doable by someone without Linux know-how. To do that I decided to tie things into the AD and make use of that for authentication as well as user setup. Here&#8217;s a brief overview of how I made it happen. This assumes a CentOS install but should be easily modified for Debian or other platforms. </p>
<ol>
<li>Create a connector account in your AD that will be used to query username/password. I granted mine admin rights but you&#8217;re probably alright without them, it just needs to query.</li>
<li>Create a user group in the AD that will act as a container for authenticated users and the users than require SVN access into that group</li>
<li>Install Apache, PHP, and the mod_dav and mod_dav_svn modules.</li>
<li>Create your SVN repository (svnadmin create /foo/bar/repo)</li>
<li>On CentOS you should get a subversion.conf file that is already generated for you (not sure on Debian and its ilk) that you&#8217;ll need to edit. Here&#8217;s a template to use. This assumes your domain name is example.com, the group name you create is &#8220;svn,&#8221; the connector account is called &#8220;SVN CONNECTOR&#8221;:</li>
<p>	<Blockquote></p>
<pre class="brush: bash; title: ; notranslate">LoadModule dav_svn_module     modules/mod_dav_svn.so
LoadModule authz_svn_module   modules/mod_authz_svn.so

&lt;VirtualHost *:80&gt;
        DocumentRoot /var/www/html/virtualhosts/svn
        ServerName svn.example.com
        ServerAlias svn
        ErrorLog logs/svn.example.com-error_log
        CustomLog logs/svn.example.com-access_log common
        &lt;Location /repository&gt;
                DAV svn
                SVNPath /srv/svn/repository
                AuthBasicProvider ldap
                AuthType Basic
                AuthzLDAPAuthoritative off
                AuthName &quot;This is your SVN Repository&quot;
                AuthLDAPURL &quot;ldap://DC.example.com:3268/DC=example,DC=com?sAMAccountName?sub?(&amp;(&amp;(objectClass=user)(objectCategory=person))(memberof=CN=svn,DC=example,DC=com))&quot;
                AuthLDAPBindDN &quot;CN=SVN CONNECTOR,DC=example,DC=com&quot;
                AuthLDAPBindPassword &quot;your connector password&quot;
                Require valid-user
                Require ldap-group &quot;CN=svn,DC=example,DC=com&quot;
        &lt;/Location&gt;</pre>
<p>	</Blockquote></p>
<li>That&#8217;s it. Bounce Apache and then test your access to the repository using your domain credentials</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://monkeyguild.org/tech/linux-tech/subversion-and-ldap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hey look at that&#8230;a post</title>
		<link>http://monkeyguild.org/tech/linux-tech/hey-look-at-that-a-post/</link>
		<comments>http://monkeyguild.org/tech/linux-tech/hey-look-at-that-a-post/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 18:51:19 +0000</pubDate>
		<dc:creator>Noah</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://monkeyguild.org/?p=1956</guid>
		<description><![CDATA[Wow, the last time I posted anything was in June of last year. I&#8217;ve pretty much dropped LJ at this point. I check in every so often as time permits, but time doesn&#8217;t permit much these days. I went ahead and liberated all of my entries from LJ and shifted them over to my personal [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, the last time I posted anything was in June of last year.<br />
I&#8217;ve pretty much dropped LJ at this point. I check in every so often as time permits, but time doesn&#8217;t permit much these days. I went ahead and liberated all of my entries from LJ and shifted them over to <a href=http://www.monkeyguild.org>my personal blog</a> so I suspect if I ever decide to start posting again it&#8217;s probably going to be over there. </p>
<p>Instead of content though, I&#8217;ll offer up a bit of geekery for you. If you use the built in LJ importer in WordPress it seems to pick and choose what gets set as private or password-protected and what gets set as public. This is of course problematic if you&#8217;re like me and keep most of what you post set to friends-only. Once you import your data, connect to your database and run the following query:</p>
<pre class="brush: sql; title: ; notranslate">UPDATE `main_posts` SET `post_status`='private'</pre>
<p>That&#8217;s it &#8211; you&#8217;ll mass set all posts to private and you&#8217;ll have luxury of time to go through the old entries and decide what you wish to make public and what you wish to keep private. </p>
]]></content:encoded>
			<wfw:commentRss>http://monkeyguild.org/tech/linux-tech/hey-look-at-that-a-post/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Asian Turkey Burgers</title>
		<link>http://monkeyguild.org/recipes/asian-turkey-burgers/</link>
		<comments>http://monkeyguild.org/recipes/asian-turkey-burgers/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 17:50:13 +0000</pubDate>
		<dc:creator>Noah</dc:creator>
				<category><![CDATA[Main Dishes]]></category>
		<category><![CDATA[Recipes]]></category>
		<category><![CDATA[recipes]]></category>

		<guid isPermaLink="false">http://monkeyguild.org/?p=333</guid>
		<description><![CDATA[Recipe Courtesy EatingWell.com Ingredients 2 slices whole-wheat sandwich bread, crusts removed, torn into pieces 12 ounces lean ground turkey breast, (see Ingredient Note) 1 8-ounce can sliced water chestnuts, rinsed and chopped 2 tablespoons hoisin sauce, (see Ingredient Note) 2 scallions, trimmed and sliced 1 tablespoon minced fresh ginger 2 cloves garlic, minced 1/4 teaspoon [...]]]></description>
			<content:encoded><![CDATA[<p>Recipe Courtesy EatingWell.com</p>
<p>Ingredients<br />
    2 slices whole-wheat sandwich bread, crusts removed, torn into pieces<br />
    12 ounces lean ground turkey breast, (see Ingredient Note)<br />
    1 8-ounce can sliced water chestnuts, rinsed and chopped<br />
    2 tablespoons hoisin sauce, (see Ingredient Note)<br />
    2 scallions, trimmed and sliced<br />
    1 tablespoon minced fresh ginger<br />
    2 cloves garlic, minced<br />
    1/4 teaspoon salt<br />
    1 1/2 teaspoons toasted sesame oil<br />
    Sesame Mayonnaise, optional (recipe follows)</p>
<p>Preparation</p>
<p>    1. Preheat grill to medium-high.<br />
    2. Place bread in a food processor and pulse into fine crumbs. Transfer to a large bowl. Add ground turkey, water chestnuts, hoisin, scallions, ginger, garlic and salt; mix well. (The mixture will be moist.) With dampened hands, form the mixture into four 1/2-inch-thick patties (see Tip).<br />
    3. Oil the grill rack (see Tip). Brush the patties with sesame oil. Grill until browned and no longer pink in the center, about 5 minutes per side. (An instant-read thermometer inserted in the center should register 165°F.)<br />
    4. Meanwhile, prepare Sesame Mayonnaise, if desired, to serve with the burgers.</p>
<p>Sesame Mayonnaise</p>
<p>Ingredients</p>
<p>    2 tablespoons reduced-fat mayonnaise<br />
    2 tablespoons nonfat or low-fat plain yogurt<br />
    1/2 teaspoon reduced-sodium soy sauce<br />
    1/2 teaspoon toasted sesame oil</p>
<p>Preparation</p>
<p>    1. Combine mayonnaise, yogurt, soy sauce and oil in a small bowl; whisk until blended. Variation: Scallion-Lemon Mayonnaise Combine 2 tablespoons reduced-fat mayonnaise, 2 tablespoons nonfat plain yogurt, 1 tablespoon chopped scallions, 1/2 teaspoon freshly grated lemon zest, 1 tablespoon lemon juice, salt and pepper to taste in a small bowl; whisk until blended.</p>
]]></content:encoded>
			<wfw:commentRss>http://monkeyguild.org/recipes/asian-turkey-burgers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Banana Bread</title>
		<link>http://monkeyguild.org/recipes/banana-bread/</link>
		<comments>http://monkeyguild.org/recipes/banana-bread/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 13:45:20 +0000</pubDate>
		<dc:creator>Noah</dc:creator>
				<category><![CDATA[Recipes]]></category>
		<category><![CDATA[Vegetarian]]></category>
		<category><![CDATA[recipes]]></category>

		<guid isPermaLink="false">http://monkeyguild.org/?p=1653</guid>
		<description><![CDATA[Modified from a recipe from the Post-Punk Kitchen 1/2 cup brown sugar 1/2 cup white sugar 1/2 cup vegetable oil 3-4 very ripe bananas, mashed well 1 cup white flour 1 cup whole wheat flour 1 teaspoon baking soda 1/4 cup almond milk, mixed with 1 teaspoon apple cider vinegar (let it stand for a [...]]]></description>
			<content:encoded><![CDATA[<p>Modified from a recipe from the Post-Punk Kitchen</p>
<p>1/2 cup brown sugar<br />
1/2 cup white sugar<br />
1/2 cup vegetable oil<br />
3-4 very ripe bananas, mashed well<br />
1 cup white flour<br />
1 cup whole wheat flour<br />
1 teaspoon baking soda<br />
1/4 cup almond milk, mixed with 1 teaspoon apple cider vinegar (let it stand for a minute)<br />
1 teaspoon vanilla<br />
1 teaspoon cinnamon<br />
1 teaspoon cardamom<br />
1/2 teaspoon salt<br />
zest of one orange</p>
<p>Mix together the sugars, vegetable oil, milk, vinegar, spices, salt, and zest. Beat in the mashed bananas. Sift in the dry ingredients and beat until combined. Pour into a greased/floured bread pan. Bake it for around 70 minutes at 350 degrees.</p>
]]></content:encoded>
			<wfw:commentRss>http://monkeyguild.org/recipes/banana-bread/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>That was AWESOME!</title>
		<link>http://monkeyguild.org/random/that-was-awesome/</link>
		<comments>http://monkeyguild.org/random/that-was-awesome/#comments</comments>
		<pubDate>Wed, 08 Jun 2011 18:56:00 +0000</pubDate>
		<dc:creator>Noah</dc:creator>
				<category><![CDATA[Random Stuff]]></category>
		<category><![CDATA[mentoring]]></category>

		<guid isPermaLink="false">http://monkeyguild.org/random/that-was-awesome/</guid>
		<description><![CDATA[So we had the work mentor program today. By the way, thanks to infinitehotel, oceanic, inahandbasket, faux_eonix, muffyjo, pasquillacious, and hermitgeecko for the varied advice (and apologies for not responding to each of you individually on said advice). I actually pulled together something of a melange of ideas from each of you and went into [...]]]></description>
			<content:encoded><![CDATA[<p>So we had the work mentor program today. By the way, thanks to <span  lj:user='infinitehotel' style='white-space: nowrap;'><a href='http://infinitehotel.dreamwidth.org/profile'><img src='http://s.dreamwidth.org/img/silk/identity/user.png' alt='[personal profile] ' width='17' height='17' style='vertical-align: text-bottom; border: 0; padding-right: 1px;' /></a><a href='http://infinitehotel.dreamwidth.org/'><b>infinitehotel</b></a></span>, <span  lj:user='oceanic' style='white-space: nowrap;'><a href='http://oceanic.dreamwidth.org/profile'><img src='http://s.dreamwidth.org/img/silk/identity/user.png' alt='[personal profile] ' width='17' height='17' style='vertical-align: text-bottom; border: 0; padding-right: 1px;' /></a><a href='http://oceanic.dreamwidth.org/'><b>oceanic</b></a></span>, <span  lj:user='inahandbasket' style='white-space: nowrap;'><a href='http://inahandbasket.dreamwidth.org/profile'><img src='http://s.dreamwidth.org/img/silk/identity/user.png' alt='[personal profile] ' width='17' height='17' style='vertical-align: text-bottom; border: 0; padding-right: 1px;' /></a><a href='http://inahandbasket.dreamwidth.org/'><b>inahandbasket</b></a></span>, <span  lj:user='faux_eonix' style='white-space: nowrap;'><a href='http://www.dreamwidth.org/profile?user=faux_eonix'><img src='http://s.dreamwidth.org/img/silk/identity/user.png' alt='[profile] ' width='17' height='17' style='vertical-align: text-bottom; border: 0; padding-right: 1px;' /></a><a href='http://www.dreamwidth.org/profile?user=faux_eonix'><b>faux_eonix</b></a></span>, <span  lj:user='muffyjo' style='white-space: nowrap;'><a href='http://muffyjo.dreamwidth.org/profile'><img src='http://s.dreamwidth.org/img/silk/identity/user.png' alt='[personal profile] ' width='17' height='17' style='vertical-align: text-bottom; border: 0; padding-right: 1px;' /></a><a href='http://muffyjo.dreamwidth.org/'><b>muffyjo</b></a></span>, <span  lj:user='pasquillacious' style='white-space: nowrap;'><a href='http://www.dreamwidth.org/profile?user=pasquillacious'><img src='http://s.dreamwidth.org/img/silk/identity/user.png' alt='[profile] ' width='17' height='17' style='vertical-align: text-bottom; border: 0; padding-right: 1px;' /></a><a href='http://www.dreamwidth.org/profile?user=pasquillacious'><b>pasquillacious</b></a></span>, and <span  lj:user='hermitgeecko' style='white-space: nowrap;'><a href='http://www.dreamwidth.org/profile?user=hermitgeecko'><img src='http://s.dreamwidth.org/img/silk/identity/user.png' alt='[profile] ' width='17' height='17' style='vertical-align: text-bottom; border: 0; padding-right: 1px;' /></a><a href='http://www.dreamwidth.org/profile?user=hermitgeecko'><b>hermitgeecko</b></a></span> for the varied advice (and apologies for not responding to each of you individually on said advice). I actually pulled together something of a melange of ideas from each of you and went into it with the possibility that they might not know squat about IT. It turns out they were all super interested in IT and I got them even further amped up about it. </p>
<p>I did a brief talk just to go over what I do in a day. Then I showed them a bit of Perl and how it&#8217;s useful in day to day work. I had one of them build a CentOS install from scratch and set the root password. I then gave them that system, told them we lost the root password, then showed them how to fix it by booting into single user mode. Then finally I had one of them prop data to an FTP site while I showed the others how to kick off backup jobs.</p>
<p>After it was all said and done they loved it (or at least said they did). At least to my face they said that this was the best mentor visit they ever had. They wanted my contact info so they could get in touch and ask questions, which I gladly gave them. All in all I had a really great time and would definitely do it again.</p>
<p><span style="font-size: smaller;">I&#8217;m posting on <a href=http://wanderyng1.dreamwidth.org/>Dreamwidth</a> a fair amount these days since LJ access can be spotty due to the DDoS attacks. You&#8217;re welcome to comment here or <a href = "http://wanderyng1.dreamwidth.org/10386.html">over there</a>.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://monkeyguild.org/random/that-was-awesome/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Member of the Family</title>
		<link>http://monkeyguild.org/random/new-member-of-the-family/</link>
		<comments>http://monkeyguild.org/random/new-member-of-the-family/#comments</comments>
		<pubDate>Tue, 07 Jun 2011 02:55:00 +0000</pubDate>
		<dc:creator>Noah</dc:creator>
				<category><![CDATA[Random Stuff]]></category>
		<category><![CDATA[pets]]></category>

		<guid isPermaLink="false">http://monkeyguild.org/random/new-member-of-the-family/</guid>
		<description><![CDATA[Over the weekend Nora and I paid a visit to the Salem Animal Shelter. We came away with an adorable new member of our family: This is the first time I&#8217;ve ever been to a shelter to adopt an animal, and the first time I&#8217;ve ever been involved in raising a puppy. So far it&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Over the weekend Nora and I paid a visit to the Salem Animal Shelter. We came away with an adorable new member of our family:</p>
<p><a href="http://s859.photobucket.com/albums/ab152/wanderyng1/?action=view&amp;current=IMG_0802.jpg" target="_blank" rel="lightbox[1581]"><img src="http://i859.photobucket.com/albums/ab152/wanderyng1/IMG_0802.jpg" border="0" alt="Photobucket"></a></p>
<p>This is the first time I&#8217;ve ever been to a shelter to adopt an animal, and the first time I&#8217;ve ever been involved in raising a puppy. So far it&#8217;s a sizable mix of awesome and daunting. I really have absolutely no idea what the hell I&#8217;m doing&#8230;but we;re doing it. I was even able to calm the cat and dog down all Aragorn-style. It seems like at least for now the dog is acceptant of the cat being in a dominant position in the house which I imagine is going to be safer for all involved (as the dog will invariably get bigger while the kitten shall stay the same size). There&#8217;s been a fair amount of hissing and raised hackles so far but they&#8217;re in the same room right now and the cat is eating, which seems like a good sign to me. </p>
<p>Any advice from those of you who have raised puppies before?</p>
<p><span style="font-size: smaller;">I&#8217;m posting on <a href=http://wanderyng1.dreamwidth.org/>Dreamwidth</a> a fair amount these days since LJ access can be spotty due to the DDoS attacks. You&#8217;re welcome to comment here or <a href = "http://wanderyng1.dreamwidth.org/10097.html">over there</a>.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://monkeyguild.org/random/new-member-of-the-family/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Well that was unexpected&#8230;</title>
		<link>http://monkeyguild.org/random/well-that-was-unexpected/</link>
		<comments>http://monkeyguild.org/random/well-that-was-unexpected/#comments</comments>
		<pubDate>Thu, 26 May 2011 15:05:00 +0000</pubDate>
		<dc:creator>Noah</dc:creator>
				<category><![CDATA[Random Stuff]]></category>
		<category><![CDATA[mentoring]]></category>

		<guid isPermaLink="false">http://monkeyguild.org/random/well-that-was-unexpected/</guid>
		<description><![CDATA[We&#8217;re having a job shadow day here in the office on the 8th and they asked for volunteers from the groups if they had the time (high school kids follow you around to see what you do). I thought it might be fun so I told them I&#8217;d do it, since IT tends to not [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re having a job shadow day here in the office on the 8th and they asked for volunteers from the groups if they had the time (high school kids follow you around to see what you do). I thought it might be fun so I told them I&#8217;d do it, since IT tends to not have much representation in such things. The other teams have at most 3 kids shadowing them for the day (most only have 1 or 2) &#8211; i just got my list and I have 11. I had no idea that IT was going to be that popular. This is going to be interesting&#8230;</p>
<p>So I have these kids for the entire morning in which I provide an introduction to IT. I&#8217;m then supposed to give them something fun to do. What activities in IT would you have high school juniors and seniors do if you were trying to interest them in IT? I&#8217;m still coming up with ideas but would love to hear what you guys have.</p>
<p><span style="font-size: smaller;">I&#8217;m posting on <a href=http://wanderyng1.dreamwidth.org/>Dreamwidth</a> a fair amount these days since LJ access can be spotty due to the DDoS attacks. You&#8217;re welcome to comment here or <a href = "http://wanderyng1.dreamwidth.org/7524.html">over there</a>.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://monkeyguild.org/random/well-that-was-unexpected/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Tech sidenote</title>
		<link>http://monkeyguild.org/tech/tech-sidenote/</link>
		<comments>http://monkeyguild.org/tech/tech-sidenote/#comments</comments>
		<pubDate>Mon, 09 May 2011 14:43:00 +0000</pubDate>
		<dc:creator>Noah</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://monkeyguild.org/random/tech-sidenote/</guid>
		<description><![CDATA[If you&#8217;ve got a screen flicker that looks similar to a Gaussian blur but you&#8217;re on an LCD monitor, chances are you&#8217;ve got yourself a ground loop. The easy way to find this out is to do a search on Google for &#8220;flickering LCD monitor.&#8221; The Noah way is with a multimeter and an hour [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve got a screen flicker that looks similar to a Gaussian blur but you&#8217;re on an LCD monitor, chances are you&#8217;ve got yourself a <a href="http://en.wikipedia.org/wiki/Ground_loop_%28electricity%29">ground loop</a>. The easy way to find this out is to do a search on Google for &#8220;flickering LCD monitor.&#8221; The Noah way is with a multimeter and an hour of time that I could have spent doing other things *facepalm*. </p>
<p>It should also be noted if you get a low frequency buzz or whine out of your headphones when you&#8217;re connected to your computer&#8217;s audio jack this would be caused by the same thing.</p>
<p>You fix this by having your monitor and computer plugged into different power outlets or by removing the ground plug off one of the devices.</p>
<p><span style="font-size: smaller;">I&#8217;m posting on <a href=http://wanderyng1.dreamwidth.org/>Dreamwidth</a> a fair amount these days since LJ access can be spotty due to the DDoS attacks. You&#8217;re welcome to comment here or <a href = "http://wanderyng1.dreamwidth.org/4589.html">over there</a>.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://monkeyguild.org/tech/tech-sidenote/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>State of the Monkey</title>
		<link>http://monkeyguild.org/random/state-of-the-monkey/</link>
		<comments>http://monkeyguild.org/random/state-of-the-monkey/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 17:06:00 +0000</pubDate>
		<dc:creator>Noah</dc:creator>
				<category><![CDATA[Random Stuff]]></category>
		<category><![CDATA[family]]></category>

		<guid isPermaLink="false">http://monkeyguild.org/random/state-of-the-monkey/</guid>
		<description><![CDATA[It&#8217;s been ages since I posted anything substantive here. For the most part I don&#8217;t really make use of LJ anymore, other than occasional technical rambles and random assorted bitching. Still when a huge life-changing event occurs I like to talk about it a bit. For those of you just catching up, Nora and I [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been ages since I posted anything substantive here. For the most part I don&#8217;t really make use of LJ anymore, other than occasional technical rambles and random assorted bitching. Still when a huge life-changing event occurs I like to talk about it a bit. For those of you just catching up, Nora and I are now officially married (w00t!!!!) as of 9 April 2011. My praxis after such huge events is to dissect it so I can fully understand each individual component, but I find myself unwilling to do so here. The day is hazy and wonderful and I would fight to have it stay that way in my memory. I&#8217;m normally bothered by trivialities&#8230;plagued in fact many times, but the small things that were off during the day hardly even register. I&#8217;m just overjoyed to be married to Nora and that&#8217;s enough.</p>
]]></content:encoded>
			<wfw:commentRss>http://monkeyguild.org/random/state-of-the-monkey/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[locals] Signal Boost &#8211; Roommates in the Camberville Area</title>
		<link>http://monkeyguild.org/random/locals-signal-boost-roommates-in-the-camberville-area/</link>
		<comments>http://monkeyguild.org/random/locals-signal-boost-roommates-in-the-camberville-area/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 21:40:00 +0000</pubDate>
		<dc:creator>Noah</dc:creator>
				<category><![CDATA[Random Stuff]]></category>
		<category><![CDATA[friends]]></category>

		<guid isPermaLink="false">http://monkeyguild.org/random/locals-signal-boost-roommates-in-the-camberville-area/</guid>
		<description><![CDATA[I have a friend from VA moving up here in the fall to attend Lesley University for her Master&#8217;s degree. She&#8217;s a 30-something friend, stable, reliable, laid back. She&#8217;s looking for a place to live in the Cambridge neck of the woods. Are any of you guys seeking roommates or know someone who is? She&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>I have a friend from VA moving up here in the fall to attend Lesley University for her Master&#8217;s degree. She&#8217;s a 30-something friend, stable, reliable, laid back. She&#8217;s looking for a place to live in the Cambridge neck of the woods. Are any of you guys seeking roommates or know someone who is? She&#8217;ll have a car so if you&#8217;re a little outside Cambridge I imagine that would be OK too. Respond here or drop me an email and I&#8217;ll make with the introductions. Thanks much <img src='http://monkeyguild.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://monkeyguild.org/random/locals-signal-boost-roommates-in-the-camberville-area/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

