<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>Web Sailor's personal blog - Programming</title>
    <link>http://www.khngai.com/blog/</link>
    <description>My little place on the web...</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.6.2 - http://www.s9y.org/</generator>
    <pubDate>Mon, 04 Feb 2013 00:26:56 GMT</pubDate>

    <image>
        <url>http://www.khngai.com/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: Web Sailor's personal blog - Programming - My little place on the web...</title>
        <link>http://www.khngai.com/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Applesyncnotifier.exe - Entry point not found</title>
    <link>http://www.khngai.com/blog/index.php?/archives/775-Applesyncnotifier.exe-Entry-point-not-found.html</link>
            <category>Programming</category>
    
    <comments>http://www.khngai.com/blog/index.php?/archives/775-Applesyncnotifier.exe-Entry-point-not-found.html#comments</comments>
    <wfw:comment>http://www.khngai.com/blog/wfwcomment.php?cid=775</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://www.khngai.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=775</wfw:commentRss>
    

    <author>nospam@example.com (khngai)</author>
    <content:encoded>
    &lt;p&gt;Out of a sudden, Windows 7 spit out this error message.&lt;/p&gt;
&lt;p&gt; &lt;img border=&quot;0&quot; src=&quot;/images/blog/20130204_error.png&quot; /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Fixed by copying libicuuc.dll from &amp;quot;C:\Program Files (x86)\Common Files\Apple\Apple Application Support&amp;quot; to &amp;quot;C:\Program Files (x86)\Common Files\Apple\Mobile Device Support&amp;quot;. &lt;br /&gt;&lt;/p&gt; 
    </content:encoded>

    <pubDate>Mon, 04 Feb 2013 00:26:56 +0000</pubDate>
    <guid isPermaLink="false">http://www.khngai.com/blog/index.php?/archives/775-guid.html</guid>
    
</item>
<item>
    <title>Segmentation Fault 11 - Serendipity 1.6.2</title>
    <link>http://www.khngai.com/blog/index.php?/archives/769-Segmentation-Fault-11-Serendipity-1.6.2.html</link>
            <category>Programming</category>
    
    <comments>http://www.khngai.com/blog/index.php?/archives/769-Segmentation-Fault-11-Serendipity-1.6.2.html#comments</comments>
    <wfw:comment>http://www.khngai.com/blog/wfwcomment.php?cid=769</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.khngai.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=769</wfw:commentRss>
    

    <author>nospam@example.com (khngai)</author>
    <content:encoded>
    &lt;p&gt;After migrating to Amazon, segmentation fault 11 was haunting me. It happened about every 30 minutes. When it happened, a few consecutive segmentation faults could be seen at /var/log/apache2/error.log.&lt;/p&gt; &lt;span style=&quot;background-color: #fe78ff;&quot;&gt;[Mon Jan 07 13:08:46 2013] [notice] child pid 1593 exit signal Segmentation fault (11)&lt;br /&gt;[Mon Jan 07 13:08:47 2013] [notice] child pid 1471 exit signal Segmentation fault (11)&lt;br /&gt;[Mon Jan 07 13:08:47 2013] [notice] child pid 1503 exit signal Segmentation fault (11)&lt;br /&gt;[Mon Jan 07 13:08:47 2013] [notice] child pid 1590 exit signal Segmentation fault (11)&lt;br /&gt;[Mon Jan 07 13:08:47 2013] [notice] child pid 1591 exit signal Segmentation fault (11)&lt;/span&gt; 
&lt;p&gt; &lt;/p&gt; 
&lt;p&gt;The annoying thing was, subsequent access to any Serendipity page will be timeout, and more Segmentation faults will be thrown. The problem will rectify itself after a while. But this would happen again after some time. &lt;br /&gt;&lt;/p&gt; 
&lt;p&gt;Tried a lot of things. The faults did not occur if I disable Serendipity. But I could not afford to disable Serendipity.&lt;/p&gt; 
&lt;p&gt;Finally, I guess I had the answer. Serendipity seems NOT working well with APC. Occasionally, the following error is observed.&lt;/p&gt; 
&lt;p&gt;&lt;span style=&quot;background-color: #fe78ff;&quot;&gt;PHP Warning:&amp;#160; include(): GC cache entry &#039;serendipity_event_trackexits.php&#039; was on gc-list for 3607 seconds in Smarty.class.php on line 1263&lt;/span&gt;&lt;/p&gt; 
&lt;p&gt;After the GC cache entry error is observed, a request to any Serendipity page will cause the Segmentation fault.&lt;/p&gt; 
&lt;p&gt;Thus, solution is to disable APC until either Serendipity or APC fix the problem.&lt;/p&gt; 
&lt;p&gt; &lt;/p&gt; 
&lt;ul&gt; 
&lt;li&gt;PHP Version :&amp;#160; 5.3.10&lt;br /&gt;&lt;/li&gt; 
&lt;li&gt;APC Version : 3.1.7&lt;/li&gt; 
&lt;li&gt;Serendipity Version : 1.5.2 to 1.6.2 &lt;br /&gt;&lt;/li&gt; 
&lt;/ul&gt; 
    </content:encoded>

    <pubDate>Mon, 07 Jan 2013 14:44:23 +0000</pubDate>
    <guid isPermaLink="false">http://www.khngai.com/blog/index.php?/archives/769-guid.html</guid>
    
