<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>.com/plicated/</title>
    <link rel="alternate" type="text/html" href="http://www.pairacy.com/plicated/" />
    <link rel="self" type="application/atom+xml" href="http://www.pairacy.com/plicated/atom.xml" />
    <id>tag:www.pairacy.com,2008-09-10:/plicated//4</id>
    <updated>2010-01-28T03:53:51Z</updated>
    <subtitle>anything that comes into mind, at a random moment, and a random time..</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 4.32-en</generator>

<entry>
    <title>iPad is here!!</title>
    <link rel="alternate" type="text/html" href="http://www.pairacy.com/plicated/2010/01/ipad_is_here.html" />
    <id>tag:www.pairacy.com,2010:/plicated//4.153</id>

    <published>2010-01-28T03:16:54Z</published>
    <updated>2010-01-28T03:53:51Z</updated>

    <summary>ever wish you can tear off the display lid on your Macbook Pro, and that piece of material will have the same exact ability like the iPhone? wait no more, your wish is their command.. Apple presented you, the iPad!...</summary>
    <author>
        <name>Faizal Heesyam</name>
        
    </author>
    
        <category term="Apple" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="apple" label="apple" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.pairacy.com/plicated/">
        <![CDATA[<p>ever wish you can tear off the display lid on your <strong>Macbook Pro</strong>, and that piece of material will have the same exact ability like the <strong>iPhone</strong>? wait no more, your wish is their command..</p>

<p><strong>Apple </strong>presented you, the <a href="http://www.apple.com/ipad/"><strong>iPad</strong></a>!</p>

<p><img alt="hardware-04-20100127.jpg" src="http://www.pairacy.com/plicated/uploaded/hardware-04-20100127.jpg" width="525" height="306" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 10px;" /><br />
<img alt="hardware-01-20100127.jpg" src="http://www.pairacy.com/plicated/uploaded/hardware-01-20100127.jpg" width="525" height="306" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 10px;" /><br />
<img alt="iwork_20100127.jpg" src="http://www.pairacy.com/plicated/uploaded/iwork_20100127.jpg" width="525" height="227" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 10px;" /><br />
<img alt="accessories_20100127.jpg" src="http://www.pairacy.com/plicated/uploaded/accessories_20100127.jpg" width="525" height="514" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 10px;" /></p>]]>
        
    </content>
</entry>

<entry>
    <title>Git - a Talk by Randal Schwartz</title>
    <link rel="alternate" type="text/html" href="http://www.pairacy.com/plicated/2010/01/git_-_a_talk_by_randal_schwartz.html" />
    <id>tag:www.pairacy.com,2010:/plicated//4.152</id>

    <published>2010-01-14T23:17:02Z</published>
    <updated>2010-01-14T23:20:48Z</updated>

    <summary>Google Tech Talks (ABSTRACT) - When you have hundreds of people simultaneously patching 25000 files of the Linux Kernel in sometimes conflicting ways, you might need some scheme or plan to sort all that out before you can build your...</summary>
    <author>
        <name>Faizal Heesyam</name>
        
    </author>
    
        <category term="Programming" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="concurrentversionssystem" label="Concurrent Versions System" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="git" label="Git" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="linuxkernel" label="Linux Kernel" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="mercurial" label="Mercurial" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="sourcecode" label="Source code" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="subversion" label="Subversion" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="tools" label="Tools" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.pairacy.com/plicated/">
        <![CDATA[<p><strong>Google Tech Talks (ABSTRACT)</strong> - <em>When you have hundreds of people simultaneously patching 25000 files of the <a class="zem_slink" href="http://en.wikipedia.org/wiki/Linux_kernel" title="Linux kernel" rel="wikipedia">Linux Kernel</a> in sometimes conflicting ways, you might need some scheme or plan to sort all that out before you can build your next kernel and reboot. The Linux team uses "git" for their <a class="zem_slink" href="http://en.wikipedia.org/wiki/Source_code" title="Source code" rel="wikipedia">source code</a> repository management, a homegrown solution that is optimized for highly distributed development, working with huge sets of files, merging independent work at multiple levels, and seeing who broke what. (<a class="zem_slink" href="http://en.wikipedia.org/wiki/Git_%28software%29" title="Git (software)" rel="wikipedia">Git</a> has also since been notably adopted by the Cairo, x.org, and Wine teams, and is being transitioned to by the Mozilla codebase.) In my talk, I describe what "git"; is and isn't, and why you should use it instead of <a class="zem_slink" href="http://en.wikipedia.org/wiki/Concurrent_Versions_System" title="Concurrent Versions System" rel="wikipedia">CVS</a>, <a class="zem_slink" href="http://en.wikipedia.org/wiki/Subversion_%28software%29" title="Subversion (software)" rel="wikipedia">Subversion</a>, SVK, Arch, Darcs, <a class="zem_slink" href="http://en.wikipedia.org/wiki/Mercurial" title="Mercurial" rel="wikipedia">Mercurial</a>, <a class="zem_slink" href="http://en.wikipedia.org/wiki/Monotone_%28software%29" title="Monotone (software)" rel="wikipedia">Monotone</a>, <a class="zem_slink" href="http://en.wikipedia.org/wiki/Bazaar_%28software%29" title="Bazaar (software)" rel="wikipedia">Bazaar</a>, and just about every other repository manager. I'll also walk though the basic concepts so that the manpages might start making sense. If I have time, I'll even do a live walkthrough, where you can watch how fast I make typos.</em></p>

<p><strong>Speaker:</strong> <em>Randal Schwartz</em></p>

<p><embed id="VideoPlayback" src="http://video.google.com/googleplayer.swf?docid=-3999952944619245780&amp;hl=en&amp;fs=true" style="width: 400px; height: 326px;" allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash"></embed> </p>

<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/4ab08722-f96b-469b-86cd-54402c9f009c/" title="Reblog this post [with Zemanta]"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=4ab08722-f96b-469b-86cd-54402c9f009c" alt="Reblog this post [with Zemanta]"></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>]]>
        
    </content>
</entry>

<entry>
    <title>my Field Notes &quot;The Kit&quot; arrived!</title>
    <link rel="alternate" type="text/html" href="http://www.pairacy.com/plicated/2010/01/my_field_notes_the_kit_arrived.html" />
    <id>tag:www.pairacy.com,2010:/plicated//4.151</id>

    <published>2010-01-12T15:14:12Z</published>
    <updated>2010-01-12T15:25:13Z</updated>

    <summary> so excited as my Field Notes arrived.. more photos in my facebook album, feel free to visit! http://www.facebook.com/album.php?aid=186873&amp;id=501285408&amp;l=938991fee6 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Field Notes Colors...</summary>
    <author>
        <name>Faizal Heesyam</name>
        
    </author>
    
        <category term="Books" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="Field Notes" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="New Me" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="fieldnotes" label="field notes" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="onlineshopping" label="online shopping" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.pairacy.com/plicated/">
        <![CDATA[<p><img alt="fieldnotes.jpg" src="http://www.pairacy.com/plicated/uploaded/fieldnotes.jpg" width="525" height="715" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 10px;" /></p>

<p>so excited as my <a href="http://fieldnotesbrand.com/"><strong>Field Notes</strong></a> arrived.. more photos in my facebook album, feel free to visit! <a href="http://www.facebook.com/album.php?aid=186873&id=501285408&l=938991fee6">http://www.facebook.com/album.php?aid=186873&id=501285408&l=938991fee6</a></p>

<p>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</p>

<p><a href="http://fieldnotesbrand.com/colors/"><strong>Field Notes Colors</strong></a></p>

<p><object width="500" height="315"><param name="movie" value="http://www.youtube.com/v/bSW31vqy_SM&hl=en_US&fs=1&rel=0&color1=0x2b405b&color2=0x6b8ab6&hd=1&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/bSW31vqy_SM&hl=en_US&fs=1&rel=0&color1=0x2b405b&color2=0x6b8ab6&hd=1&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="315"></embed></object><br />
</p>]]>
        
    </content>
</entry>

<entry>
    <title>MovableType 5 is finally out!!</title>
    <link rel="alternate" type="text/html" href="http://www.pairacy.com/plicated/2010/01/movabletype_5_is_finally_out.html" />
    <id>tag:www.pairacy.com,2010:/plicated//4.150</id>

    <published>2010-01-08T05:59:51Z</published>
    <updated>2010-01-08T06:39:10Z</updated>

    <summary>Movable Type 5 takes a new approach to social publishing by starting with a website and adding blogs. This is in response to an increasing number of customers who&apos;ve added their Movable Type blogs to existing websites, or who&apos;ve used...</summary>
    <author>
        <name>Faizal Heesyam</name>
        
    </author>
    
        <category term="Movable Type" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="movabletype" label="movabletype" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.pairacy.com/plicated/">
        <![CDATA[<p><img alt="MT5 logo-thumb-200x37.jpg" src="http://www.pairacy.com/plicated/uploaded/MT5%20logo-thumb-200x37.jpg" border="0" width="200" height="37" style="float: left; margin: 0 10px 0 0;" /><a href="http://www.movabletype.com"><strong>Movable Type 5</strong></a> takes a new approach to social publishing by starting with a website and adding blogs. This is in response to an increasing number of customers who've added their Movable Type blogs to existing websites, or who've used the Page feature to assemble a full website with blogs to quickly and easily update their content.</p>

<p><strong>Movable Type 5</strong> is designed to make it easier than ever to build an integrated social presence on the web, complete with an all-in-one social website.</p>

<p>Read More at <a href="http://www.movabletype.com/blog/2010/01/introducing-movable-type-5-1.html">http://www.movabletype.com/blog/2010/01/introducing-movable-type-5-1.html</a></p>

<p><img alt="Intro MT5-thumb-350x155.jpg" src="http://www.pairacy.com/plicated/uploaded/Intro%20MT5-thumb-350x155.jpg" width="350" height="155" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 10px;" /></p>

<p><em>"this is what ive been waiting for.. a single installation to create Website, then the ability to add unlimited number of Pages and Blog under that Websites.. isnt this the right way to develope a website? why force yourself to install multiple cms just to get that separate blog under that single website? why use hacked version if its available for you, in da' house?</p>

<p>think no more, <a href="http://www.movabletype.com/download/">go ahead and give it a try</a>!"</em></p>]]>
        
    </content>
</entry>

<entry>
    <title>Nexus One - Web Meets Phone</title>
    <link rel="alternate" type="text/html" href="http://www.pairacy.com/plicated/2010/01/nexus_one_-_web_meets_phone.html" />
    <id>tag:www.pairacy.com,2010:/plicated//4.149</id>

    <published>2010-01-08T00:54:33Z</published>
    <updated>2010-01-08T01:03:37Z</updated>

    <summary>now thats something to consider in my 2010 wishlist.. ;) Nexus One - Web Meets Phone Live coverage of Google&apos;s Android phone announcement...</summary>
    <author>
        <name>Faizal Heesyam</name>
        
    </author>
    
        <category term="Google" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="gadget" label="gadget" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="nexusone" label="nexus one" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="phone" label="phone" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="photos" label="photos" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.pairacy.com/plicated/">
        <![CDATA[<p>now thats something to consider in my 2010 wishlist.. ;)</p>

<p><a href="http://www.google.com/phone/"><img alt="nexus_one.jpg" src="http://www.pairacy.com/plicated/uploaded/nexus_one.jpg" width="525" height="307" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto;" /></a></p>

<p><a href="http://www.google.com/phone/">Nexus One - Web Meets Phone</a></p>

<p><a href="http://news.cnet.com/8301-30684_3-10424433-265.html?tag=rtcol;pop">Live coverage of Google's Android phone announcement</a></p>]]>
        
    </content>
</entry>

<entry>
    <title>Fire..</title>
    <link rel="alternate" type="text/html" href="http://www.pairacy.com/plicated/2010/01/fire.html" />
    <id>tag:www.pairacy.com,2010:/plicated//4.148</id>

    <published>2010-01-04T14:30:30Z</published>
    <updated>2010-01-04T14:35:49Z</updated>

    <summary> Small, friend... Big, enemy.. (yeah...)...</summary>
    <author>
        <name>Faizal Heesyam</name>
        
    </author>
    
        <category term="New Me" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="photos" label="photos" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.pairacy.com/plicated/">
        <![CDATA[<p><img alt="IMG_0019.JPG" src="http://www.pairacy.com/plicated/uploaded/IMG_0019.JPG" width="525" height="306" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto;" /><br />
Small, <em>friend</em>... Big, <em>enemy</em>.. (yeah...)</p>]]>
        
    </content>
</entry>

<entry>
    <title>I Go..</title>
    <link rel="alternate" type="text/html" href="http://www.pairacy.com/plicated/2009/12/i_go.html" />
    <id>tag:www.pairacy.com,2009:/plicated//4.147</id>

    <published>2009-12-22T13:18:24Z</published>
    <updated>2009-12-22T14:20:41Z</updated>

    <summary> So long, fare thee well The dancer and the dancing days have taken leave and fell So turn down this bed of stone Quench me with the deadly nightshade from the rose that you belong The long December rain...</summary>
    <author>
        <name>Faizal Heesyam</name>
        
    </author>
    
        <category term="New Me" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="aizat" label="aizat" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="igo" label="i go" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="ost" label="ost" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="pergi" label="pergi" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="peteteo" label="pete teo" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="talentime" label="talentime" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.pairacy.com/plicated/">
        <![CDATA[<p><img alt="Original Artwork by http://www.redbubble.com/people/lisabella/art/1618157-2-im-leaving-you-for-the-last-time-baby/" src="http://www.pairacy.com/plicated/uploaded/i_go.jpg" width="525" height="368" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto;" /></p>

<p><em>So long, fare thee well<br />
The dancer and the dancing days have taken leave and fell<br />
So turn down this bed of stone<br />
Quench me with the deadly nightshade from the rose that you belong</p>

<p>The long December rain is falling now<br />
Running down on streets to nowhere<br />
Music is my life - you're my sweetest nightinggale<br />
But I can't hear it here no more..</p>

<p><strong>And I go.. I go..</strong></p>

<p>Hush now, don't shake or break<br />
Words have fallen silent like soldiers to the grave<br />
No matter what they do or say<br />
Lay me on the sleepy meadow by the tracks upon your face...</em></p>]]>
        <![CDATA[<p><object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/AWwl9GNkmpg&hl=en_US&fs=1&rel=0&color1=0xe1600f&color2=0xfebd01&border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/AWwl9GNkmpg&hl=en_US&fs=1&rel=0&color1=0xe1600f&color2=0xfebd01&border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object></p>

<p><strong style="font-size:20px;">Pergi</strong></p>

<p><em>Sayu, terpisah..<br />
Hikayat indah kini hanya tinggal sejarah<br />
Berhembus angin rindu<br />
Begitu nyamannya terhidu wangian kasihmu</p>

<p>Hujan lebat mencurah kini<br />
Bagaikan tiada henti<br />
Kaulah laguku - kau irama terindah<br />
Tak lagi ku dengari..</p>

<p><strong>Kau pergi.. pergi..</strong></p>

<p>Sepi, tanpa kata<br />
Terdiam dan kaku tak daya kau ku lupa<br />
Apapun kata mereka<br />
Biarkan kenangan berbunga di ranting usia..</em></p>

<hr />

<p>Rest in Peace <a href="http://en.wikipedia.org/wiki/Yasmin_Ahmad">Yasmin Ahmad (January 7, 1958 - July 25, 2009)</a></p>

<hr />

<p><a href="http://me.zestful.org/2009/04/download-talentime-ost/"><img alt="talentime_cover.jpg" src="http://www.pairacy.com/plicated/uploaded/talentime_cover.jpg" width="398" height="396" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></a></p>]]>
    </content>
</entry>

<entry>
    <title>EarthHour :: Lantern</title>
    <link rel="alternate" type="text/html" href="http://www.pairacy.com/plicated/2009/12/earthhour_lantern.html" />
    <id>tag:www.pairacy.com,2009:/plicated//4.146</id>

    <published>2009-12-09T03:47:22Z</published>
    <updated>2009-12-09T03:58:31Z</updated>

    <summary>Hello, On 7-18 December 2009, leaders from around the world will meet in Copenhagen to talk about ways to deal with global warming. They aim to agree on worldwide targets for reducing harmful emissions and protecting the environment for the...</summary>
    <author>
        <name>Faizal Heesyam</name>
        
    </author>
    
        <category term="New Me" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="activism" label="Activism" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="copenhagen" label="Copenhagen" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="earth" label="Earth" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="globalwarming" label="Global warming" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.pairacy.com/plicated/">
        <![CDATA[<p>Hello,</p>

<p>On <strong>7-18 December 2009</strong>, leaders from around the world will meet in <a class="zem_slink" href="http://en.wikipedia.org/wiki/Copenhagen" title="Copenhagen" rel="wikipedia">Copenhagen</a> to talk about ways to deal with global <a class="zem_slink" href="http://en.wikipedia.org/wiki/Global_warming" title="Global warming" rel="wikipedia">warming</a>. They aim to agree on worldwide targets for reducing harmful emissions and protecting the environment for the future.</p>

<p>Show world leaders that <strong>YOU</strong> think the world is worth saving by joining the <strong>Earth Hour Lantern Project</strong>. Just make a lantern as your vote for Earth, and we will send it to <em><strong>Copenhagen</strong></em> for the <em>UN Climate Change Conference</em>.</p>

<p>Please click here to make a lantern and join the most important vote in history:</p>

<p><a href="http://www.earthhour.org/lantern/">http://www.earthhour.org/lantern/</a></p>

<p>Thanks,<br />
Faizal Heesyam</p>

<div style="margin-top: 10px; height: 15px;" class="zemanta-pixie"><a class="zemanta-pixie-a" href="http://reblog.zemanta.com/zemified/13f15add-b400-43ad-b4db-3fc0cf5a3ffa/" title="Reblog this post [with Zemanta]"><img style="border: medium none ; float: right;" class="zemanta-pixie-img" src="http://img.zemanta.com/reblog_e.png?x-id=13f15add-b400-43ad-b4db-3fc0cf5a3ffa" alt="Reblog this post [with Zemanta]"></a><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>]]>
        
    </content>
</entry>

<entry>
    <title>Real Human Interface (Hi)</title>
    <link rel="alternate" type="text/html" href="http://www.pairacy.com/plicated/2009/12/real_human_interface_hi.html" />
    <id>tag:www.pairacy.com,2009:/plicated//4.145</id>

    <published>2009-12-08T16:06:08Z</published>
    <updated>2009-12-08T16:10:40Z</updated>

    <summary>Hi from Multitouch Barcelona on Vimeo....</summary>
    <author>
        <name>Faizal Heesyam</name>
        
    </author>
    
        <category term="Video" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="video" label="video" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="vimeo" label="vimeo" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.pairacy.com/plicated/">
        <![CDATA[<p><object width="525" height="394"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=4697849&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=4697849&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="525" height="394"></embed></object><p><a href="http://vimeo.com/4697849">Hi</a> from <a href="http://vimeo.com/multitouchbcn">Multitouch Barcelona</a> on <a href="http://vimeo.com">Vimeo</a>.</p></p>]]>
        
    </content>
</entry>

<entry>
    <title>Behind The Scenes: SVN &amp; Development</title>
    <link rel="alternate" type="text/html" href="http://www.pairacy.com/plicated/2009/12/behind_the_scenes_svn_development.html" />
    <id>tag:www.pairacy.com,2009:/plicated//4.144</id>

    <published>2009-12-04T02:52:19Z</published>
    <updated>2009-12-04T02:53:47Z</updated>

    <summary>Behind The Scenes: SVN &amp; Development from WooThemes on Vimeo....</summary>
    <author>
        <name>Faizal Heesyam</name>
        
    </author>
    
        <category term="Video" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="svn" label="svn" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="video" label="video" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="vimeo" label="vimeo" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.pairacy.com/plicated/">
        <![CDATA[<p><object width="525" height="328"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=6812585&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=6812585&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=0&amp;show_portrait=0&amp;color=ff9933&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="525" height="328"></embed></object><p><a href="http://vimeo.com/6812585">Behind The Scenes: SVN & Development</a> from <a href="http://vimeo.com/woothemes">WooThemes</a> on <a href="http://vimeo.com">Vimeo</a>.</p></p>]]>
        
    </content>
</entry>

<entry>
    <title>IronMan 2</title>
    <link rel="alternate" type="text/html" href="http://www.pairacy.com/plicated/2009/12/ironman_2.html" />
    <id>tag:www.pairacy.com,2009:/plicated//4.143</id>

    <published>2009-12-01T05:15:47Z</published>
    <updated>2009-12-01T08:22:50Z</updated>

    <summary> more at Yahoo! Movies...</summary>
    <author>
        <name>Faizal Heesyam</name>
        
    </author>
    
        <category term="Randomness" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="ironman" label="ironman" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="photos" label="photos" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.pairacy.com/plicated/">
        <![CDATA[<p><img alt="ironman2.jpg" src="http://www.pairacy.com/plicated/uploaded/ironman2.jpg" width="519" height="767" style="border:8px solid #F5F5F5; text-align: center; display: block; margin: 0 auto 10px;" /></p>

<p>more at <a href="http://movies.yahoo.com/photos/movie-stills/gallery/1737/iron-man-2-stills#photo0">Yahoo! Movies</a></p>]]>
        
    </content>
</entry>

<entry>
    <title>NULL</title>
    <link rel="alternate" type="text/html" href="http://www.pairacy.com/plicated/2009/11/null.html" />
    <id>tag:www.pairacy.com,2009:/plicated//4.142</id>

    <published>2009-11-30T14:48:38Z</published>
    <updated>2009-11-30T14:49:27Z</updated>

    <summary>no updates.. no news.. no nothing.....</summary>
    <author>
        <name>Faizal Heesyam</name>
        
    </author>
    
    
    <content type="html" xml:lang="en" xml:base="http://www.pairacy.com/plicated/">
        <![CDATA[<p>no updates.. no news.. no nothing..</p>]]>
        
    </content>
</entry>

<entry>
    <title>Power of Money</title>
    <link rel="alternate" type="text/html" href="http://www.pairacy.com/plicated/2009/11/power_of_money.html" />
    <id>tag:www.pairacy.com,2009:/plicated//4.141</id>

    <published>2009-11-18T08:13:09Z</published>
    <updated>2009-11-18T08:23:46Z</updated>

    <summary>By Adam Khoo ~ Singapore &apos;s youngest millionaire at 26 yrs Some of you may already know that I travel around the region pretty frequently, having to visit and conduct seminars at my offices in Malaysia , Indonesia , Thailand...</summary>
    <author>
        <name>Faizal Heesyam</name>
        
    </author>
    
        <category term="CIMB Wealth Advisors" scheme="http://www.sixapart.com/ns/types#category" />
    
        <category term="New Me" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.pairacy.com/plicated/">
        <![CDATA[<p><em>By <a href="http://www.adam-khoo.com/">Adam Khoo</a> ~ Singapore 's youngest millionaire at 26 yrs</em><br />
 <br />
Some of you may already know that I travel around the region pretty frequently, having to visit and conduct seminars at my offices in Malaysia , Indonesia , Thailand and Suzhou ( China ). I am in the airport almost every other week so I get to bump into many people who have attended my seminars or have read my books.</p>

<p>Recently, someone came up to me on a plane to KL and looked rather shocked. He asked, 'How come a millionaire like you is traveling economy?'  My reply was, 'That's why I am a millionaire. ' He still looked pretty confused.</p>

<p>This again confirms that greatest lie ever told about wealth(which I wrote about in my latest book 'Secrets of Self-Made Millionaires' ). Many people have been brainwashed to think that millionaires have to wear Gucci, Hugo Boss, Rolex, and sit on first class in air travel. This is why so  many people never become rich because the moment that they earn more money, they think that it is only natural that they spend more, putting them back to square one.</p>

<p>The truth is that most self-made millionaires are frugal and only spend on what is necessary and of value. That is why they are able to accumulate and multiply their wealth so much faster.</p>

<p>Over the last 7 years, I have saved about 80% of my income while today I save only about 60% (because I have my wife, mother in law, 2 maids, 2 kids, etc. to support).  Still, it is way above most people who save 10% of their income (if they are lucky).</p>

<p>I refuse to buy a first class ticket or to buy a $300 shirt because I think that it is a complete waste of money. However, I happily pay $1,300 to send my 2-year old daughter to Julia Gabriel Speech and Drama without thinking twice.<br />
When I joined the YEO (Young Entrepreneur' s Orgn)a few years back (YEO) is an exclusive club open to those who are under 40 and make over $1m a year in their own business) I discovered that those who were self-made thought like me.  Many of them with net worth well over $5m,travelled economy class and some even drove Toyota 's and Nissans,not Audis, Mercs, BMWs.</p>]]>
        <![CDATA[<p>I noticed that it was only those who never had to work hard to build their own wealth (there were also a few ministers' and tycoons' sons in the club) who spent like there was no tomorrow. Somehow, when you did not have to build everything from scratch, you do not really value money. This is precisely the reason why a family's wealth (no matter how much) rarely lasts past the third generation</p>

<p>Thank God my rich dad foresaw this terrible possibility and refused to give me a cent to start my business.</p>

<p>Then some people ask me, 'What is the point in making so much money if you don't enjoy it?' The thing is that I don't really find happiness in buying branded clothes, jewellery or sitting first class.  Even if buying something makes me happy it is only for a while, it does not last.</p>

<p>Material happiness never lasts, it just give you a quick fix. After a while you feel lousy again and have to buy the next thing which you think will make you happy. I always think that if you need material things to make you happy, then you live a pretty sad and unfulfilled life..</p>

<p>Instead, what makes me happy is when I see my children laughing and playing and learning so fast. What makes me happy is when I see my companies and trainers reaching more and more people every year in so many more countries.<br />
What makes me really happy is when I read all the emails about how my books and seminars have touched and inspired someone's life.</p>

<p>What makes me really happy is reading all your wonderful posts about how this blog is inspiring you. This happiness makes me feel really good for a long time, much much more than what a Rolex would do for me.</p>

<p>I think the point I want to put across is that happiness must come from doing your life's work (be it teaching, building homes, designing,trading, winning tournaments etc.) and the money that comes is only a by-product. If you hate what you are doing and rely on the money you earn to make you happy by buying stuff, then I think that you are living a life of meaninglessness.</p>]]>
    </content>
</entry>

<entry>
    <title>SBG 2009 ~ Tonight (!)</title>
    <link rel="alternate" type="text/html" href="http://www.pairacy.com/plicated/2009/10/sbg_2009_tonight.html" />
    <id>tag:www.pairacy.com,2009:/plicated//4.140</id>

    <published>2009-10-31T07:04:12Z</published>
    <updated>2009-10-31T07:05:34Z</updated>

    <summary> See You There!!...</summary>
    <author>
        <name>Faizal Heesyam</name>
        
    </author>
    
        <category term="Event" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.pairacy.com/plicated/">
        <![CDATA[<p><img alt="mask2.jpg" src="http://www.pairacy.com/plicated/uploaded/mask2.jpg" width="525" height="882" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></p>

<p><img alt="hand.jpg" src="http://www.pairacy.com/plicated/uploaded/hand.jpg" width="525" height="513" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 20px;" /></p>

<div style="text-align: center;"><strong>See You There!!</strong></div>]]>
        
    </content>
</entry>

<entry>
    <title>SBG 2009 ~ few days to go... (!!!)</title>
    <link rel="alternate" type="text/html" href="http://www.pairacy.com/plicated/2009/10/sbg_2009_few_days_to_go.html" />
    <id>tag:www.pairacy.com,2009:/plicated//4.139</id>

    <published>2009-10-29T06:03:36Z</published>
    <updated>2009-10-29T07:03:52Z</updated>

    <summary> YES!!! few days to go!! and my $preparation == 0!! ya... shial kan... 2 days to go, i still havent decide what i should wear that nite.. damn it! i would like to take this opportunity to dedicate a...</summary>
    <author>
        <name>Faizal Heesyam</name>
        
    </author>
    
        <category term="Event" scheme="http://www.sixapart.com/ns/types#category" />
    
    
    <content type="html" xml:lang="en" xml:base="http://www.pairacy.com/plicated/">
        <![CDATA[<p><img alt="sbg09.jpg" src="http://www.pairacy.com/plicated/uploaded/sbg09.jpg" width="525" height="160" class="mt-image-center" style="text-align: center; display: block; margin: 0 auto 10px;" /></p>

<p>YES!!! few days to go!! and my <strong>$preparation == 0</strong>!! ya... <em>shial</em> kan... 2 days to go, i still havent decide what i should wear that nite.. damn it!</p>

<blockquote><em>i would like to take this opportunity to dedicate a lovely quotes to my 'busy'ness that brings nothing but trouble and mess.. so, to my beloved 'busy'ness... <strong>@#$%^&* you</strong>!</em></blockquote>

<p><strong style="font-size:22px; display:block; text-decoration:underline;">LAST MINUTE PREPARATION</strong><br />
so.. whats the simplest or coolest costume/character you can come up?</p>

<p><img alt="jason.jpg" src="http://www.pairacy.com/plicated/uploaded/jason.jpg" align="left" style="text-align:left; margin:0 10px 10px 0;" /> i was thinking to come as Jason, wear the mask, jumpsuit, and instead of <em>'parang'</em>, ill just hold a chain-saw that is soaked with blood.. oh yeah... there should be a lot of blood dripping on the floor that nite... (not a good idea i guess..)</p>

<p><img alt="saw2.jpg" src="http://www.pairacy.com/plicated/uploaded/saw2.jpg" align="right" style="text-align:right; margin:0 0 10px 10px;" /> or maybe like the one in <strong>Saw II</strong>? (naaa... too complicated.. in fact, im too big for that.. heh!)</p>

<p>hmmm........</p>

<p>last minute ideas.....</p>

<p>hmmm................</p>

<p>(thinking.. thinking.. thinking... <a href="http://www.google.com.my/search?hl=en&rlz=1C1GGLS_enMY340MY340&ei=BTbpSozqBJjQ6gPrs9TuCw&sa=X&oi=spell&resnum=0&ct=result&cd=1&ved=0CAgQBSgA&q=last+minute+halloween&spell=1">Google, help me</a>!!)</p>

<p>what do you think...</p>

<ul>
<li>walk around while holding an empty box of cereal and a bloody knife. What are you? <strong>Serial/Cereal Killer</strong>!</li>
<li>Tie an old CD/DVD around your neck, and carry a lighter. What are you? <strong>A CD/DVD burner</strong>!</li>
<li>Paint one finger gold (middle-finger would be nice.. :D). What are you? <strong>Gold finger</strong></li>
<li>Put a pillow on your belly.. What are you? <strong>Pregnant</strong>! (hey i dont need a pillow for this ok... haha!)</li>
<li>Wear all black.. put a postage stamp (enlarged if possible) on your chest.. What are you? <strong>a Black mail</strong>!</li>
<li>Wrap yourself in a box or wrapping paper (bonus point if got ribbon).. with a tag says, "<em>From: <strong>God</strong>, To: <strong>Women</strong></em>".. What are you? <strong>God's gift to Women</strong>.. hahahahah!</li>
</ul>

<p>somebody help!!</p>

<p><img alt="dripping-blood-main_Full.jpg" src="http://www.pairacy.com/plicated/uploaded/dripping-blood-main_Full.jpg" width="200" height="277" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /></p>]]>
        
    </content>
</entry>

</feed>
