<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Lay Down Your Burdens: Part 2</title>
	<link>http://www.yujinkim.com/blog</link>
	<description>Yujin's pointless mumbo jumbos</description>
	<pubDate>Sun, 28 Oct 2007 23:25:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.1</generator>
	<language>en</language>
			<item>
		<title>More movies</title>
		<link>http://www.yujinkim.com/blog/2007/10/28/more-movies/</link>
		<comments>http://www.yujinkim.com/blog/2007/10/28/more-movies/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 23:25:42 +0000</pubDate>
		<dc:creator>yujin</dc:creator>
		
		<category><![CDATA[movies]]></category>

		<guid isPermaLink="false">http://www.yujinkim.com/blog/2007/10/28/more-movies/</guid>
		<description><![CDATA[The movies I&#8217;ve seen between 9/16 and now
- bladeruuner
- rendition
- in the valley of elah
- brave one
- across the universe
- my kid can paint that
- D-war
- michael clayton
- silence before bach
- resident evil
]]></description>
			<content:encoded><![CDATA[<p>The movies I&#8217;ve seen between 9/16 and now</p>
<p>- bladeruuner<br />
- rendition<br />
- in the valley of elah<br />
- brave one<br />
- across the universe<br />
- my kid can paint that<br />
- D-war<br />
- michael clayton<br />
- silence before bach<br />
- resident evil</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yujinkim.com/blog/2007/10/28/more-movies/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Movie madness</title>
		<link>http://www.yujinkim.com/blog/2007/08/25/movie-madness/</link>
		<comments>http://www.yujinkim.com/blog/2007/08/25/movie-madness/#comments</comments>
		<pubDate>Sat, 25 Aug 2007 17:55:21 +0000</pubDate>
		<dc:creator>yujin</dc:creator>
		
		<category><![CDATA[clubs]]></category>

		<category><![CDATA[jazz]]></category>

		<category><![CDATA[movies]]></category>

		<category><![CDATA[music]]></category>

		<category><![CDATA[theater]]></category>

		<guid isPermaLink="false">http://www.yujinkim.com/blog/?p=11</guid>
		<description><![CDATA[Since i moved to NYC on 7/7/2007, i&#8217;ve been going to a lot of movies and jazz shows.
This is just a note to keep track of what i have seen.
First the movies
- La vie en rose (Paris Theater) - 7/11
- Hairspray (Ziegfeld) - 8/3
- Two days in paris (Angelika) - 8/12
- My Best Friend/Mon meilleur [...]]]></description>
			<content:encoded><![CDATA[<p>Since i moved to NYC on 7/7/2007, i&#8217;ve been going to a lot of movies and jazz shows.<br />
This is just a note to keep track of what i have seen.</p>
<p>First the movies<br />
- La vie en rose (Paris Theater) - 7/11<br />
- Hairspray (Ziegfeld) - 8/3<br />
- Two days in paris (Angelika) - 8/12<br />
- My Best Friend/Mon meilleur ami (Lincoln Plaza Cinema) - 8/17<br />
- The Bad and the Beautiful (Anthology) - 8/19</p>
<p>Also the movies I&#8217;m going try to see in the next few days<br />
- Paprika (Two Boots Pioneer) - 8/25<br />
- The Wrong Man &#038; Rear Window (Film Forum) - 8/26<br />
- Between (Cinema Village) - 8/29<br />
- Wait Until Dark (Film Forum) - 8/30<br />
- Musicians (Two Boots) - 9/7</p>
<p>As for (Jazz) shows I&#8217;ve seen so far<br />
- Dave Brubeck Quartet (Lincoln center outdoor) - 8/5<br />
- Antonio Sanchez Quartet (55th Bar) - 8/10<br />
- Brad Mehldau/Charlie Haden (Blue Note) - 8/12<br />
- Jay Leonhart/Wycliff Gordon (Lincoln center outdoor) - 8/14<br />
- Beledo (Taj) - 8/23 (Don&#8217;t know if this deseves mentioning here tho).</p>
<p>Am planning on going to<br />
- JOHN PATITUCCI BAND (Iridium) - 8/25<br />
- The Claudio Quintet (The Stone) - 9/8<br />
- Ted Poor and Third Wheel (The Stone) - 9/11<br />
- Chris Speed and Kris David (The Stone) - 9/11<br />
- Wadada Leo Smith 7 Piece Ensemble (Jazz Standard) - 9/22</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yujinkim.com/blog/2007/08/25/movie-madness/feed/</wfw:commentRss>
		</item>
		<item>
		<title>svn repository layout setup</title>
		<link>http://www.yujinkim.com/blog/2007/08/25/svn-repository-layout-setup/</link>
		<comments>http://www.yujinkim.com/blog/2007/08/25/svn-repository-layout-setup/#comments</comments>
		<pubDate>Sat, 25 Aug 2007 17:01:50 +0000</pubDate>
		<dc:creator>yujin</dc:creator>
		
		<category><![CDATA[subversion]]></category>

		<category><![CDATA[techie]]></category>

		<guid isPermaLink="false">http://www.yujinkim.com/blog/?p=10</guid>
		<description><![CDATA[A few pointers on setting up svn repository/project through dreamhost.
http://svnbook.red-bean.com/en/1.4/index.html
http://wiki.dreamhost.com/Subversion

mkdir tmpDir
cd tmpDir
mkdir -p project-name/branches project-name/tags project-name/trunk
svn import . file:///[REPO DIR] --message 'Initial repository layout'

if using eclipse to do initial commit, don&#8217;t create trunk directory in the above step.  subclipse requires to enter directory that does not already exist in the repository when initially sharing [...]]]></description>
			<content:encoded><![CDATA[<p>A few pointers on setting up svn repository/project through dreamhost.<br />
http://svnbook.red-bean.com/en/1.4/index.html<br />
http://wiki.dreamhost.com/Subversion</p>
<p><code><br />
mkdir tmpDir<br />
cd tmpDir<br />
mkdir -p project-name/branches project-name/tags project-name/trunk<br />
svn import . file:///[REPO DIR] --message 'Initial repository layout'<br />
</code></p>
<p>if using eclipse to do initial commit, don&#8217;t create trunk directory in the above step.  subclipse requires to enter directory that does not already exist in the repository when initially sharing a team project.</p>
<p>if using maven based project with eclipse, run <code>mvn clean</code> before committing files so you can add svn:ignore props for target directory</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yujinkim.com/blog/2007/08/25/svn-repository-layout-setup/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Fountain</title>
		<link>http://www.yujinkim.com/blog/2007/05/28/the-fountain/</link>
		<comments>http://www.yujinkim.com/blog/2007/05/28/the-fountain/#comments</comments>
		<pubDate>Mon, 28 May 2007 21:02:47 +0000</pubDate>
		<dc:creator>yujin</dc:creator>
		
		<category><![CDATA[Darren Aronofsky]]></category>

		<category><![CDATA[Kronos Quartet]]></category>

		<category><![CDATA[Mogwai]]></category>

		<category><![CDATA[movies]]></category>

		<guid isPermaLink="false">http://www.yujinkim.com/blog/?p=4</guid>
		<description><![CDATA[I had a high expectation for Aronofsky&#8217;s movie.  After a long wait (having missed the theater release), I finally got a hold of a DVD and used the lengthy memorial weeeked to watch the film.  After seeting, I have a mixed feeling about it.  The soundtrack is incredible - with Mogwai and [...]]]></description>
			<content:encoded><![CDATA[<p>I had a high expectation for Aronofsky&#8217;s movie.  After a long wait (having missed the theater release), I finally got a hold of a DVD and used the lengthy memorial weeeked to watch the film.  After seeting, I have a mixed feeling about it.  The soundtrack is incredible - with Mogwai and Kronos creating a very strange but very sensational atmosphere that sets the tone throughout the movie, and the cinematography for most part incredibly artistic and spectacular.  But the story/plot seems to fall short on what the screen and music provides.  Perhaps it&#8217;s the lack of chemstry between Rachel Weisz and Hugh Jackman that creates that emptiness.   </p>
<p>I guess you are not supposed to expect a typical flick anyway.  For that, I would even consider this a new genre of film.  Aronofsky should be praised for his very different (sometims complex and sometims purplexing) take on how to create films.  If Jackmam and Weisz could have done something to build more &#8220;feelings&#8221;, it could have been a superb movie.</p>
<p>There&#8217;s no question in my mind, however, that the music is the best part of the movie.  (You can listen to the music <a href="http://www.nonesuch.com/Hi_Band/index_frameset2_Search.cfm">here</a>). It is still a movie worth watching.  Just expect to see a poetry/art, not a tranditional film.  Find more about the sountrack <a href="http://www.nonesuch.com/Hi_Band/albums.cfm?album_num=646">here</a></p>
<p>Found a few clips on last.fm<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="13" height="13" allowNetworking="internal">
<param name="wmode" value="transparent">
<param name="allowScriptAccess" value="sameDomain" />
<param name="FlashVars" value="resourceID=61170911&#038;flp=false" />
<param name="movie" value="http://static.last.fm/webclient/inline/1/inlinePlayer.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" /><embed wmode="transparent" src="http://static.last.fm/webclient/inline/1/inlinePlayer.swf" quality="high" FlashVars="resourceID=61170911&#038;flp=false" bgcolor="#ffffff" width="13" height="13" name="inlinePlayer" allowNetworking="internal" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> <a href="/music/Clint+Mansell">Clint Mansell</a> – <a href="/music/Clint+Mansell/_/The+Last+Man">The Last Man</a><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="13" height="13" allowNetworking="internal">
<param name="wmode" value="transparent">
<param name="allowScriptAccess" value="sameDomain" />
<param name="FlashVars" value="resourceID=74787486&#038;flp=false" />
<param name="movie" value="http://static.last.fm/webclient/inline/1/inlinePlayer.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" /><embed wmode="transparent" src="http://static.last.fm/webclient/inline/1/inlinePlayer.swf" quality="high" FlashVars="resourceID=74787486&#038;flp=false" bgcolor="#ffffff" width="13" height="13" name="inlinePlayer" allowNetworking="internal" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> <a href="/music/Clint+Mansell">Clint Mansell</a> – <a href="/music/Clint+Mansell/_/Xibalba">Xibalba</a><br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="13" height="13" allowNetworking="internal">
<param name="wmode" value="transparent">
<param name="allowScriptAccess" value="sameDomain" />
<param name="FlashVars" value="resourceID=60758564&#038;flp=false" />
<param name="movie" value="http://static.last.fm/webclient/inline/1/inlinePlayer.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" /><embed wmode="transparent" src="http://static.last.fm/webclient/inline/1/inlinePlayer.swf" quality="high" FlashVars="resourceID=60758564&#038;flp=false" bgcolor="#ffffff" width="13" height="13" name="inlinePlayer" allowNetworking="internal" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object> <a href="/music/Clint+Mansell">Clint Mansell</a> – <a href="/music/Clint+Mansell/_/Tree+of+Life">Tree of Life</a></p>
<p><object width="425" height="350">
<param name="movie" value="http://www.youtube.com/v/_IP_Rjx4wVY"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/_IP_Rjx4wVY" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yujinkim.com/blog/2007/05/28/the-fountain/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Setting up subversion server on os x</title>
		<link>http://www.yujinkim.com/blog/2007/05/27/setting-up-subversion-server-on-os-x/</link>
		<comments>http://www.yujinkim.com/blog/2007/05/27/setting-up-subversion-server-on-os-x/#comments</comments>
		<pubDate>Mon, 28 May 2007 04:34:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[launchd]]></category>

		<category><![CDATA[os x]]></category>

		<category><![CDATA[subversion]]></category>

		<category><![CDATA[techie]]></category>

		<guid isPermaLink="false">http://208.113.199.175/blog/?p=3</guid>
		<description><![CDATA[Here&#8217;s a way to set up Guide for setting up subversion server on os x.
Probably using a hosting site such as dreamhost.com is better way to go.
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a way to set up <a href="http://textsnippets.com/posts/show/303">Guide for setting up subversion server on os x</a>.</p>
<p>Probably using a hosting site such as dreamhost.com is better way to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yujinkim.com/blog/2007/05/27/setting-up-subversion-server-on-os-x/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
