<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:posterous="http://posterous.com/help/rss/1.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:media="http://search.yahoo.com/mrss/">
  <channel>
    <title>marylou's blog</title>
    <link>http://blog.maryloulenhart.com</link>
    <description>not-so-arbitrary digressions</description>
    <generator>posterous.com</generator>
    <link type="application/json" xmlns="http://www.w3.org/2005/Atom" href="http://posterous.com/api/sup_update#9444fb226" rel="http://api.friendfeed.com/2008/03#sup"/>
    <atom:link href="http://blog.maryloulenhart.com/rss.xml" rel="self"/>
    <atom:link href="http://posterous.superfeedr.com" rel="hub"/>
    <item>
      <pubDate>Fri, 16 Mar 2012 20:23:12 -0700</pubDate>
      <title>&quot;Getting back into the swing of things&quot; or How Difficult It Is To Start Ruby Dev On The Mac</title>
      <link>http://blog.maryloulenhart.com/getting-back-into-the-swing-of-things-or-how</link>
      <guid>http://blog.maryloulenhart.com/getting-back-into-the-swing-of-things-or-how</guid>
      <description>
        <![CDATA[<p>
	First I got a job, a few months out of school, working for Corporate America. Times were desperate. I was paying rent on my credit card. Then I planned my wedding for a year. Then I got settled into that whole marriage thing. These things take time. Next thing I knew, it had been about two years since I last did any coding that wasn&#39;t for my job. My github was a ghost town. So I decided I&#39;d pick up on something small to get started again.<p /><div><b>I added a simple Atom Feed to a website...</b></div><p /><div>But not right away.</div><p /><div>First, I had to update my repo. Then I had to update my development environment. Maybe I should have done those in the opposite order. Maybe when I updated my repo, I realized nothing worked because my dev env was out of date. I decided I should document it because all the crap you might have to do is not really listed anywhere. It&#39;s not so simple, it turns out.</div> <p /><div>In fact, I got to the point where I decided it was easier to &quot;start over&quot; by upgrading to OS X Lion.</div><p /><div><b>So, if you develop on a Mac, and you ever want to start contributing to hackety-hack.com...</b></div> <p /><div><i>(Or any other rails-based website, really. I mean not all of them may use these exact tools, but well. They should. :&gt; )</i></div><p /><div>I recommend upgrading to Lion. I know, it&#39;s $30. I think it&#39;s stupid, too. But it&#39;s worth it because the updated compilers that you get when you upgrade XCode (P.S. you have to upgrade XCode after you upgrade Lion. That part is at least free.) eleviate a lot of headaches. Also, apparently you cannot update XCode without upgrading to Lion. They&#39;re tricky sometimes. :/</div> <p /><div>Also, I recommend <a href="https://github.com/mxcl/homebrew/wiki/installation" target="_blank">installing</a> <a href="http://mxcl.github.com/homebrew/" target="_blank">homebrew</a>. All the cool kids switched from macports to homebrew, in case you were out of the loop for two years. It&#39;s very easy to <a href="http://bitboxer.de/2010/06/03/moving-from-macports-to-homebrew/" target="_blank">make the switch</a>.</div> <p /><div>Furthermore, you should really be using <a href="https://rvm.beginrescueend.com/" target="_blank">Ruby Version Manager (RVM)</a>. If you don&#39;t have ruby installed yet, install this first. Even if you do, it will help manage what&#39;s on your machine.</div> <p /><div>That said, here is the order in which I had to do this stuff in order to finally get my dev env set up...</div><p /><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204,204,204); border-left-style: solid; padding-left: 1ex;"> $rvm update #to the newest ruby, in our case it&#39;s 1.9.2p290 </blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204,204,204); border-left-style: solid; padding-left: 1ex;"> $rvm use 1.9.2 #if it is not the only Ruby installed on your system</blockquote><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204,204,204); border-left-style: solid; padding-left: 1ex;"> $gem install bundler<br />$brew install readline #NOTE<br />$brew install postgresql</blockquote><p /><div><div>*NOTE: You may have to change the ownership of /homebrew/Cellar/readline before you are able to move forward. For some reason on my machine, its owner defaulted to root. To do that:</div> <p /><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204,204,204); border-left-style: solid; padding-left: 1ex;"> $chown -R [you] &lt;homebrew location&gt;/Cellar/readline </blockquote><p /><div>OH AND, you&#39;ll need <a href="http://www.hacksparrow.com/how-to-install-mongodb-on-mac-os-x.html" target="_blank">MongoDB</a>. Which really just requires this:</div> <p /><div><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204,204,204); border-left-style: solid; padding-left: 1ex;"> $brew update<br />$brew install mongodb </blockquote></div></div><p /><div>Then you can create your git repository for <a href="http://hackety-hack.com" target="_blank">hackety-hack.com</a>. If you have absolutely no idea what I mean, <a href="https://github.com/" target="_blank">github</a> is a wonderful place that has wonderful tutorials to help you understand why git is the only version manager you should ever use. Forever.</div> <p /><div>THEN...</div><p /><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204,204,204); border-left-style: solid; padding-left: 1ex;"> $cd &lt;your hackety directory&gt;<br />$bundle install<br />$gem install rails</blockquote> <p /><div>And you can get started. You really need three terminal windows/tabs to develop. In the first one, run a rails server:</div><p /><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204,204,204); border-left-style: solid; padding-left: 1ex;"> $rails s</blockquote><p /><div>In the second, run your database:</div><p /><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204,204,204); border-left-style: solid; padding-left: 1ex;"> $mongod --rest #you may need to sudo mongod --rest ...it depends on how you installed it</blockquote><p /><div>And in your third, you code code code!</div><p /><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204,204,204); border-left-style: solid; padding-left: 1ex;"><span style="font-family: courier new,monospace;">$#hackasaurus</span></blockquote> <p /><div><b>So in closing...</b></div><p /><div>Please, please comment to tell me anything I may have missed and I&#39;ll update the post. I would like this to be as accurate as possible. Let me know if I helped you! Let me know if I didn&#39;t! I&#39;m curious what the process is for others out there. It&#39;s unfortunate how difficult it seems to be to start the wonderful world of Ruby Development on the Mac, but if we all work together, we can be hacking in no time.</div> <p /><div>Bonne chance!</div>
	
</p>

<p><a href="http://blog.maryloulenhart.com/getting-back-into-the-swing-of-things-or-how">Permalink</a> 

	| <a href="http://blog.maryloulenhart.com/getting-back-into-the-swing-of-things-or-how#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/492430/50s.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5emdKDyOvqgN</posterous:profileUrl>
        <posterous:firstName>Marylou</posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>maryloukunkle</posterous:nickName>
        <posterous:displayName>Marylou</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Tue, 11 Oct 2011 05:54:23 -0700</pubDate>
      <title>Environmentalism</title>
      <link>http://blog.maryloulenhart.com/environmentalism</link>
      <guid>http://blog.maryloulenhart.com/environmentalism</guid>
      <description>
        <![CDATA[<p>
	<p>Whether you believe it was created by a higher power, or it evolved from nothing, I think that one cannot deny that the Earth, and maybe the whole universe, is a perfect ecosystem that works and evolves and lives without the need for intervention. Even if you believe it was created, God does not need to come in every day and tweak the oxygen levels in the stratosphere. He made a perfect creation and it works because He set it up to do so on its own. </p> <p>I digress. </p> <p>If we don&#39;t agree the Earth&#39;s ecosystem is self-sufficient, we shall save that for another discussion. Let&#39;s assume this is true. </p> <p>If we can say it is self-sufficient, we can kind of see it as a living organism. A very large one. And as per the typical MO of all living organisms, its default function is to Survive. And it is doing rather well so far. </p> <p>However. </p> <p>What happens when an organism enters your body and begins to wreak havoc? Generally, your body fights the shit out of that thing. It&#39;s called your immune system. </p> <p>I like to think the Earth has its own immune system. It has a homeostasis state of sorts, and its goal is to constantly maintain it. Why? Well, some people like to think that the Earth was created for humans, so its job is to stay in a state that will sustain life. And I ask those people to please re-read more carefully that book they hold so dear. It doesn&#39;t say that. It says we are caretakers of the Earth. The Earth is a caretaker of no one and nothing.</p> <p>So regardless of one&#39;s beliefs or lack thereof, our goal, as organisms in this fine universe, should probably be in line with that of the Earth&#39;s: to Survive. </p> <p>I worry about our species because it seems we have completely forgotten our role on this world. Whether you believe we are caretakers because God said so, or because if we don&#39;t take care of the Earth, we will not Survive, it is incredibly ignorant to think that a species that has come in and covered a good portion of the Earth&#39;s surface doesn&#39;t have a significant impact on its ecosystem. You&#39;ll notice that most other species&#39; on this planet contribute to the bigger picture in a significant way. </p> <p>And please remember: the Earth&#39;s ecosystem? Is our ecosystem. </p> <p>What happens when the Earth begins the retaliate? And if that sounds like good Science Fiction, I remind you that most Science Fiction comes true eventually. <a href="http://www.cbsnews.com/stories/2011/10/04/scitech/main20115225.shtml" target="_blank">There are these ants</a> that seem to be trying to kill all our crops and infest the entire country. Then of course, there&#39;s AIDS. An STD that breaks down the immune system until you eventually die from something else. So not only does it deter us from mating, it breaks down our major biological mode of survival.<br /> </p><p>Maybe I&#39;m just paranoid. But it doesn&#39;t mean I&#39;m wrong. The biggest ailment of the Human Condition is Ego. Selfishness. Greed. Pride. I think that perhaps we should each stop for a moment each day and remember just how insignificant we are. We could benefit from quite a bit of humility these days. </p> <p>Our goal needs to be to have consideration for our impact not just on each other, but on our environment.</p>
	
</p>

<p><a href="http://blog.maryloulenhart.com/environmentalism">Permalink</a> 

	| <a href="http://blog.maryloulenhart.com/environmentalism#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/492430/50s.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5emdKDyOvqgN</posterous:profileUrl>
        <posterous:firstName>Marylou</posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>maryloukunkle</posterous:nickName>
        <posterous:displayName>Marylou</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Sat, 08 Oct 2011 14:45:22 -0700</pubDate>
      <title>Communication</title>
      <link>http://blog.maryloulenhart.com/communication</link>
      <guid>http://blog.maryloulenhart.com/communication</guid>
      <description>
        <![CDATA[<p>
	For my career, as well as a hobby, I am a computer programmer. It is a field in which I am able to create something out of nothing. It&#39;s pretty awesome.<p />It involves a lot of creativity (if you&#39;re doing it right), and fields that require that also yield to the ups and downs of an artistic temperament. Sometimes I don&#39;t feel inspired to create. Sometimes I feel so inspired to create that I will not sleep for 2 days, constantly working on a project until it is completed. Cool, huh? While this is not exactly a schedule that fits into the confines of Corporate America, lots of people try to make it do just that. But that&#39;s for another blog post.<p /> One really interesting thing I&#39;ve discovered lately is that when I&#39;m in a slump, be it because I&#39;m stuck on a problem I&#39;m trying to solve or I&#39;m just not inspired to think about it, I find that the first thing I want to do is talk to somebody. They always said back in school that it&#39;s always best to get another set of eyes to look at what you&#39;re doing, because after staring at code for hours, you&#39;re bound to miss something. However, what usually ends up happening is that while somebody else is watching me, I show them the problem I&#39;m having, and then I solve it in my head before they have a chance to process what I said. I just needed somebody around so I could voice my problem. It&#39;s as though I needed to speak out, as though speaking it draws it out of my body, lays it out onto an imaginary white board in thin air, and suddenly I see it differently.<p /> Or maybe there&#39;s something about communication with other people that makes things click in our brain.<p />I like to think that the reason I&#39;m anywhere near as smart as I am is because I hang out with smart people. You can&#39;t learn anything if you stay with people who don&#39;t challenge your brain. Not to mention that we, as humans, just don&#39;t work correctly without being around each other. If you haven&#39;t noticed, when large groups of people, or even small groups of people, gather together and try to solve a problem, you have some of the most interesting and innovative solutions that arise. The more we communicate and discuss together, the more we are able to recognize creative solutions, and find ways to employ them. This of course requires very effective and diplomatic communication skills, and that, we learn with time.<p /> <a href="http://nblo.gs/oa9tV">Very Good Real Life Example</a><p />Your brain is a muscle, and it needs to be used. What better way to use it than to solve problems? What better way to learn than with others?
	
</p>

<p><a href="http://blog.maryloulenhart.com/communication">Permalink</a> 

	| <a href="http://blog.maryloulenhart.com/communication#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/492430/50s.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5emdKDyOvqgN</posterous:profileUrl>
        <posterous:firstName>Marylou</posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>maryloukunkle</posterous:nickName>
        <posterous:displayName>Marylou</posterous:displayName>
      </posterous:author>
    </item>
    <item>
      <pubDate>Sun, 12 Jun 2011 14:49:00 -0700</pubDate>
      <title>Cap'n Crunch</title>
      <link>http://blog.maryloulenhart.com/capn-crunch</link>
      <guid>http://blog.maryloulenhart.com/capn-crunch</guid>
      <description>
        <![CDATA[<p>
	<p>I heard this rumor that they're taking Cap'n Crunch cereal off the market. "Who are these fiends taking away that delicious sweetened oat from my daily routine?" one might ask. I, as well, find this reality a very cruel and unusual one.<p /> Sure, Cap'n Crunch is the most painful cereal on the market. It rips up the top of your mouth similar to the results of a cheese grater. So much sugar exudes from it while in milk that the spoon is left with a film, not to mention your teeth. <p /> But it builds character.<p /> All they would have to do is put it into a smoother shape so it doesn't feel like you're eating a wood chipper.<p />But would it taste the same? No, because you wouldn't have that faint hint of blood to go along with that diabetes-flavored goodness.<p /> So I suppose it's best this way. Leave us with fond memories of our favorite blood thirsty cereal, rather than try to sell us some cheap knock-off. It's best to quit cold turkey, anyway, right?<p /><em>Cap'n Crunch: Making Vampires Out Of Your Children For Decades</em></p>
<p><div class='p_embed p_image_embed'>
<img alt="Imag0209" height="334" src="http://getfile1.posterous.com/getfile/files.posterous.com/maryloukunkle/hrBZRfXYbecmxUzNqJyPdtvo2xKcgiGDYD5rZaar8GzWgnS2efmhXUaQwbAc/IMAG0209.jpg" width="200" />
</div>
</p>
	
</p>

<p><a href="http://blog.maryloulenhart.com/capn-crunch">Permalink</a> 

	| <a href="http://blog.maryloulenhart.com/capn-crunch#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/492430/50s.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5emdKDyOvqgN</posterous:profileUrl>
        <posterous:firstName>Marylou</posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>maryloukunkle</posterous:nickName>
        <posterous:displayName>Marylou</posterous:displayName>
      </posterous:author>
      <media:content type="image/jpeg" height="334" width="200" url="http://getfile1.posterous.com/getfile/files.posterous.com/maryloukunkle/hrBZRfXYbecmxUzNqJyPdtvo2xKcgiGDYD5rZaar8GzWgnS2efmhXUaQwbAc/IMAG0209.jpg">
        <media:thumbnail height="334" width="200" url="http://getfile1.posterous.com/getfile/files.posterous.com/maryloukunkle/hrBZRfXYbecmxUzNqJyPdtvo2xKcgiGDYD5rZaar8GzWgnS2efmhXUaQwbAc/IMAG0209.jpg"/>
      </media:content>
    </item>
    <item>
      <pubDate>Sun, 14 Nov 2010 11:44:00 -0800</pubDate>
      <title>My First Time: A Foodie's Plunge into McRib Joy</title>
      <link>http://blog.maryloulenhart.com/my-first-time-a-foodies-plunge-into-mcrib-joy</link>
      <guid>http://blog.maryloulenhart.com/my-first-time-a-foodies-plunge-into-mcrib-joy</guid>
      <description>
        <![CDATA[<p>
	<p>All my life, I had heard rumors and stories about how the McRib sandwich at McDonald's was ... something. Nobody ever said anything about it that was memorable, except that it was a rarity. When it was brought back into existence from time to time, there was an aura of excitement. It's been an intrigue and a mystery for the whole of my existence. So at 24 years of age, I finally decided to buckle down and go back to McDonald's after a months- or maybe years-long hiatus.</p>
<p>Why do I avoid McDonald's? Do I even need to answer that question?</p>
<p>I'm a self-proclaimed foodie. The worst kind, really. I know just enough to sound pretentious but not nearly enough to actually know what I'm talking about. In all honesty, I love food. I love cooking, and creating new things, and learning about the origins of certain foods. Some of my favorite genres of food include Mexican, Mediterranean, Middle-Eastern, and Indian; I'd like to start learning more about French cooking soon. I also love baking. And beer. And wine, although I know a lot more about beer. The list goes on. So there's an appreciation for food as a whole, but a pretentious air when it comes to actually eating food. Because I only eat good food.</p>
<p>However, I will give almost anything a chance. Even something I've never tried at McDonald's.</p>
<p><em>Confession: The final motivation, and possibly 80% of the motivation, was because they mentioned the McRib on How I Met Your Mother, the only half hour of TV I watch per week (not including Steelers and Penguins games).</em></p>
<p><strong>So the journey began</strong>. I made mention of this quest to a coworker, so he decided to be the enabler (and order one himself). When we arrived, there were 2 lines ahead of us full of small, loud children. Suburbia Hell. However, the light at the end of the tunnel indicated there would be much rejoicing...<div class='p_embed p_image_embed'>
<a href="http://getfile7.posterous.com/getfile/files.posterous.com/temp-2010-11-14/IfwJuJDtkfrAIGliznttlEIiDltGwIyInAwsxpAqsauvyffreyuxyFHdnewx/mcRib1.png.scaled1000.png"><img alt="Mcrib1" height="836" src="http://getfile4.posterous.com/getfile/files.posterous.com/temp-2010-11-14/IfwJuJDtkfrAIGliznttlEIiDltGwIyInAwsxpAqsauvyffreyuxyFHdnewx/mcRib1.png.scaled500.png" width="500" /></a>
</div>
</p>
<p>I just ordered the sandwich. I regret that a little. Why go to McDonald's if you aren't going to indulge in the fries?</p>
<p>Then, we made a stop at Starbucks on the way back to work. While we're at it, why not give even more of our hard earned cash to Corporate America? I already gave them my soul.</p>
<p><div class='p_embed p_image_embed'>
<a href="http://getfile3.posterous.com/getfile/files.posterous.com/temp-2010-11-14/wAwgIGusIbkyBqzbaGrczckdBiqzxaBEErusiydiBwukDqIvJgugiaAjhcwA/mcRib2.png.scaled1000.png"><img alt="Mcrib2" height="836" src="http://getfile6.posterous.com/getfile/files.posterous.com/temp-2010-11-14/wAwgIGusIbkyBqzbaGrczckdBiqzxaBEErusiydiBwukDqIvJgugiaAjhcwA/mcRib2.png.scaled500.png" width="500" /></a>
</div>
The ribbon cutting ceremony...</p>
<p><div class='p_embed p_image_embed'>
<a href="http://getfile7.posterous.com/getfile/files.posterous.com/temp-2010-11-14/edneGBCxbpfGDrnpeFBweFbDeHtrfnpxssytwAiBmDfozpadEfGztduolakm/mcRib3.png.scaled1000.png"><img alt="Mcrib3" height="836" src="http://getfile6.posterous.com/getfile/files.posterous.com/temp-2010-11-14/edneGBCxbpfGDrnpeFBweFbDeHtrfnpxssytwAiBmDfozpadEfGztduolakm/mcRib3.png.scaled500.png" width="500" /></a>
</div>
And then I ate it.</p>
<p><div class='p_embed p_image_embed'>
<a href="http://getfile4.posterous.com/getfile/files.posterous.com/temp-2010-11-14/vfCoqIhHiCexlsiywJlgksdDdAfrBiEGlAdxCHvcuoHeummBbwEEwGvuiszI/mcRib4.png.scaled1000.png"><img alt="Mcrib4" height="836" src="http://getfile5.posterous.com/getfile/files.posterous.com/temp-2010-11-14/vfCoqIhHiCexlsiywJlgksdDdAfrBiEGlAdxCHvcuoHeummBbwEEwGvuiszI/mcRib4.png.scaled500.png" width="500" /></a>
</div>
A lady always leaves something on her plate.</p>
<p>...</p>
<p><strong>The Verdict</strong><br />Well, guys. Honestly. I couldn't have expected anything different from McDonald's. Processed pork, pressed into a ribs-shaped patty, with very little taste. Barbeque sauce that probably consisted mostly of ketchup. And pickles. Pickles. on a Rib sandwich. What? Also, having had awesome pork ribs in the past - like real ribs; from Omaha Steaks for instance - made this all the more boring.</p>
<p>Am I disappointed? Not really. Not surprised at all. However, it was relatively anti-climactic.</p>
<p>Color me indifferent.</p>
	
</p>

<p><a href="http://blog.maryloulenhart.com/my-first-time-a-foodies-plunge-into-mcrib-joy">Permalink</a> 

	| <a href="http://blog.maryloulenhart.com/my-first-time-a-foodies-plunge-into-mcrib-joy#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/492430/50s.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5emdKDyOvqgN</posterous:profileUrl>
        <posterous:firstName>Marylou</posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>maryloukunkle</posterous:nickName>
        <posterous:displayName>Marylou</posterous:displayName>
      </posterous:author>
      <media:content type="image/png" height="3264" width="1952" url="http://getfile8.posterous.com/getfile/files.posterous.com/temp-2010-11-14/IfwJuJDtkfrAIGliznttlEIiDltGwIyInAwsxpAqsauvyffreyuxyFHdnewx/mcRib1.png">
        <media:thumbnail height="836" width="500" url="http://getfile4.posterous.com/getfile/files.posterous.com/temp-2010-11-14/IfwJuJDtkfrAIGliznttlEIiDltGwIyInAwsxpAqsauvyffreyuxyFHdnewx/mcRib1.png.scaled500.png"/>
      </media:content>
      <media:content type="image/png" height="3264" width="1952" url="http://getfile7.posterous.com/getfile/files.posterous.com/temp-2010-11-14/wAwgIGusIbkyBqzbaGrczckdBiqzxaBEErusiydiBwukDqIvJgugiaAjhcwA/mcRib2.png">
        <media:thumbnail height="836" width="500" url="http://getfile6.posterous.com/getfile/files.posterous.com/temp-2010-11-14/wAwgIGusIbkyBqzbaGrczckdBiqzxaBEErusiydiBwukDqIvJgugiaAjhcwA/mcRib2.png.scaled500.png"/>
      </media:content>
      <media:content type="image/png" height="3264" width="1952" url="http://getfile9.posterous.com/getfile/files.posterous.com/temp-2010-11-14/edneGBCxbpfGDrnpeFBweFbDeHtrfnpxssytwAiBmDfozpadEfGztduolakm/mcRib3.png">
        <media:thumbnail height="836" width="500" url="http://getfile6.posterous.com/getfile/files.posterous.com/temp-2010-11-14/edneGBCxbpfGDrnpeFBweFbDeHtrfnpxssytwAiBmDfozpadEfGztduolakm/mcRib3.png.scaled500.png"/>
      </media:content>
      <media:content type="image/png" height="3264" width="1952" url="http://getfile3.posterous.com/getfile/files.posterous.com/temp-2010-11-14/vfCoqIhHiCexlsiywJlgksdDdAfrBiEGlAdxCHvcuoHeummBbwEEwGvuiszI/mcRib4.png">
        <media:thumbnail height="836" width="500" url="http://getfile5.posterous.com/getfile/files.posterous.com/temp-2010-11-14/vfCoqIhHiCexlsiywJlgksdDdAfrBiEGlAdxCHvcuoHeummBbwEEwGvuiszI/mcRib4.png.scaled500.png"/>
      </media:content>
    </item>
    <item>
      <pubDate>Thu, 22 Apr 2010 14:52:35 -0700</pubDate>
      <title>The Guild Issue #1</title>
      <link>http://blog.maryloulenhart.com/the-guild-issue-1</link>
      <guid>http://blog.maryloulenhart.com/the-guild-issue-1</guid>
      <description>
        <![CDATA[<p>
	<p>I subscribe to <a href="http://feliciaday.com/">Felicia Day's blog</a>, because she&#39;s one of the few celebrity females who is both in the spotlight and respectable. She&#39;s a classy dame.</p><p>So I&#39;m going to give her a bit of free advertising (not that she needs it) because I am to read and review her new comic book, which is based on her web series The Guild. The first issue just came out as an <a href="http://feliciaday.com/blog/guild-comic-issue-2">iPhone app</a> (which I can get on my iPod because I still have a Verizon contract and I&#39;m too poor to break it, so I am waiting for Verizon to magically acquire the iPhone &lt;/rant&gt;) for 99 cents! I&#39;m pretty excited.</p><p>I may have almost no real frame of reference or history in comic books, let alone reviews of them. But I like them. So I&#39;m going to start. Right now.<p />----<br />THE GUILD Issue #1<br /></p><br />The Guild is a story about a girl named Cyd, probably in her mid to late 20s, who has a douche bag boyfriend, and is seeing a therapist because she just can&#39;t seem to get out of a depressed funk. She plays the oboe in an orchestra, and her boyfriend did too before he quit to join a crappy band. The plot begins with her first discovery of MMOs, where she is invigorated to find that she can completely reinvent herself in a new world online.<p /> It&#39;s an intriguing plot, and you really care about the main character (who basically IS Felicia Day... and is therefore hot). And it&#39;s funny. And you wanna kind of hit her for dating a douche bag. The artwork is really clean and cool. It kind of reminds me of some old school Batman cartoons. Not too trying-to-look-real but not too cartoon-y either. And a good use of color. Like a really good use of color.<p /> And you know what else is really cool? Reading it on my iPod. :) Although I may just straight up buy the second issue tomorrow. It will probably be a lot more than a dollar, though.<br />----
	
</p>

<p><a href="http://blog.maryloulenhart.com/the-guild-issue-1">Permalink</a> 

	| <a href="http://blog.maryloulenhart.com/the-guild-issue-1#comment">Leave a comment&nbsp;&nbsp;&raquo;</a>

</p>]]>
      </description>
      <posterous:author>
        <posterous:userImage>http://files.posterous.com/user_profile_pics/492430/50s.jpg</posterous:userImage>
        <posterous:profileUrl>http://posterous.com/users/5emdKDyOvqgN</posterous:profileUrl>
        <posterous:firstName>Marylou</posterous:firstName>
        <posterous:lastName></posterous:lastName>
        <posterous:nickName>maryloukunkle</posterous:nickName>
        <posterous:displayName>Marylou</posterous:displayName>
      </posterous:author>
    </item>
  </channel>
</rss>
