<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Simply Random</title>
	
	<link>http://phalkunz.com</link>
	<description>programmer . web &amp; graphic enthusiast . amateur photographer . blogger . mac user</description>
	<lastBuildDate>Wed, 21 Oct 2009 00:00:00 PDT</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/phalkunzsblog" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item><title>Links for 2009-10-20 [del.icio.us]</title><link>http://feedproxy.google.com/~r/phalkunzsblog/~3/0_uNwDuDgJA/phalkunz</link><pubDate>Wed, 21 Oct 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/phalkunz#2009-10-20</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://wiki.gandi.net/en/hosting/using-linux/tutorials/ubuntu/virtualhosts"&gt;Hosting multiple websites on Apache2 - Gandi Docs&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/phalkunz#2009-10-20</feedburner:origLink></item><item><title>Links for 2009-10-16 [del.icio.us]</title><link>http://feedproxy.google.com/~r/phalkunzsblog/~3/A7oJyqmwx0A/phalkunz</link><pubDate>Sat, 17 Oct 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/phalkunz#2009-10-16</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://shiflett.org/articles"&gt;Chris Shiflett: Articles&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/phalkunz#2009-10-16</feedburner:origLink></item><item>
		<title>TextMate: Search a Current Folder</title>
		<link>http://feedproxy.google.com/~r/phalkunzsblog/~3/vUsrMD31LYU/</link>
		<comments>http://phalkunz.com/2009/10/17/textmate-search-a-current-folder/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 01:14:30 +0000</pubDate>
		<dc:creator>phalkunz</dc:creator>
				<category><![CDATA[productivity]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[textmate]]></category>

		<guid isPermaLink="false">http://phalkunz.com/?p=579</guid>
		<description><![CDATA[This is a script for finding a string in files under a current folder in TextMate. It can be very convenient if you know what you are looking is in a particular folder by saving your time searching each file individually or going through a long list of the search result produced by &#8216;Find in [...]]]></description>
			<content:encoded><![CDATA[<p>This is a script for finding a string in files under a current folder in TextMate. It can be very convenient if you know what you are looking is in a particular folder by saving your time searching each file individually or going through a long list of the search result produced by &#8216;Find in Project&#8217; function.</p>
<div class="codecolorer-container bash twitlight" style="overflow:auto;white-space:nowrap;width:500px;height:650px"><div class="bash codecolorer" style="font-family:Monaco,Lucida Console,monospace"><span class="co0"># Search text in files under the current folder</span><br />
<span class="co0"># by Saophalkun Ponlu</span><br />
<span class="co0"># 15 Jun 2009 | Last Changed 12 Oct 2009</span><br />
<br />
<span class="co0"># input dialog box</span><br />
<span class="re2">res</span>=$<span class="br0">&#40;</span>CocoaDialog inputbox <span class="re5">--title</span> <span class="st0">&quot;Search Folder&quot;</span> \<br />
<span class="re5">--informative-text</span> <span class="st0">&quot;Enter a search string:&quot;</span> \<br />
<span class="re5">--button1</span> <span class="st0">&quot;Okay&quot;</span> <span class="re5">--button2</span> <span class="st0">&quot;Cancel&quot;</span><span class="br0">&#41;</span><br />
<br />
<span class="co0"># get the actual search string</span><br />
<span class="re2">SEARCH</span>=$<span class="br0">&#40;</span><span class="kw2">tail</span> <span class="re5">-n1</span> <span class="sy0">&amp;</span>lt;<span class="sy0">&amp;</span>lt;<span class="sy0">&amp;</span>lt;<span class="st0">&quot;<span class="es2">$res</span>&quot;</span><span class="br0">&#41;</span><br />
<br />
<span class="co0"># search and replace regular expression</span><br />
<span class="re2">MATCH</span>=<span class="st0">&quot;^\([a-zA-Z/._-]*\):\([0-9]*\):\(.*\)&quot;</span><br />
<span class="re2">REPLACE</span>=<span class="st_h">'&amp;lt;li&amp;gt;&amp;lt;a href=\&quot;txmt:\/\/open\/?url=file:\/\/\/\1\&amp;amp;line=\2\&quot;&amp;gt;\1 (\2)&amp;lt;\/a&amp;gt; &amp;lt;p&amp;gt;\3&amp;lt;\/p&amp;gt;&amp;lt;\/li&amp;gt;'</span><br />
<br />
<span class="co0"># output styles</span><br />
<span class="kw3">echo</span> <span class="st0">&quot;<br />
&amp;lt;style&amp;gt;<br />
body { font-size: 12px; }<br />
li { list-style: none; border-bottom: 2px solid #eee; padding: 10px 5px 5px }<br />
li p { color: #333; margin-left: 1.5em; margin-top: .6em; margin-bottom: 1.2em; }<br />
&amp;lt;/style&amp;gt;<br />
&quot;</span><br />
<br />
<span class="re2">SELECTED_DIR</span>=<span class="re1">$TM_SELECTED_FILE</span><br />
<br />
<span class="co0"># if the selected item (path) is a file then get its directory instead</span><br />
<span class="kw1">if</span> <span class="br0">&#91;</span> <span class="re5">-f</span> <span class="st0">&quot;<span class="es2">$SELECTED_DIR</span>&quot;</span> <span class="br0">&#93;</span>; <span class="kw1">then</span><br />
<span class="re2">SELECTED_DIR</span>=<span class="sy0">`</span><span class="kw2">dirname</span> <span class="re1">$SELECTED_DIR</span><span class="sy0">`</span>;<br />
<span class="kw1">fi</span><br />
<br />
<span class="kw3">echo</span> <span class="re1">$SELECTED_DIR</span><br />
<span class="kw3">echo</span> <span class="st0">&quot;&amp;lt;h3&amp;gt;You searched for: &amp;lt;em style=<span class="es1">\&quot;</span>color: red<span class="es1">\&quot;</span>&amp;gt;<span class="es2">$SEARCH</span>&amp;lt;/em&amp;gt;&amp;lt;/h3&amp;gt;&quot;</span><br />
<br />
<span class="co0"># the search process starts</span><br />
<span class="kw2">grep</span> <span class="re5">-rn</span> <span class="re5">--exclude</span>=<span class="sy0">*</span>.svn-base <span class="st0">&quot;<span class="es2">$SEARCH</span>&quot;</span> <span class="re1">$SELECTED_DIR</span> <span class="sy0">|</span> <span class="kw2">sed</span>  <span class="st0">&quot;s/<span class="es2">$MATCH</span>/<span class="es2">$REPLACE</span>/g&quot;</span></div></div>
]]></content:encoded>
			<wfw:commentRss>http://phalkunz.com/2009/10/17/textmate-search-a-current-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://phalkunz.com/2009/10/17/textmate-search-a-current-folder/</feedburner:origLink></item>
		<item><title>Links for 2009-10-14 [del.icio.us]</title><link>http://feedproxy.google.com/~r/phalkunzsblog/~3/ozM5GGlPFic/phalkunz</link><pubDate>Thu, 15 Oct 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/phalkunz#2009-10-14</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://httpd.apache.org/docs/2.0/mod/mod_rewrite.html"&gt;mod_rewrite - Apache HTTP Server&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/phalkunz#2009-10-14</feedburner:origLink></item><item><title>Links for 2009-10-12 [del.icio.us]</title><link>http://feedproxy.google.com/~r/phalkunzsblog/~3/hF0xVyGCVgo/phalkunz</link><pubDate>Tue, 13 Oct 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/phalkunz#2009-10-12</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://www.addedbytes.com/cheat-sheets/regular-expressions-cheat-sheet/"&gt;Regular Expressions Cheat Sheet (V2) - Cheat Sheets - Added Bytes&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.regular-expressions.info/tutorialcnt.html"&gt;Regular Expressions Tutorial Table of Contents&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/phalkunz#2009-10-12</feedburner:origLink></item><item><title>Links for 2009-10-07 [del.icio.us]</title><link>http://feedproxy.google.com/~r/phalkunzsblog/~3/-2wcg5x8J2w/phalkunz</link><pubDate>Thu, 08 Oct 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/phalkunz#2009-10-07</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_tags.pkg.html"&gt;phpDocumentor tags&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://en.wikipedia.org/wiki/PHPDoc"&gt;PHPDoc - Wikipedia, the free encyclopedia&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/phalkunz#2009-10-07</feedburner:origLink></item><item><title>Links for 2009-10-04 [del.icio.us]</title><link>http://feedproxy.google.com/~r/phalkunzsblog/~3/hAiHe-ZQvzw/phalkunz</link><pubDate>Mon, 05 Oct 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/phalkunz#2009-10-04</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://lifehacker.com/5369780/brickface-and-sunshine-the-offices-of-union-street-media"&gt;Brickface and Sunshine: The Offices of Union Street Media - Workspaces - Lifehacker&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/phalkunz#2009-10-04</feedburner:origLink></item><item><title>Links for 2009-10-03 [del.icio.us]</title><link>http://feedproxy.google.com/~r/phalkunzsblog/~3/FZ8HMABaWZM/phalkunz</link><pubDate>Sun, 04 Oct 2009 00:00:00 PDT</pubDate><guid isPermaLink="false">http://del.icio.us/phalkunz#2009-10-03</guid><description>&lt;ul&gt;
&lt;li&gt;&lt;a href="http://whygitisbetterthanx.com/#the-staging-area"&gt;Why Git is Better Than X&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="http://www.siwapp.org/"&gt;siwapp - Free Online Invoice Software&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</description><feedburner:origLink>http://del.icio.us/phalkunz#2009-10-03</feedburner:origLink></item><item>
		<title>New Skill To Obtain</title>
		<link>http://feedproxy.google.com/~r/phalkunzsblog/~3/djx6rLeey8E/</link>
		<comments>http://phalkunz.com/2009/05/24/new-skill-to-obtain/#comments</comments>
		<pubDate>Sun, 24 May 2009 05:28:45 +0000</pubDate>
		<dc:creator>phalkunz</dc:creator>
				<category><![CDATA[Entertainment]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[guitar]]></category>
		<category><![CDATA[learning]]></category>

		<guid isPermaLink="false">http://phalkunz.com/?p=554</guid>
		<description><![CDATA[
I&#8217;ve always been wanting to be able to play a guitar since forever but I hadn&#8217;t been able to do so. I had 3 guitar classes in the past but it never worked out. The training was really tough and boring. Each class took me about 3 moths but after those classes I couldn&#8217;t even [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm4.static.flickr.com/3620/3557916159_7bc4e499af.jpg" alt="guitar" /></p>
<p>I&#8217;ve always been wanting to be able to play a guitar since forever but I hadn&#8217;t been able to do so. I had 3 guitar classes in the past but it never worked out. The training was really tough and boring. Each class took me about 3 moths but after those classes I couldn&#8217;t even play a song. They all started from the very basic and theoretical lessons (the old way) which I now realized they weren&#8217;t suitable for me because I didn&#8217;t intent to play in a band anyways.</p>
<p>Recently, while thinking of something to fill up my free time (weekends, of course) I suddenly thought about learning a guitar. I was really hesitant at first because I failed three times already but then I though hey if I wasn&#8217;t determined enough to pick up what I really like, what else can I do. If I don&#8217;t have &#8220;the talent&#8221; I just need to try harder. I borrowed a guitar from my flatmate and went online looking for some tutorials and inspirations to get myself started. A week after that, I bought my own one <img src='http://phalkunz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>It&#8217;s been a month or so since I started learning to play a guitar. Now I can play 2 songs (&#8221;Everything I do&#8221; by Bryan Adams and &#8220;You and me&#8221; by Lifehouse). Oh, when I said &#8220;I can play 2 songs&#8221; it doesn&#8217;t mean that I can play them smoothly and I can play in front of the other people heheh. My strumming is still quite jumpy and chord progression is still slow. However, I would say the progress has been quite good considering it has been only a month and I don&#8217;t have much time to practice.</p>
<p>Some advices, don&#8217;t give up on what you love. If you find the process of getting there doesn&#8217;t work, there must be something wrong in the process. So, change your way of thinking, learning process/method and seek some inspirations. FYI, writing this post is part of my inspiration boosting <img src='http://phalkunz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://phalkunz.com/2009/05/24/new-skill-to-obtain/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://phalkunz.com/2009/05/24/new-skill-to-obtain/</feedburner:origLink></item>
		<item>
		<title>Print Color-Coded SVN Status</title>
		<link>http://feedproxy.google.com/~r/phalkunzsblog/~3/0GcaUGFneAo/</link>
		<comments>http://phalkunz.com/2009/05/23/print-color-coded-svn-status/#comments</comments>
		<pubDate>Sat, 23 May 2009 02:27:52 +0000</pubDate>
		<dc:creator>phalkunz</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[svn]]></category>

		<guid isPermaLink="false">http://phalkunz.com/?p=543</guid>
		<description><![CDATA[I&#8217;ve been having difficulty in reading SVN status, which tells you which files in a project have been modified, added, or having a conflict with other developer&#8217;s changes. Status code in front of each line alone doesn&#8217;t help me quickly identifying one status code from another so I wrote a script to color code the [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been having difficulty in reading SVN status, which tells you which files in a project have been modified, added, or having a conflict with other developer&#8217;s changes. Status code in front of each line alone doesn&#8217;t help me quickly identifying one status code from another so I wrote a script to color code the lines with different colors according to their statuses. If you&#8217;re having the same issue, feel free to use the code below <img src='http://phalkunz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<div class="codecolorer-container python twitlight" style="overflow:auto;white-space:nowrap;width:500px;height:300px"><div class="python codecolorer" style="font-family:Monaco,Lucida Console,monospace"><span class="co1">#!/usr/bin/python</span><br />
<span class="st0">&quot;&quot;&quot;<br />
&nbsp;Author: Saophalkun Ponlu (http://phalkunz.com)<br />
&nbsp;Contact: phalkunz@gmail.com<br />
&nbsp;Date: May 23, 2009<br />
&quot;&quot;&quot;</span><br />
<br />
<span class="kw1">import</span> <span class="kw3">sys</span>, <span class="kw3">os</span>, <span class="kw3">re</span><br />
<br />
<span class="co1"># add more status &amp; color codes </span><br />
colors = <span class="br0">&#123;</span><br />
&nbsp; &nbsp; <span class="st0">&quot;M&quot;</span>: <span class="st0">&quot;31&quot;</span>,&nbsp; &nbsp; &nbsp; <span class="co1"># red </span><br />
&nbsp; &nbsp; <span class="st0">&quot;<span class="es0">\?</span>&quot;</span>: <span class="st0">&quot;32&quot;</span>, &nbsp; &nbsp; <span class="co1"># green</span><br />
&nbsp; &nbsp; <span class="st0">&quot;C&quot;</span>: <span class="st0">&quot;30;41&quot;</span>&nbsp; &nbsp; <span class="co1"># black on red</span><br />
<span class="br0">&#125;</span><br />
<br />
<span class="co1"># build a paramter list</span><br />
parameters = <span class="st0">&quot;&quot;</span><span class="sy0">;</span><br />
<span class="kw1">for</span> i <span class="kw1">in</span> <span class="kw2">range</span><span class="br0">&#40;</span><span class="nu0">1</span>, <span class="kw3">sys</span>.<span class="me1">argv</span>.<span class="kw4">__len__</span><span class="br0">&#40;</span><span class="br0">&#41;</span><span class="br0">&#41;</span>:<br />
&nbsp; &nbsp; parameters += <span class="kw3">sys</span>.<span class="me1">argv</span><span class="br0">&#91;</span>i<span class="br0">&#93;</span> + <span class="st0">&quot; &quot;</span><span class="sy0">;</span><br />
<br />
status = <span class="kw3">os</span>.<span class="me1">popen</span><span class="br0">&#40;</span><span class="st0">'svn st '</span> + parameters<span class="br0">&#41;</span><span class="sy0">;</span><br />
<span class="kw1">for</span> line <span class="kw1">in</span> status:<br />
&nbsp; &nbsp; passed = <span class="kw2">False</span><br />
&nbsp; &nbsp; <span class="co1"># remove newline character from the line</span><br />
&nbsp; &nbsp; line = <span class="kw3">re</span>.<span class="me1">sub</span><span class="br0">&#40;</span><span class="st0">&quot;<span class="es0">\n</span>&quot;</span>, <span class="st0">&quot;&quot;</span>, line<span class="br0">&#41;</span><br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; <span class="kw1">for</span> color <span class="kw1">in</span> colors:<br />
&nbsp; &nbsp; &nbsp; &nbsp; match = <span class="kw3">re</span>.<span class="me1">match</span><span class="br0">&#40;</span>color+<span class="br0">&#40;</span><span class="st0">&quot; &quot;</span><span class="sy0">*</span><span class="nu0">6</span><span class="br0">&#41;</span>, line<span class="br0">&#41;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">if</span> match: &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span class="kw3">os</span>.<span class="me1">popen</span><span class="br0">&#40;</span><span class="st0">&quot;echo '<span class="es0">\E</span>[&quot;</span> + colors<span class="br0">&#91;</span>color<span class="br0">&#93;</span> + <span class="st0">&quot;m&quot;</span> + line + <span class="st0">&quot;<span class="es0">\E</span>[m'&quot;</span>, <span class="st0">'w'</span><span class="br0">&#41;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; passed = <span class="kw2">True</span><br />
&nbsp; &nbsp; <span class="kw1">if</span><span class="br0">&#40;</span>passed<span class="br0">&#41;</span>:<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw1">continue</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; <span class="kw3">os</span>.<span class="me1">popen</span><span class="br0">&#40;</span><span class="st0">&quot;echo <span class="es0">\&quot;</span>&quot;</span> + line + <span class="st0">&quot;<span class="es0">\&quot;</span>&quot;</span>, <span class="st0">'w'</span><span class="br0">&#41;</span></div></div>
]]></content:encoded>
			<wfw:commentRss>http://phalkunz.com/2009/05/23/print-color-coded-svn-status/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://phalkunz.com/2009/05/23/print-color-coded-svn-status/</feedburner:origLink></item>
		<item>
		<title>List All The Commits By A Specific Author</title>
		<link>http://feedproxy.google.com/~r/phalkunzsblog/~3/XtdY0676oco/</link>
		<comments>http://phalkunz.com/2009/05/21/list-all-the-commits-by-a-specific-author/#comments</comments>
		<pubDate>Thu, 21 May 2009 08:52:13 +0000</pubDate>
		<dc:creator>phalkunz</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[version control]]></category>

		<guid isPermaLink="false">http://phalkunz.com/?p=525</guid>
		<description><![CDATA[From time to time, I want to see what changes I have committed to a project that I work on. The following is a shell command for doing so.
svn log &#124; grep &#34;author_name&#34; &#124; awk '{print &#34;svn log -&#34;$1}' &#124; bash
]]></description>
			<content:encoded><![CDATA[<p>From time to time, I want to see what changes I have committed to a project that I work on. The following is a shell command for doing so.</p>
<div class="codecolorer-container bash twitlight" style="overflow:auto;white-space:nowrap;width:500px"><div class="bash codecolorer" style="font-family:Monaco,Lucida Console,monospace"><span class="kw2">svn</span> log <span class="sy0">|</span> <span class="kw2">grep</span> <span class="st0">&quot;author_name&quot;</span> <span class="sy0">|</span> <span class="kw2">awk</span> <span class="st_h">'{print &quot;svn log -&quot;$1}'</span> <span class="sy0">|</span> <span class="kw2">bash</span></div></div>
]]></content:encoded>
			<wfw:commentRss>http://phalkunz.com/2009/05/21/list-all-the-commits-by-a-specific-author/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://phalkunz.com/2009/05/21/list-all-the-commits-by-a-specific-author/</feedburner:origLink></item>
		<item>
		<title>Romántico</title>
		<link>http://feedproxy.google.com/~r/phalkunzsblog/~3/eWcNlvsCPKI/</link>
		<comments>http://phalkunz.com/2009/04/14/roma%cc%81ntico/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 06:54:01 +0000</pubDate>
		<dc:creator>phalkunz</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://phalkunz.com/?p=517</guid>
		<description><![CDATA[
Dinner @ Los Incas Restaurant (12/04/09)
]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm4.static.flickr.com/3645/3441090700_b7575c813f_o.jpg" alt="romántico" /></p>
<p>Dinner @ <a title="Los Incas Restaurant" href="http://losincasauckland.spaces.live.com/">Los Incas Restaurant</a> (12/04/09)</p>
]]></content:encoded>
			<wfw:commentRss>http://phalkunz.com/2009/04/14/roma%cc%81ntico/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://phalkunz.com/2009/04/14/roma%cc%81ntico/</feedburner:origLink></item>
		<item>
		<title>Life Is A Test</title>
		<link>http://feedproxy.google.com/~r/phalkunzsblog/~3/PuDuPyIJOyc/</link>
		<comments>http://phalkunz.com/2009/03/25/life-is-a-test/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 07:35:53 +0000</pubDate>
		<dc:creator>phalkunz</dc:creator>
				<category><![CDATA[Lifestyle]]></category>

		<guid isPermaLink="false">http://phalkunz.com/?p=503</guid>
		<description><![CDATA[Let our unpleasant experiences be the checkpoints and obstacles be the tests.
&#8220;Life is a test&#8221; &#8211; Rick Warren (Purpose driven life)
&#8220;The brick walls are there to show how badly we want something&#8221; -  Randy Pausch (The last lecture)
]]></description>
			<content:encoded><![CDATA[<p>Let our unpleasant experiences be the checkpoints and obstacles be the tests.</p>
<p>&#8220;<em>Life is a test</em>&#8221; &#8211; Rick Warren (<a title="purpose driven life book" href="http://www.goodreads.com/book/show/56495.The_Purpose_Driven_Life_What_on_Earth_am_I_Here_for_">Purpose driven life</a>)</p>
<p>&#8220;<em>The brick walls are there to show how badly we want something</em>&#8221; -  Randy Pausch (<a title="the last lecture book" href="http://www.goodreads.com/book/show/2318271.The_Last_Lecture">The last lecture</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://phalkunz.com/2009/03/25/life-is-a-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://phalkunz.com/2009/03/25/life-is-a-test/</feedburner:origLink></item>
		<item>
		<title>Camouflage</title>
		<link>http://feedproxy.google.com/~r/phalkunzsblog/~3/qMwKxnbf7ds/</link>
		<comments>http://phalkunz.com/2009/03/24/camouflage/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 03:25:13 +0000</pubDate>
		<dc:creator>phalkunz</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://phalkunz.com/?p=497</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm4.static.flickr.com/3473/3380559783_f7df25e067.jpg" alt="camouflage" /></p>
]]></content:encoded>
			<wfw:commentRss>http://phalkunz.com/2009/03/24/camouflage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://phalkunz.com/2009/03/24/camouflage/</feedburner:origLink></item>
		<item>
		<title>Paintball Fun</title>
		<link>http://feedproxy.google.com/~r/phalkunzsblog/~3/c3cFo8oJzts/</link>
		<comments>http://phalkunz.com/2009/03/22/paintball-fun/#comments</comments>
		<pubDate>Sun, 22 Mar 2009 05:16:34 +0000</pubDate>
		<dc:creator>phalkunz</dc:creator>
				<category><![CDATA[Lifestyle]]></category>

		<guid isPermaLink="false">http://phalkunz.com/?p=486</guid>
		<description><![CDATA[
This is what you get from paintball.
paintball = pain( cuts + bruises ) + excitement + fun  
I went paintballing yesterday with a group of around 20 people and it was awesome. I was kinda scared at first because someone gave me the wrong information :p The whole game was divided into 4 or [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm4.static.flickr.com/3451/3374135763_4c43255887.jpg" alt="what you get from paintball" /></p>
<p>This is what you get from paintball.</p>
<p>paintball = pain( cuts + bruises ) + excitement + fun <img src='http://phalkunz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I went paintballing yesterday with a group of around 20 people and it was awesome. I was kinda scared at first because someone gave me the wrong information :p The whole game was divided into 4 or 5 sessions. The last one was nut. Eveyone just kept shooting anyone at all. At one point, I didn&#8217;t the paint all hehe. Confronting with other players and continously repeatedly shooting at each other was freaking fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://phalkunz.com/2009/03/22/paintball-fun/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://phalkunz.com/2009/03/22/paintball-fun/</feedburner:origLink></item>
		<item>
		<title>Poppies</title>
		<link>http://feedproxy.google.com/~r/phalkunzsblog/~3/RZMCNrLRhR4/</link>
		<comments>http://phalkunz.com/2009/03/18/poppies/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 07:52:51 +0000</pubDate>
		<dc:creator>phalkunz</dc:creator>
				<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://phalkunz.com/?p=475</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm4.static.flickr.com/3648/3364293357_dfd808dc99.jpg" alt="poppies" /></p>
]]></content:encoded>
			<wfw:commentRss>http://phalkunz.com/2009/03/18/poppies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://phalkunz.com/2009/03/18/poppies/</feedburner:origLink></item>
		<item>
		<title>Hang Out At Southern Cross</title>
		<link>http://feedproxy.google.com/~r/phalkunzsblog/~3/3maleCX4DyI/</link>
		<comments>http://phalkunz.com/2009/03/14/hang-out-at-southern-cross/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 06:14:41 +0000</pubDate>
		<dc:creator>phalkunz</dc:creator>
				<category><![CDATA[Lifestyle]]></category>
		<category><![CDATA[places]]></category>

		<guid isPermaLink="false">http://phalkunz.com/?p=466</guid>
		<description><![CDATA[


It (South Cross Bar &#38; Restaurant) is a really nice play to hang out. There was a live band and they were playing this song Back to you (audio) and I loved it  
Disclaimer: I recorded this song off the live band. If it is considered as an infrigment I am willing to remove [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm2.static.flickr.com/1022/3352442187_18dc36de94.jpg" alt="Sourth Cross" /></p>
<p><img src="http://farm2.static.flickr.com/1408/3352442103_813ac8c4d0.jpg" alt="Sourth Cross" /></p>
<p><img src="http://farm2.static.flickr.com/1010/3353267758_a3f7ce44c7.jpg" alt="Sourth Cross" /></p>
<p>It (<a title="Southern Cross bar &amp; restaurant" href="http://www.thecross.co.nz/">South Cross Bar &amp; Restaurant</a>) is a really nice play to hang out. There was a live band and they were playing this song <a href="http://phalkunz.com/audio/Back%20to%20you.mp3">Back to you (audio)</a> and I loved it <img src='http://phalkunz.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Disclaimer: I recorded this song off the live band. If it is considered as an infrigment I am willing to remove this.</p>
]]></content:encoded>
			<wfw:commentRss>http://phalkunz.com/2009/03/14/hang-out-at-southern-cross/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>

		<feedburner:origLink>http://phalkunz.com/2009/03/14/hang-out-at-southern-cross/</feedburner:origLink><enclosure url="http://feedproxy.google.com/~r/phalkunzsblog/~5/csguvydR6N0/Back%20to%20you.mp3" length="2876394" type="audio/mpeg" /><feedburner:origEnclosureLink>http://phalkunz.com/audio/Back%20to%20you.mp3</feedburner:origEnclosureLink></item>
	</channel>
</rss>
