<?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/"
	>

<channel>
	<title>A Computer Scientist</title>
	<atom:link href="http://blog.taesoo.org/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.taesoo.org</link>
	<description>About the story of my life</description>
	<lastBuildDate>Sat, 04 Sep 2010 19:49:24 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Best Programming Practices</title>
		<link>http://blog.taesoo.org/?p=325</link>
		<comments>http://blog.taesoo.org/?p=325#comments</comments>
		<pubDate>Tue, 31 Aug 2010 18:57:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://blog.taesoo.org/?p=325</guid>
		<description><![CDATA[Every person has own way (or event) to leap a huge step forward to be a great programmer. In the world regardless of open source or close sources, there are arguably tons of great sources written by great programmers. I believe that as a young programmer like me, we have to read (and modify, reading [...]]]></description>
			<content:encoded><![CDATA[<p>Every person has own way (or event) to leap a huge step forward to be a great programmer. In the world regardless of open source or close sources, there are arguably tons of great sources written by great programmers. I believe that as a young programmer like me, we have to read (and modify, reading is not enough) the sources of great projects.</p>
<p>1. Linux 0.01 version</p>
<p>PLAYING WITH: I would like to open this source code (sooner or later) which I modified it to be compilable and usable in my 64bit machine.</p>
<p>2. Wine</p>
<p>REALLY want to read</p>
<p>3. Gcc</p>
<p>4. Emacs</p>
<p>5. Python</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.taesoo.org/?feed=rss2&amp;p=325</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>what every programmer should know about memory</title>
		<link>http://blog.taesoo.org/?p=321</link>
		<comments>http://blog.taesoo.org/?p=321#comments</comments>
		<pubDate>Sun, 20 Jun 2010 13:30:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.taesoo.org/?p=321</guid>
		<description><![CDATA[
Believe or not, programmers choose CPU or Memory when talking about the most important component in nowadays computer. However, software developers usually ignore how exactly it works. Instead, they buy a simple encapsulated interface since cs101. I am also not very interested in how DRAM/SRAM/PRAM/DDR/2/3 are exactly different in terms of silicon. Fortunately, since I [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-323 alignnone" title="memory" src="http://blog.taesoo.org/wp-content/uploads/2010/06/memory1.jpg" alt="memory" width="300" height="300" /></p>
<p style="text-align: left;">Believe or not, programmers choose CPU or Memory when talking about the most important component in nowadays computer. However, software developers usually ignore how exactly it works. Instead, they buy a simple encapsulated interface since cs101. I am also not very interested in how DRAM/SRAM/PRAM/DDR/2/3 are exactly different in terms of silicon. Fortunately, since I was studying EE as my second major in my undergraduate, I am &#8216;very&#8217; familiar with circuit, transistor, and silicon. This paper, (boot is better word) should be read by every young and senior programmers especially not interested in hardware. Every signle details of experiments on L1/L2/L3 Cache is the most valuable source ever. I personally make similar bench code to see how my really pc works (mac air). You have to look inside too!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.taesoo.org/?feed=rss2&amp;p=321</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Ruby Programming Language</title>
		<link>http://blog.taesoo.org/?p=316</link>
		<comments>http://blog.taesoo.org/?p=316#comments</comments>
		<pubDate>Tue, 08 Jun 2010 15:30:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.taesoo.org/?p=316</guid>
		<description><![CDATA[
Shortly, I am a fan of Lisp, Python, C and C++. That&#8217;s mostly because I already get used to these languages. However, I can speak many languages such as Java, Perl and finally Ruby. Speaking itself and fluency are totally different story. As we understand phrases and usages of real language, we also have to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-medium wp-image-317  aligncenter" title="ruby_pl" src="http://blog.taesoo.org/wp-content/uploads/2010/06/ruby_pl-228x300.jpg" alt="ruby_pl" width="228" height="300" /></p>
<p>Shortly, I am a fan of Lisp, Python, C and C++. That&#8217;s mostly because I already get used to these languages. However, I can speak many languages such as Java, Perl and finally Ruby. Speaking itself and fluency are totally different story. As we understand phrases and usages of real language, we also have to be familiar with the patterns of the languages. At least for me, library itself is one part of important aspects to understand these languages because essence of languages are naturally pervasive on the implementation of libraries. With this standpoint, it is hard to say Ruby is my language. However, the language design is the ideal language that most system hackers and application programmers dream of. I like it.</p>
<p>I hope to have many chances to work with Ruby.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.taesoo.org/?feed=rss2&amp;p=316</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The advantages on the centralized policy</title>
		<link>http://blog.taesoo.org/?p=312</link>
		<comments>http://blog.taesoo.org/?p=312#comments</comments>
		<pubDate>Wed, 28 Apr 2010 21:44:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.taesoo.org/?p=312</guid>
		<description><![CDATA[I recently installed Windows 7 on my Mac Air, which is the most restricted environment ever. Tomorrow, I am going to install Ubuntu 10 LTS, which I am looking forward to seeing this new version. While installing the apple hardware drivers on Windows 7, I saw a popup window saying &#8220;there are known compatibility issues [...]]]></description>
			<content:encoded><![CDATA[<p>I recently installed Windows 7 on my Mac Air, which is the most restricted environment ever. Tomorrow, I am going to install Ubuntu 10 LTS, which I am looking forward to seeing this new version. While installing the apple hardware drivers on Windows 7, I saw a popup window saying &#8220;there are known compatibility issues on this program, want to see the solution?&#8221; Unfortunately,  I hate these machine-like, useless recommendations from my dummy pc, but the one message, the &#8220;known&#8221; compatibility, tempt me to see the solution &#8211; I thought the apple didn&#8217;t consider Windows 7 that was not released when I bought this machine. Wow, I simply clicked the download link and installed them! seems to work like a charm!! nice touch <img src='http://blog.taesoo.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.taesoo.org/?feed=rss2&amp;p=312</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pycon 2010 Atlanta</title>
		<link>http://blog.taesoo.org/?p=309</link>
		<comments>http://blog.taesoo.org/?p=309#comments</comments>
		<pubDate>Thu, 18 Feb 2010 16:11:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.taesoo.org/?p=309</guid>
		<description><![CDATA[

I am going to stay in Atlanta for 4 days (from today to next Monday). Fortunately, I got the partial financial support from Pycon (Python Conference) so I don&#8217;t have to spend much of fortune to get there. One of things that I want to understand and figure it out is what are the problems [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/aD3S0wlbek0&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/aD3S0wlbek0&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p style="text-align: left;">I am going to stay in Atlanta for 4 days (from today to next Monday). Fortunately, I got the partial financial support from Pycon (Python Conference) so I don&#8217;t have to spend much of fortune to get there. One of things that I want to understand and figure it out is what are the problems on cs educations or mindset of Korean computer scientists. I don&#8217;t know why .. there are more literally genius friends at KAIST than MIT as far as I feel except professors. Here, professors are such a greatest resources ever, inspiring, creative, nerdy, and real &#8216;live&#8217; hackers. They are programming all the time &#8211; at least in my group! It is not mentioning that KAIST professors are not potent, rather not enthusiastic and don&#8217;t know how to motivate young hackers. For about hackers, it is born by nature so there are many hackers-to-be-born in every nations. The thing is how to stimulate and train them to be real hackers to improve our quality of life of the real world. Anyhow, I am going to Atlanta to see how geek or say nerdy hackers to think and develop! I hope it should be the greatest experience ever.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.taesoo.org/?feed=rss2&amp;p=309</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No Perl Programming Anymore</title>
		<link>http://blog.taesoo.org/?p=305</link>
		<comments>http://blog.taesoo.org/?p=305#comments</comments>
		<pubDate>Fri, 12 Feb 2010 16:13:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.taesoo.org/?p=305</guid>
		<description><![CDATA[
I have tried to learn Perl 5 times maybe since I was sophomore. I tried Perl just because perl seems to be the real geek&#8217;s language but python is just for the novice. Yes.. it was just might distorted thought when I was young. I tried so many books and articles ah! even perl 6, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-medium wp-image-306" title="five-must-have-perl-books" src="http://blog.taesoo.org/wp-content/uploads/2010/02/five-must-have-perl-books-300x224.jpg" alt="five-must-have-perl-books" width="300" height="224" /></p>
<p>I have tried to learn Perl 5 times maybe since I was sophomore. I tried Perl just because perl seems to be the real geek&#8217;s language but python is just for the novice. Yes.. it was just might distorted thought when I was young. I tried so many books and articles ah! even perl 6, which is the worsted implementation ever. Did you see perl 6 performance and specification? adding 100 numbers took over one second.(otherwise, the design itself is much fancier than perl 5, but who is implementing?)</p>
<p>This time, I tried perl to substitute bash, sed, awk and others, but failed. I can&#8217;t find any forte except regular expression integrated statements. Python&#8217;s Regexp is terrible to write, long, dirty match &amp; group, slow re module .. I just want to use // for my regexp. Other than regexp, I can&#8217;t find any advantages of perl at all, so I will never ever try to learn perl again. Instead, try to find other languages like D, C# or Java.</p>
<p> <img src='http://blog.taesoo.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.taesoo.org/?feed=rss2&amp;p=305</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Wowhacker Reloaded</title>
		<link>http://blog.taesoo.org/?p=299</link>
		<comments>http://blog.taesoo.org/?p=299#comments</comments>
		<pubDate>Mon, 11 Jan 2010 02:26:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.taesoo.org/?p=299</guid>
		<description><![CDATA[
This is published by one of Korean hacker&#8217;s groups. I bought the first version of this book, which is pretty impressive to me and makes me happy on Korean hacker&#8217;s culture. This second book is quite disappointed in several points &#8211; first is which they are not talking about principles, but kiddy usages on tools, [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter size-full wp-image-300" title="The WowHacker reloaded" src="http://blog.taesoo.org/wp-content/uploads/2010/01/131144b41a60231a76.gif" alt="The WowHacker reloaded" width="104" height="149" /></p>
<p style="text-align: left;">This is published by one of Korean hacker&#8217;s groups. I bought the first version of this book, which is pretty impressive to me and makes me happy on Korean hacker&#8217;s culture. This second book is quite disappointed in several points &#8211; first is which they are not talking about principles, but kiddy usages on tools, second is which editing and coding style are terrible. Rather than translating, which is time consuming, we need original idea of doing real hacking. However, this is only attempt to publish their works through book. We have to praise a bit for their intent. Good.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.taesoo.org/?feed=rss2&amp;p=299</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Foundations of GTK+</title>
		<link>http://blog.taesoo.org/?p=296</link>
		<comments>http://blog.taesoo.org/?p=296#comments</comments>
		<pubDate>Mon, 04 Jan 2010 21:17:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.taesoo.org/?p=296</guid>
		<description><![CDATA[
Frankly, I am a System Hacker, but I love GUI stuffs too. I am an ardent lover of wxWidget &#38; wxPython, which are multi platform GUI framework. However, Win 32 API &#38; MFC are considered not very bad. I have delved into these framework from the bottom, meaning right above the kernel interface. Even my [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://www.lsl.com.au/images/images-ref/foundations-gtk-plus-development.jpg" alt="" width="287" height="380" /></p>
<p style="text-align: left;">Frankly, I am a System Hacker, but I love GUI stuffs too. I am an ardent lover of wxWidget &amp; wxPython, which are multi platform GUI framework. However, Win 32 API &amp; MFC are considered not very bad. I have delved into these framework from the bottom, meaning right above the kernel interface. Even my main development environment is Ubuntu, GNOME desktop, I didn&#8217;t look inside of it yet! So during the holidays, I checked how GTK+ is constructed above X11 and how is it extensible to construct the GIMPS. My first impression on GTK+ is the best among all. It is really written in C but hard to say imperative C. It is definitely Object Oriented design, as C can do its best. Beautiful ever! (but I like much higher binding of C++ and Python, making me type less than GTK+)</p>
<p style="text-align: left;">I developed <a href="http://taesoo.org/OpenSource/gtklookup">gtklookup-mode</a> while writing gtk code for convenience.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://taesoo.org/@api/deki/files/19/=screenshot_065.resized.png" alt="" width="512" height="311" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://taesoo.org/@api/deki/files/21/=screenshot_069.resized.png" alt="" width="512" height="189" /></p>
<p style="text-align: center;">enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.taesoo.org/?feed=rss2&amp;p=296</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OnLisp</title>
		<link>http://blog.taesoo.org/?p=294</link>
		<comments>http://blog.taesoo.org/?p=294#comments</comments>
		<pubDate>Sat, 02 Jan 2010 06:08:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.taesoo.org/?p=294</guid>
		<description><![CDATA[
One of my dreams during PhD is that I developed Lisp OS. I don&#8217;t know why exactly. After using Lisp, precisely scheme at first, my thinking on software design &#38; algorithm was changed. I can not forget the moment that I understand &#8216;not imperative&#8217; language. When using Lisp, I felt this language is suck ever [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://www.computer-books.us/images/onlisp.jpg" alt="" width="261" height="378" /></p>
<p style="text-align: left;">One of my dreams during PhD is that I developed Lisp OS. I don&#8217;t know why exactly. After using Lisp, precisely scheme at first, my thinking on software design &amp; algorithm was changed. I can not forget the moment that I understand &#8216;not imperative&#8217; language. When using Lisp, I felt this language is suck ever not better than calculator as any other novice programmers, yes young students. All students are thinking Java is nice and C++ is suck, but C is umm sometimes better to write an algorithm to solve ICPC problems. No body think that Lisp is better suit to everything. Lisp is different in many aspects. First, you can design your own language. When writing a code with C++/Java, you might feel comfortable with libraries right? These are totally mangled codes of templates and retrospections &amp; reflections. Lisp has much better way to deal with your source code as your data and data is your source code, too. Even Python that is one of my favorites doesn&#8217;t provide any features that I expected in Lisp. For example, let us assume we are writing unittest or debugging framework. Our c macro (preprocessor, cpp macro) helps a lot &#8211; such as __FUNCTION_NAME__, __LINE_NO__ , #, ##, &#8230; see boost preprocessors perfect isn&#8217;t it?</p>
<p style="text-align: left;">However, Lisp&#8217;s approach is much fancy and neat. Macro is not different code. It is tool to make our computers to write our code on behalf of us. Simply it is the way to control and command pc to work properly and fast.</p>
<p style="text-align: left;">So, why OS as Lisp? I will talk about it later <img src='http://blog.taesoo.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.taesoo.org/?feed=rss2&amp;p=294</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Cathedral and the Bazaar</title>
		<link>http://blog.taesoo.org/?p=287</link>
		<comments>http://blog.taesoo.org/?p=287#comments</comments>
		<pubDate>Sat, 02 Jan 2010 05:52:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.taesoo.org/?p=287</guid>
		<description><![CDATA[
As an one of intellectual pundits in computer science, I think that the Open Source is one of the most influential discoveries in 21st century. The reason why I mentioned discovery not invention is that it is exactly fit with human nature. The thing is thing, but anything else. These are the things that are [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://www.biocrawler.com/w/images/c/c4/Cathedral-and-the-Bazaar-book-cover.jpg" alt="" width="245" height="378" /></p>
<p style="text-align: left;">As an one of intellectual pundits in computer science, I think that the Open Source is one of the most influential discoveries in 21st century. The reason why I mentioned discovery not invention is that it is exactly fit with human nature. The thing is thing, but anything else. These are the things that are intellectually valuable and beneficial to everyone when pervasive. Such as music, philosophy, math, and natural science, the software is not the thing we can seize and prevent them from being disclosed. To whole human beings, these activities definitely make them valuable, but for artists, philosophers, mathematicians and hackers, it should be more than just valuable. Since we are human beings, we can not live just with intellectual achievements. We also need love, food, family and surely money.</p>
<p style="text-align: center;">Is there any new model to satisfy all of these conditions<br />
1. making our society valuable as a whole<br />
2. making each individual satisfying as an individual in our society<br />
3. making them feel respects and achievements</p>
<p style="text-align: center;">We are not volunteer!<br />
Need much sophisticated model rather than FOSS..<br />
We also like you, yes human beings.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.taesoo.org/?feed=rss2&amp;p=287</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
