<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
   <title>Department of Condemnation</title>
   <link rel="alternate" type="text/html" href="http://www.demitri.com/blog/" />
   <link rel="self" type="application/atom+xml" href="http://www.demitri.com/blog/atom.xml" />
   <id>tag:www.demitri.com,2010:/blog/8</id>
   <updated>2009-12-20T21:04:07Z</updated>
   
   <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.32-en</generator>


<entry>
   <title>Hugo Chavez</title>
   <link rel="alternate" type="text/html" href="http://www.demitri.com/blog/2009/12/hugo_chavez.html" />
   <id>tag:www.demitri.com,2009:/blog//8.106</id>
   
   <published>2009-12-20T21:01:52Z</published>
   <updated>2009-12-20T21:04:07Z</updated>
   
   <summary>Not that I&apos;m particularly a fan of Hugo Chavez, but I think he hit the nail on the head with this quote about the U.S. recently: If the climate was a bank they would already have saved it....</summary>
   <author>
      <name>Demitri Muna</name>
      
   </author>
   
   
   <content type="html" xml:lang="en" xml:base="http://www.demitri.com/blog/">
      <![CDATA[Not that I'm particularly a fan of Hugo Chavez, but I think he hit the nail on the head with <a href="http://www.politico.com/blogs/glennthrush/1209/Chavez_If_the_climate_was_a_bank_the_US_would_already_have_saved_it.html">this quote</a> about the U.S. recently:<br />

<blockquote>If the climate was a bank they would already have saved it.</blockquote>
]]>
      
   </content>
</entry>

