<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>mleiv.com</title>
    <link rel="alternate" type="text/html" href="http://mleiv.com/mt/" />
    <link rel="self" type="application/atom+xml" href="http://mleiv.com/mt/atom.xml" />
    <id>tag:mleiv.com,2007-09-01:/mt//1</id>
    <updated>2008-07-30T20:08:01Z</updated>
    
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Publishing Platform 4.0</generator>



  
  
  
<entry>
    <title>The World Is Getting Smaller... And So Am I</title>
    <link rel="alternate" type="text/html" href="http://mleiv.com/mt/writing/musings/the_world_is_getting_smaller_a/" />
    <id>tag:mleiv.com,2008:/mt//1.315</id>

    <published>2008-07-30T19:08:20Z</published>
    <updated>2008-07-30T20:08:01Z</updated>

    <summary>Map of The Internet (src)I&apos;m an old-timer on the Internet - not so ancient as the Bulletin Board posters of the early 90s, but old enough to remember when AOL was a walled garden and all the links fit on...</summary>
    <author>
        <name>mleiv</name>
        
    </author>
    
        <category term="Musings" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="old" label="old" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://mleiv.com/mt/">
        <![CDATA[<div style="position:relative;margin-bottom:1em;margin-left:1em;float:right;text-align:center;"><img alt="[map]" src="http://mleiv.com/mt/files/daily/2008/internetmap.jpg" style="border:2px solid black" /><br />Map of The Internet <a href="http://www.sciencenewsforkids.org/articles/20070627/Note3.asp">(src)</a></div>I'm an old-timer on the Internet - not so ancient as the Bulletin Board posters of the early 90s, but old enough to remember when AOL was a walled garden and all the links fit on one page.  The internet was so big then: full to the brim with tiny sites featuring fun games and comedic rants.  For the lonely and isolated (like me), it was a way of reaching out and finding new families - best friends we would never have met, constrained as we were by physical location and social habits.  When the late 90s rolled around and commercialism seized the internet, we complained that the fun places were being drowned out by the big brands.  You couldn't find Barbie parodies anymore, or teasing twists of trademarked phrases like "Ham, the Other White Meat," because those companies were sending out lawsuits left and right.  But then things turned around a bit with blogs and MySpace and the connections people started making in the Oughts. Web 2.0 was all about bringing people together, about making collaborations and virtual families.  The internet became a world where we could socialize even better than the local coffee shop.

But I think something's gone very wrong.  And - admittedly - this may just be me being old and missing the point, but it seems to me that instead of becoming a place where people who don't fit in can find a niche where they belong, the internet has ballooned into a giant clique where the nonconformists are more scorned and isolated than ever.  Blogging is a popularity contest and - for all I love to read Dooce and the like - as a consequence, the less popular are dropping off the map, drowned out and never seen.  Instead of connecting by setting up a little home on LiveJournal or Flickr, you just get told every day how incredibly worthless and undeserving of companionship you are, staring at that zero counter month after month.

And the senior clique?  They are more confident than ever that they are all the world needs to hear.  The way the internet en masse attacks movies like The Crystal Skull, while blithely ignoring the other monumental failures of the genre.  The way everyone reads the same books (from Harry Potter to Y: The Last Man).  The way everyone knows the same celebrity gossip and CuteOverload vocabulary.  You are either in, or you are out (and yes, they all watch Project Runway and blog their reality TV picks with zest).

And I've always been an outsider.

I wander the internet now and it's entertaining enough in a sugary sort of way, like green Jell-o for my morning doldrums.  But it's all so same-y and predictable.  Occasionally I find a new site that makes me laugh, but it wears off after a few months.  I read odd books and wish I had someone to talk to about them.  Someone who doesn't like Star Trek or SG-1 or Harry Potter.  I wish I had a smaller community of artists where I could feel like I wasn't at the losing end of insignificant.

And I guess that's the real problem there.  There are over 6 billion people on the planet, and more of them get on the internet everyday.  And - as in real life - there are more desperate-to-fit-in sheep joining up than lonely outsiders.  Maybe it was different once, maybe it was smaller and more selective.  But it's not.  The world's not.  And we can't be special anymore.  Even the statistical uniqueness of our fingerprints is about to disappear up against that huge number of people.  And I don't know how to accept that. 

I'm looking at the piece of fairy cake and I just can't grasp how very small I am.]]>
        
    </content>
