<?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>Hideki A. Ikeda (HidekiAI) [&#27744;&#30000;&#33521;&#32000;] ["Tony" Ikeda] -  BLog</title>
	<atom:link href="http://www.codemonkeyninja.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.codemonkeyninja.com/blog</link>
	<description>Personal BLog on my opinions, rants, and thoughts of technologies.</description>
	<lastBuildDate>Sun, 08 Apr 2012 13:50:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>bash script and stdout/stderr</title>
		<link>http://www.codemonkeyninja.com/blog/?p=662</link>
		<comments>http://www.codemonkeyninja.com/blog/?p=662#comments</comments>
		<pubDate>Fri, 03 Feb 2012 13:43:40 +0000</pubDate>
		<dc:creator>HidekiAI</dc:creator>
				<category><![CDATA[Technology  Opinions]]></category>

		<guid isPermaLink="false">http://www.codemonkeyninja.com/blog/?p=662</guid>
		<description><![CDATA[Most people pipe and combine stderr to stdout and send it to either /dev/null or other log file, but there are times when you want it separated.  There are times when you only want to preserve just the errors and not care about debugging or info type of messages&#8230; Following are examples of  different combinations [...]]]></description>
		<wfw:commentRss>http://www.codemonkeyninja.com/blog/?feed=rss2&#038;p=662</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>emerge rsync mystery</title>
		<link>http://www.codemonkeyninja.com/blog/?p=611</link>
		<comments>http://www.codemonkeyninja.com/blog/?p=611#comments</comments>
		<pubDate>Wed, 21 Dec 2011 03:00:33 +0000</pubDate>
		<dc:creator>HidekiAI</dc:creator>
				<category><![CDATA[Technology  Opinions]]></category>

		<guid isPermaLink="false">http://www.codemonkeyninja.com/blog/?p=611</guid>
		<description><![CDATA[I have several servers that are Gentoo based because these machines are either fast enough to build as well as homogeneous nature of the boxes to allow me to build it on build server, and use NFS to mount /usr/portage/packages on other hosts, and use &#8220;&#8211;usepkg=y&#8221; to just use the same binary package built by the build-server. [...]]]></description>
		<wfw:commentRss>http://www.codemonkeyninja.com/blog/?feed=rss2&#038;p=611</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Poorman&#8217;s Security Camera</title>
		<link>http://www.codemonkeyninja.com/blog/?p=621</link>
		<comments>http://www.codemonkeyninja.com/blog/?p=621#comments</comments>
		<pubDate>Tue, 06 Dec 2011 02:20:58 +0000</pubDate>
		<dc:creator>HidekiAI</dc:creator>
				<category><![CDATA[Technology  Opinions]]></category>

		<guid isPermaLink="false">http://www.codemonkeyninja.com/blog/?p=621</guid>
		<description><![CDATA[First and foremost, this is just a disclaimer of few things: I&#8217;m sure there&#8217;s some agreement in the EULA that says you can&#8217;t make a fake account and have to be honest about your user information between you and Microsoft/Skype&#8230; This isn&#8217;t a &#8220;real&#8221; security camera, if you have half the brain to setup Skype [...]]]></description>
		<wfw:commentRss>http://www.codemonkeyninja.com/blog/?feed=rss2&#038;p=621</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UbuntuOne (and other storage like AmazonCloud and SkyDrive) and EncFS</title>
		<link>http://www.codemonkeyninja.com/blog/?p=598</link>
		<comments>http://www.codemonkeyninja.com/blog/?p=598#comments</comments>
		<pubDate>Sun, 13 Nov 2011 18:07:27 +0000</pubDate>
		<dc:creator>HidekiAI</dc:creator>
				<category><![CDATA[Technology  Opinions]]></category>

		<guid isPermaLink="false">http://www.codemonkeyninja.com/blog/?p=598</guid>
		<description><![CDATA[Before we start, here are some few notes: UbuntuOne will auto-sync unlike AmazonCloud and MSN/live.com SkyDrive From the perspective of cloud storage, it should not be relevant of whether it is EncFS or EcryptFS because what we want is just encrypted file(s) to be uploaded and downloaded, in fact it could even be .ZIP file with password&#8230; You want something [...]]]></description>
		<wfw:commentRss>http://www.codemonkeyninja.com/blog/?feed=rss2&#038;p=598</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>for_each + map + lambda parameter</title>
		<link>http://www.codemonkeyninja.com/blog/?p=581</link>
		<comments>http://www.codemonkeyninja.com/blog/?p=581#comments</comments>
		<pubDate>Sat, 20 Aug 2011 13:59:33 +0000</pubDate>
		<dc:creator>HidekiAI</dc:creator>
				<category><![CDATA[Technology  Opinions]]></category>

		<guid isPermaLink="false">http://www.codemonkeyninja.com/blog/?p=581</guid>
		<description><![CDATA[The other day, I scratched my head for few minutes and used the search-engine to see how to access the first and second of the map in the std::for_each() using lambdas. In the end, I had to be un-lazy and look at the actual template of the STL to figure it out, but in case [...]]]></description>
		<wfw:commentRss>http://www.codemonkeyninja.com/blog/?feed=rss2&#038;p=581</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix + clamd + clamsmtpd = &#8220;lost connection after RSET&#8221;</title>
		<link>http://www.codemonkeyninja.com/blog/?p=576</link>
		<comments>http://www.codemonkeyninja.com/blog/?p=576#comments</comments>
		<pubDate>Thu, 04 Aug 2011 22:50:47 +0000</pubDate>
		<dc:creator>HidekiAI</dc:creator>
				<category><![CDATA[Technology  Opinions]]></category>

		<guid isPermaLink="false">http://www.codemonkeyninja.com/blog/?p=576</guid>
		<description><![CDATA[A few days ago, I&#8217;ve started to notice that my mail client stopped receiving e-mails from my server.  When I did &#8220;postqueue -p&#8221; to see if my mail was being clogged up, I&#8217;ve noticed 80+ mails that has not been processed (I use postgrey so I am lucky I only have 80+ mails). I&#8217;m BLogging [...]]]></description>
		<wfw:commentRss>http://www.codemonkeyninja.com/blog/?feed=rss2&#038;p=576</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 64 Not for My HP Laptop&#8230;</title>
		<link>http://www.codemonkeyninja.com/blog/?p=572</link>
		<comments>http://www.codemonkeyninja.com/blog/?p=572#comments</comments>
		<pubDate>Fri, 06 May 2011 23:07:44 +0000</pubDate>
		<dc:creator>HidekiAI</dc:creator>
				<category><![CDATA[Technology  Opinions]]></category>

		<guid isPermaLink="false">http://www.codemonkeyninja.com/blog/?p=572</guid>
		<description><![CDATA[I keep making the same mistakes every time I re-install on my laptop&#8230;  I had to re-install the latest Natty on my laptop because it had somehow corrupted my MBR and grub won&#8217;t boot up&#8230;  I inadvertently downloaded the 64-bit desktop forgetting that last time I did that, I had hellova lots of trouble with [...]]]></description>
		<wfw:commentRss>http://www.codemonkeyninja.com/blog/?feed=rss2&#038;p=572</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading Ubuntu took long time because I wasn&#8217;t paying attention!</title>
		<link>http://www.codemonkeyninja.com/blog/?p=567</link>
		<comments>http://www.codemonkeyninja.com/blog/?p=567#comments</comments>
		<pubDate>Sat, 30 Apr 2011 13:06:05 +0000</pubDate>
		<dc:creator>HidekiAI</dc:creator>
				<category><![CDATA[Technology  Opinions]]></category>

		<guid isPermaLink="false">http://www.codemonkeyninja.com/blog/?p=567</guid>
		<description><![CDATA[My favorite distro is Gentoo, but one of the caveats with Gentoo is that you&#8217;ll be building everything and it can take time.  Particularly, slow machines (more so slow disk drives, limited memory, target platforms that is difficult to distcc cross-compile including times where your libc doesn&#8217;t match because some of your hosts cannot upgrade [...]]]></description>
		<wfw:commentRss>http://www.codemonkeyninja.com/blog/?feed=rss2&#038;p=567</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gcc and libtool</title>
		<link>http://www.codemonkeyninja.com/blog/?p=529</link>
		<comments>http://www.codemonkeyninja.com/blog/?p=529#comments</comments>
		<pubDate>Sun, 13 Jun 2010 18:14:55 +0000</pubDate>
		<dc:creator>HidekiAI</dc:creator>
				<category><![CDATA[Technology  Opinions]]></category>
		<category><![CDATA[gcc]]></category>

		<guid isPermaLink="false">http://www.codemonkeyninja.com/blog/?p=529</guid>
		<description><![CDATA[Short and sweet&#8230; If you emerge and/or eselect a new version of gcc, check and verify via libtool &#8211;config that your lib path (i.e.  sys_lib_search_path_spec) is correct.  Although an overkill (supposedly, there is a &#8220;fix_libtool_files.sh&#8221; that should do this) just emerge libtool and it should update your search paths.]]></description>
		<wfw:commentRss>http://www.codemonkeyninja.com/blog/?feed=rss2&#038;p=529</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switched to Chromium and Never Turning Back (for now)</title>
		<link>http://www.codemonkeyninja.com/blog/?p=498</link>
		<comments>http://www.codemonkeyninja.com/blog/?p=498#comments</comments>
		<pubDate>Sat, 15 May 2010 16:50:41 +0000</pubDate>
		<dc:creator>HidekiAI</dc:creator>
				<category><![CDATA[Technology  Opinions]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.codemonkeyninja.com/blog/?p=498</guid>
		<description><![CDATA[One of the frustrations I have with Firefox (on both Linux and Windows) is that it is not just a memory hog but a CPU hog as well.  On my Linux box (only box that has desktop, others are all console/text based) that runs under Xfce4, watching top will tell me that it&#8217;s eating up [...]]]></description>
		<wfw:commentRss>http://www.codemonkeyninja.com/blog/?feed=rss2&#038;p=498</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

