<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Meseret Gebre</title>
	
	<link>http://meseretgebre.com</link>
	<description />
	<lastBuildDate>Sun, 18 Oct 2009 00:28:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/MeseretGebre" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>C Sharp .NET 3.0 and Beyond</title>
		<link>http://meseretgebre.com/archives/c-sharp-net-3-0-and-beyond/</link>
		<comments>http://meseretgebre.com/archives/c-sharp-net-3-0-and-beyond/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 00:28:40 +0000</pubDate>
		<dc:creator>mez</dc:creator>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[NET 3.0]]></category>
		<category><![CDATA[NET 4.0]]></category>

		<guid isPermaLink="false">http://meseretgebre.com/?p=180</guid>
		<description><![CDATA[I have started learning everything .NET lately. Among the vast amount of information I have taken a liking to C# and the features it offers with .NET! I jumped into the .NET game at version 3.5 this means I have a lot to learn in a short span of time. I decided to concentrate on [...]]]></description>
			<content:encoded><![CDATA[<p>I have started learning everything .NET lately. Among the vast amount of information I have taken a liking to C# and the features it offers with .NET! I jumped into the .NET game at version 3.5 this means I have a lot to learn in a short span of time. I decided to concentrate on features starting from .NET 3.0 and up. I know this is super late and probably everyone knows about these features of the language, but I am going to talk about them anyways <img src='http://meseretgebre.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />   The next article will be on the following features, that make my life as a developer so much easier.</p>
<ul>
<li>Automatic Properties</li>
<li>Implicitly typed local variables</li>
<li>Anonymous types</li>
<li>Object and collection initializers</li>
<li>Query expressions (LINQ)</li>
</ul>
<p>I am doing this mostly as a primer/base for my next article some time in the future. This future article will be about the cool features in the up and coming C# .NET 4.0!</p>
]]></content:encoded>
			<wfw:commentRss>http://meseretgebre.com/archives/c-sharp-net-3-0-and-beyond/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Objective-C Breaking it down</title>
		<link>http://meseretgebre.com/archives/objective-c-breaking-it-down/</link>
		<comments>http://meseretgebre.com/archives/objective-c-breaking-it-down/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 04:00:52 +0000</pubDate>
		<dc:creator>mez</dc:creator>
				<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[development]]></category>

		<guid isPermaLink="false">http://meseretgebre.com/?p=157</guid>
		<description><![CDATA[It has been a week since I started this adventure of learning a new programming language. Objective-C is interesting to say the least. My first experience with this language did not go so well. I think it had to do with the bias I had about it. You know, things I hear from friends, and [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a week since I started this adventure of learning a new programming language. Objective-C is interesting to say the least. My first experience with this language did not go so well. I think it had to do with the bias I had about it. You know, things I hear from friends, and how the language had ugly syntax. After working with it and learning a lot of what Objective-C had to offer. One thing that I like about Objective-C is that capability to directly code in C. Hence, if you ever come to a situation where you needed to improve execution time, you can code critical sections of your code based with C!</p>
<p>The OO features are also very powerful. Everything from categories to selectors to protocols are cool concepts. I will post about these features in future posts. The part that annoyed people the most is how you invoke and define methods, but this grows on you as you program.</p>
<p>I wrote a post about documenting my learning adventure, but I now take it back. There will be too many assumptions I would have to make to explain everything. Also, there is simply to much to the language to post about. Instead I will start a simple project to get as much development time with the language as I can. This is the project that I will post about. Using the example, I will post about some important concepts of Objective-C.</p>
<p>I have decided to make tic-tac-toe. I will purposely try to use as many features of the languages as I can. So stay tuned until the next post. Also if anyone has questions concerning the language, let me know I would love to hunt down the answer, it helps me learn <img src='http://meseretgebre.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://meseretgebre.com/archives/objective-c-breaking-it-down/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Learning Objective-C</title>
		<link>http://meseretgebre.com/archives/learning-objective-c/</link>
		<comments>http://meseretgebre.com/archives/learning-objective-c/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 17:02:25 +0000</pubDate>
		<dc:creator>mez</dc:creator>
				<category><![CDATA[Objective-C]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://meseretgebre.com/?p=154</guid>
		<description><![CDATA[It started out with me wanting to develop an iPhone App.  I approached a major road block when I discovered that I would need to develop with Objective-C. Wait, Objective-what? This is a language I&#8217;d never thought I would need to learn, but here I am today scrambling to master it?!? In an effort to [...]]]></description>
			<content:encoded><![CDATA[<p>It started out with me wanting to develop an iPhone App.  I approached a major road block when I discovered that I would need to develop with Objective-C. Wait, Objective-what? This is a language I&#8217;d never thought I would need to learn, but here I am today scrambling to master it?!? In an effort to help me understand, I will post everything that I learn about the language. All things concerning this language will go under this category. Hope you get something from this also <img src='http://meseretgebre.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://meseretgebre.com/archives/learning-objective-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python is Kick Ace</title>
		<link>http://meseretgebre.com/archives/python-is-kick-ace/</link>
		<comments>http://meseretgebre.com/archives/python-is-kick-ace/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 16:20:53 +0000</pubDate>
		<dc:creator>mez</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[Google App Engine]]></category>
		<category><![CDATA[HIVE]]></category>
		<category><![CDATA[Panda3D]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://meseretgebre.com/?p=141</guid>
		<description><![CDATA[Python is a scripting language that can be used in many different way. Python is super easy to learn and can take you far in the professional world. Big names like Google use this language heavily for a lot of their day to day operations. A good example is their App Engine.

I picked up Python [...]]]></description>
			<content:encoded><![CDATA[<p>Python is a scripting language that can be used in many different way. Python is super easy to learn and can take you far in the professional world. Big names like Google use this language heavily for a lot of their day to day operations. A good example is their <a href="http://code.google.com/appengine/" target="_blank">App Engine</a>.</p>
<p><img class="alignleft" title="App engine logo" src="http://code.google.com/appengine/images/appengine_lowres.jpg" alt="" width="142" height="109" /></p>
<p>I picked up Python over night just by going to the Python Home page and following their tutorials. The documentation is excellent, so if you can read, I assume you can, then you should be good to go. The tutorial I follow is located at <a href="http://docs.python.org/tutorial/index.html" target="_blank">http://docs.python.org/tutorial/index.html</a>.</p>
<p>Python can be used for many things a popular usage for this scripting language is developing with Game engines, or 3D modeling software packages like <a href="http://www.blender.org/" target="_blank">Blender</a>.  Once you have gone through the tutorials, I recommend you get this pocket reference book below. It proves to be very useful, because there are so many libraries, and a quick look up can make life a lot easier.</p>
<p><img class="alignnone size-full wp-image-144" title="python_ref_3ed_comp.indd" src="http://meseretgebre.com/wp-content/uploads/2009/04/python-pocket-reference.jpg" alt="python_ref_3ed_comp.indd" width="306" height="504" /></p>
<p>I started learning Python when I was an undergrad to develop some code for a summer research position I had. My job was to develop an API to integrate a huge virtual environment with a 3D game engine called <a href="http://panda3d.org/" target="_blank">Panda3D</a>. The API was called <a href="http://www.units.muohio.edu/psychology/cogsci/hive/" target="_blank">HIVE (Huge Immersive Virtual Environment)</a>. If you have any questions about Python or done anything cool with the language just leave a comment and let me know <img src='http://meseretgebre.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://meseretgebre.com/archives/python-is-kick-ace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time To Get Back into Shape!</title>
		<link>http://meseretgebre.com/archives/time-to-get-back-into-shape/</link>
		<comments>http://meseretgebre.com/archives/time-to-get-back-into-shape/#comments</comments>
		<pubDate>Thu, 02 Apr 2009 09:17:53 +0000</pubDate>
		<dc:creator>mez</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Diet]]></category>
		<category><![CDATA[Lifting]]></category>
		<category><![CDATA[running]]></category>
		<category><![CDATA[Work Out]]></category>
		<category><![CDATA[yoga]]></category>

		<guid isPermaLink="false">http://meseretgebre.com/?p=133</guid>
		<description><![CDATA[Believe or not there used to be a time when I was in great shape. I&#8217;m not in horrible shape now, but, there was a point when I carefully monitored what to eat. Counted my calories, kept my sugar intake to a minimum and worked out on a regular basis (6 days a week  [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-134" title="the-incredible-hulk-1562" src="http://meseretgebre.com/wp-content/uploads/2009/04/the-incredible-hulk-1562.jpg" alt="the-incredible-hulk-1562" width="420" height="263" />Believe or not there used to be a time when I was in great shape. I&#8217;m not in horrible shape now, but, there was a point when I carefully monitored what to eat. Counted my calories, kept my sugar intake to a minimum and worked out on a regular basis (6 days a week <img src='http://meseretgebre.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  ). There was a point when all my friends thought I was crazy and extreme. I did everything from lifting, yoga, to cardio, and hours of soccer with friends. Over the last 6 months I hit the breaks a bit to make more time for my research work, but I feel like I have used that as an excuse to slack off. I don&#8217;t count my calories anymore and I even started eating junk food like BW3 and drinking diet Big-K!</p>
<blockquote><p>I wanted to make a point, that no matter how lazy I get I will never eat fast food like McWhatever and the likes</p></blockquote>
<p>There is one thing that this break from my extreme lifestyle has thought me. Its that when I stop stretching and doing yoga I started to lose flexibility and got more like to  injuries (like my ankle). Also that there can be a good balance between the two lifestyles. You don&#8217;t have to be hardcore everyday, but instead be hardcore mostly everyday (if that makes sense). Also what you sacrifice has to be something you can recover from, for example. Cardio should never be sacrificed!  you should always try to keep your muscles flexible, if not yoga, try to stretch for about 15 minutes a day. Lifting you can slack with, but only after you have gotten to your goals!</p>
<blockquote><p>When I say slack, I mean cutting your lifting workout by half. That way you can stay where you are, but you will not grow any stronger. When you feel you have rested, start your hardcore workouts again!</p></blockquote>
<p>With that said, I need to my a** back into 6th gear again and start hitting the gym hard again. Also, keeping your body properly feed with complex carbs and protiens and good fats in also important, but thats another post for another time.</p>
]]></content:encoded>
			<wfw:commentRss>http://meseretgebre.com/archives/time-to-get-back-into-shape/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Doing Your Tax != Hard</title>
		<link>http://meseretgebre.com/archives/doing-your-tax-hard/</link>
		<comments>http://meseretgebre.com/archives/doing-your-tax-hard/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 18:22:15 +0000</pubDate>
		<dc:creator>mez</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[filing taxs]]></category>
		<category><![CDATA[ohio tax]]></category>
		<category><![CDATA[tax]]></category>

		<guid isPermaLink="false">http://meseretgebre.com/?p=124</guid>
		<description><![CDATA[This is my second year doing my taxes now and I just finished all my taxes in about 20 minutes. There seems to be a spooky factor when people bring up tax season. I am trying to figure out what all the fuss is about? When doing your tax there are four places you have [...]]]></description>
			<content:encoded><![CDATA[<p>This is my second year doing my taxes now and I just finished all my taxes in about 20 minutes. There seems to be a spooky factor when people bring up tax season. I am trying to figure out what all the fuss is about? When doing your tax there are four places you have to file your tax with. These are:</p>
<ol>
<li>Federal tax</li>
<li>State tax</li>
<li>City tax</li>
<li>Local School District</li>
</ol>
<p>All of these tax forms I filed online! You only need two things handy to complete all of your taxes.  Your W2, you get these from your employer (if you have a job) and finally your bank account and Routing number, this you can get from your bank.</p>
<blockquote><p>If you run a business or make alot of money, unlike a poor graduate student (me) you might need to get your taxes professionally done.</p></blockquote>
<p>For the federal tax can be done freely @ <a href="http://www.irs.gov/">http://www.irs.gov/</a></p>
<p>For the state tax, just do a google search with you state&#8217;s name and append &#8216;tax&#8217;, for me the google search was &#8220;ohio tax&#8221; the first hit was the right place @ <a href="http://tax.ohio.gov/">http://tax.ohio.gov/</a></p>
<p>The city tax was a bit weird, because it was not so obvious on where to file, but a quick google search turned up a place called the Regional Income Tax Agency aka RETA @ <a href="http://www.ritaohio.com/">http://www.ritaohio.com/</a></p>
<p>The last tax to file is with the local school district, this can be filed at the same place where the state tax was file, so just follow the second link if you are an Ohio resident. Remember you don&#8217;t need to pay someone to file your taxes when you can do it yourself online and FREE! After about 30 minutes tops you are good to go and hopefully you&#8217;ll be getting money back like me <img src='http://meseretgebre.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://meseretgebre.com/archives/doing-your-tax-hard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Muse Code Generator</title>
		<link>http://meseretgebre.com/archives/muse-code-generator/</link>
		<comments>http://meseretgebre.com/archives/muse-code-generator/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 16:25:53 +0000</pubDate>
		<dc:creator>mez</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[code generator]]></category>
		<category><![CDATA[muse]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://meseretgebre.com/?p=116</guid>
		<description><![CDATA[My latest work on research has been the development of code generation tool that basically sets up all the needed directories for a muse simulation to work correctly. It also gives users the option to generate agent,state, or event classes which are subclasses from muse base classes. The language I&#8217;ve chosen to create this tool [...]]]></description>
			<content:encoded><![CDATA[<p>My latest work on research has been the development of code generation tool that basically sets up all the needed directories for a muse simulation to work correctly. It also gives users the option to generate agent,state, or event classes which are subclasses from muse base classes. The language I&#8217;ve chosen to create this tool is &#8216;kick ace&#8217;  python. Python is <span style="text-decoration: line-through;">probably</span> is my favorite scripting language. Once the tool is complete it will be documented on the muse site @ <a href="http://musesimulation.org">musesimulation.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://meseretgebre.com/archives/muse-code-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Research Work Issues</title>
		<link>http://meseretgebre.com/archives/research-work-issues/</link>
		<comments>http://meseretgebre.com/archives/research-work-issues/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 09:31:13 +0000</pubDate>
		<dc:creator>mez</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[Issues]]></category>
		<category><![CDATA[Research]]></category>

		<guid isPermaLink="false">http://meseretgebre.com/?p=106</guid>
		<description><![CDATA[I had a freaking break down today. There are just so many things going on with research and at times can feel very over whelming. I took this day off to get a hold of myself and to reorganize my current attack plan. Things on my list that have to be done for research include:

Thesis [...]]]></description>
			<content:encoded><![CDATA[<p>I had a freaking break down today. There are just so many things going on with research and at times can feel very over whelming. I took this day off to get a hold of myself and to reorganize my current attack plan. Things on my list that have to be done for research include:</p>
<ul>
<li>Thesis write up</li>
<li>muse benchmarking</li>
<li>muse website</li>
</ul>
<p>My issue today was with testing.  Ignoring the fact that I am not a c++ expert (in my opinion the shear complexities of c++ requires many years of development to master, and the word expert should not be used to lightly),  dealing with code that runs in parallel is just a pain the a**. There is no easy way to test, no easy way to unit test. When a bug is discovered, well, good luck because hunting that bug down will consume valuable time. I have managed to make good progress on the muse website <a href="http://musesimulation.org">musesimulation.org</a>. However my work on the thesis writeup has been at a stand still for the last week and a half because I have been developing simulations for my benchmarking.</p>
<p>Benchmarking is a whole other ball game. I found the best way to find bugs in the kernel is to create different types of simulations and see if they work. Everytime I create a benchmark simulation I find an error. This got me thinking, why is there no good way to test parallel code? However I am determined to create something useful and I will give it all I got <img src='http://meseretgebre.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Anyways, this is my rant for the day and if you have some tips about parallel development please feel free to leave some hints.</p>
]]></content:encoded>
			<wfw:commentRss>http://meseretgebre.com/archives/research-work-issues/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Favorite Shows on Hulu</title>
		<link>http://meseretgebre.com/archives/favorite-shows-on-hulu/</link>
		<comments>http://meseretgebre.com/archives/favorite-shows-on-hulu/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 13:13:56 +0000</pubDate>
		<dc:creator>mez</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[hulu]]></category>

		<guid isPermaLink="false">http://meseretgebre.com/?p=78</guid>
		<description><![CDATA[I love hulu and I have a couple of shows that I absolutely love to watch on the site. The following are the the descriptions of the shows as displayed on hulu and also an episode from the show you can watch here!
Lie To Me
When you scratch your chin, wring your hands, wrinkle your nose [...]]]></description>
			<content:encoded><![CDATA[<p>I love hulu and I have a couple of shows that I absolutely love to watch on the site. The following are the the descriptions of the shows as displayed on hulu and also an episode from the show you can watch here!</p>
<h3>Lie To Me</h3>
<blockquote><p>When you scratch your chin, wring your hands, wrinkle your nose or swallow too much, Dr. Cal Lightman (Roth) knows you’re lying. He doesn’t just think so – he knows so. As the foremost deception expert in the country, Dr. Lightman can uncover the deepest secrets and crack the hardest cases. More accurate than any polygraph, he knows whether those in front of him – be they family, friends, criminals or complete strangers – are honest or not. Dr. Lightman heads up The Lightman Group, a private agency contracted by the FBI, local police, law firms, corporations and private individuals when they hit roadblocks in their searches for the truth. Joining him at the agency are a variety of experts in the field of behavioral evaluation: Dr. Gillian Foster (Williams) is a gifted psychologist and Lightman’s professional partner, a woman whose guidance he needs whether he knows it or not; Will Loker (Brendan Hines) is Lightman’s lead researcher who practices “radical honesty” at all times; and Ria Torres (Monica Raymund) is the newest member of the team, selected for her innate ability to read body language and catch certain clues that her colleagues may miss.</p></blockquote>
<p><object width="440" height="296" data="http://www.hulu.com/embed/QwDN-zAiShOfhgC4lUIWsg" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.hulu.com/embed/QwDN-zAiShOfhgC4lUIWsg" /><param name="allowfullscreen" value="true" /></object></p>
<h3>Life</h3>
<blockquote><p>
A detective gets a second chance after serving time for a crime he did not commit.
</p></blockquote>
<p><object width="440" height="296"><param name="movie" value="http://www.hulu.com/embed/BuUoaWyGZBK0VovKPTnYPA"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.hulu.com/embed/BuUoaWyGZBK0VovKPTnYPA" type="application/x-shockwave-flash" allowFullScreen="true"  width="440" height="296"></embed></object></p>
<h3>Fringe</h3>
<blockquote><p>
From J.J. Abrams (&#8221;Lost&#8221;), Roberto Orci and Alex Kurtzman, the team behind &#8220;Star Trek,&#8221; &#8220;Mission: Impossible III&#8221; and &#8220;Alias,&#8221; comes a new drama that will thrill, terrify and explore the blurring line between science fiction and reality. When an international flight lands at Boston&#8217;s Logan Airport and the passengers and crew have all died grisly deaths, FBI Special Agent OLIVIA DUNHAM (newcomer Anna Torv) is called in to investigate. After her partner, Special Agent JOHN SCOTT (Mark Valley, &#8220;Boston Legal&#8221;), is nearly killed during the investigation, a desperate Olivia searches frantically for someone to help, leading her to DR. WALTER BISHOP (John Noble, &#8220;Lord of the Rings: Return of the King&#8221;), our generation&#8217;s Einstein. There&#8217;s only one catch: he&#8217;s been institutionalized for the last 20 years, and the only way to question him requires pulling his estranged son PETER (Joshua Jackson, &#8220;Dawson&#8217;s Creek&#8221;) in to help. When Olivia&#8217;s investigation leads her to manipulative corporate executive NINA SHARP (Blair Brown, &#8220;Altered States&#8221;), our unlikely trio along with fellow FBI Agents PHILLIP BROYLES (Lance Reddick, &#8220;The Wire&#8221;), CHARLIE FRANCIS (Kirk Acevedo, &#8220;Oz&#8221;) and ASTRID FARNSWORTH (Jasika Nicole, &#8220;Law &#038; Order: Criminal Intent&#8221;) will discover that what happened on Flight 627 is only a small piece of a larger, more shocking truth.
</p></blockquote>
<p><object width="440" height="296"><param name="movie" value="http://www.hulu.com/embed/tTNgRBBTMGCYnliWL9I9Ug"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.hulu.com/embed/tTNgRBBTMGCYnliWL9I9Ug" type="application/x-shockwave-flash" allowFullScreen="true"  width="440" height="296"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://meseretgebre.com/archives/favorite-shows-on-hulu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Hulu Rocks</title>
		<link>http://meseretgebre.com/archives/hulu-rocks/</link>
		<comments>http://meseretgebre.com/archives/hulu-rocks/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 12:47:44 +0000</pubDate>
		<dc:creator>mez</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[hulu]]></category>

		<guid isPermaLink="false">http://meseretgebre.com/?p=62</guid>
		<description><![CDATA[First, I would like to state that I am currently a grad student. With that disclaimer, everyone knows that typically we don&#8217;t have much money to spend. The stipend you do get will probably be enough for you rent, food, and utilities. Cable, especially in Oxford Ohio is a luxury not enjoyed by most grad [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://hulu.com"><img class="alignleft size-full wp-image-71" title="hulutm_130_square" src="http://meseretgebre.com/wp-content/uploads/2009/03/hulutm_130_square.jpg" alt="hulutm_130_square" width="130" height="130" /></a>First, I would like to state that I am currently a grad student. With that disclaimer, everyone knows that typically we don&#8217;t have much money to spend. The stipend you do get will probably be enough for you rent, food, and utilities. Cable, especially in Oxford Ohio is a luxury not enjoyed by most grad students. Hulu comes to the rescue with streams to the hottest shows on television. With hulu around cable will soon be obsolete.</p>
]]></content:encoded>
			<wfw:commentRss>http://meseretgebre.com/archives/hulu-rocks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
