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

<channel>
	<title>psychoric</title>
	<atom:link href="http://www.psychoric.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.psychoric.com</link>
	<description>end of 2008, and I did no shyt..</description>
	<pubDate>Thu, 04 Dec 2008 03:01:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<item>
		<title>Which group(s) am I in?</title>
		<link>http://www.psychoric.com/2008/12/04/which-groups-am-i-in</link>
		<comments>http://www.psychoric.com/2008/12/04/which-groups-am-i-in#comments</comments>
		<pubDate>Thu, 04 Dec 2008 02:58:24 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[Coder's Code]]></category>

		<guid isPermaLink="false">http://www.psychoric.com/?p=58</guid>
		<description><![CDATA[If you are working in an Active Directory environment and you do utilize it for authentication in your project, this snippet might come handy. It lists the group(s) that current authenticated user belongs to, so you can expand on this to do whatever you need to.

using System.Security.Principal; //do this to save time in typing
&#160;
foreach &#40;IdentityReference [...]]]></description>
			<content:encoded><![CDATA[<p>If you are working in an Active Directory environment and you do utilize it for authentication in your project, this snippet might come handy. It lists the group(s) that current authenticated user belongs to, so you can expand on this to do whatever you need to.</p>

<div class="wp_syntax"><div class="code"><pre class="csharp"><span style="color: #0600FF;">using</span> <span style="color: #000000;">System</span>.<span style="color: #0000FF;">Security</span>.<span style="color: #0000FF;">Principal</span>; <span style="color: #008080; font-style: italic;">//do this to save time in typing</span>
&nbsp;
<span style="color: #0600FF;">foreach</span> <span style="color: #000000;">&#40;</span>IdentityReference <span style="color: #0600FF;">ref</span> <span style="color: #0600FF;">in</span> WindowsIdentity.<span style="color: #0000FF;">GetCurrent</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span>.<span style="color: #0000FF;">Groups</span><span style="color: #000000;">&#41;</span> <span style="color: #008080; font-style: italic;">//get current user group(s)</span>
	Console.<span style="color: #0000FF;">WriteLine</span><span style="color: #000000;">&#40;</span><span style="color: #0600FF;">ref</span>.<span style="color: #0000FF;">Translate</span><span style="color: #000000;">&#40;</span><span style="color: #008000;">typeof</span><span style="color: #000000;">&#40;</span>NTAccount<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>.<span style="color: #0000FF;">ToString</span><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span>; <span style="color: #008080; font-style: italic;">//translate it to meaningful value</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.psychoric.com/2008/12/04/which-groups-am-i-in/feed</wfw:commentRss>
		</item>
		<item>
		<title>Sense of achievement</title>
		<link>http://www.psychoric.com/2008/11/17/sense-of-achievement</link>
		<comments>http://www.psychoric.com/2008/11/17/sense-of-achievement#comments</comments>
		<pubDate>Mon, 17 Nov 2008 05:00:24 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[Psycho's Note]]></category>

		<guid isPermaLink="false">http://www.psychoric.com/?p=51</guid>
		<description><![CDATA[It was 11 years ago when I first ran in a marathon (I never like running!), and last weekend I completed the second marathon in my life to date! I didn&#8217;t finish with a braggable time, but 1 hour 20 minutes is the result that I am personally proud of  Somehow i feel that [...]]]></description>
			<content:encoded><![CDATA[<p>It was 11 years ago when I first ran in a marathon (I never like running!), and last weekend I completed the second marathon in my life to date! I didn&#8217;t finish with a braggable time, but 1 hour 20 minutes is the result that I am personally proud of <img src='http://www.psychoric.com/wp/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> Somehow i feel that i achieved something in my life. It did give a great feeling for the day, and the whole event was actually fun. The first 6KM was bearable, and the rest of the run was simply killing. I ran non-stop until my legs almost gave way and I just half-run-half-walk for the remaining distance. I did intend to push it over the limit but I gave up the idea on the thought that i have to walk to work the next day!</p>
<p>I still have that sense of achievement with me today, and it is my legs which are still feeling it! Muscle is sore at both thighs and knees don&#8217;t feel great too <img src='http://www.psychoric.com/wp/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> Now the target is to do 25KM next, but i better make sure there is ongoing training and I can have next few days off. 10KM already did these to me, and I can&#8217;t imagine what&#8217;s it like after 25KM!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.psychoric.com/2008/11/17/sense-of-achievement/feed</wfw:commentRss>
		</item>
		<item>
		<title>New November</title>
		<link>http://www.psychoric.com/2008/11/12/new-november</link>
		<comments>http://www.psychoric.com/2008/11/12/new-november#comments</comments>
		<pubDate>Wed, 12 Nov 2008 01:04:39 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[Psycho's Note]]></category>

		<guid isPermaLink="false">http://www.psychoric.com/?p=47</guid>
		<description><![CDATA[Yeah i hope too that I have a new gadget to write about, but nah, it is my new job. Actually i started on it at the end of Oct after a nice vacation at Bali. I do mean it when I say nice. The vacation was relaxing, and everything was just right. I certainly [...]]]></description>
			<content:encoded><![CDATA[<p>Yeah i hope too that I have a new gadget to write about, but nah, it is my new job. Actually i started on it at the end of Oct after a nice vacation at Bali. I do mean it when I say nice. The vacation was relaxing, and everything was just right. I certainly don&#8217;t mind going back there for second time!</p>
<p>Anyway, about this new job. I am now attached to Asia Media Monitor which is located right in the centre of KL city. So my mode of transport now is by train and 15 minutes walk. I can drive too, but I rather not to. Walking is good exercise and driving in the jam gives me more stress. And hey, I do my tiny part in saving the earth too <img src='http://www.psychoric.com/wp/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> The job scope is similar to what i previously did, so I will skip that. Overall the environment is good, be it the people or office itself. The better thing is that we all have our own laptop as well as 2 19&#8243; LCD! This is certainly very new as I never work with 2 desktops before and i am liking it! <img src='http://www.psychoric.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<p>That&#8217;s all. I just want to brag about the laptop and LCD <img src='http://www.psychoric.com/wp/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p><a href="http://www.psychoric.com/wp/wp-content/uploads/2008/11/mypic061.jpg"><img class="alignnone size-medium wp-image-48" title="mypic061" src="http://www.psychoric.com/wp/wp-content/uploads/2008/11/mypic061-225x300.jpg" alt="" width="225" height="300" /></a></p>
<p><br class="spacer_" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.psychoric.com/2008/11/12/new-november/feed</wfw:commentRss>
		</item>
		<item>
		<title>Victory 3080 Tripod - Personal View</title>
		<link>http://www.psychoric.com/2008/10/21/victory-3080-tripod-personal-view</link>
		<comments>http://www.psychoric.com/2008/10/21/victory-3080-tripod-personal-view#comments</comments>
		<pubDate>Tue, 21 Oct 2008 08:30:20 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[Psycho's Note]]></category>

		<guid isPermaLink="false">http://www.psychoric.com/?p=45</guid>
		<description><![CDATA[Finally I landed my hand on a sturdier professional tripod with ballhead. Well, maybe you won&#8217;t class it under &#8216;Professional&#8217; because it is actually an entry level one. But to me, it is good enough. I bought it at cheaper-than-retail price through a photography network. My first impression of it was &#8216;Wow, it looks sturdy&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>Finally I landed my hand on a sturdier professional tripod with ballhead. Well, maybe you won&#8217;t class it under &#8216;Professional&#8217; because it is actually an entry level one. But to me, it is good enough. I bought it at cheaper-than-retail price through a photography network. My first impression of it was &#8216;Wow, it looks sturdy&#8230; and heavy!&#8217; Yeah at 2.5kg, it is not something you like to bring with when you are climbing Mt. KK.<br />
<a title="_MG_8083" rel="lightbox[g2image]" href="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7448&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT"><img title="_MG_8083" src="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7449&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" alt="_MG_8083" width="100" height="150" /></a><a title="_MG_8082" rel="lightbox[g2image]" href="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7446&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT"><img title="_MG_8082" src="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7447&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" alt="_MG_8082" width="100" height="150" /></a><br />
It is a Victory 3080. By looking at the sticker, you can already guess it is China made <img src='http://www.psychoric.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> <br />
It is actually a close mimick of Manfrotto 190XProb (a real professional tripod that costs about 4-5 times the price of this). The price i paid for come with a ballhead which can handle up to 4KG. Not really a big factor for me now as the longest lens I have is only 90-300mm.</p>
<p><a title="_MG_8086" rel="lightbox[g2image]" href="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7452&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT"><img title="_MG_8086" src="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7453&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" alt="_MG_8086" width="100" height="150" /></a><br />
Quick release plate is a norm for such ballhead</p>
<p><a title="_MG_8084" rel="lightbox[g2image]" href="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7450&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT"><img title="_MG_8084" src="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7451&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" alt="_MG_8084" width="100" height="150" /></a><br />
This is how it looks like at folded length</p>
<p>
<a title="_MG_8087" rel="lightbox[g2image]" href="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7454&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT"><img title="_MG_8087" src="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7455&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" alt="_MG_8087" width="100" height="150" /></a></p>
<p>Where&#8217;s the center column??
</p>
<p><a title="_MG_8088" rel="lightbox[g2image]" href="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7456&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT"><img title="_MG_8088" src="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7457&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" alt="_MG_8088" width="150" height="100" /></a></p>
<p>Here it is&#8230; dismantled??</p>
<p>One superb point about this tripod is how low it can go. Most of them can go until ~15-20cm low, but this out-do them by able to go as low as this!</p>
<p><a title="_MG_8090" rel="lightbox[g2image]" href="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7458&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT"><img title="_MG_8090" src="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7459&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" alt="_MG_8090" width="150" height="100" /></a><br />
Of course, i haven&#8217;t thought of any useful application at such height. Maybe when you are laying low in a bush to capture some unusual macro shot.</p>
<p><a title="_MG_8093" rel="lightbox[g2image]" href="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7460&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT"><img title="_MG_8093" src="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7461&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" alt="_MG_8093" width="100" height="150" /></a></p>
<p>This is how high it can go. I&#8217;ll say around 157cm.</p>
<p>Conlusion, I like it! I have brought it out twice and the ballhead really speed up the orientation process. My friend mentioned that one bad about ballhead is that straight might not be straight, and now I get his point. Apart from the weight, I have nothing to complain about. You might argue that it is wiser to spend more on a better tripod, but not everyone can afford that and not every cheaper stuff is bad. Until today, it still have my vote and recommendation for budget user.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.psychoric.com/2008/10/21/victory-3080-tripod-personal-view/feed</wfw:commentRss>
		</item>
		<item>
		<title>20081011 Today&#8217;s Photo - The Zoo!</title>
		<link>http://www.psychoric.com/2008/10/13/20081011-todays-photo-the-zoo</link>
		<comments>http://www.psychoric.com/2008/10/13/20081011-todays-photo-the-zoo#comments</comments>
		<pubDate>Mon, 13 Oct 2008 14:33:04 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[More Photos]]></category>

		<guid isPermaLink="false">http://www.psychoric.com/?p=40</guid>
		<description><![CDATA[My last post was early September and my last visit to Zoo Negara was 17 years ago! My god, how times flies! I remember I visited it when I was in Primary 5. That time the whole family travelled by bus around Malaysia and I had car sickness almost throughout the whole trip. I&#8217;ve heard [...]]]></description>
			<content:encoded><![CDATA[<p>My last post was early September and my last visit to Zoo Negara was 17 years ago! My god, how times flies! I remember I visited it when I was in Primary 5. That time the whole family travelled by bus around Malaysia and I had car sickness almost throughout the whole trip. I&#8217;ve heard bad about the zoo and this visit is a solid proof. It is not well maintained and the animals don&#8217;t look very healthy! How sad!</p>
<p><a title="_MG_8006" rel="lightbox[g2image]" href="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7388&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT"><img title="_MG_8006" src="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7389&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" alt="_MG_8006" width="100" height="150" /></a><a title="_MG_8013" rel="lightbox[g2image]" href="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7392&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT"><img title="_MG_8013" src="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7393&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" alt="_MG_8013" width="100" height="150" /></a><a title="_MG_8034" rel="lightbox[g2image]" href="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7408&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT"><img title="_MG_8034" src="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7409&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" alt="_MG_8034" width="100" height="150" /></a><a title="_MG_8057" rel="lightbox[g2image]" href="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7426&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT"><img title="_MG_8057" src="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7427&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" alt="_MG_8057" width="100" height="150" /></a></p>
<p><a href="http://gallery.psychoric.com/main.php?g2_itemId=7381">More&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.psychoric.com/2008/10/13/20081011-todays-photo-the-zoo/feed</wfw:commentRss>
		</item>
		<item>
		<title>20080909 Today&#8217;s Photo - Panaroma</title>
		<link>http://www.psychoric.com/2008/09/09/20080909-todays-photo-panaroma</link>
		<comments>http://www.psychoric.com/2008/09/09/20080909-todays-photo-panaroma#comments</comments>
		<pubDate>Tue, 09 Sep 2008 06:03:10 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[More Photos]]></category>

		<guid isPermaLink="false">http://www.psychoric.com/2008/09/09/20080909-todays-photo-panaroma/</guid>
		<description><![CDATA[Joined a group of photography kakis to Batang Berjuntai (somewhere in/near Ijok) to snap photos of lotus. Was a great outing and always more fun to shoot in group (so that you can copy peoples&#8217; ideas! :P) Anyway, this time remembered to snap some shots for panaroma purpose. Not bad I&#8217;d say (arrogant bugger!). Next [...]]]></description>
			<content:encoded><![CDATA[<p>Joined a group of photography kakis to Batang Berjuntai (somewhere in/near Ijok) to snap photos of lotus. Was a great outing and always more fun to shoot in group (so that you can copy peoples&#8217; ideas! :P) Anyway, this time remembered to snap some shots for panaroma purpose. Not bad I&#8217;d say (arrogant bugger!). Next time must remember to do so whenever the view is superb and I don&#8217;t have a ultra-wide with me! <br />
<table>
<tr>
<td><a href="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7231&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" title="Panorama01a" rel="lightbox[g2image]"><img src="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7232&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" title="Panorama01a" alt="Panorama01a" height="68" width="150" /></a></td>
<td><a href="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7233&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" title="Panorama02" rel="lightbox[g2image]"><img src="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7234&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" title="Panorama02" alt="Panorama02" height="58" width="150" /></a></td>
<td><a href="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7235&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" title="Panorama03" rel="lightbox[g2image]"><img src="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=7236&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" title="Panorama03" alt="Panorama03" height="79" width="150" /></a></td>
</tr>
</table>
<p> I personally like the second one more.<a href="http://gallery.psychoric.com/main.php?g2_itemId=7138" target="_blank">Click here to view the full album</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.psychoric.com/2008/09/09/20080909-todays-photo-panaroma/feed</wfw:commentRss>
		</item>
		<item>
		<title>Stats: alive</title>
		<link>http://www.psychoric.com/2008/09/06/stats-alive</link>
		<comments>http://www.psychoric.com/2008/09/06/stats-alive#comments</comments>
		<pubDate>Sat, 06 Sep 2008 04:53:49 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[Psycho's Note]]></category>

		<guid isPermaLink="false">http://www.psychoric.com/2008/09/06/stats-alive/</guid>
		<description><![CDATA[c:\>ping psychoric
Pinging psychoric [Malaysia] with 32 tonnes of shit:
Reply from psychoric: shit=32 time=2months+ TTL=240
Reply from psychoric: shit=32 time=2months+ TTL=240
Reply from psychoric: shit=32 time=2months+ TTL=240
Reply from psychoric: shit=32 time=2months+ TTL=240
Ping statistics for psychoric: [breathing]
Woots, it is now close to 3 months since I last posted here. I don&#8217;t think it is anything unusual as I always [...]]]></description>
			<content:encoded><![CDATA[<p>c:\>ping psychoric</p>
<p>Pinging psychoric [Malaysia] with 32 tonnes of shit:<br />
Reply from psychoric: shit=32 time=2months+ TTL=240<br />
Reply from psychoric: shit=32 time=2months+ TTL=240<br />
Reply from psychoric: shit=32 time=2months+ TTL=240<br />
Reply from psychoric: shit=32 time=2months+ TTL=240</p>
<p>Ping statistics for psychoric: [breathing]</p>
<p>Woots, it is now close to 3 months since I last posted here. I don&#8217;t think it is anything unusual as I always believe in procratisnating. There have been up and down. Family crap that I can&#8217;t do much about unless if I can manage to cough out hundred of thousands, then I guess everyone will be worry free. But hell, I can&#8217;t so I have to live with it. Yeah you will probably say there are people out there who are even more unfortunate than this. I know that. On the good side, I learnt that problem is not really a problem if everyone sticks together. Otherwise, problem creates problem. It is only partially true that money plays a critical role in a family. The lack of it causes worries, grudges, arguments. But if you think deeper, it is not the real reason. The actual cause is on each member of the family. Shoud everyone understand the situation and adapt to it considerately, the effects of any problem are minimized. Communication is also very important to sustain a marriage, a family, a relationship. Many times we have seen cases of sad ending that are caused by breakdown in communication. When individuals are able to sit down and talk calmly, I believe nothing is impossible. What&#8217;s the point of bottling matters up and in the end causes an explosion that requires even more effort to clean up?</p>
<p>Anyway, enough of those important-in-life theories. <a href="http://www.mifc.com.my" target="_blank">MIFC</a> was on last month and I managed to shoot 2 countries of the many. You can find the pictures <a href="http://gallery.psychoric.com/main.php?g2_itemId=6672" target="_blank">here</a> and <a href="http://gallery.psychoric.com/main.php?g2_itemId=6821" target="_blank">here</a>.Apart from this, nothing much fancy to share, except that I am stepping my feet into MOSS 2007 (Sharepoint). So far, it is a new and smooth experience. But I guess I can say so before I bang into the limiting walls that many have run into. Any exciting upcoming events to look forward to? That will be visiting Bali at the end of October and a new job <img src='http://www.psychoric.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Ciao for now!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.psychoric.com/2008/09/06/stats-alive/feed</wfw:commentRss>
		</item>
		<item>
		<title>20080626 Today&#8217;s Photo - Multiple mE!</title>
		<link>http://www.psychoric.com/2008/06/26/20080626-todays-photo-multiple-me</link>
		<comments>http://www.psychoric.com/2008/06/26/20080626-todays-photo-multiple-me#comments</comments>
		<pubDate>Thu, 26 Jun 2008 14:06:17 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[More Photos]]></category>

		<guid isPermaLink="false">http://www.psychoric.com/2008/06/26/20080626-todays-photo-multiple-me/</guid>
		<description><![CDATA[Got this idea from a photography forumer. His work is way better but i like mine too!  Basically it shows my main activities at home  Weird to see so many of yourself at the same time&#8230;

]]></description>
			<content:encoded><![CDATA[<p>Got this idea from a photography forumer. His work is way better but i like mine too! <img src='http://www.psychoric.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> Basically it shows my main activities at home <img src='http://www.psychoric.com/wp/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> Weird to see so many of yourself at the same time&#8230;</p>
<p><a href="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=6512&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" rel="lightbox[g2image]" title="multiple-me!"><img src="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=6513&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" alt="multiple-me!" title="multiple-me!" width="150" height="101" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.psychoric.com/2008/06/26/20080626-todays-photo-multiple-me/feed</wfw:commentRss>
		</item>
		<item>
		<title>20080624 Today&#8217;s Photo</title>
		<link>http://www.psychoric.com/2008/06/24/20080624-todays-photo</link>
		<comments>http://www.psychoric.com/2008/06/24/20080624-todays-photo#comments</comments>
		<pubDate>Tue, 24 Jun 2008 12:38:25 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[More Photos]]></category>

		<guid isPermaLink="false">http://www.psychoric.com/2008/06/24/20080624-todays-photo/</guid>
		<description><![CDATA[Ah, been a while since my last post  Was too bored on a Sunday afternoon and actually spent some times in bathroom to take pictures of water droplets. Yeah, i was really bored  Anyway, managed to come out with the picture below. What do you think? Feel free to use it as your [...]]]></description>
			<content:encoded><![CDATA[<p>Ah, been a while since my last post <img src='http://www.psychoric.com/wp/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> Was too bored on a Sunday afternoon and actually spent some times in bathroom to take pictures of water droplets. Yeah, i was really bored <img src='http://www.psychoric.com/wp/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> Anyway, managed to come out with the picture below. What do you think? Feel free to use it as your wallpaper <img src='http://www.psychoric.com/wp/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> :P</p>
<p><a href="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=6508&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" rel="lightbox[g2image]" title="wallpaper-water_700"><img src="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=6509&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" alt="wallpaper-water_700" title="wallpaper-water_700" width="150" height="94" /></a></p>
<p>Click for the <a href="http://gallery.psychoric.com/main.php?g2_view=core.DownloadItem&amp;g2_itemId=6510&amp;g2_serialNumber=1" target="_blank" title="full size">full size</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.psychoric.com/2008/06/24/20080624-todays-photo/feed</wfw:commentRss>
		</item>
		<item>
		<title>20080527 Today&#8217;s Photo</title>
		<link>http://www.psychoric.com/2008/05/27/20080527-todays-photo</link>
		<comments>http://www.psychoric.com/2008/05/27/20080527-todays-photo#comments</comments>
		<pubDate>Tue, 27 May 2008 06:03:35 +0000</pubDate>
		<dc:creator>Eric</dc:creator>
		
		<category><![CDATA[More Photos]]></category>

		<guid isPermaLink="false">http://www.psychoric.com/2008/05/27/20080527-todays-photo/</guid>
		<description><![CDATA[Finally had a chance to get my hands on a set of extension tubes (in case you are blur, extension tube is meant for macro photography). Played around with it for couple of hours and am really amazed at the result! Well i am not praising my shooting skill but the details that you can [...]]]></description>
			<content:encoded><![CDATA[<p>Finally had a chance to get my hands on a set of extension tubes (in case you are blur, extension tube is meant for macro photography). Played around with it for couple of hours and am really amazed at the result! Well i am not praising my shooting skill but the details that you can capture with it. Paired it with my faithful EF 50mm f/1.8, it can do magic!</p>
<p>One of the OK shots</p>
<p><a href="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=6373&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" rel="lightbox[g2image]" title="_MG_6901a"><img src="http://www.psychoric.com/gallery/main.php?g2_view=core.DownloadItem&amp;g2_itemId=6374&amp;g2_GALLERYSID=TMP_SESSION_ID_DI_NOISSES_PMT" alt="_MG_6901a" title="_MG_6901a" height="150" width="100" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.psychoric.com/2008/05/27/20080527-todays-photo/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
