<?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>Minn Myat Soe :: His Notes</title>
	<atom:link href="http://www.minnmyatsoe.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.minnmyatsoe.com</link>
	<description>Personal journal with a technical and computer focus.</description>
	<lastBuildDate>Thu, 12 Apr 2012 07:35:43 +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>HTTP and HTTPS server with Python</title>
		<link>http://www.minnmyatsoe.com/2012/03/http-and-https-server-with-python/</link>
		<comments>http://www.minnmyatsoe.com/2012/03/http-and-https-server-with-python/#comments</comments>
		<pubDate>Fri, 02 Mar 2012 06:32:12 +0000</pubDate>
		<dc:creator>Minn</dc:creator>
				<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.minnmyatsoe.com/?p=159</guid>
		<description><![CDATA[Python 2 has already included an HTTP server module in its later versions. And running the server is as simple as this: root@ubuntu-server1:/var/www/# python -m SimpleHTTPServer Serving HTTP on 0.0.0.0 port 8000 ... It starts the server on port 8000 (by default), and if we want to run on a different port, we will just [...]]]></description>
		<wfw:commentRss>http://www.minnmyatsoe.com/2012/03/http-and-https-server-with-python/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making SQL Queries</title>
		<link>http://www.minnmyatsoe.com/2012/02/making-sql-queries/</link>
		<comments>http://www.minnmyatsoe.com/2012/02/making-sql-queries/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 08:36:37 +0000</pubDate>
		<dc:creator>Minn</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://www.minnmyatsoe.com/?p=171</guid>
		<description><![CDATA[This article is to summarize how do we make SQL queries using different languages and their methods. Making connection to the database will not be covered here. In the examples, we will be querying &#8220;SELECT * FROM employees where eid =and dept =&#8221; It is not recommended to use SQL statements without placeholders in order [...]]]></description>
		<wfw:commentRss>http://www.minnmyatsoe.com/2012/02/making-sql-queries/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>KDE 4.8, Google Chrome and the Proxy</title>
		<link>http://www.minnmyatsoe.com/2012/02/kde-4-8-google-chrome-and-the-proxy/</link>
		<comments>http://www.minnmyatsoe.com/2012/02/kde-4-8-google-chrome-and-the-proxy/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 09:51:59 +0000</pubDate>
		<dc:creator>Minn</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[linux kde "google chrome" proxy]]></category>

		<guid isPermaLink="false">http://www.minnmyatsoe.com/?p=152</guid>
		<description><![CDATA[My KDE was just upgraded to v4.8 from v4.7.x. Privoxy was also configured on the same PC, just to strip some codes. Google Chrome is configured to use the Privoxy proxy on port 8118. After the upgrade, Google Chrome has failed to connect to internet. At the same time, Firefox was working perfectly with or [...]]]></description>
		<wfw:commentRss>http://www.minnmyatsoe.com/2012/02/kde-4-8-google-chrome-and-the-proxy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Python: Pyql module to obtain stock quotes from Y! Finance</title>
		<link>http://www.minnmyatsoe.com/2010/08/python-pyql-module-to-obtain-stock-quotes-from-y-finance/</link>
		<comments>http://www.minnmyatsoe.com/2010/08/python-pyql-module-to-obtain-stock-quotes-from-y-finance/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 08:08:28 +0000</pubDate>
		<dc:creator>Minn</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[pyql]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[yql]]></category>

		<guid isPermaLink="false">http://www.minnmyatsoe.com/?p=148</guid>
		<description><![CDATA[I just made an initial attempt to fetch the stock quotes via YQL, and put the codes into a module. The method &#8220;lookup&#8221; will return a list of python dictionary item(s), based on the information decoded from Yahoo&#8217;s JSON data. The current snapshot is posted on Google Code. The code doesn&#8217;t work with Python 3. [...]]]></description>
		<wfw:commentRss>http://www.minnmyatsoe.com/2010/08/python-pyql-module-to-obtain-stock-quotes-from-y-finance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UPDATE: Running WordPress with Nginx on ArchLinux</title>
		<link>http://www.minnmyatsoe.com/2010/08/update-running-wordpress-with-nginx-on-archlinux/</link>
		<comments>http://www.minnmyatsoe.com/2010/08/update-running-wordpress-with-nginx-on-archlinux/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 08:35:19 +0000</pubDate>
		<dc:creator>Minn</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[apache httpd]]></category>
		<category><![CDATA[archlinux]]></category>
		<category><![CDATA[http basic authentication]]></category>
		<category><![CDATA[mod_redirect]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[redirects]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.minnmyatsoe.com/?p=145</guid>
		<description><![CDATA[After moving to nginx with php-cgi, as described in my previous post, I found that &#8220;php-cgi&#8221; script has become pretty much unstable, with a lot of segmentation faults. I switched to &#8220;spawn-cgi&#8221; and the result is much more satisfactory =)]]></description>
		<wfw:commentRss>http://www.minnmyatsoe.com/2010/08/update-running-wordpress-with-nginx-on-archlinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Running WordPress with Nginx on ArchLinux</title>
		<link>http://www.minnmyatsoe.com/2010/07/running-wordpress-with-nginx-on-archlinux/</link>
		<comments>http://www.minnmyatsoe.com/2010/07/running-wordpress-with-nginx-on-archlinux/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 07:24:17 +0000</pubDate>
		<dc:creator>Minn</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[apache httpd]]></category>
		<category><![CDATA[archlinux]]></category>
		<category><![CDATA[http basic authentication]]></category>
		<category><![CDATA[mod_redirect]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[redirects]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.minnmyatsoe.com/?p=136</guid>
		<description><![CDATA[I just moved this blog over to Nginx server from Apache httpd server. I&#8217;m pretty satisfied with the overall result. I had to take some time to convert my current httpd configuration over to Nginx, since the new server does not support .htaccess or mod_redirects. This is my current requirements for move over: The site [...]]]></description>
		<wfw:commentRss>http://www.minnmyatsoe.com/2010/07/running-wordpress-with-nginx-on-archlinux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>YQL, Python, and Yahoo Finance</title>
		<link>http://www.minnmyatsoe.com/2010/07/yql-python-and-yahoo-finance/</link>
		<comments>http://www.minnmyatsoe.com/2010/07/yql-python-and-yahoo-finance/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 09:29:00 +0000</pubDate>
		<dc:creator>Minn</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[finance]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[stock quotes]]></category>
		<category><![CDATA[yahoo]]></category>
		<category><![CDATA[yql]]></category>

		<guid isPermaLink="false">http://www.minnmyatsoe.com/?p=111</guid>
		<description><![CDATA[YQL is the way to get information from Web Services using SQL-like queries. It also provides us a console where we can test our queries and generate the REST query. To see how it works, just go to the console page, and enter the following as the YQL statement: select * from yahoo.finance.quotes where symbol=&#039;FFIV&#039; [...]]]></description>
		<wfw:commentRss>http://www.minnmyatsoe.com/2010/07/yql-python-and-yahoo-finance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSL and HTTP Basic Authentication</title>
		<link>http://www.minnmyatsoe.com/2010/04/ssl-and-http-basic-authentication/</link>
		<comments>http://www.minnmyatsoe.com/2010/04/ssl-and-http-basic-authentication/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 04:26:14 +0000</pubDate>
		<dc:creator>Minn</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[http basic auth]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[https redirect]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[ssl]]></category>
		<category><![CDATA[uri rewrite]]></category>

		<guid isPermaLink="false">http://www.minnmyatsoe.com/?p=100</guid>
		<description><![CDATA[In general, when I want to force the browser to access certain part of my website via https if the request is made with http, I would put a .htaccess inside that web directory. RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} But when I want to protect the directory with HTTP Basic Auth, it [...]]]></description>
		<wfw:commentRss>http://www.minnmyatsoe.com/2010/04/ssl-and-http-basic-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Haiku OS</title>
		<link>http://www.minnmyatsoe.com/2010/03/haiku-os/</link>
		<comments>http://www.minnmyatsoe.com/2010/03/haiku-os/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 03:28:52 +0000</pubDate>
		<dc:creator>Minn</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[BeOS]]></category>
		<category><![CDATA[haiku os]]></category>
		<category><![CDATA[opensource os]]></category>

		<guid isPermaLink="false">http://www.minnmyatsoe.com/?p=94</guid>
		<description><![CDATA[Haiku is another open source operating system, and IMO we can say it continues from where BeOS left off. I haven&#8217;t had a chance to try BeOS, but read about what it was supposed to do and some beautiful screenshots. BeOS was a closed source OS, and some loyal users tried to re-create the OS [...]]]></description>
		<wfw:commentRss>http://www.minnmyatsoe.com/2010/03/haiku-os/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Walk in the Clouds</title>
		<link>http://www.minnmyatsoe.com/2010/03/a-walk-in-the-clouds/</link>
		<comments>http://www.minnmyatsoe.com/2010/03/a-walk-in-the-clouds/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 09:16:41 +0000</pubDate>
		<dc:creator>Minn</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[amazon ec]]></category>
		<category><![CDATA[amazon s3]]></category>
		<category><![CDATA[cloud servers]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[rackspace]]></category>

		<guid isPermaLink="false">http://www.minnmyatsoe.com/?p=91</guid>
		<description><![CDATA[I&#8217;ve moved this site over to the cloud servers, by Rackspace from my previous shared host. Actually I was looking for a cloud server and cloud space so that I can play with Hadoop. I found Amazon EC servers and S3, but their services charges are expensive for me. While searching for alternatives, CloudServers caught [...]]]></description>
		<wfw:commentRss>http://www.minnmyatsoe.com/2010/03/a-walk-in-the-clouds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

