<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>purrgatory</title>
	<atom:link href="http://www.bangsar.net/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bangsar.net/blog</link>
	<description>where cool cats linger</description>
	<lastBuildDate>Mon, 04 Apr 2011 03:08:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>ABAP: Stay logged into SAPGUI indefinitely</title>
		<link>http://www.bangsar.net/blog/2011/04/04/abap-stay-logged-into-sapgui-indefinitely</link>
		<comments>http://www.bangsar.net/blog/2011/04/04/abap-stay-logged-into-sapgui-indefinitely#comments</comments>
		<pubDate>Mon, 04 Apr 2011 03:08:11 +0000</pubDate>
		<dc:creator>myuu</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[ABAP]]></category>
		<category><![CDATA[SAP]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.bangsar.net/blog/?p=1020</guid>
		<description><![CDATA[Sometimes you&#8217;re doing something midway on your system, and you&#8217;re interrupted for a meeting or lunch or whatever. You come back and you&#8217;ve been automatically logged out, losing whatever you were working on earlier. Prior to our upgrade to ECC6, you can simply keep yourself logged in by making timed calls to function module SAPGUI_PROGRESS_INDICATOR. [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you&#8217;re doing something midway on your system, and you&#8217;re interrupted for a meeting or lunch or whatever. You come back and you&#8217;ve been automatically logged out, losing whatever you were working on earlier.</p>
<p>Prior to our upgrade to ECC6, you can simply keep yourself logged in by making timed calls to function module SAPGUI_PROGRESS_INDICATOR. Once upgraded however, the code has changed, causing it to no longer extend your GUI session.</p>
<p>For those who missed out on the old code that does this, here it is:</p>
<blockquote><p>FUNCTION Z_SAPGUI_PROGRESS_INDICATOR.<br />
*&#8221;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
*&#8221;*&#8221;Local Interface:<br />
*&#8221;  IMPORTING<br />
*&#8221;     VALUE(PERCENTAGE) DEFAULT 0<br />
*&#8221;     VALUE(TEXT) DEFAULT SPACE<br />
*&#8221;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
DATA : OUT_TEXT LIKE SY-UCOMM,<br />
PERC     TYPE I,<br />
MODNO    TYPE I.</p>
<p>IF SY-BATCH &lt;&gt; SPACE.<br />
EXIT.    &#8220;do nothing in batch<br />
ENDIF.</p>
<p>IF PROG_INDI_CHECKED = SPACE.<br />
GET PARAMETER ID &#8216;SIN&#8217; FIELD PROG_INDI_MODE.<br />
PROG_INDI_CHECKED = &#8216;X&#8217;.<br />
ENDIF.<br />
IF PROG_INDI_MODE = &#8217;0&#8242;.<br />
EXIT.    &#8220;do nothing if turned off via SPA/GPA<br />
ENDIF.</p>
<p>OUT_TEXT = TEXT.<br />
PERC     = PERCENTAGE.<br />
MODNO    = SYST-MODNO.<br />
IF PERC &lt; 0.   PERC = 0.   ENDIF.<br />
IF PERC &gt; 100. PERC = 100. ENDIF.</p>
<p>CALL FUNCTION &#8216;SAPGUI_PROGRESS_INDICATOR&#8217;<br />
DESTINATION &#8216;SAPGUI&#8217;<br />
KEEPING LOGICAL UNIT OF WORK<br />
EXPORTING TEXT       = OUT_TEXT<br />
PERCENTAGE = PERC<br />
MODN       = MODNO<br />
EXCEPTIONS SYSTEM_FAILURE<br />
COMMUNICATION_FAILURE.<br />
SYST-SUBRC = 0.</p>
<p>ENDFUNCTION.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.bangsar.net/blog/2011/04/04/abap-stay-logged-into-sapgui-indefinitely/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrading my 3.1.3 Spirit iPhone 3GS jailbreak to 4.2.1 greenpois0n</title>
		<link>http://www.bangsar.net/blog/2011/02/20/upgrading-my-3-1-3-spirit-iphone-3gs-jailbreak-to-4-2-1-greenpois0n</link>
		<comments>http://www.bangsar.net/blog/2011/02/20/upgrading-my-3-1-3-spirit-iphone-3gs-jailbreak-to-4-2-1-greenpois0n#comments</comments>
		<pubDate>Sun, 20 Feb 2011 04:33:32 +0000</pubDate>
		<dc:creator>myuu</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[jailbreak]]></category>

		<guid isPermaLink="false">http://www.bangsar.net/blog/?p=1015</guid>
		<description><![CDATA[Just some notes for future reference. Steps taken: Update stock firmware to 4.2.1 Follow iClarified steps using greenp0is0n. Reinstalled Cydia apps, etc. Encounters: greenpois0n JB stopped at &#8220;firmware download etc etc 60000ms&#8221;. Waited 10 mins after that but it wouldn&#8217;t budge. Just reset the device and restart the whole JB process. Old jailbreak files were [...]]]></description>
			<content:encoded><![CDATA[<p>Just some notes for future reference.</p>
<p>Steps taken:</p>
<ol>
<li>Update stock firmware to 4.2.1</li>
<li>Follow iClarified steps using greenp0is0n.</li>
<li>Reinstalled Cydia apps, etc.</li>
</ol>
<p>Encounters:</p>
<ul>
<li>greenpois0n JB stopped at &#8220;firmware download etc etc 60000ms&#8221;. Waited 10 mins after that but it wouldn&#8217;t budge. Just reset the device and restart the whole JB process.</li>
<li>Old jailbreak files were not removed, particularly stuff in /var/stash. Will need to remove the old duplicate to get some space back.</li>
<li>Infinifolders is a good SBCategories replacement. <img src='http://www.bangsar.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.bangsar.net/blog/2011/02/20/upgrading-my-3-1-3-spirit-iphone-3gs-jailbreak-to-4-2-1-greenpois0n/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wireless proxy configuration for your jailbroken iPhone</title>
		<link>http://www.bangsar.net/blog/2010/06/04/wireless-proxy-configuration-for-your-jailbroken-iphone</link>
		<comments>http://www.bangsar.net/blog/2010/06/04/wireless-proxy-configuration-for-your-jailbroken-iphone#comments</comments>
		<pubDate>Fri, 04 Jun 2010 09:00:28 +0000</pubDate>
		<dc:creator>myuu</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[networking]]></category>

		<guid isPermaLink="false">http://www.bangsar.net/blog/?p=1008</guid>
		<description><![CDATA[You are on your company&#8217;s WiFi network. You&#8217;ve been able to access intranet sites so far, but now you&#8217;d like to access an external site via the company&#8217;s HTTP proxy. Your company, however, does not provide a proxy auto-configuration URL. You are therefore stuck with having to add or remove the proxy manually in your [...]]]></description>
			<content:encoded><![CDATA[<p>You are on your company&#8217;s WiFi network. You&#8217;ve been able to access intranet sites so far, but now you&#8217;d like to access an external site via the company&#8217;s HTTP proxy. Your company, however, does not provide a proxy auto-configuration URL. You are therefore stuck with having to add or remove the proxy manually in your iPhone WiFi settings each time you&#8217;d like to access external or local sites, respectively.</p>
<p>So how can we make things easier? Simple, create your own proxy.pac file.</p>
<p>Create a text document on your computer. In this file, write the JavaScript code necessary to help Safari use your proxy only when needed. See this <a href="http://en.wikipedia.org/wiki/Proxy_auto-config" rel="nofollow" class="liwikipedia">Wikipedia page</a> for examples. Here&#8217;s what mine looks like:</p>
<blockquote><p>function FindProxyForURL(url, host) {</p>
<p>proxy = &#8220;PROXY companyproxy.address.com:8080&#8243;;</p>
<p>// Next, we want to send all traffic to company.net browser direct<br />
if (dnsDomainIs(host, &#8220;.my.intranet.domain.com&#8221;)) {<br />
return &#8220;DIRECT&#8221;;<br />
}</p>
<p>// Loopback and localhost goes browser direct always.<br />
if ((host == &#8220;localhost&#8221;) ||<br />
(shExpMatch(host, &#8220;localhost.*&#8221;)) ||<br />
(host == &#8220;127.0.0.1&#8243;)) {<br />
return &#8220;DIRECT&#8221;;<br />
}</p>
<p>// Test to see if host is an IP address<br />
reip = /^\d+\.\d+\.\d+\.\d+$/g;</p>
<p>if (reip.test(host)) {</p>
<p>// Check for local IP address<br />
if (isInNet(host, &#8220;192.168.0.0&#8243;, &#8220;255.255.0.0&#8243;)) {<br />
return &#8220;DIRECT&#8221;;<br />
}</p>
<p>}</p>
<p>// Default return condition is the proxy, since itâ??s assumed that everything<br />
// else is on the Internet.<br />
return proxy;</p>
<p>} // End of function</p></blockquote>
<p>Save and name the file as proxy.pac. One site recommended that the file encoding be set to UTF-8, which I followed and it seems fine. Take this file and copy it to anywhere on your iPhone using tools such as iFunbox or iFile or SSH. I put mine in /var/mobile/Documents.</p>
<p>Now go back to your iPhone WiFi Settings in Settings &#8211;&gt; Wi-Fi. Tap on the &gt; button of your WiFi network to view its settings. Swipe all the way down and change HTTP Proxy to Auto, and in the URL field type in the file location, e.g. file:///var/mobile/Documents/proxy.pac. Exit, and all your programs should now automatically detect whether a proxy should be used whenever you are on this WiFi network.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bangsar.net/blog/2010/06/04/wireless-proxy-configuration-for-your-jailbroken-iphone/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SPCA confusion</title>
		<link>http://www.bangsar.net/blog/2010/05/05/spca-confusion</link>
		<comments>http://www.bangsar.net/blog/2010/05/05/spca-confusion#comments</comments>
		<pubDate>Wed, 05 May 2010 05:10:27 +0000</pubDate>
		<dc:creator>myuu</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[cats]]></category>
		<category><![CDATA[rant]]></category>
		<category><![CDATA[spca]]></category>

		<guid isPermaLink="false">http://www.bangsar.net/blog/?p=1005</guid>
		<description><![CDATA[The SPCA is great and all, taking in strays and whatnot, but seriously, their administration and &#8216;customer service&#8217; could use some work. Love their doctors though. As you may know, both our cats are formally adopted from SPCA. Cat #1: Shcamper. Not yet neutered since he was still a &#8216;teenage&#8217; kitten when we picked him [...]]]></description>
			<content:encoded><![CDATA[<p>The SPCA is great and all, taking in strays and whatnot, but seriously, their administration and &#8216;customer service&#8217; could use some work. Love their doctors though.</p>
<p>As you may know, both our cats are formally adopted from SPCA.</p>
<p>Cat #1: Shcamper. Not yet neutered since he was still a &#8216;teenage&#8217; kitten when we picked him up. The neutering fee should be free as part of the RM100 adoption fee. Called them to see if we can walk-in or schedule an appointment and the lady on the phone flat out said that they don&#8217;t do neutering. Told us to go to the Kembiri clinic instead. And we did, but the guy told us that actually SPCA cats should be neutered by SPCA back at Jalan Kerja Ayer Lama. Since we were already there we might as well proceed, with an additional RM50 donation for the procedure.</p>
<p>Cat #2: Chewmil. Spayed by SPCA but still shows signs of heat. Called SPCA to get her checked out but the girl on the phone said they don&#8217;t tend to adopted cats after one month of adoption. Like lepas tangan only right? Will most likely have to spend another RM100 for another procedure at Kembiri. Poor girl.</p>
<p>It would have been great if these people behind their desks would take the trouble to explain to people exactly how and what the process is. If there&#8217;s going to be just one month of support, at least say so in the beginning. I don&#8217;t know if these people are there just for the job or for the cats, but please lah, be more emphatic with the people you deal with.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bangsar.net/blog/2010/05/05/spca-confusion/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>2-month mega update~!</title>
		<link>http://www.bangsar.net/blog/2010/02/11/2-month-mega-update</link>
		<comments>http://www.bangsar.net/blog/2010/02/11/2-month-mega-update#comments</comments>
		<pubDate>Thu, 11 Feb 2010 06:36:04 +0000</pubDate>
		<dc:creator>myuu</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[cats]]></category>
		<category><![CDATA[chewmil]]></category>
		<category><![CDATA[dungeons]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[phone]]></category>
		<category><![CDATA[raids]]></category>
		<category><![CDATA[shcamper]]></category>
		<category><![CDATA[wow]]></category>

		<guid isPermaLink="false">http://www.bangsar.net/blog/?p=992</guid>
		<description><![CDATA[Hello world! While you&#8217;ve not heard from me for so long, trust me, a lot has happened in the meantime. Sorry for the lack of updates, though. Cats We were in JB for a wedding in Singapore, and we met this tiny grey kitten wandering alone at an open-air restaurant close to where we were [...]]]></description>
			<content:encoded><![CDATA[<p>Hello world! While you&#8217;ve not heard from me for so long, trust me, a lot has happened in the meantime. Sorry for the lack of updates, though.<span id="more-992"></span></p>
<p><strong>Cats</strong><br />
We were in JB for a wedding in Singapore, and we met this tiny grey kitten wandering alone at an open-air restaurant close to where we were staying. It was a rainy day and we were there for lunch, so as we sat down it would park itself between our feet for warmth. It would do this for all of us seated at the table, until it settled down atop of my left foot, its front paws tucked in above my foot and its head shaded by my pant leg. We were tempted to take it home, but it was a long journey back to KL and so it didn&#8217;t seem like a good idea at the time.</p>
<p>Since then, we&#8217;ve always had it on our minds, and we regretted having left it behind. This led the both of us, Faizah and I, to develop this constantly growing yearning to get felines of our own. These feelings continued to grow till one day we met an old schoolmate of mine at a wedding, and turns out she&#8217;s a vet with Zoo Negara. She told us that there were plenty of strays captured at the zoo to keep them from infecting the larger cats with possible disease (or possibly eaten by one!). They were usually sent to SPCA, but if we were interested we could take one ourselves. And boy, were we interested! It didn&#8217;t take us long to make a visit, and by then we choose this handsome teen of a ginger tabby we named Shcamper. We also visited the SPCA nearby to see if we can pick up any companions for Shcamper, and took a gorgeous female grey tabby we named Chewmil. This happened over a span of 2 weekends, of course, as we had to think things through and logistically and mentally prepare to bring them into our home.</p>
<p>Go on over to Ayin&#8217;s blog for piccies: <a href="http://ayinisme.blogspot.com/2010/01/introducing-two-new-additions-to-family.html" target="_blank" class="liexternal">Introducing two new additions to the family</a>.</p>
<p>It&#8217;s been about a month now since we took them in. Most of the time, they&#8217;d be in their self-sufficient 4-tier cage outside in the porch or we&#8217;d bring them in to play for a while after work. They were wary of each other at first, always hissing at each other on eye-contact, but they slowly warmed up and are now the best of friends. While we love them to bits, they&#8217;re not quite affectionate as we&#8217;d liked, but hopefully this will change in time. Chewmil is like the mistress of the house, while Shcamper enjoys bounding up and down the house with his seemingly limitless energy. We&#8217;ve plans to toilet train them, so if that works hopefully we&#8217;ll be able to keep them in the house where it&#8217;s more comfortable and safe.</p>
<p><strong>iStuff</strong><br />
I have an iPhone 3GS. <img src='http://www.bangsar.net/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  and Faizah has an iPod Touch. I &lt;3. Blizzard seems to have an interest in these gadgets, releasing free Armory and Authenticator apps for them. While I use mine mainly as a phone, and Fai mainly uses hers for music, the availability of so many apps makes them just so very useful, especially when we&#8217;re bored on a flight. Never leave home without &#8216;em. <img src='http://www.bangsar.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>WoW</strong><br />
The things we do for WoW. Fai&#8217;s machine is now a Core i5 with an ATI HD5870 video card, for faster dungeon load times and smoother graphics. It may not be as snappy as a Core i7, but the difference is barely noticeable, and it has plenty of overclocking potential. <img src='http://www.bangsar.net/wordpress/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  I&#8217;ll update the specs in the <a href="http://www.bangsar.net/blog/machines" class="liinternal">Machines</a> page right after this.</p>
<p>As far as raiding goes, the guild is pretty much farming the first 4 bosses of Icecrown Citadel. There&#8217;s still generally a lot of issues going into Plagueworks, but hopefully we&#8217;ll get them sorted out. In any case, things are getting easier with the constant boss nerfs and the upcoming zone-wide Ashen Verdict buff.</p>
<p><strong>Farewell, Mario</strong><br />
The old Pentium 4 server that hosted this site as well as related services since 2001 has finally been shut down. Mario, then named Phoenix, was originally a Pentium 3 machine I built and used during my college days in the US. As newer machines were purchased, old hardware were reused, turning Mario into what it is today. It still remains intact at the &#8216;datacenter&#8217; in Section 16 until we decide what to do with it.</p>
<p>That&#8217;s not the end for this site though. All important contents were successfully migrated to a virtual machine running on <a href="http://www.bangsar.net/blog/machines" class="liinternal">Alexstrasza</a>. We&#8217;re now on a newer FreeBSD operating system with less installed clutter. The host machine runs on Windows 7 RC, which sometimes decides to restart itself without restarting the VM. Don&#8217;t worry, we&#8217;ll be switching to a proper copy of Windows 7 soon. <img src='http://www.bangsar.net/wordpress/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bangsar.net/blog/2010/02/11/2-month-mega-update/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>why the hate?</title>
		<link>http://www.bangsar.net/blog/2009/11/09/why-the-hate</link>
		<comments>http://www.bangsar.net/blog/2009/11/09/why-the-hate#comments</comments>
		<pubDate>Mon, 09 Nov 2009 05:58:39 +0000</pubDate>
		<dc:creator>myuu</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[troll]]></category>

		<guid isPermaLink="false">http://www.bangsar.net/blog/?p=985</guid>
		<description><![CDATA[Last month, while we&#8217;re on our way to Bali, some guy decides to post a comment on a 2-year old post: http://www.bangsar.net/blog/2007/07/12/windows-automatic-update-annoyance Okay, you don&#8217;t like the post. It&#8217;s 2 sentences and piggybacks a reputable site. So? I don&#8217;t see why I must give my own thoughts to every single thing that happens in the [...]]]></description>
			<content:encoded><![CDATA[<p>Last month, while we&#8217;re on our way to Bali, some guy decides to post a comment on a 2-year old post:</p>
<p><span><span title="Click to edit this part of the permalink"><a href="http://www.bangsar.net/blog/2007/07/12/windows-automatic-update-annoyance" class="liinternal">http://www.bangsar.net/blog/2007/07/12/windows-automatic-update-annoyance</a></span></span></p>
<p><span><span title="Click to edit this part of the permalink">Okay, you don&#8217;t like the post. It&#8217;s 2 sentences and piggybacks a reputable site. So? I don&#8217;t see why I must give my own thoughts to every single thing that happens in the world. I don&#8217;t see why I have to try to improve on something even when I don&#8217;t have anything to add. But if it&#8217;s useful, why can&#8217;t I just forward it and make it known? It&#8217;s a reputable site after all, so shouldn&#8217;t we link to reputable sites? Would you rather I link to your site instead, if you would have cared to share it with us?</span></span></p>
<p><span><span title="Click to edit this part of the permalink">Just because you can&#8217;t find anything of useful value here, doesn&#8217;t make this site useless. You might be the god of {insert subject matter here}, but what gives you the right to be so aloof and condescending to others? Everyone has something they&#8217;re good at, but not everyone needs to show off and be a prick. Before you even try to point out other peoples&#8217; faults, why don&#8217;t you look at yourself in the mirror first and do something about that attitude of yours.</span></span></p>
<p><span><span title="Click to edit this part of the permalink">Oh, and Donald, why don&#8217;t you add me on Facebook so that we can compare friends? Maybe even Friendster? If you&#8217;re anything the smart guy you put out to be, you should be able to find me easily. Regardless of that outcome, go fuck yourself.<br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bangsar.net/blog/2009/11/09/why-the-hate/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>it&#8217;s been real quiet down here</title>
		<link>http://www.bangsar.net/blog/2009/10/16/its-been-real-quiet-down-here</link>
		<comments>http://www.bangsar.net/blog/2009/10/16/its-been-real-quiet-down-here#comments</comments>
		<pubDate>Fri, 16 Oct 2009 11:37:03 +0000</pubDate>
		<dc:creator>myuu</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.bangsar.net/blog/2002/02/09/its-been-real-quiet-down-here</guid>
		<description><![CDATA[Not really quiet per se. Been just too busy with stuff at work and by the time we get home we&#8217;re just mush. Thankfully, we&#8217;re finally going on our honeymoon for a week in Bali. It&#8217;d definitely help us unwind and not think about work. Please wish us a safe passage.]]></description>
			<content:encoded><![CDATA[<p>Not really quiet per se. Been just too busy with stuff at work and by the time we get home we&#8217;re just mush. Thankfully, we&#8217;re finally going on our honeymoon for a week in Bali. It&#8217;d definitely help us unwind and not think about work. Please wish us a safe passage. <img src='http://www.bangsar.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.bangsar.net/blog/2009/10/16/its-been-real-quiet-down-here/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>the last 40 days&#8230;</title>
		<link>http://www.bangsar.net/blog/2009/07/15/the-last-40-days</link>
		<comments>http://www.bangsar.net/blog/2009/07/15/the-last-40-days#comments</comments>
		<pubDate>Wed, 15 Jul 2009 01:18:01 +0000</pubDate>
		<dc:creator>myuu</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[aztech]]></category>
		<category><![CDATA[citibank]]></category>
		<category><![CDATA[customer service]]></category>
		<category><![CDATA[hdtv]]></category>
		<category><![CDATA[ip man]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[ps3]]></category>
		<category><![CDATA[streamyx]]></category>
		<category><![CDATA[tv & movies]]></category>

		<guid isPermaLink="false">http://www.bangsar.net/blog/?p=979</guid>
		<description><![CDATA[&#8230;might be a good title for a zombie movie. I hate Apple. Wife has a Powebook G4 that&#8217;s eligible for a 2006 battery recall, but Apple Malaysia won&#8217;t honour it as it is out of warranty. After making calls and making a query on Apple Discussions, I decided to just pass my battery to a [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;might be a good title for a zombie movie. <img src='http://www.bangsar.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I hate Apple. Wife has a Powebook G4 that&#8217;s eligible for a 2006 battery recall, but Apple Malaysia won&#8217;t honour it as it is out of warranty. After making calls and making a query on Apple Discussions, I decided to just pass my battery to a colleague going for a vacation in the UK. New battery was delivered no questions asked.</p>
<p>I hate Citibank. When you talk to their customer service people they sound like all they want to do is get rid of you. You know, not in language but in the tone of their voice. Their collections department is so hard to reach.</p>
<p>I hate Streamyx. As usual. Been having sporadic network issues over the weekend since Saturday; download speeds would fall to shit without affecting my uploads. Couldn&#8217;t even access Streamyx or TM&#8217;s own website. I hate calling for tech support because it usually ends up making things worse.</p>
<p>Customer service is a failboat in this country.</p>
<p>I love Ip-Man. Such an awesome movie.</p>
<p>Upgraded some cables to CAT 6 in the hope that it&#8217;ll improve my HD streaming to the PS3. Somehow or rather my Aztech Homeplugs got fried in the process. Such delicate things.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bangsar.net/blog/2009/07/15/the-last-40-days/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>avisynth/mencoder transcoding for ps3 media server on windows 7</title>
		<link>http://www.bangsar.net/blog/2009/06/06/avisynthmencoder-transcoding-for-ps3-media-server-on-windows-7</link>
		<comments>http://www.bangsar.net/blog/2009/06/06/avisynthmencoder-transcoding-for-ps3-media-server-on-windows-7#comments</comments>
		<pubDate>Sat, 06 Jun 2009 04:24:41 +0000</pubDate>
		<dc:creator>myuu</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[avisynth]]></category>
		<category><![CDATA[mencoder]]></category>
		<category><![CDATA[ps3]]></category>
		<category><![CDATA[ps3 media server]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.bangsar.net/blog/?p=969</guid>
		<description><![CDATA[Finally managed to get CoreAVC + Subtitles + Avisynth/Mencoder working for the PS3 Media Server on Windows 7 RC. By right, the default usage of just Mencoder for transcoding with subtitles is just fine. However, I have some anime files that don&#8217;t size/zoom just right on the TV (i.e. there is no Zoom screen mode [...]]]></description>
			<content:encoded><![CDATA[<p>Finally managed to get CoreAVC + Subtitles + Avisynth/Mencoder working for the PS3 Media Server on Windows 7 RC.</p>
<p>By right, the default usage of just Mencoder for transcoding with subtitles is just fine. However, I have some anime files that don&#8217;t size/zoom just right on the TV (i.e. there is no Zoom screen mode on the PS3, instead Normal mode displays like Zoom mode). AviSynth/Mencoder displays them fine though, with all 3 screen modes available, but of course, no subtitles. And since I have CoreAVC with CUDA acceleration, might as well make use of it for the other 1080p files.</p>
<p>So yes, follow the instructions for CoreAVC in PS3 Media Server&#8217;s README/FAQ files.</p>
<p>Then implement this hack to stop Windows 7 from using its built in DTV-DVD filter:<br />
<a href="http://www.hack7mc.com/2009/04/replacing-the-default-dtvdvd-decoder-without-breaking-live-tv-playback.html">Replacing the Default DTV/DVD Decoder without Breaking Live TV Playback<br />
</a>(Take note of the different registry path for 64-bit in the comments)<a href="http://www.hack7mc.com/2009/04/replacing-the-default-dtvdvd-decoder-without-breaking-live-tv-playback.html" class="liexternal"></a></p>
<p>Now, you should be set. I&#8217;ve tested this so far with MKV files that have built in subtitles. With vsfilter.dll in the Avisynth plugins folder, I&#8217;m expecting double subs to appear for movies with external subs (this is my assumption by logic, but might not be the case), so removing vsfilter.dll from the plugins dir might help with that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bangsar.net/blog/2009/06/06/avisynthmencoder-transcoding-for-ps3-media-server-on-windows-7/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>MAP 1562</title>
		<link>http://www.bangsar.net/blog/2009/06/05/map-1562</link>
		<comments>http://www.bangsar.net/blog/2009/06/05/map-1562#comments</comments>
		<pubDate>Fri, 05 Jun 2009 03:20:36 +0000</pubDate>
		<dc:creator>myuu</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[accident]]></category>
		<category><![CDATA[car]]></category>
		<category><![CDATA[traffic]]></category>

		<guid isPermaLink="false">http://www.bangsar.net/blog/2009/06/05/map-1562</guid>
		<description><![CDATA[So this old Proton decides to roll back into my mom&#8217;s car at a traffic light. My mom tried to get it to pull over, but it ran off. Just scratches, but still. So if you see any MAP 1562 on the road, please send the driver my regards with a slap to the face. [...]]]></description>
			<content:encoded><![CDATA[<p>So this old Proton decides to roll back into my mom&#8217;s car at a traffic light. My mom tried to get it to pull over, but it ran off. Just scratches, but still.<br />
So if you see any MAP 1562 on the road, please send the driver my regards with a slap to the face. Thanks.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bangsar.net/blog/2009/06/05/map-1562/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