<entry>
   <title>It&apos;s Probably a Fleet of Rikers.</title>
   <link rel="alternate" type="text/html" href="http://www.demitri.com/blog/2009/12/its_probably_a_fleet_of_rikers.html" />
   <id>tag:www.demitri.com,2009:/blog//8.105</id>
   
   <published>2009-12-20T06:21:23Z</published>
   <updated>2009-12-20T06:25:10Z</updated>
   
   <summary>A lot of people have been asking me where one might find a pride of pictures of Commander Riker. You know, Captain Picard&apos;s number one on the Enterprise. I get asked this a lot! Luckily, I have found the site...</summary>
   <author>
      <name>Demitri Muna</name>
      
   </author>
   
   
   <content type="html" xml:lang="en" xml:base="http://www.demitri.com/blog/">
      <![CDATA[A lot of people have been asking me where one might find a pride of pictures of Commander Riker. You know, Captain Picard's number one on the Enterprise.<br/>
<br/>
I get asked this <em>a lot</em>!<br/>
<br/>
Luckily, I have found the site that will appease anyone who wants to see a gaggle of Rikers right here: <a href="http://cmdrriker.tumblr.com">http://cmdrriker.tumblr.com</a>. My favorite is <a href="http://cmdrriker.tumblr.com/photo/1280/263540579/1/tumblr_kts84l4t5a1qzfxk0">the one drawn by Kate Beaton</a> (of course). If you're not familiar with <a href="http://www.harkavagrant.com">Hark! A Vagrant</a>, then set aside an hour and check out one of the best web comics out there.]]>
      
   </content>
</entry>

<entry>
   <title>What if Earth Had Rings?</title>
   <link rel="alternate" type="text/html" href="http://www.demitri.com/blog/2009/12/what_if_earth_had_rings.html" />
   <id>tag:www.demitri.com,2009:/blog//8.104</id>
   
   <published>2009-12-05T23:37:08Z</published>
   <updated>2009-12-05T23:37:25Z</updated>
   
   <summary>I came across this nice animation showing what the sky would look like from various cities if Earth had rings like Saturn: http://www.youtube.com/watch?v=UT2sQ7KIQ-E Just think of how profoundly different our history would have been with those in the sky. My...</summary>
   <author>
      <name>Demitri Muna</name>
      
   </author>
   
   
   <content type="html" xml:lang="en" xml:base="http://www.demitri.com/blog/">
      <![CDATA[<p>I came across this nice animation showing what the sky would look like from various cities if Earth had rings like Saturn:</p>
<p>http://www.youtube.com/watch?v=UT2sQ7KIQ-E<br /></p>
<p>Just think of how profoundly different our history would have been with those in the sky. My first thought was that the old mariners' problem of determining longitude would never have existed - just look at the rings, night or day. It would be pretty obvious that the Earth was round (though that was figured out several centuries B.C.). I wonder how they would have been incorporated into religious mythologies.</p>
]]>
      
   </content>
</entry>

<entry>
   <title>Syntax highlight your R code on the web.</title>
   <link rel="alternate" type="text/html" href="http://www.demitri.com/blog/2009/12/syntax_highlight_your_r_code_o.html" />
   <id>tag:www.demitri.com,2009:/blog//8.103</id>
   
   <published>2009-12-05T05:20:51Z</published>
   <updated>2009-12-05T05:34:20Z</updated>
   
   <summary>There is a great JavaScript library for displaying source code on web pages called SyntaxHighlighter. It lacked a module for R, so I wrote one. It&apos;s available here: R Brush for SyntaxHighlighter Hopefully I&apos;ll actually create an actual &quot;code&quot; section...</summary>
   <author>
      <name>Demitri Muna</name>
      
   </author>
   
   
   <content type="html" xml:lang="en" xml:base="http://www.demitri.com/blog/">
      <![CDATA[<p>There is a great JavaScript library for displaying source code on web pages called <a href="http://alexgorbatchev.com/wiki/SyntaxHighlighter">SyntaxHighlighter</a>. It lacked a module for <a href="http://r-project.org">R</a>, so I wrote one. It's available here:</p>
<p><a href="http://www.demitri.com/code/">R Brush for SyntaxHighlighter</a></p>
<p>Hopefully I'll actually create an actual "code" section to my web site. I have so much code sitting on my computers that I really should put a lot of it online.</p>
<p>Embarrassingly enough, I don't know how to even display an example of this new whizzy software on my blog! Sad. Head over to the other page to see an example.</p>
<p>Any comments or examples of use of the R brush are welcome!</p>
]]>
      
   </content>
</entry>

<entry>
   <title>Maybe It Will Be The Zoo Next Weekend</title>
   <link rel="alternate" type="text/html" href="http://www.demitri.com/blog/2009/11/maybe_it_will_be_the_zoo_next.html" />
   <id>tag:www.demitri.com,2009:/blog//8.101</id>
   
   <published>2009-11-16T06:31:28Z</published>
   <updated>2009-11-16T11:31:37Z</updated>
   
   <summary>I have a couple of shirts that need alterations, so I went out today to take care of them. I know three places near me within a few blocks. The first was one was closed. I walked to the other...</summary>
   <author>
      <name>Demitri Muna</name>
      
   </author>
   
   
   <content type="html" xml:lang="en" xml:base="http://www.demitri.com/blog/">
      <![CDATA[<p>I have a couple of shirts that need alterations, so I went out today to take care of them. I know three places near me within a few blocks. The first was one was closed. I walked to the other two, but found they too were closed on Sundays. By the time I walked home I sadly realized that I had just taken my clothes out for a walk.</p>
]]>
      
   </content>
</entry>

<entry>
   <title>Oh Those Wacky Nigerians</title>
   <link rel="alternate" type="text/html" href="http://www.demitri.com/blog/2009/11/oh_those_wacky_nigerians.html" />
   <id>tag:www.demitri.com,2009:/blog//8.100</id>
   
   <published>2009-11-15T03:39:44Z</published>
   <updated>2009-12-20T06:24:24Z</updated>
   
   <summary>I get spam. (My guess is that you do to.) Every once in a while, one will catch my eye and make me laugh. I got this one today: I loved the idea of the FBI delivering lottery winnings. I...</summary>
   <author>
      <name>Demitri Muna</name>
      
   </author>
   
   
   <content type="html" xml:lang="en" xml:base="http://www.demitri.com/blog/">
      <![CDATA[<p>I get spam. (My guess is that you do to.) Every once in a while, one will catch my eye and make me laugh. I got this one today:</p>
<p><img src="http://www.demitri.com/blog/images/fbi_spam.png" width="480" height="186" alt="fbi_spam.jpg" /></p>
<p>I loved the idea of the FBI delivering lottery winnings. I imagine a door literally bursting open as two FBI agents wearing dark glasses leap inside:</p>
<p>"ATTENTION SIR WE ARE HERE TO INFORM YOU THAT YOU HAVE WON A LOTTERY PLEASE DON'T MAKE ANY SUDDEN MOVEMENTS, KEEP YOUR HANDS WHERE WE CAN SEE THEM AND CONGRATULATIONS!!"</p>
<p>"Thanks. Please get your wingtips off my throat."</p>
<p>If you're curious, I won $800K. This was discovered by the "Intelligence Monitoring Network System", a system presumably built to monitor lottery winnings. Further, the name of the "Agent in-charge" is FRED MBA. I'm guessing he was really proud of his degree. Maybe I should change my name to DEMITRI PHD. Finally, the FBI was kind enough to leave me a contact phone number, with a country code in Nigeria. That must be where the FBI Lottery Division field office is.</p>
]]>
      
   </content>
</entry>

<entry>
   <title>Random Thoughts</title>
   <link rel="alternate" type="text/html" href="http://www.demitri.com/blog/2009/11/random_thoughts.html" />
   <id>tag:www.demitri.com,2009:/blog//8.99</id>
   
   <published>2009-11-11T01:55:59Z</published>
   <updated>2009-11-11T06:56:12Z</updated>
   
   <summary>Apparently I like the idea of having a blog far more than actually writing in one. I&apos;m not wholly sure why that is. One aim is to write entries that at least I&apos;d be interested in reading, and the percentage...</summary>
   <author>
      <name>Demitri Muna</name>
      
   </author>
   
   
   <content type="html" xml:lang="en" xml:base="http://www.demitri.com/blog/">
      <![CDATA[<p>Apparently I like the <i>idea</i> of having a blog far more than actually writing in one. I'm not wholly sure why that is. One aim is to write entries that at least <i>I'd</i> be interested in reading, and the percentage there isn't as high as I'd like. So as I try to get this thing off the ground (again), I'll probably play with different styles and see what happens.</p>
<p>My last post was motivated by a pet peeve of mine, that is, memes that are spread far and wide and are factually incorrect. For some things, people just don't know better or else they've heard something repeated many times. ("Give your kids sugar and it will make them hyperactive!" Wrong.) It also makes for tedious conversation. I challenge you to go through Thanksgiving dinner this year and not hear this exchange: "Man, I'm sleepy!" "Oh, it's all that tryptophan in the turkey!" It's not. At all. But as a scientist, I don't want to be like those people that just repeat any claim they hear ("you lose most of your body heat through your head!") without actually providing a reference. But that takes work, and that takes time, and... nothing gets written. So I'm going to go on this principle from here on out - if I make a claim on something, know that I did my due diligence, and if someone can prove to me otherwise, I'll happily correct it. So maybe more will get written now.</p>
<p>Finally, just one random comment. The Democrats just passed their health bill in the House, but in the process gave anti-choicers a huge victory. Seriously, if the Dems can't get a majority <i>and</i> keep their values, then what's the point? I think this was a huge mistake on their part and they should have found some stick to keep the "conservative" Dems (whatever that means) in line rather than allow those few to do the opposite. It's an incredible disappointment. And I don't want to hear "oh, it's for the greater good, the bill got passed." You don't trade away an individual's rights "for the greater good". It's a slippery slope.</p>
]]>
      
   </content>
</entry>

<entry>
   <title>Everything You Know Is Wrong #5274</title>
   <link rel="alternate" type="text/html" href="http://www.demitri.com/blog/2009/11/everything_you_know_is_wrong_5.html" />
   <id>tag:www.demitri.com,2009:/blog//8.98</id>
   
   <published>2009-11-05T11:29:51Z</published>
   <updated>2009-11-05T11:30:39Z</updated>
   
   <summary>One thing I find amazing is how much &quot;common knowledge&quot; is just plain wrong, but since it is repeated over and over it&apos;s taken as fact. A lot of these things sound reasonable, so we don&apos;t investigate the matter any...</summary>
   <author>
      <name>Demitri Muna</name>
      
   </author>
   
   
   <content type="html" xml:lang="en" xml:base="http://www.demitri.com/blog/">
      <![CDATA[<p>One thing I find amazing is how much "common knowledge" is just plain wrong, but since it is repeated over and over it's taken as fact. A lot of these things sound reasonable, so we don't investigate the matter any further. It can be a little disturbing to learn just how many things we assume are true simply aren't.</p>
<p>I'm going to post examples of such things as I come across them. I welcome any corrections, but will happily ignore corrections that do not cite credible sources. (Hey, what do you want, I'm a scientist.)</p>
<p>Here are a few things that are wrong:</p>
<ul>
  <li>You will gain weight if you eat food at night before going to sleep.</li>

  <li>If you exercise, your body's metabolism will increase so that when you are resting you will burn more calories than you would have otherwise (also known as "afterburn").</li>
</ul>
]]>
      <![CDATA[<p>This <a href="http://well.blogs.nytimes.com/2009/11/04/phys-ed-why-doesnt-exercise-lead-to-weight-loss/">New York Times article</a> cites <a href="http://bjsm.bmj.com/cgi/content/abstract/bjsm.2009.065557v1">a study</a> by the British Journal of Sports and Medicine that was unable to measure any such afterburn effect.</p>
<blockquote>
  <p>“To their surprise, the researchers found that none of the groups, including the athletes, experienced “afterburn.” They did not use additional body fat on the day when they exercised. In fact, most of the subjects burned slightly less fat over the 24-hour study period when they exercised than when they did not.”</p>
</blockquote>
<p>The message here of course is not to skip exercise. Which brings me to the most important part of the weight loss equation:</p>
<blockquote>
  <p>“The message of our work is really simple,” although not agreeable to hear, Melanson said. “It all comes down to energy balance,” or, as you might have guessed, calories in and calories out.”</p>
</blockquote>
<p>If you consume more calories than you burn, you gain weight. If you burn more than you eat, you lose weight. Period.</p>
<p>More medical myths on their way. I'll spread them out a bit, but most are from the same few sources. Then I'll move on to other things to show that everything you know is wrong.</p>]]>
   </content>
</entry>

<entry>
   <title>Indulgences</title>
   <link rel="alternate" type="text/html" href="http://www.demitri.com/blog/2009/02/indulgences.html" />
   <id>tag:www.demitri.com,2009:/blog//8.91</id>
   
   <published>2009-02-10T00:21:36Z</published>
   <updated>2009-02-10T00:22:49Z</updated>
   
   <summary> This article bemused/amazed me greatly: http://www.nytimes.com/2009/02/10/nyregion/10indulgence.html The Catholic Church is bringing back indulgences. “Why are we bringing it back?” asked Bishop Nicholas A. DiMarzio of Brooklyn, who has embraced the move. “Because there is sin in the world.” &quot;And...</summary>
   <author>
      <name>Demitri Muna</name>
      
   </author>
   
   
   <content type="html" xml:lang="en" xml:base="http://www.demitri.com/blog/">
      <![CDATA[<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
  <span style="font-family: 'Gill Sans'; font-size: 15px;">This article bemused/amazed me greatly:</span>
</div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
  <br />
</div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
  <span style="font-family: 'Gill Sans'; font-size: 15px;"><a href="http://www.nytimes.com/2009/02/10/nyregion/10indulgence.html" style="text-decoration: none;"></a><a href="http://www.nytimes.com/2009/02/10/nyregion/10indulgence.html">http://www.nytimes.com/2009/02/10/nyregion/10indulgence.html</a></span><br />
  <br />
</div>
<div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
  <span style="font-family: 'Gill Sans'; font-size: 15px;">The Catholic Church is bringing back indulgences.</span>

  <blockquote class="">
    <span style="font-family: 'Gill Sans'; font-size: 15px;">“Why are we bringing it back?” asked Bishop Nicholas A. DiMarzio of Brooklyn, who has embraced the move. “Because there is sin in the world.”</span>
  </blockquote><span style="font-family: 'Gill Sans'; font-size: 15px;">"And cash," he added, "buttloads of cash."</span>

  <blockquote class="">
    <span style="font-family: 'Gill Sans'; font-size: 15px;">You cannot buy one — the church outlawed the sale of indulgences in 1857 — but charitable contributions, combined with other acts, can help you earn one.</span>
  </blockquote><span style="font-family: 'Gill Sans'; font-size: 15px;">Well, ok, not cash. But all of the things that cash can buy.</span>

  <blockquote class="">
    <span style="font-family: 'Gill Sans'; font-size: 15px;">According to church teaching, even after sinners are absolved in the confessional and say their Our Fathers or Hail Marys as penance, they still face punishment after death, in Purgatory before they can enter heaven. In exchange for certain prayers, devotions or pilgrimages in special years, a Catholic can receive an indulgence, which reduces or erases that punishment instantly, with no formal ceremony or sacrament.</span>
  </blockquote><span style="font-family: 'Gill Sans'; font-size: 15px;">I love how absolutely no construct of man can escape red tape, bureaucracy, and loopholes.</span>

  <blockquote class="">
    <span style="font-family: 'Gill Sans'; font-size: 15px;">There is a limit of one plenary indulgence per sinner per day.</span>
  </blockquote><span style="font-family: 'Gill Sans'; font-size: 15px;">So act now! Supplies are limited! Indulgences at these low low prices can't last long. Indulge before noon tomorrow, and get two weeks off Purgatory for the price of one!</span>

  <blockquote class="">
    <span style="font-family: 'Gill Sans'; font-size: 15px;">Among liberal Catholic theologians, the return of the indulgence seems to be more of a curiosity than a cause for alarm. “Personally, I think we’re beyond the time when indulgences mean very much,” said the Rev. Richard P. McBrien, a professor of theology at the University of Notre Dame who supports the ordination of women and the right of priests to marry.</span>
  </blockquote><span style="font-family: 'Gill Sans'; font-size: 15px;">Sure sucks for those poor bastards who paid so much money to the church before 1857.</span>

  <blockquote class="">
    <p align=""><span style="font-family: 'Gill Sans'; font-size: 15px;">Octavia Andrade, 64, a retired secretary, laughed as she recalled a time when children would race through the rosary repeatedly to get as many indulgences as they could — usually in increments of 5 or 10 years — “as if we needed them, then.”</span></p>
  </blockquote><span style="font-family: 'Gill Sans'; font-size: 15px;">I don't know, depends on how many years you get for lustful thoughts. At that age, they were probably just barely treading water, Purgatory-time-wise.</span>

  <blockquote class="">
    <p align=""><span style="font-family: 'Gill Sans'; font-size: 15px;">Still, she supports their reintroduction. “Anything old coming back, I’m in favor of it,” she said. “More fervor is a good thing.”</span></p>
  </blockquote><span style="font-family: 'Gill Sans'; font-size: 15px;">I can't possibly see how that could be a bad thing. I hear the Inquisition involved quite a lot of fervor. I wonder where the Crusades fall on the ferver-o-meter.</span>

  <blockquote class="">
    <span style="font-family: 'Gill Sans'; font-size: 15px;">"I mean, I’m not saying it is necessarily wrong,” she said. “But I had always figured theywere going to let this fade into the background, to be honest. What does it mean to get ‘time off’ in Purgatory? What is ‘five years’ in terms of eternity?”</span>
  </blockquote><span style="font-family: 'Gill Sans'; font-size: 15px;">Kind of depends on what's playing on the TV in reception, doesn't it?<br />
  <br /></span>
</div>
]]>
      
   </content>
</entry>

<entry>
   <title>The Last Word Has Already Been Written</title>
   <link rel="alternate" type="text/html" href="http://www.demitri.com/blog/2008/09/the_last_word_has_been_written.html" />
   <id>tag:www.demitri.com,2008:/blog//8.88</id>
   
   <published>2008-09-17T17:15:39Z</published>
   <updated>2008-09-17T17:15:42Z</updated>
   
   <summary> Apparently someone is going to write a new Hitchhiker&apos;s Guide to the Galaxy novel, with approval from Douglas Adams&apos; widow. And Another Thing... This is just so wrong......</summary>
   <author>
      <name>Demitri Muna</name>
      
   </author>
   
   
   <content type="html" xml:lang="en" xml:base="http://www.demitri.com/blog/">
      <![CDATA[<p>
Apparently someone is going to write a new <em>Hitchhiker's Guide to the Galaxy</em> novel, with approval from Douglas Adams' widow.
</p><p>
<a href="http://news.bbc.co.uk/today/hi/today/newsid_7619000/7619708.stm">And Another Thing...</a>
</p><p>
This is just so wrong...
</p>]]>
      
   </content>
</entry>

<entry>
   <title>Sharing a Bed</title>
   <link rel="alternate" type="text/html" href="http://www.demitri.com/blog/2008/09/sharing_a_bed.html" />
   <id>tag:www.demitri.com,2008:/blog//8.86</id>
   
   <published>2008-09-15T13:33:57Z</published>
   <updated>2008-09-15T13:34:04Z</updated>
   
   <summary>The BBC has an article comparing the differences between men and women and sleeping together and alone. Apparently men fare better alone (stress, cognitive ability) than with a partner. They used eight couples in the study - hey, that&apos;s statistically...</summary>
   <author>
      <name>Demitri Muna</name>
      
   </author>
   
   
   <content type="html" xml:lang="en" xml:base="http://www.demitri.com/blog/">
      <![CDATA[<p>The BBC has <a href="http://news.bbc.co.uk/1/hi/health/5197440.stm">an article</a> comparing the differences between men and women and sleeping together and alone. Apparently men fare better alone (stress, cognitive ability) than with a partner. They used eight couples in the study - hey, that's statistically significant!</p>
<p>But it does make me think - although we were mocking them, apparently Rob and Laura Petrie had it right all along. Who knew? (I can only assume that Ward and June had the same configuration... maybe that's how Ward was able to handle Beav.)</p>
]]>
      
   </content>
</entry>

<entry>
   <title>Edinburgh Fringe, Day 2</title>
   <link rel="alternate" type="text/html" href="http://www.demitri.com/blog/2008/08/edinburgh_fringe_day_2.html" />
   <id>tag:www.demitri.com,2008:/blog//8.85</id>
   
   <published>2008-08-12T13:49:37Z</published>
   <updated>2008-08-12T13:50:02Z</updated>
   
   <summary> This post requires a bit of background, which I admit is not really on this web site. Here are the two most salient details. First, I started an improvisational comedy group in 2006 in Sheffield. I act as the...</summary>
   <author>
      <name>Demitri Muna</name>
      
   </author>
   
   
   <content type="html" xml:lang="en" xml:base="http://www.demitri.com/blog/">
      <![CDATA[<p>
This post requires a bit of background, which I admit is not really on this web site. Here are the two most salient details.
</p><p>
First, I started an improvisational comedy group in 2006 in Sheffield. I act as the artistic director. It's been extremely successful, and over the past year (during term time, the group is primarily comprised of students) we've put on shows on pretty much a weekly basis.
</p><p>
Second, the Edinburgh Festival Fringe is a the largest arts festival in the world. It's particularly known for it's comedy - this is <em>the</em> place for new comedy.
</p><p>
What do these two facts have in common? Well, the Shrimps (Sheffield Imps!) are performing at the Fringe this year for two weeks, and it's quite an experience!
</p>]]>
      <![CDATA[<p>
Our first show (of fourteen) was Monday, and it went pretty well. We had a nearly full house (our venue seats about 50 people), and there was laughter throughout. Here's a picture from our tech rehearsal.
</p><p>
<img src="http://www.demitri.com/blog/images/fringe_tech.jpg">
<!-- <a href="http://www.demitri.com/blog/images/fringe_tech.jpg" onclick="window.open('http://www.demitri.com/blog/images/fringe_tech.jpg','popup','width=300,height=225,scrollbars=no,resizable=yes,toolbar=no,directories=no,location=no,menubar=no,status=yes,left=0,top=0');return false"><img src="http://www.demitri.com/blog/images/fringe_tech-tm.jpg" height="100" width="133" border="1" hspace="4" vspace="4" alt="IMG_1908.JPG" title="IMG_1908.JPG" /></a>-->
</p><p>
We've been running non-stop since we got here Sunday, with planning the show, rehearsing, flyering (more on that in an upcoming post), and of course seeing other shows! That last part is really crucial.
</p><p>
Every other day we'll also be running improv workshops to teach people the basics of what we do. In fact, I'm off to run the first one now, so I'll have to write more later!
</p>]]>
   </content>
</entry>

<entry>
   <title>Jared, Butcher of Song</title>
   <link rel="alternate" type="text/html" href="http://www.demitri.com/blog/2008/07/jared_butcher_of_song.html" />
   <id>tag:www.demitri.com,2008:/blog//8.84</id>
   
   <published>2008-07-10T03:53:07Z</published>
   <updated>2008-07-10T03:53:18Z</updated>
   
   <summary>A friend of mine got a new Mac not too long ago, and he asked me what essential programs he should get. Of course I pointed to useful apps like Butler, but I was criminally negligent in not mentioning a...</summary>
   <author>
      <name>Demitri Muna</name>
      
   </author>
   
   
   <content type="html" xml:lang="en" xml:base="http://www.demitri.com/blog/">
      <![CDATA[<p>A friend of mine got a new Mac not too long ago, and he asked me what essential programs he should get. Of course I pointed to useful apps like <a href="http://www.manytricks.com/butler/" target="_blank">Butler</a>, but I was criminally negligent in not mentioning a program that goes back many, many years - <a href="http://www.freeverse.com/games/game/?id=7016" target="_blank">Jared, butcher of song</a>.</p>
<p style="text-align: center;"><img src="http://www.demitri.com/blog/images/jared.jpg" width="88" height="84" alt="Jared, Butcher of Song" style="border:1px #5a5a5a solid;" /></p>
<p>Pretty much the most indispensable application I can think of. I just learned that Jared will be coming to the iPhone. <em>Of course</em> he will be coming to the iPhone. It's why the iPhone was <em>invented</em> - to allow Jared to go on the road.</p>
<p>Naturally, I've shared Jared with my friends. Here are a few extremely grateful comments I've received:</p>
<blockquote>
  <p>Why would you do that to me? What did I ever do to you?? -- Kate<br /></p>

  <p>I had systematically killed the brain cells that remembered Jared. You are now responsible for killing two parts of my brain. I hope you can sleep at night. -- Louis<br /></p>
</blockquote>
<p>Hey, no problem guys!</p>
]]>
      
   </content>
</entry>

<entry>
   <title>George, You Are Missed</title>
   <link rel="alternate" type="text/html" href="http://www.demitri.com/blog/2008/06/george_you_are_missed_1.html" />
   <id>tag:www.demitri.com,2008:/blog//8.83</id>
   
   <published>2008-06-24T13:52:47Z</published>
   <updated>2008-06-25T13:53:23Z</updated>
   
   <summary> George Carlin was a legend in his own time, which is amazing since that time spanned decades. The sheer volume of his comedic output was only surpassed by his incredible humour. He was rude, crude, and he had an...</summary>
   <author>
      <name>Demitri Muna</name>
      
   </author>
   
   
   <content type="html" xml:lang="en" xml:base="http://www.demitri.com/blog/">
      <![CDATA[<p>
George Carlin was a legend in his own time, which is amazing since that time spanned <em>decades</em>. The sheer volume of his comedic output was only surpassed by his incredible humour. He was rude, crude, and he had an amazing ability to strip hypocrisy and pretension away from the institutions that needed it most. Some people say that you lose your creativity by the time you reach 35, that the best art and comedy belong to the young. George Carlin proves that idea wrong. Or, as he would say, "That's bullshit, man!"
</p><p>
The first stand-up comedy album I ever owned was Carlin's 1981 <em>A Place For My Stuff</em> (it was a cassette, actually!). I listened to it countless times to the point where I'd had it memorised. I started dipping my toes into the world of drama back in high school. Back then, I was only interested in stage as a means to do comedy (as if <em>that's</em> changed). I participated in a monologue competition in my senior year, and I chose George Carlin's material to perform. I joined together <em>Icebox Man</em> and <em>Fussy Eater</em>, both off that album.
</p>]]>
      <![CDATA[<p>
I received a lot of compliments when competing. I was critiqued after one performance by a judge (someone I'd never met, who had no preconceived notions about me), and she said that I had a skill for comedy and that I could be a character actor. For someone that's been such a dedicated fan of comedy his whole life, that was huge. I've always wanted to be on the other side of that wall.
</p><p>
A few weeks later, I was asked to participate in an end-of-year school assembly and perform my monologue. It was amazing rush - there I was, alone on stage with hundreds of people in front of me, and they were <em>laughing</em>. This was a whole new side of comedy for me, and I owe all that to George.
</p>]]>
   </content>
</entry>

<entry>
   <title>I Once Saw Him Off-Broadway. He Was, Too.</title>
   <link rel="alternate" type="text/html" href="http://www.demitri.com/blog/2008/06/i_once_saw_him_offboradway_he.html" />
   <id>tag:www.demitri.com,2008:/blog//8.81</id>
   
   <published>2008-06-16T19:26:37Z</published>
   <updated>2008-06-16T19:26:39Z</updated>
   
   <summary> &quot;Man, I never should have sold out. I used to do &apos;Hamlet&apos;. I was grrrrrrreeeaaaaat.&quot; --- Tony the Tiger, reflecting on his career...</summary>
   <author>
      <name>Demitri Muna</name>
      
   </author>
   
   
   <content type="html" xml:lang="en" xml:base="http://www.demitri.com/blog/">
      <![CDATA[<p>
"Man, I never should have sold out. I used to do 'Hamlet'. I was grrrrrrreeeaaaaat."
</p><p>
--- Tony the Tiger, reflecting on his career
</p>]]>
      
   </content>
</entry>

</feed>
