<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Passion is like genius; a miracle.</title>
	<atom:link href="http://mkseo.pe.kr/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://mkseo.pe.kr/blog</link>
	<description></description>
	<lastBuildDate>Tue, 20 Mar 2012 16:07:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on bashish &#8211; colorful bash shell by Minkoo Seo</title>
		<link>http://mkseo.pe.kr/blog/?p=1027&#038;cpage=1#comment-645045</link>
		<dc:creator>Minkoo Seo</dc:creator>
		<pubDate>Tue, 20 Mar 2012 16:07:10 +0000</pubDate>
		<guid isPermaLink="false">http://mkseo.pe.kr/blog/?p=1027#comment-645045</guid>
		<description>PS1=\[\e[0;30;47m\][\u@\h:\w]\[\e[0m\]# 

Is my preference these days.</description>
		<content:encoded><![CDATA[<p>PS1=\[\e[0;30;47m\][\u@\h:\w]\[\e[0m\]# </p>
<p>Is my preference these days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on add_const_ref by Minkoo Seo</title>
		<link>http://mkseo.pe.kr/blog/?p=1172&#038;cpage=1#comment-645044</link>
		<dc:creator>Minkoo Seo</dc:creator>
		<pubDate>Tue, 20 Mar 2012 16:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://mkseo.pe.kr/blog/?p=1172#comment-645044</guid>
		<description>HU Jiayi,

Sorry that your template parameters are deleted. You could escape them before post or use 

[ code ]
...
[ /code ]
(surely without space)

block.

That&#039;ll give you UI like this:

[code]
template&lt;foo bar&gt;
[/code]

Sorry for inconvenience.</description>
		<content:encoded><![CDATA[<p>HU Jiayi,</p>
<p>Sorry that your template parameters are deleted. You could escape them before post or use </p>
<p>[ code ]<br />
&#8230;<br />
[ /code ]<br />
(surely without space)</p>
<p>block.</p>
<p>That&#8217;ll give you UI like this:</p>
<pre class="brush: plain; title: ; notranslate">
template&lt;foo bar&gt;
</pre>
<p>Sorry for inconvenience.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on add_const_ref by HU Jiayi</title>
		<link>http://mkseo.pe.kr/blog/?p=1172&#038;cpage=1#comment-645036</link>
		<dc:creator>HU Jiayi</dc:creator>
		<pubDate>Mon, 12 Mar 2012 08:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://mkseo.pe.kr/blog/?p=1172#comment-645036</guid>
		<description>hi, try this
assert((boost::is_same&lt;add_const_ref::type, const char ** &amp; &gt;::value)==true);

I don&#039;t understand what is the problem if I just specialize the add_const_ref as below (instead of using a helper metafunction)? 

template 
struct add_const_ref
{
   typedef const T &amp; type;
};

template 
struct add_const_ref
{
   typedef T type;
};</description>
		<content:encoded><![CDATA[<p>hi, try this<br />
assert((boost::is_same&lt;add_const_ref::type, const char ** &amp; &gt;::value)==true);</p>
<p>I don&#8217;t understand what is the problem if I just specialize the add_const_ref as below (instead of using a helper metafunction)? </p>
<p>template<br />
struct add_const_ref<br />
{<br />
   typedef const T &amp; type;<br />
};</p>
<p>template<br />
struct add_const_ref<br />
{<br />
   typedef T type;<br />
};</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Clone &amp; Copy Constructor in Java by Baris</title>
		<link>http://mkseo.pe.kr/blog/?p=1704&#038;cpage=1#comment-645030</link>
		<dc:creator>Baris</dc:creator>
		<pubDate>Sun, 22 Jan 2012 23:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://mkseo.pe.kr/blog/?p=1704#comment-645030</guid>
		<description>Cool post. Referring all the pother source in this way is something new and nice!</description>
		<content:encoded><![CDATA[<p>Cool post. Referring all the pother source in this way is something new and nice!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lock, Semaphore, and SpinLock in JDK 5 by Minkoo</title>
		<link>http://mkseo.pe.kr/blog/?p=689&#038;cpage=1#comment-645028</link>
		<dc:creator>Minkoo</dc:creator>
		<pubDate>Tue, 20 Dec 2011 22:21:17 +0000</pubDate>
		<guid isPermaLink="false">http://mkseo.pe.kr/blog/?p=689#comment-645028</guid>
		<description>Thank you! That explains the reason why spinlock was ridiculously fast.</description>
		<content:encoded><![CDATA[<p>Thank you! That explains the reason why spinlock was ridiculously fast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lock, Semaphore, and SpinLock in JDK 5 by Invalid algo</title>
		<link>http://mkseo.pe.kr/blog/?p=689&#038;cpage=1#comment-645027</link>
		<dc:creator>Invalid algo</dc:creator>
		<pubDate>Tue, 20 Dec 2011 21:04:29 +0000</pubDate>
		<guid isPermaLink="false">http://mkseo.pe.kr/blog/?p=689#comment-645027</guid>
		<description>Sorry code did not get through

&quot;try { startSignal.await(); } catch(InterruptedException ie) { ie.printStackTrace(); }&quot;</description>
		<content:encoded><![CDATA[<p>Sorry code did not get through</p>
<p>&#8220;try { startSignal.await(); } catch(InterruptedException ie) { ie.printStackTrace(); }&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Lock, Semaphore, and SpinLock in JDK 5 by Invalid algo</title>
		<link>http://mkseo.pe.kr/blog/?p=689&#038;cpage=1#comment-645026</link>
		<dc:creator>Invalid algo</dc:creator>
		<pubDate>Tue, 20 Dec 2011 21:03:24 +0000</pubDate>
		<guid isPermaLink="false">http://mkseo.pe.kr/blog/?p=689#comment-645026</guid>
		<description>The following line is missing in the Spinlock case, which makes the conclusion irrelevant.

I tested on my own machine and get following outcome:

for synchronized: 2300
for lock: 2201
for semaphore: 2305
for spinlock: 2304</description>
		<content:encoded><![CDATA[<p>The following line is missing in the Spinlock case, which makes the conclusion irrelevant.</p>
<p>I tested on my own machine and get following outcome:</p>
<p>for synchronized: 2300<br />
for lock: 2201<br />
for semaphore: 2305<br />
for spinlock: 2304</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Latex by Vassilis</title>
		<link>http://mkseo.pe.kr/blog/?p=591&#038;cpage=1#comment-645021</link>
		<dc:creator>Vassilis</dc:creator>
		<pubDate>Fri, 02 Dec 2011 16:56:00 +0000</pubDate>
		<guid isPermaLink="false">http://mkseo.pe.kr/blog/?p=591#comment-645021</guid>
		<description>Excellent!!! I&#039;ve read other solutions in the web about thick hlines but this is the simplest and the best.

Thanks a lot</description>
		<content:encoded><![CDATA[<p>Excellent!!! I&#8217;ve read other solutions in the web about thick hlines but this is the simplest and the best.</p>
<p>Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Elements of modern c++ style by herb sutter by minkoo</title>
		<link>http://mkseo.pe.kr/blog/?p=2407&#038;cpage=1#comment-645009</link>
		<dc:creator>minkoo</dc:creator>
		<pubDate>Mon, 31 Oct 2011 16:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://mkseo.pe.kr/blog/?p=2407#comment-645009</guid>
		<description>나도 그 긴글은 패스했어 ㅎㅎ. 뭐 누군가 best practice 를 정해놓으면 그냥 따를생각. 요즘은 통계가 재밌어서 통계책만 보느라 이런 공부할 시간이 없네.</description>
		<content:encoded><![CDATA[<p>나도 그 긴글은 패스했어 ㅎㅎ. 뭐 누군가 best practice 를 정해놓으면 그냥 따를생각. 요즘은 통계가 재밌어서 통계책만 보느라 이런 공부할 시간이 없네.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Elements of modern c++ style by herb sutter by abraxsus</title>
		<link>http://mkseo.pe.kr/blog/?p=2407&#038;cpage=1#comment-645008</link>
		<dc:creator>abraxsus</dc:creator>
		<pubDate>Mon, 31 Oct 2011 02:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://mkseo.pe.kr/blog/?p=2407#comment-645008</guid>
		<description>제목에 오타.. moderm 아니라 modern
그나저나 C++ 많이도 변해가네.. 
“C++11 feels like a new language.” – Bjarne Stroustrup
따라가질 못하게씀.. 이것저것 읽어보면 알긴하겠지만
코딩을 안해보니 손에 안붙어서..흠흠... 이거참..</description>
		<content:encoded><![CDATA[<p>제목에 오타.. moderm 아니라 modern<br />
그나저나 C++ 많이도 변해가네..<br />
“C++11 feels like a new language.” – Bjarne Stroustrup<br />
따라가질 못하게씀.. 이것저것 읽어보면 알긴하겠지만<br />
코딩을 안해보니 손에 안붙어서..흠흠&#8230; 이거참..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

