<?xml version="1.0" encoding="UTF-8"?>
<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/"
	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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>KimSooil's Weblog</title>
	<atom:link href="http://kimsooil.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://kimsooil.wordpress.com</link>
	<description>Memos about interesting (to me &#38; hopefuly to my friends) but unlimited topics</description>
	<lastBuildDate>Fri, 19 Nov 2010 17:29:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='kimsooil.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>KimSooil's Weblog</title>
		<link>http://kimsooil.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://kimsooil.wordpress.com/osd.xml" title="KimSooil&#039;s Weblog" />
	<atom:link rel='hub' href='http://kimsooil.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Question: Good and Bad in &#8220;too-many-columns-in-a-single-database-table&#8221;</title>
		<link>http://kimsooil.wordpress.com/2010/11/19/question-good-and-bad-in-too-many-columns-in-a-single-database-table/</link>
		<comments>http://kimsooil.wordpress.com/2010/11/19/question-good-and-bad-in-too-many-columns-in-a-single-database-table/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 17:29:10 +0000</pubDate>
		<dc:creator>kimsooil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kimsooil.wordpress.com/?p=122</guid>
		<description><![CDATA[I found the answer: (In my case, my DB table has 520 columns in a single table which will capture the answers really many questions from a single person.) &#8220;The pros and cons depend on how the schema is design and if it made sense to denormalize the table into the 170 column entity you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kimsooil.wordpress.com&amp;blog=3609321&amp;post=122&amp;subd=kimsooil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I found the answer: (In my case, my DB table has 520 columns in a single table which will capture the answers really many questions from a single person.)</p>
<p>&#8220;The pros and cons depend on how the schema is design and if it made  sense to denormalize the table into the 170 column entity you posses.   If denormalizing the table prove to be a benifitial thing for the  majority of the query to this schema then it was a wise choice.  If the  net benifit to the denormalization is moot then a redesign it needed.   if you sub-divide the large table into smaller table and replace the  large table with a view does it impact performance?  That question needs  to be answered before you decide to break the large table up.   There  is a plus and minus to normalize database schema.  When the cost is too  great in term of query performance then some denormalization is needed.    There is also a point where denormalizing something into infinitum  defeats having a database and you are left with a giant spreadsheet.    The best solution is a health medium of the 2, where you have both  normalization and denormalization in a schema.&#8221;</p>
<p>(From: http://stackoverflow.com/questions/892960/too-many-columns-in-a-single-database-table)</p>
<p>Seems&#8230; the cost &amp; time to break a single too-many-columns table into smaller VS. the loss of flexibility when adding new columns.</p>
<p>Actually&#8230; nobody cares except me&#8230; but I will break it into smaller ones anyway since that just looks smarter. <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kimsooil.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kimsooil.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kimsooil.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kimsooil.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kimsooil.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kimsooil.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kimsooil.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kimsooil.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kimsooil.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kimsooil.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kimsooil.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kimsooil.wordpress.com/122/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kimsooil.wordpress.com/122/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kimsooil.wordpress.com/122/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kimsooil.wordpress.com&amp;blog=3609321&amp;post=122&amp;subd=kimsooil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kimsooil.wordpress.com/2010/11/19/question-good-and-bad-in-too-many-columns-in-a-single-database-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3b1fc8b957779b58743724329b9edfd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kimsooil</media:title>
		</media:content>
	</item>
		<item>
		<title>Grails and DBs (HSQL, MySQL, Oracle, Postgres, H2)</title>
		<link>http://kimsooil.wordpress.com/2010/11/18/grails-and-dbs-hsql-mysql-oracle-postgres/</link>
		<comments>http://kimsooil.wordpress.com/2010/11/18/grails-and-dbs-hsql-mysql-oracle-postgres/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 14:23:15 +0000</pubDate>
		<dc:creator>kimsooil</dc:creator>
				<category><![CDATA[Java Groovy Grails]]></category>

		<guid isPermaLink="false">http://kimsooil.wordpress.com/?p=106</guid>
		<description><![CDATA[I&#8217;ve been using Grails/Groovy for all my projects (mostly bio-medical informatics) since early 2010. &#8230; For now, I am supposed to implement a web survey application which should be just a bit long web form. I ended up creating a Grails/Groovy Domain Class which has more than 500 variables. (Maybe &#8230; close to 1000s. Yeah&#8230; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kimsooil.wordpress.com&amp;blog=3609321&amp;post=106&amp;subd=kimsooil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using Grails/Groovy for all my projects (mostly bio-medical informatics) since early 2010.</p>
<p>&#8230;</p>
<p>For now, I am supposed to implement a web survey application which should be just a bit long web form. I ended up creating a Grails/Groovy Domain Class which has more than 500 variables. (Maybe &#8230; close to 1000s. Yeah&#8230; it&#8217;s stupid to design that many variables in a single domain. Not a good excuse though &#8211; Original Questions/Answers sheet is just not good for design. I had to put all unorganized questions one by one very quickly. I can say&#8230; it&#8217;s very similar to online registration form with so much different kinds of questions I am not familiar with).</p>
<p>The default datasource for Grails, HSQL (in-memory and file-based) works without an issue. I deployed after changing to production setting with MySQL. Soon I got the startup failure. MySQL have an issue with numbers of columns (which is same as number of variables). So, if MySQL is the final, I have to divide a big domain into smaller ones. I am not sure the maximum number of  columns in MySQL. Here is the clue: (http://dev.mysql.com/doc/refman/5.0/en/column-count-limit.html).</p>
<p>Next, I decided to try Oracle to solve it. but Oracle has different issue with my application &#8211; a single column name&#8217;s length should not exceed 30 characters.(http://www.dba-oracle.com/sf_ora_00972_identifier_is_too_long.htm)</p>
<p>I turned to Postgres which I have never used in my former projects. It took couple of hours to understand how it works &#8211; I just needed to figure out how to configure remote hosts to access the db on Postgres. I works finally.</p>
<p>If I had another database issue, I would try H2. H2 is built by the developer of HSQL too.  It seems better &#8211; small  footprint, fast, pure-java, and feature-rich, etc. Here is the comparisons (copied from  http://www.h2database.com).</p>
<table>
<tbody>
<tr>
<th></th>
<th>H2</th>
<th><a href="http://db.apache.org/derby">Derby</a></th>
<th><a href="http://hsqldb.org/">HSQLDB</a></th>
<th><a href="http://mysql.com/">MySQL</a></th>
<th><a href="http://www.postgresql.org/">PostgreSQL</a></th>
</tr>
<tr>
<td>Pure Java</td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
</tr>
<tr>
<td>Memory Mode</td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
</tr>
<tr>
<td>Encrypted Database</td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
</tr>
<tr>
<td>ODBC Driver</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td>Fulltext Search</td>
<td>Yes</td>
<td>No</td>
<td>No</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td>Multi Version Concurrency</td>
<td>Yes</td>
<td>No</td>
<td>Yes</td>
<td>Yes</td>
<td>Yes</td>
</tr>
<tr>
<td>Footprint (jar/dll size)</td>
<td>~1 MB</td>
<td>~2 MB</td>
<td>~1 MB</td>
<td>~4 MB</td>
<td>~6 MB</td>
</tr>
</tbody>
</table>
<p>See also the <a href="http://www.h2database.com/html/features.html#comparison">detailed comparison</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kimsooil.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kimsooil.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kimsooil.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kimsooil.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kimsooil.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kimsooil.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kimsooil.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kimsooil.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kimsooil.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kimsooil.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kimsooil.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kimsooil.wordpress.com/106/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kimsooil.wordpress.com/106/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kimsooil.wordpress.com/106/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kimsooil.wordpress.com&amp;blog=3609321&amp;post=106&amp;subd=kimsooil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kimsooil.wordpress.com/2010/11/18/grails-and-dbs-hsql-mysql-oracle-postgres/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3b1fc8b957779b58743724329b9edfd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kimsooil</media:title>
		</media:content>
	</item>
		<item>
		<title>English or Korean</title>
		<link>http://kimsooil.wordpress.com/2010/11/18/english-or-korean/</link>
		<comments>http://kimsooil.wordpress.com/2010/11/18/english-or-korean/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 13:41:40 +0000</pubDate>
		<dc:creator>kimsooil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kimsooil.wordpress.com/?p=104</guid>
		<description><![CDATA[Which language should I use for blogging? For now, personal &#38; non-technical would be written in Korean, while I use English for Technical &#38; IT-related writing.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kimsooil.wordpress.com&amp;blog=3609321&amp;post=104&amp;subd=kimsooil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Which language should I use for blogging?</p>
<p>For now, personal &amp; non-technical would be written in Korean, while I use English for Technical &amp; IT-related writing.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kimsooil.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kimsooil.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kimsooil.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kimsooil.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kimsooil.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kimsooil.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kimsooil.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kimsooil.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kimsooil.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kimsooil.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kimsooil.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kimsooil.wordpress.com/104/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kimsooil.wordpress.com/104/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kimsooil.wordpress.com/104/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kimsooil.wordpress.com&amp;blog=3609321&amp;post=104&amp;subd=kimsooil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kimsooil.wordpress.com/2010/11/18/english-or-korean/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3b1fc8b957779b58743724329b9edfd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kimsooil</media:title>
		</media:content>
	</item>
		<item>
		<title>Leonid Meteor Shower (nov.18)</title>
		<link>http://kimsooil.wordpress.com/2010/11/18/leonid-meteor-shower-nov-18/</link>
		<comments>http://kimsooil.wordpress.com/2010/11/18/leonid-meteor-shower-nov-18/#comments</comments>
		<pubDate>Thu, 18 Nov 2010 10:43:32 +0000</pubDate>
		<dc:creator>kimsooil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kimsooil.wordpress.com/?p=102</guid>
		<description><![CDATA[달이 지고 새벽 3시쯤부터 해뜨기전까지&#8230; 5시15분쯤이 가장 많이 보인다고 그래서&#8230; 새벽 4시반에 깨서&#8230; 동쪽하늘을 열심히 봤는데&#8230; 결국 못 찾다가&#8230; 포기하기 직전에 남쪽 하늘에서 한개 봤다.  딸아이가 자기전에는 깨워달라더니&#8230; 깨워도 그냥 자는군&#8230; 그리고 구름이 껴서&#8230; 더이상은 관측 불가능&#8230;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kimsooil.wordpress.com&amp;blog=3609321&amp;post=102&amp;subd=kimsooil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://us.rd.yahoo.com/dailynews/space/sc_space/storytext/besttimetoseetheleonidmeteorshowerisnow/38587144/SIG=10ngrb2va/*http://yhoo.it/cpCqly"><img src="http://d.yimg.com/a/p/net/20101117/capt.ab26a224cc62370ee91b923c05242bb0.jpeg?x=400&amp;y=261&amp;q=85&amp;sig=BrJ8zyI4Bev1y.K.ai5JRQ--" alt="" width="399" height="261" /></a></p>
<p>달이 지고 새벽 3시쯤부터 해뜨기전까지&#8230; 5시15분쯤이 가장 많이 보인다고 그래서&#8230; 새벽 4시반에 깨서&#8230; 동쪽하늘을 열심히 봤는데&#8230; 결국 못 찾다가&#8230; 포기하기 직전에 남쪽 하늘에서 한개 봤다.  딸아이가 자기전에는 깨워달라더니&#8230; 깨워도 그냥 자는군&#8230;</p>
<p>그리고 구름이 껴서&#8230; 더이상은 관측 불가능&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kimsooil.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kimsooil.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kimsooil.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kimsooil.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kimsooil.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kimsooil.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kimsooil.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kimsooil.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kimsooil.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kimsooil.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kimsooil.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kimsooil.wordpress.com/102/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kimsooil.wordpress.com/102/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kimsooil.wordpress.com/102/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kimsooil.wordpress.com&amp;blog=3609321&amp;post=102&amp;subd=kimsooil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kimsooil.wordpress.com/2010/11/18/leonid-meteor-shower-nov-18/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3b1fc8b957779b58743724329b9edfd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kimsooil</media:title>
		</media:content>

		<media:content url="http://d.yimg.com/a/p/net/20101117/capt.ab26a224cc62370ee91b923c05242bb0.jpeg?x=400&#38;y=261&#38;q=85&#38;sig=BrJ8zyI4Bev1y.K.ai5JRQ--" medium="image" />
	</item>
		<item>
		<title>그래 블로그를 다시 써보기로 했다.</title>
		<link>http://kimsooil.wordpress.com/2010/11/17/%ea%b7%b8%eb%9e%98-%eb%b8%94%eb%a1%9c%ea%b7%b8%eb%a5%bc-%eb%8b%a4%ec%8b%9c-%ec%8d%a8%eb%b3%b4%ea%b8%b0%eb%a1%9c-%ed%96%88%eb%8b%a4/</link>
		<comments>http://kimsooil.wordpress.com/2010/11/17/%ea%b7%b8%eb%9e%98-%eb%b8%94%eb%a1%9c%ea%b7%b8%eb%a5%bc-%eb%8b%a4%ec%8b%9c-%ec%8d%a8%eb%b3%b4%ea%b8%b0%eb%a1%9c-%ed%96%88%eb%8b%a4/#comments</comments>
		<pubDate>Wed, 17 Nov 2010 16:29:35 +0000</pubDate>
		<dc:creator>kimsooil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kimsooil.wordpress.com/?p=98</guid>
		<description><![CDATA[우선 적당한 스킨부터 찾고&#8230; 쓸 글은 페이스북에 끄적거리는 걸 좀 이곳으로 돌려볼까 생각중이다.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kimsooil.wordpress.com&amp;blog=3609321&amp;post=98&amp;subd=kimsooil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>우선 적당한 스킨부터 찾고&#8230; 쓸 글은 페이스북에 끄적거리는 걸 좀 이곳으로 돌려볼까 생각중이다.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kimsooil.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kimsooil.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kimsooil.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kimsooil.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kimsooil.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kimsooil.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kimsooil.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kimsooil.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kimsooil.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kimsooil.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kimsooil.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kimsooil.wordpress.com/98/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kimsooil.wordpress.com/98/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kimsooil.wordpress.com/98/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kimsooil.wordpress.com&amp;blog=3609321&amp;post=98&amp;subd=kimsooil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kimsooil.wordpress.com/2010/11/17/%ea%b7%b8%eb%9e%98-%eb%b8%94%eb%a1%9c%ea%b7%b8%eb%a5%bc-%eb%8b%a4%ec%8b%9c-%ec%8d%a8%eb%b3%b4%ea%b8%b0%eb%a1%9c-%ed%96%88%eb%8b%a4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3b1fc8b957779b58743724329b9edfd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kimsooil</media:title>
		</media:content>
	</item>
		<item>
		<title>우리집&#8230; 꼬장/깽판 돌이</title>
		<link>http://kimsooil.wordpress.com/2009/11/01/75/</link>
		<comments>http://kimsooil.wordpress.com/2009/11/01/75/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 15:51:15 +0000</pubDate>
		<dc:creator>kimsooil</dc:creator>
				<category><![CDATA[family]]></category>

		<guid isPermaLink="false">http://kimsooil.wordpress.com/2009/11/01/75/</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kimsooil.wordpress.com&amp;blog=3609321&amp;post=75&amp;subd=kimsooil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="pp_items">
<div class="pp_item" align="center"><img src="http://static.pixelpipe.com/872b9105-a548-4c2a-9c15-00e4495b08d2_b.jpg" style="max-width:100%;" /></div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kimsooil.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kimsooil.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kimsooil.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kimsooil.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kimsooil.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kimsooil.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kimsooil.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kimsooil.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kimsooil.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kimsooil.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kimsooil.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kimsooil.wordpress.com/75/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kimsooil.wordpress.com/75/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kimsooil.wordpress.com/75/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kimsooil.wordpress.com&amp;blog=3609321&amp;post=75&amp;subd=kimsooil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kimsooil.wordpress.com/2009/11/01/75/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3b1fc8b957779b58743724329b9edfd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kimsooil</media:title>
		</media:content>

		<media:content url="http://static.pixelpipe.com/872b9105-a548-4c2a-9c15-00e4495b08d2_b.jpg" medium="image" />
	</item>
		<item>
		<title>유진이가 안경을 쓰기 시작했다&#8230;</title>
		<link>http://kimsooil.wordpress.com/2009/10/06/74/</link>
		<comments>http://kimsooil.wordpress.com/2009/10/06/74/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 00:48:42 +0000</pubDate>
		<dc:creator>kimsooil</dc:creator>
				<category><![CDATA[family]]></category>

		<guid isPermaLink="false">http://kimsooil.wordpress.com/2009/10/06/74/</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kimsooil.wordpress.com&amp;blog=3609321&amp;post=74&amp;subd=kimsooil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="pp_items">
<div class="pp_item"><img style="max-width:100%;" src="http://static.pixelpipe.com/802eba8f-672c-4d5e-83c1-61be3a4b24a9_b.jpg" alt="" /></div>
<div class="pp_item"><img style="max-width:100%;" src="http://static.pixelpipe.com/409f28ab-5f02-4a3c-a6da-5cb2d5c3df52_b.jpg" alt="" /></div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kimsooil.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kimsooil.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kimsooil.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kimsooil.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kimsooil.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kimsooil.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kimsooil.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kimsooil.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kimsooil.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kimsooil.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kimsooil.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kimsooil.wordpress.com/74/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kimsooil.wordpress.com/74/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kimsooil.wordpress.com/74/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kimsooil.wordpress.com&amp;blog=3609321&amp;post=74&amp;subd=kimsooil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kimsooil.wordpress.com/2009/10/06/74/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3b1fc8b957779b58743724329b9edfd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kimsooil</media:title>
		</media:content>

		<media:content url="http://static.pixelpipe.com/802eba8f-672c-4d5e-83c1-61be3a4b24a9_b.jpg" medium="image" />

		<media:content url="http://static.pixelpipe.com/409f28ab-5f02-4a3c-a6da-5cb2d5c3df52_b.jpg" medium="image" />
	</item>
		<item>
		<title>Tampa Bay Rays&#8217; Last game of the 2009 (vs. Yankees)</title>
		<link>http://kimsooil.wordpress.com/2009/10/04/71/</link>
		<comments>http://kimsooil.wordpress.com/2009/10/04/71/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 16:50:25 +0000</pubDate>
		<dc:creator>kimsooil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kimsooil.wordpress.com/2009/10/04/71/</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kimsooil.wordpress.com&amp;blog=3609321&amp;post=71&amp;subd=kimsooil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="pp_items">
<img style="max-width:100%;" src="http://static.pixelpipe.com/3d15b7ce-d499-488b-9c95-b3645a965465_b.jpg" alt="" width="300" height="225" /><br />
<img style="max-width:100%;" src="http://static.pixelpipe.com/e770f3b6-3d44-4d25-b62a-bdcb3d73dd85_b.jpg" alt="" width="300" height="225" /></div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kimsooil.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kimsooil.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kimsooil.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kimsooil.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kimsooil.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kimsooil.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kimsooil.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kimsooil.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kimsooil.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kimsooil.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kimsooil.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kimsooil.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kimsooil.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kimsooil.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kimsooil.wordpress.com&amp;blog=3609321&amp;post=71&amp;subd=kimsooil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kimsooil.wordpress.com/2009/10/04/71/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3b1fc8b957779b58743724329b9edfd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kimsooil</media:title>
		</media:content>

		<media:content url="http://static.pixelpipe.com/3d15b7ce-d499-488b-9c95-b3645a965465_b.jpg" medium="image" />

		<media:content url="http://static.pixelpipe.com/e770f3b6-3d44-4d25-b62a-bdcb3d73dd85_b.jpg" medium="image" />
	</item>
		<item>
		<title>현수는 탈것을 무서워 한다&#8230; 유진이는 안그랬는데&#8230;흠&#8230;</title>
		<link>http://kimsooil.wordpress.com/2009/09/06/68/</link>
		<comments>http://kimsooil.wordpress.com/2009/09/06/68/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 18:45:54 +0000</pubDate>
		<dc:creator>kimsooil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kimsooil.wordpress.com/2009/09/06/68/</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kimsooil.wordpress.com&amp;blog=3609321&amp;post=68&amp;subd=kimsooil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="pp_items">
<div class="pp_item"><img style="max-width:100%;" src="http://static.pixelpipe.com/39881c23-2d69-402c-908a-335e0f56eec4_b.jpg" alt="" /></div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kimsooil.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kimsooil.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kimsooil.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kimsooil.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kimsooil.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kimsooil.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kimsooil.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kimsooil.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kimsooil.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kimsooil.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kimsooil.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kimsooil.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kimsooil.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kimsooil.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kimsooil.wordpress.com&amp;blog=3609321&amp;post=68&amp;subd=kimsooil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kimsooil.wordpress.com/2009/09/06/68/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3b1fc8b957779b58743724329b9edfd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kimsooil</media:title>
		</media:content>

		<media:content url="http://static.pixelpipe.com/39881c23-2d69-402c-908a-335e0f56eec4_b.jpg" medium="image" />
	</item>
		<item>
		<title>큰 맘먹고 산 Running machine&#8230; 잘 안 달린다&#8230; 괜히 산것 같다.</title>
		<link>http://kimsooil.wordpress.com/2009/09/04/66/</link>
		<comments>http://kimsooil.wordpress.com/2009/09/04/66/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 19:24:37 +0000</pubDate>
		<dc:creator>kimsooil</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kimsooil.wordpress.com/2009/09/04/66/</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kimsooil.wordpress.com&amp;blog=3609321&amp;post=66&amp;subd=kimsooil&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="pp_items">
<div class="pp_item"><img style="max-width:100%;" src="http://static.pixelpipe.com/1042b2af-3382-4979-b7ca-5153e83f0d38_b.jpg" alt="" /></div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/kimsooil.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/kimsooil.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/kimsooil.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/kimsooil.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/kimsooil.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/kimsooil.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/kimsooil.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/kimsooil.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/kimsooil.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/kimsooil.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/kimsooil.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/kimsooil.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/kimsooil.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/kimsooil.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=kimsooil.wordpress.com&amp;blog=3609321&amp;post=66&amp;subd=kimsooil&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://kimsooil.wordpress.com/2009/09/04/66/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3b1fc8b957779b58743724329b9edfd7?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">kimsooil</media:title>
		</media:content>

		<media:content url="http://static.pixelpipe.com/1042b2af-3382-4979-b7ca-5153e83f0d38_b.jpg" medium="image" />
	</item>
	</channel>
</rss>