</item>
<item>
    <title>New Beginning</title>
    <link>http://www.khngai.com/blog/index.php?/archives/768-New-Beginning.html</link>
            <category>Programming</category>
    
    <comments>http://www.khngai.com/blog/index.php?/archives/768-New-Beginning.html#comments</comments>
    <wfw:comment>http://www.khngai.com/blog/wfwcomment.php?cid=768</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.khngai.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=768</wfw:commentRss>
    

    <author>nospam@example.com (khngai)</author>
    <content:encoded>
    &lt;p&gt;2012 is ending soon. Have finally decided to migrate my web site to Amazon. The original web hosting company has a very slow database. It is unbearable sometimes. The DNS propagation took took about 3 days to complete entirely. During the transition, I could see some people are accessing my site through Amazon, but some are still going through the old web hosting company.&lt;br /&gt;&lt;/p&gt; 
&lt;p&gt;A self review on my web site. Some of the information are out of date. There are just too many todos in my list. The first priority is to remove the out-dated information. Make the web site as simple as possible.&lt;br /&gt;&lt;/p&gt; 
&lt;p&gt; &lt;/p&gt; 
    </content:encoded>

    <pubDate>Sun, 30 Dec 2012 16:20:19 +0000</pubDate>
    <guid isPermaLink="false">http://www.khngai.com/blog/index.php?/archives/768-guid.html</guid>
    
</item>
<item>
    <title>Sony Tablet P</title>
    <link>http://www.khngai.com/blog/index.php?/archives/751-Sony-Tablet-P.html</link>
            <category>Programming</category>
    
    <comments>http://www.khngai.com/blog/index.php?/archives/751-Sony-Tablet-P.html#comments</comments>
    <wfw:comment>http://www.khngai.com/blog/wfwcomment.php?cid=751</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.khngai.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=751</wfw:commentRss>
    

    <author>nospam@example.com (khngai)</author>
    <content:encoded>
    &lt;p&gt;This is the lousiest Android device that I have ever seen so far. Big let down.&lt;/p&gt; 
&lt;p&gt; The screen is highly reflective. If I put it flat on the table while using it, it is painful to the eyes. Need to find a thick book to tilt it to an angle to make it more comfortable for viewing.&lt;/p&gt;  
&lt;p&gt;The fonts are small. Again painful to the eyes. Even on the top screen, applications do not make use of the full width of the screen. There are 2 black stripes at both left and right.&lt;/p&gt; 
    </content:encoded>

    <pubDate>Tue, 08 May 2012 00:13:28 +0000</pubDate>
    <guid isPermaLink="false">http://www.khngai.com/blog/index.php?/archives/751-guid.html</guid>
    
</item>
<item>
    <title>MyGiga</title>
    <link>http://www.khngai.com/blog/index.php?/archives/749-MyGiga.html</link>
            <category>Programming</category>
    
    <comments>http://www.khngai.com/blog/index.php?/archives/749-MyGiga.html#comments</comments>
    <wfw:comment>http://www.khngai.com/blog/wfwcomment.php?cid=749</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.khngai.com/blog/rss.php?version=2.0&amp;type=comments&amp;cid=749</wfw:commentRss>
    

    <author>nospam@example.com (khngai)</author>
    <content:encoded>
    &lt;p&gt;Have been looking for a cheap Android based media player for a while. Bought this one from Taobao. It is called GOOGLE TV Box ATV310.&lt;/p&gt; 
&lt;p&gt;Booting up is slow compared to all my previous media players. Well, this is expected since this guy is a mini computer.&lt;/p&gt; 
&lt;p&gt;It supports my Logitech wireless mouse m325. This is very crucial, it will be a real pain to use the remote control to enter characters using remote control otherwise.&lt;/p&gt; 
&lt;p&gt;I am able to install PPStream, Funshion onto it. For some unknown reasons, PPStream sometimes fails to play movies. It just shows an blank screen.&lt;/p&gt; 
&lt;p&gt;I have also installed SWIftp so that I can transfer files to it or the USB hard drive attached to it through FTP.&lt;/p&gt; 
&lt;p&gt;Other softwares tried including ES File Explorer, Firefox, Angry Bird.&lt;br /&gt;&lt;/p&gt; 
&lt;p align=&quot;center&quot;&gt;&lt;img border=&quot;0&quot; src=&quot;/images/blog/20120427_android.jpg&quot; /&gt;&lt;/p&gt; 
&lt;p&gt; &lt;/p&gt; 
&lt;p&gt;Overall, it is value for money. &lt;br /&gt;&lt;/p&gt; 
&lt;p&gt; &lt;/p&gt; 
&lt;p&gt; &lt;/p&gt; 
    </content:encoded>

    <pubDate>Fri, 27 Apr 2012 15:28:00 +0000</pubDate>
    <guid isPermaLink="false">http://www.khngai.com/blog/index.php?/archives/749-guid.html</guid>
    
</item>

</channel>
</rss>