</entry>




  
  
  
<entry>
    <title>Romantic Archetypes Poll</title>
    <link rel="alternate" type="text/html" href="http://mleiv.com/mt/polls/romantic_archetypes_poll/" />
    <id>tag:mleiv.com,2008:/mt//1.314</id>

    <published>2008-07-08T21:01:57Z</published>
    <updated>2008-07-08T22:47:42Z</updated>

    <summary> function ajaxPollSubmit(f,id) { var optVars=&quot;poll=&quot;+f.poll.value; var choice=0; for (var i=0;i...</summary>
    <author>
        <name>mleiv</name>
        
    </author>
    
        <category term=".Polls" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://mleiv.com/mt/">
        <![CDATA[
	<div id="ajax-romarch-poll" class="poll"></div>
    <script language="javascript" type="text/javascript">
	function ajaxPollSubmit(f,id)
	{
	  var optVars="poll="+f.poll.value;      var choice=0;
      for (var i=0;i<f.poll_choice.length;i++){if (f.poll_choice[i].checked) choice=f.poll_choice[i].value;}
	  optVars+="&poll_choice="+choice;
	  optVars+="&command=Vote"; 	  
	  getDynamicContent(id,optVars);
	}
	function ajaxPollResults(f,id)
	{
	  var optVars="poll="+f.poll.value;
	  optVars+="&command=Results";
	  getDynamicContent(id,optVars);
	}
	var ajaxFunc=function(){if (getDynamicContent) getDynamicContent('ajax-romarch-poll','poll=23');};
    if (window.addEventListener) window.addEventListener("load", ajaxFunc, false);
    else if (document.addEventListener) document.addEventListener("load", ajaxFunc, false);
    else if (window.attachEvent) window.attachEvent("onload", ajaxFunc);
	</script>]]>
        
    </content>
</entry>




  
  
  
<entry>
    <title>The Locked Maze: Page 21</title>
    <link rel="alternate" type="text/html" href="http://mleiv.com/mt/art/graphic_novels/the_locked_maze_page_21/" />
    <id>tag:mleiv.com,2008:/mt//1.313</id>

    <published>2008-07-06T00:01:25Z</published>
    <updated>2008-07-06T00:03:22Z</updated>

    <summary> First | Prev | Page 21 | Next | Archive This is probably easiest to read in my deviantArt Gallery. ------ What a long week......</summary>
    <author>
        <name>mleiv</name>
        
    </author>
    
        <category term="Graphic Novels" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="thelockedmaze" label="The Locked Maze" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://mleiv.com/mt/">
        <![CDATA[






<div class="art_item">
<div class="art_image"><div class="art_frame"><a href="http://mleiv.com/mt/art/graphic_novels/the_locked_maze_page_21/"><img src="/mt/files/portfolio/sized/maze/page21.png" alt="The Locked Maze: Page 21 (mleiv.com)" /></a>
</div><div class="art_copyright">image &copy; 2008 mleiv</div></div>

<div class="art_details">
<span class="art_medium"><em>Medium:</em> Photoshop</span>
<span class="art_size"><em>Size:</em> 8.5X11&quot;</span>
</div>
<div class="art_content">
<div><a href="/mt/art/graphic_novels/the_locked_maze/">First</a> | <a href="/mt/art/graphic_novels/the_locked_maze_page_20/">Prev</a> | Page 21 | <a href="/">Next</a> | <a href="/mt/locked_maze_archive.html">Archive</a></div> 
<br /> 
This is probably easiest to read in <a href="http://mleiv.deviantart.com/gallery/#The-Locked-Maze">my deviantArt Gallery</a>.
<br /><br/>------<br/>
What a long week...
</div>
</div>
]]>
        
    </content>
</entry>




  
  
  
<entry>
    <title>George Carlin</title>
    <link rel="alternate" type="text/html" href="http://mleiv.com/mt/writing/daily/george_carlin/" />
    <id>tag:mleiv.com,2008:/mt//1.312</id>

    <published>2008-06-23T17:38:57Z</published>
    <updated>2008-06-23T23:05:16Z</updated>

    <summary>Touched By An AtheistI guess this is a milestone of sorts for me. Carlin is the first celebrity I&apos;ve cared about to die. And today I am genuinely sad that his mocking comedy will now forever be in reruns. I...</summary>
    <author>
        <name>mleiv</name>
        
    </author>
    
        <category term="Daily" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="georgecarlin" label="george carlin" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="madtv" label="madtv" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="onionavclub" label="onion av club" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://mleiv.com/mt/">
        <![CDATA[<div style="position:relative;margin-bottom:1em;margin-right:1em;float:left;text-align:center;"><img alt="[George Carlin]" src="http://mleiv.com/mt/files/daily/george_carlin.jpg" style="border:2px solid black" /><br />Touched By An Atheist</div>I guess this is a milestone of sorts for me.  Carlin is the first celebrity I've cared about to die.  And today I am genuinely sad that his mocking comedy will now forever be in reruns.

I saw Carlin perform in Seattle when I first moved here, with my best friends Sean and Kristen.  It was a brilliant show, and will always remain in my head as the moment when I first realized that I wasn't in Salt Lake City anymore - that I had finally escaped, and Seattle was such a great place to be living instead.

And I was in the audience for MadTV when they recorded the laugh track for his <a href="http://www.youtube.com/watch?v=niqVVENiY2c">Touched By An Atheist</a>.  If you hear a really loud, high-pitched squeal of delight all through the bit - yup, that's me.

There is a great tribute page for him on <a href="http://www.avclub.com/content/feature/remembering_george_carlin_1937">The Onion AV Club</a>.  Many fans have left their (appropriate) condolences and I recommend the long, but fascinating, 2005 interview.  

And let me add the memoriam my wonderful (and sarcastic) Significant Other contributed this morning: "He's with the angels now."  LOL.]]>
        
    </content>
</entry>




  
  
  
<entry>
    <title>The Locked Maze: Page 20</title>
    <link rel="alternate" type="text/html" href="http://mleiv.com/mt/art/graphic_novels/the_locked_maze_page_20/" />
    <id>tag:mleiv.com,2008:/mt//1.311</id>

    <published>2008-06-23T01:25:44Z</published>
    <updated>2008-07-06T00:02:56Z</updated>

    <summary> First | Prev | Page 20 | Next | Archive This is probably easiest to read in my deviantArt Gallery. ------ Yes, this conversation is important to the plot. Yes, this is still a fantasy comic and not some...</summary>
    <author>
        <name>mleiv</name>
        
    </author>
    
        <category term="Graphic Novels" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="thelockedmaze" label="The Locked Maze" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://mleiv.com/mt/">
        <![CDATA[






<div class="art_item">
<div class="art_image"><div class="art_frame"><a href="http://mleiv.com/mt/art/graphic_novels/the_locked_maze_page_20/"><img src="/mt/files/portfolio/sized/maze/page20.png" alt="The Locked Maze: Page 20 (mleiv.com)" /></a>
</div><div class="art_copyright">image &copy; 2008 mleiv</div></div>

<div class="art_details">
<span class="art_medium"><em>Medium:</em> Photoshop</span>
<span class="art_size"><em>Size:</em> 8.5X11&quot;</span>
</div>
<div class="art_content">
<div><a href="/mt/art/graphic_novels/the_locked_maze/">First</a> | <a href="/mt/art/graphic_novels/the_locked_maze_page_19/">Prev</a> | Page 20 | <a href="/mt/art/graphic_novels/the_locked_maze_page_21/">Next</a> | <a href="/mt/locked_maze_archive.html">Archive</a></div> 
<br /> 
This is probably easiest to read in <a href="http://mleiv.deviantart.com/gallery/#The-Locked-Maze">my deviantArt Gallery</a>.
<br /><br/>------<br/>
Yes, this conversation is important to the plot. Yes, this is still a fantasy comic and not some introspective account of my life. You'll just have to wait until book II to see the relevance...
</div>
</div>
]]>
        
    </content>
</entry>




  
  
  
<entry>
    <title>Favorite Quote - Bride of the Rat God</title>
    <link rel="alternate" type="text/html" href="http://mleiv.com/mt/about_me/favorite_quotes/20080611/" />
    <id>tag:mleiv.com,2008:/mt//1.310</id>

    <published>2008-06-11T21:06:01Z</published>
    <updated>2008-06-11T21:08:32Z</updated>

    <summary> Men and women were never different... They loved, and wanted, and behaved blindly and for reasons they did not understand; they sometimes crippled thier children even when they were trying to love them, and sowed good fruit and evil...</summary>
    <author>
        <name>mleiv</name>
        
    </author>
    
        <category term="Favorite Quotes" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="barbarahambly" label="barbara hambly" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://mleiv.com/mt/">
        <![CDATA[        <DIV class="quote">
         Men and women were never different... They loved, and wanted, and behaved blindly and for reasons they did not understand; they sometimes crippled thier children even when they were trying to love them, and sowed good fruit and evil without being able to tell which was which, and did foolish things to escape pain that in the end could not be escaped.
         <SPAN class="reference">Barbara Hambly, <EM class="title">Bride of the Rat God</EM></SPAN>
        </DIV>  ]]>
        
    </content>
</entry>




  
  
  
<entry>
    <title>The Locked Maze: Page 19</title>
    <link rel="alternate" type="text/html" href="http://mleiv.com/mt/art/graphic_novels/the_locked_maze_page_19/" />
    <id>tag:mleiv.com,2008:/mt//1.309</id>

    <published>2008-06-02T04:35:45Z</published>
    <updated>2008-06-23T01:32:00Z</updated>

    <summary> First | Prev | Page 19 | Next | Archive This is probably easiest to read in my deviantArt Gallery....</summary>
    <author>
        <name>mleiv</name>
        
    </author>
    
        <category term="Graphic Novels" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="thelockedmaze" label="The Locked Maze" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://mleiv.com/mt/">
        <![CDATA[






<div class="art_item">
<div class="art_image"><div class="art_frame"><a href="http://mleiv.com/mt/art/graphic_novels/the_locked_maze_page_19/"><img src="/mt/files/portfolio/sized/maze/page19.png" alt="The Locked Maze: Page 19 (mleiv.com)" /></a>
</div><div class="art_copyright">image &copy; 2008 mleiv</div></div>

<div class="art_details">
<span class="art_medium"><em>Medium:</em> Photoshop</span>
<span class="art_size"><em>Size:</em> 8.5X11&quot;</span>
</div>
<div class="art_content">
<div><a href="/mt/art/graphic_novels/the_locked_maze/">First</a> | <a href="/mt/art/graphic_novels/the_locked_maze_page_18/">Prev</a> | Page 19 | <a href="/mt/art/graphic_novels/the_locked_maze_page_20/">Next</a> | <a href="/mt/locked_maze_archive.html">Archive</a></div> 
<br /> 
This is probably easiest to read in <a href="http://mleiv.deviantart.com/gallery/#The-Locked-Maze">my deviantArt Gallery</a>.
<br /><br/>
</div>
</div>
]]>
        
    </content>
</entry>




  
  
  
<entry>
    <title>The Locked Maze: Page 18</title>
    <link rel="alternate" type="text/html" href="http://mleiv.com/mt/art/graphic_novels/the_locked_maze_page_18/" />
    <id>tag:mleiv.com,2008:/mt//1.308</id>

    <published>2008-05-31T17:52:20Z</published>
    <updated>2008-06-02T04:35:05Z</updated>

    <summary> First | Prev | Page 18 | Next | Archive This is probably easiest to read in my deviantArt Gallery....</summary>
    <author>
        <name>mleiv</name>
        
    </author>
    
        <category term="Graphic Novels" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="thelockedmaze" label="The Locked Maze" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://mleiv.com/mt/">
        <![CDATA[






<div class="art_item">
<div class="art_image"><div class="art_frame"><a href="http://mleiv.com/mt/art/graphic_novels/the_locked_maze_page_18/"><img src="/mt/files/portfolio/sized/maze/page18.png" alt="The Locked Maze: Page 18 (mleiv.com)" /></a>
</div><div class="art_copyright">image &copy; 2008 mleiv</div></div>

<div class="art_details">
<span class="art_medium"><em>Medium:</em> Photoshop</span>
<span class="art_size"><em>Size:</em> 8.5X11&quot;</span>
</div>
<div class="art_content">
<div><a href="/mt/art/graphic_novels/the_locked_maze/">First</a> | <a href="/mt/art/graphic_novels/the_locked_maze_page_17/">Prev</a> | Page 18 | <a href="/mt/art/graphic_novels/the_locked_maze_page_19/">Next</a> | <a href="/mt/locked_maze_archive.html">Archive</a></div> 
<br /> 
This is probably easiest to read in <a href="http://mleiv.deviantart.com/gallery/#The-Locked-Maze">my deviantArt Gallery</a>.
<br /><br/>
</div>
</div>
]]>
        
    </content>
</entry>




  
  
  
<entry>
    <title>Iain Pears&apos; The Portrait</title>
    <link rel="alternate" type="text/html" href="http://mleiv.com/mt/writing/daily/iain_pears_the_portrait/" />
    <id>tag:mleiv.com,2008:/mt//1.307</id>

    <published>2008-05-29T00:39:39Z</published>
    <updated>2008-05-29T03:57:14Z</updated>

    <summary>The Portrait by Iain Pears I just finished reading The Portrait. It was... disturbing. It was written very like Zen and the Art of Motorcycle Maintenance, a meandering journal of observations with plot thrown in on the side. And the...</summary>
    <author>
        <name>mleiv</name>
        
    </author>
    
        <category term="Daily" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="iainpears" label="iain pears" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://mleiv.com/mt/">
        <![CDATA[<div style="position:relative;margin-bottom:1em;margin-right:1em;float:left;text-align:center;"><img alt="[Cover: The Portrait]" src="http://mleiv.com/mt/files/daily/theportrait.jpg" style="border:2px solid black" /><br />The Portrait by Iain Pears</div>
I just finished reading <a href="http://search.barnesandnoble.com/Portrait/Iain-Pears/e/9780641817625">The Portrait</a>.  It was... disturbing.  It was written very like <a href="http://search.barnesandnoble.com/Zen-and-the-Art-of-Motorcycle-Maintenance/Robert-M-Pirsig/e/9780060589462">Zen and the Art of Motorcycle Maintenance</a>, a meandering journal of observations with plot thrown in on the side.  And the plot was good, but I think the novel stood on its own without it - maybe even stood *better* without the finality of the story - just because the musings were so frighteningly perceptive. 
<br /><br />
Excerpt 1:<br />
<blockquote>
To impose yourself, to take the public by the scruff of the neck and give it a good shaking; to scream in its provincial little ear that <em>I am a genius</em>.  And if you scream loud enough and long enough, it believes you.
</blockquote>
<br />
Excerpt 2:<br />
<blockquote>
"It's like an addiction," she said. "I go mad if I can't use my hands.  It's all I have, the only thing that makes it worthwhile getting out of bed in the morning."
</blockquote>
<br clear="left">]]>
        
    </content>
</entry>




  
  
  
<entry>
    <title>I liked Indiana Jones and the Many Crawly Phobias, so THERE!</title>
    <link rel="alternate" type="text/html" href="http://mleiv.com/mt/writing/daily/i_liked_indiana_jones_and_the/" />
    <id>tag:mleiv.com,2008:/mt//1.306</id>

    <published>2008-05-27T19:32:28Z</published>
    <updated>2008-05-27T20:10:52Z</updated>

    <summary>I saw Kingdom of the Crystal Skull this weekend, and I know everyone is gonna mock me, but I really liked it. Of course, I liked Stargate and The Mummy too, and I know those are both hated by all...</summary>
    <author>
        <name>mleiv</name>
        
    </author>
    
        <category term="Daily" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="film" label="film" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="indianajones" label="indiana jones" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://mleiv.com/mt/">
        I saw Kingdom of the Crystal Skull this weekend, and I know everyone is gonna mock me, but I really liked it.  Of course, I liked Stargate and The Mummy too, and I know those are both hated by all you jaded post-modernist cynics.  But I hated the Star Wars fiasco, so it&apos;s not just that I have low standards and am easily entertained (although that is probably true...).  

I watch the trilogy fairly often (I saw Last Crusade a week ago), and it really felt to me that this sequel was pretty much just like the other three (well, better than Temple of Icky Things, which was kinda stupid): it was B-movie fun, fast-paced silliness, no real surprises, and a lot of over-the-top action/acting.  Sure, it was missing Tom Stoppard&apos;s dialogue in #3 and the small-budget hilarity of #1, but it had its own wacky hijinks.

Personally, I only wished it could have been longer.  I felt like the comedy had to take a backseat to the plot, while I would have loved some more pointless bickering and silly car chase scenes. 

It does puzzle me that people are so vitriolic in their loathing of this movie.  Is this a peer-driven attempt at being cool by pretending nothing is good enough for you?  Are American audiences turning into hyper-critical self-important back-seat directors?  Can&apos;t you just settle in and have a little fun?  Or are you one of those miserable bastards that go to Disneyland and spend the whole time bitching about the omnipresent branding and overpriced kitsch?  

From the Onion commenters:
&gt;&gt;God literally popped out of a box to melt nazi faces in raiders. if you can suspend your belief for that, interdimesional, poorly rendered, non-aliens shouldn&apos;t be an issue.
        
    </content>
</entry>




  
  
  
<entry>
    <title>Motherboard</title>
    <link rel="alternate" type="text/html" href="http://mleiv.com/mt/art/paintings/motherboard/" />
    <id>tag:mleiv.com,2008:/mt//1.305</id>

    <published>2008-05-11T22:14:22Z</published>
    <updated>2008-05-11T22:15:15Z</updated>

    <summary> This board curved a bit during painting, so this is a rotten, stretched photo. *sigh* I&apos;ll get another picture sometime once it&apos;s been flattened. This is not at all my style, nor even what I intended. But I was...</summary>
    <author>
        <name>mleiv</name>
        
    </author>
    
        <category term="Paintings" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="abstract" label="abstract" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://mleiv.com/mt/">
        <![CDATA[






<div class="art_item">
<div class="art_image"><div class="art_frame"><a href="http://mleiv.com/mt/art/paintings/motherboard/"><img src="/mt/files/portfolio/sized/2008/motherboard.jpg" alt="Motherboard (mleiv.com)" /></a>
</div><div class="art_copyright">image &copy; 2008 mleiv</div></div>

<div class="art_details">
<span class="art_medium"><em>Medium:</em> Acrylic</span>
<span class="art_size"><em>Size:</em> 20x30&quot;</span>
</div>
<div class="art_content">
This board curved a bit during painting, so this is a rotten, stretched photo. *sigh* I'll get another picture sometime once it's been flattened.
<br /><br />
This is not at all my style, nor even what I intended. But I was so tired after Rusted Harlequin that I just wanted to finish it and move on. So here it is. Bleh.
</div>
</div>
]]>
        
    </content>
</entry>




  
  
  
<entry>
    <title>Rusted Harlequin</title>
    <link rel="alternate" type="text/html" href="http://mleiv.com/mt/art/paintings/rusted_harlequin/" />
    <id>tag:mleiv.com,2008:/mt//1.304</id>

    <published>2008-05-11T22:12:06Z</published>
    <updated>2008-05-11T22:15:35Z</updated>

    <summary> Urgh. This painting was the bane of my existence for the last three weeks. But at least it is done. There are things I really, really hate about it. But overall I guess it&apos;s okay....</summary>
    <author>
        <name>mleiv</name>
        
    </author>
    
        <category term="Paintings" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="abstract" label="abstract" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://mleiv.com/mt/">
        <![CDATA[






<div class="art_item">
<div class="art_image"><div class="art_frame"><a href="http://mleiv.com/mt/art/paintings/rusted_harlequin/"><img src="/mt/files/portfolio/sized/2008/rusted_harlequin.jpg" alt="Rusted Harlequin (mleiv.com)" /></a>
</div><div class="art_copyright">image &copy; 2008 mleiv</div></div>

<div class="art_details">
<span class="art_medium"><em>Medium:</em> Acrylic</span>
<span class="art_size"><em>Size:</em> 20x30&quot;</span>
</div>
<div class="art_content">
Urgh. This painting was the bane of my existence for the last three weeks. But at least it is done. There are things I really, really hate about it. But overall I guess it's okay.
</div>
</div>
]]>
        
    </content>
</entry>




  
  
  
<entry>
    <title>Favorite Quote - Kelso, Scrubs</title>
    <link rel="alternate" type="text/html" href="http://mleiv.com/mt/about_me/favorite_quotes/20080422/" />
    <id>tag:mleiv.com,2008:/mt//1.297</id>

    <published>2008-04-22T18:29:00Z</published>
    <updated>2008-04-22T18:29:49Z</updated>

    <summary> People are bastard-coated bastards with bastard filling. Kelso, Scrubs...</summary>
    <author>
        <name>mleiv</name>
        
    </author>
    
        <category term="Favorite Quotes" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="scrubs" label="scrubs" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://mleiv.com/mt/">
        <![CDATA[<DIV class="quote">

People are bastard-coated bastards with bastard filling.
         
<SPAN class="reference">Kelso, <EM class="title">Scrubs</EM></SPAN>
        </DIV>  ]]>
        
    </content>
</entry>




  
  
  
<entry>
    <title>Wet Grave (version 2)</title>
    <link rel="alternate" type="text/html" href="http://mleiv.com/mt/art/paintings/wet_grave_version_2/" />
    <id>tag:mleiv.com,2008:/mt//1.303</id>

    <published>2008-04-21T06:01:03Z</published>
    <updated>2008-04-21T06:01:57Z</updated>

    <summary> This was inspired by an opening scene in The Crow: City of Angels, where the camera moves between the smoggy lit city to the underneath the clear water. I tried two versions, using different techniques, but I think Version...</summary>
    <author>
        <name>mleiv</name>
        
    </author>
    
        <category term="Paintings" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="abstract" label="abstract" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://mleiv.com/mt/">
        <![CDATA[






<div class="art_item">
<div class="art_image"><div class="art_frame"><a href="http://mleiv.com/mt/art/paintings/wet_grave_version_2/"><img src="/mt/files/portfolio/sized/2008/wetgrave_v2.jpg" alt="Wet Grave (version 2) (mleiv.com)" /></a>
</div><div class="art_copyright">image &copy; 2008 mleiv</div></div>

<div class="art_details">
<span class="art_medium"><em>Medium:</em> Acrylic</span>
<span class="art_size"><em>Size:</em> 11x14&quot;</span>
</div>
<div class="art_content">
This was inspired by an opening scene in The Crow: City of Angels, where the camera moves between the smoggy lit city to the underneath the clear water. I tried two versions, using different techniques, but I think Version 1 is my favorite.

<a href="/mt/art/paintings/wet_grave_version_1/">Version 1</a>
</div>
</div>
]]>
        
    </content>
</entry>




  
  
  
<entry>
    <title>Wet Grave (version 1)</title>
    <link rel="alternate" type="text/html" href="http://mleiv.com/mt/art/paintings/wet_grave_version_1/" />
    <id>tag:mleiv.com,2008:/mt//1.302</id>

    <published>2008-04-21T05:59:42Z</published>
    <updated>2008-04-21T06:01:44Z</updated>

    <summary> This was inspired by an opening scene in The Crow: City of Angels, where the camera moves between the smoggy lit city to the underneath the clear water. I tried two versions, using different techniques, but I think Version...</summary>
    <author>
        <name>mleiv</name>
        
    </author>
    
        <category term="Paintings" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="abstract" label="abstract" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://mleiv.com/mt/">
        <![CDATA[






<div class="art_item">
<div class="art_image"><div class="art_frame"><a href="http://mleiv.com/mt/art/paintings/wet_grave_version_1/"><img src="/mt/files/portfolio/sized/2008/wetgrave_v1.jpg" alt="Wet Grave (version 1) (mleiv.com)" /></a>
</div><div class="art_copyright">image &copy; 2008 mleiv</div></div>

<div class="art_details">
<span class="art_medium"><em>Medium:</em> Acrylic</span>
<span class="art_size"><em>Size:</em> 11x14&quot;</span>
</div>
<div class="art_content">
This was inspired by an opening scene in The Crow: City of Angels, where the camera moves between the smoggy lit city to the underneath the clear water. I tried two versions, using different techniques, but I think Version 1 is my favorite.

<a href="/mt/art/paintings/wet_grave_version_2/">Version 2</a>
</div>
</div>
]]>
        
    </content>
</entry>


</feed>
