<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
    <channel>
        <title>Lowyat.NET: Latest topics by vintec</title>
        <description></description>
        <link>http://forum.lowyat.net/</link>
        <lastBuildDate>Sun, 14 Jun 2026 02:08:51 +0800</lastBuildDate>
        <generator>FeedCreator 1.7.2</generator>
        <item>
            <title>Blue Orb 2 on LGA 1155 socket?</title>
            <link>http://forum.lowyat.net/topic/2440966</link>
            <description>Hi all,&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve got an old Blue Orb 2 lying around gathering dust. My hackintosh shopping has dried up my budget so buying a new cooler is out of question. I thought if it fits into my i5 3550 CPU with minimal or no modifications, then why not&amp;#33; It was used for my old AMD 939 socket CPU and it&amp;#39;s compatible with LGA 775. Just wondering if anyone has first or second hand experience with this? Cheers&amp;#33;</description>
            <author>vintec</author>
            <category>Hardware</category>
            <pubDate>Tue, 24 Jul 2012 14:52:39 +0800</pubDate>
        </item>
        <item>
            <title>requesting driver&amp;#39;s licence history</title>
            <link>http://forum.lowyat.net/topic/1170715</link>
            <description>hi all, i&amp;#39;m not sure if this is the right place to post this but i can&amp;#39;t think of any other section to post. feel free to move this thread if there is.&lt;br /&gt;&lt;br /&gt;i&amp;#39;m looking at getting a motorbike licence in Australia and Queensland law requires an open licence of at least one year to apply for motorbike L. I&amp;#39;ve renewed my open licence in Dec 2008, which does not show the exact period of me holding the licence. i&amp;#39;ve browsed through JPJ portal and can&amp;#39;t find such a service provided.&lt;br /&gt;&lt;br /&gt;is anyone here a JPJ runner and could get a letter/document from JPJ to show my licence history? i&amp;#39;m willing to pay a reasonable fee. or if there&amp;#39;s an easy &amp;amp; proper channel i should go through, please enlighten me. thanks.</description>
            <author>vintec</author>
            <category>The Fast &amp;amp; The Furious</category>
            <pubDate>Tue, 22 Sep 2009 14:45:31 +0800</pubDate>
        </item>
        <item>
            <title>backslash not registering</title>
            <link>http://forum.lowyat.net/topic/1104769</link>
            <description>&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&amp;#60;body&amp;#60;?php if &amp;#40;&amp;#036;loc &amp;#33;= &amp;#34;&amp;#34;&amp;#41; { echo &amp;#34; onload=&amp;#092;&amp;#34;initialize&amp;#40;&amp;#41;&amp;#092;&amp;#34;&amp;#34;; } ?&amp;#62;&amp;#62;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;i can&amp;#39;t believe the second backslash is not registering, thus ended the whole echo there, leaving the gibberish &amp;quot;; } ?&amp;gt;&amp;gt; displayed in html&lt;br /&gt;&lt;br /&gt;anyone knows why PHP in OS X so F&amp;#39;d up? wasted so much of my precious time and now with this bug, i&amp;#39;d have to test my page on my webhost   &lt;!--emo&amp;:angry:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/mad.gif' border='0' style='vertical-align:middle' alt='mad.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>vintec</author>
            <category>Codemasters</category>
            <pubDate>Wed, 22 Jul 2009 10:50:46 +0800</pubDate>
        </item>
        <item>
            <title>integrating ajax with google map API</title>
            <link>http://forum.lowyat.net/topic/1104394</link>
            <description>hi all,&lt;br /&gt;&lt;br /&gt;i&amp;#39;ve managed to embed google map into html page and all i need to do now is to get different values from the URI to show different maps. PHP is my bread and butter but i have limited understanding in javascript, maybe you can explain in PHP terms to me if needed be.&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;  function getXMLHttpObject&amp;#40;&amp;#41; {&lt;br /&gt;  	var xmlHttp;&lt;br /&gt;  	try&lt;br /&gt;    	{&lt;br /&gt;      // Firefox, Opera 8.0+, Safari&lt;br /&gt;      xmlHttp=new XMLHttpRequest&amp;#40;&amp;#41;;&lt;br /&gt;    	}&lt;br /&gt;  	catch &amp;#40;e&amp;#41;&lt;br /&gt;  	{&lt;br /&gt;    // Internet Explorer&lt;br /&gt;    try&lt;br /&gt;    {&lt;br /&gt;    	xmlHttp=new ActiveXObject&amp;#40;&amp;#34;Msxml2.XMLHTTP&amp;#34;&amp;#41;;&lt;br /&gt;    }&lt;br /&gt;    catch &amp;#40;e&amp;#41;&lt;br /&gt;    {&lt;br /&gt;    	try&lt;br /&gt;    	{&lt;br /&gt;      xmlHttp=new ActiveXObject&amp;#40;&amp;#34;Microsoft.XMLHTTP&amp;#34;&amp;#41;;&lt;br /&gt;    	}&lt;br /&gt;    	catch &amp;#40;e&amp;#41;&lt;br /&gt;    	{&lt;br /&gt;      alert&amp;#40;&amp;#34;Your browser does not support AJAX&amp;#33;&amp;#34;&amp;#41;;&lt;br /&gt;      return false;&lt;br /&gt;    	}&lt;br /&gt;    }&lt;br /&gt;  	}//end top-level try-catch block&lt;br /&gt;  	return xmlHttp;&lt;br /&gt;  }// function end&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;found this snippet to get data from URI but i&amp;#39;m not exactly sure how to transfer the value to google map API:&lt;br /&gt;&lt;br /&gt;&lt;!--c1--&gt;&lt;div class='codetop'&gt;CODE&lt;/div&gt;&lt;div class='codemain'&gt;&lt;!--ec1--&gt;&lt;br /&gt;  function initialize&amp;#40;&amp;#41; {&lt;br /&gt;  	var latlng = new google.maps.LatLng&amp;#40;-27.457026,153.032084&amp;#41;;&lt;br /&gt;  	var myOptions = {&lt;br /&gt;    zoom&amp;#58; 15,&lt;br /&gt;    center&amp;#58; latlng,&lt;br /&gt;    mapTypeId&amp;#58; google.maps.MapTypeId.ROADMAP&lt;br /&gt;  	};&lt;br /&gt;  	var map = new google.maps.Map&amp;#40;document.getElementById&amp;#40;&amp;#34;content&amp;#34;&amp;#41;, myOptions&amp;#41;;&lt;br /&gt;  	var marker = new google.maps.Marker&amp;#40;{&lt;br /&gt;    position&amp;#58; latlng, &lt;br /&gt;    map&amp;#58; map, &lt;br /&gt;    title&amp;#58;&amp;#34;Brissie yo&amp;#34;&lt;br /&gt;  	}&amp;#41;;&lt;br /&gt;  }&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;!--c2--&gt;&lt;/div&gt;&lt;!--ec2--&gt;&lt;br /&gt;&lt;br /&gt;i was trying to figure out how to make xmlHttp a global variable and pass it to initialize() but i guess i better leave the codes as is and ask for help. and then, what do i do next?&lt;br /&gt;&lt;br /&gt;thanks a bunch</description>
            <author>vintec</author>
            <category>Codemasters</category>
            <pubDate>Tue, 21 Jul 2009 22:55:35 +0800</pubDate>
        </item>
        <item>
            <title>enabling php 5 on MBP</title>
            <link>http://forum.lowyat.net/topic/918186</link>
            <description>hi, i&amp;#39;m not sure if the following post should be moved here, thanks.&lt;br /&gt;&lt;br /&gt;&lt;a href='http://forum.lowyat.net/index.php?act=ST&amp;f=12&amp;t=918137&amp;st=0#entry23279313' target='_blank'&gt;http://forum.lowyat.net/index.php?act=ST&amp;f...0#entry23279313&lt;/a&gt;</description>
            <author>vintec</author>
            <category>Linux &amp;amp; Open Source Software</category>
            <pubDate>Tue, 27 Jan 2009 20:32:58 +0800</pubDate>
        </item>
        <item>
            <title>enabling php 5 on MBP</title>
            <link>http://forum.lowyat.net/topic/918137</link>
            <description>jeez, this is driving me up the wall, i hope as usual, lowyat codemasters could solve my problem&lt;br /&gt;&lt;br /&gt;just a quick insight for those who aren&amp;#39;t familiar with OS X:&lt;br /&gt;&lt;br /&gt;php 5 and apache 2 server are built-in in OS X 10.5 and above. so all i need is instal mysql and enable php in apache httpd.conf (which both i&amp;#39;ve done).&lt;br /&gt;&lt;br /&gt;now all i need to do is to make a copy of php.ini.default and rename it to php.ini in /private/etc/&lt;br /&gt;&lt;br /&gt;the problem is &lt;i&gt;sudo cp private/etc/php.ini.default private/etc/php.ini&lt;/i&gt; doesn&amp;#39;t work at all&amp;#33; i&amp;#39;ve even tried doing it in /etc/ folder itself but none of my combo displayed any error message nor successfully make a copy of php.ini&lt;br /&gt;&lt;br /&gt;so i did &lt;i&gt;ls -al&lt;/i&gt; on php.ini.default and it returned -r--r--r--....&lt;br /&gt;&lt;br /&gt;so i suspected the file permission is preventing me from copying the file (i could be wrong but i&amp;#39;m desperate enough to think this way, correct me if i&amp;#39;m wrong)&lt;br /&gt;&lt;br /&gt;so i went &lt;i&gt;sudo chmod 644 php.ini.default&lt;/i&gt; without any errors&lt;br /&gt;&lt;br /&gt;but the file permission is still the same, and tearing my hair out badly&amp;#33;&lt;br /&gt;&lt;br /&gt;so hope any of you could gimme a hand or i&amp;#39;d go bald in another hour. thanks heaps.&lt;br /&gt;&lt;br /&gt;[addedon]January 27, 2009, 7:13 pm[/addedon]btw, i was using MAMP before but problems with phpmyadmin and/or mysql had prompted me to zap MAMP up and use the built-in php and apache</description>
            <author>vintec</author>
            <category>Codemasters</category>
            <pubDate>Tue, 27 Jan 2009 19:07:10 +0800</pubDate>
        </item>
        <item>
            <title>MBP + Belkin 54G</title>
            <link>http://forum.lowyat.net/topic/785610</link>
            <description>for some reason my particular mbp has problem detecting my wireless (ie, cant detect the SSID at all) from time to time, not all the time. my mbp never encountered issue like this with any other wireless out there except for the one i use at home. and everyone else&amp;#39;s lappy or desktop never had this issue, nor my mum&amp;#39;s G4 powerbook&lt;br /&gt;&lt;br /&gt;tried updating the firmware but problem persists&lt;br /&gt;&lt;br /&gt;am i alone out there? i&amp;#39;m as frustrated/pissed as my avatar, hehehe...</description>
            <author>vintec</author>
            <category>Apple Byte</category>
            <pubDate>Sun, 07 Sep 2008 19:57:46 +0800</pubDate>
        </item>
        <item>
            <title>nokia tube</title>
            <link>http://forum.lowyat.net/topic/669171</link>
            <description>did a quick search and haven&amp;#39;t found anything yet so there we go&lt;br /&gt;&lt;br /&gt;&lt;a href='http://www.engadget.com/2008/04/08/nokia-readies-iphone-ish-tube-disses-apples-sales/' target='_blank'&gt;http://www.engadget.com/2008/04/08/nokia-r...s-apples-sales/&lt;/a&gt;&lt;br /&gt;&lt;a href='http://www.washingtonpost.com/wp-dyn/content/article/2008/04/07/AR2008040702319.html' target='_blank'&gt;http://www.washingtonpost.com/wp-dyn/conte...8040702319.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;anyone got more info?&lt;br /&gt;&lt;br /&gt;i&amp;#39;d love to see a smaller and cheaper alternative to iphone</description>
            <author>vintec</author>
            <category>Mobile Phones and Tablets</category>
            <pubDate>Tue, 08 Apr 2008 14:59:12 +0800</pubDate>
        </item>
        <item>
            <title>clamxAV antivirus</title>
            <link>http://forum.lowyat.net/topic/663238</link>
            <description>i&amp;#39;m scanning the files from my old pc, which i suspected is infected with boot sector virus. i&amp;#39;ve backup my files to an HFS+ external harddisk and i can only scan it with clamxAV. i have to do this as i dont want the virus to f*ck up my windows partition. just wondering how good is this anti virus and whether they&amp;#39;d pick up an boot sector virus? i tried searching for the database of known viruses by clamxAV without any luck</description>
            <author>vintec</author>
            <category>Apple Byte</category>
            <pubDate>Mon, 31 Mar 2008 11:24:41 +0800</pubDate>
        </item>
        <item>
            <title>external HD file system choice</title>
            <link>http://forum.lowyat.net/topic/656638</link>
            <description>need some advice from you guys and i apologize in advance if i&amp;#39;m being pain in the arse as i&amp;#39;m a perfectionist, i want the best possible solution&lt;br /&gt;&lt;br /&gt;&lt;u&gt;&lt;b&gt;FAT32&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;even though i doubt i have any file as big as 4GB to transfer, reliability issues really turns me off. i have bad experience with dead HD and i want it to be reliable&lt;br /&gt;&lt;br /&gt;&lt;u&gt;&lt;b&gt;HFS+ w/ MacDrive&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;Pain in the arse to install MacDrive on any friend&amp;#39;s computer i wanna get files from. Even worse if it&amp;#39;s from uni computer as i don&amp;#39;t have privilege to install software on those machines. solution to this is to make sure i bring my laptop around, which i mostly do&lt;br /&gt;&lt;br /&gt;&lt;u&gt;&lt;b&gt;NTFS-3G&lt;/b&gt;&lt;/u&gt;&lt;br /&gt;as good as it seems, the only flaw with this is the very slow writing speed. according to this &lt;a href='http://macntfs-3g.blogspot.com/2007/09/ntfs-3g-1913-package-for-mac-os-x.html' target='_blank'&gt;&lt;b&gt;&lt;u&gt;&lt;i&gt;blog&lt;/i&gt;&lt;/u&gt;&lt;/b&gt;&lt;/a&gt;, one of the person posted in the comments made a benchmark on the HD speed. HD using NTFS-3G is about 8 to 10 times slower than HFS+. newer version might not be as slow but its still a long way to go. well, you guys might say that it might not a big issue since it&amp;#39;s got the best of both worlds but for a perfectionist like me who shopped around and spent &amp;#036;AUD50+ on a firewire800 enclosure, i dont want it to end up like a granny.&lt;br /&gt;&lt;br /&gt;i&amp;#39;m more incline towards HFS+ but if anyone can point out flaws in my research, i&amp;#39;m more than happy to listen, ta&amp;#33;  &lt;!--emo&amp;:respect:--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/notworthy.gif' border='0' style='vertical-align:middle' alt='notworthy.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>vintec</author>
            <category>Apple Byte</category>
            <pubDate>Fri, 21 Mar 2008 17:58:14 +0800</pubDate>
        </item>
        <item>
            <title>external HD with firewire 800</title>
            <link>http://forum.lowyat.net/topic/616599</link>
            <description>as per title, one of my USB port is dedicated to my permanent logitech vx nano receiver. that leaves me with 1 available USB port&amp;#33; i&amp;#39;ve been shopping for external HD that supports firewire 800 AS WELL AS ones that are bus powered firewire. so i have a less clattered desk and a small lappy bag to carry with me&lt;br /&gt;&lt;br /&gt;i know some of WD, lacie and seagate ext HD supports firewire 800 but i&amp;#39;m not sure which ones doesnt need external power supply. or do all of them dont need external power supply?</description>
            <author>vintec</author>
            <category>Apple Byte</category>
            <pubDate>Mon, 21 Jan 2008 19:33:33 +0800</pubDate>
        </item>
        <item>
            <title>external HD choice</title>
            <link>http://forum.lowyat.net/topic/616521</link>
            <description>g&amp;#39;day all&lt;br /&gt;&lt;br /&gt;as for those who&amp;#39;s familiar with mac books, the obvious downside of these machines are the lack of USB interfaces (2 for 15&amp;quot; &amp;amp; 3 for 17&amp;quot;). one of my USB port has been occupied by the permanent logitech vx nano receiver, that leaves me with 1 available USB port&lt;br /&gt;&lt;br /&gt;lets put aside the idea of getting a USB hub as i&amp;#39;d prefer to keep the the mess on my desk to minimal as well as keeping the accessories for my mobile computing to minimal&lt;br /&gt;&lt;br /&gt;what did apple do to make up the lack of USB ports is to include firewire 400/800 interfaces. so i was thinking of getting a HD with fw800 interface but that&amp;#39;ll require external power source. i&amp;#39;m not sure if i&amp;#39;d bring my ext hd along with me to uni/work but if i do, that&amp;#39;s gonna be a huge bag to carry&lt;br /&gt;&lt;br /&gt;so i was considering ext hd that runs through ethernet port on a storage network area. i hav zero knowledge when it comes to this. is it possible to access this hd from internet when my lappy and i are not at home? or do i require at least a server to access the hd?&lt;br /&gt;&lt;br /&gt;[addedon]January 21, 2008, 7:25 pm[/addedon]i was looking for more info on firewire...looks like some devices draws power from the bus and some not. can anyone let me know whether most/all firewire ext HD are bus powered or external power supply is needed? thanks in advance</description>
            <author>vintec</author>
            <category>Hardware</category>
            <pubDate>Mon, 21 Jan 2008 17:28:34 +0800</pubDate>
        </item>
        <item>
            <title>mbp battery</title>
            <link>http://forum.lowyat.net/topic/615593</link>
            <description>i&amp;#39;ve been using my mbp for about 2-3 weeks now. i charged the battery to the fullest on the very first use. i did take out the battery at some stage because i have been using my lappy on the desk all these times. since i read from apple website that taking out the battery is not necessary unless it&amp;#39;s a long storage period, ie. 6 months etc. it&amp;#39;s logical to assume that leaving the battery in the lappy is alright since there must be some mechanism in the laptop itself to cutoff the charging unless someone&amp;#39;s up for a correction&lt;br /&gt;&lt;br /&gt;anyway, i&amp;#39;ve been through about 5 charging cycles so far with 99% of battery health. funny thing is, the max percentage of charging capacity is dropping drastically, especially over these past few days. it dropped to 99% last week and if i&amp;#39;m not mistaken, it dropped from 97% to 96% now as of typing of this post&lt;br /&gt;&lt;br /&gt;i&amp;#39;m aware that charging capacity drops over batter health but this is a bit too much, isnt it? plus the health is still very high at the moment</description>
            <author>vintec</author>
            <category>Apple Byte</category>
            <pubDate>Sun, 20 Jan 2008 09:32:59 +0800</pubDate>
        </item>
        <item>
            <title>web services security</title>
            <link>http://forum.lowyat.net/topic/593667</link>
            <description>not sure if this is the right section to post my question, anyhow....&lt;br /&gt;&lt;br /&gt;first things first, i&amp;#39;m NOT asking you guys to do my work&lt;br /&gt;&lt;br /&gt;i&amp;#39;ve done website programming in the past and hav done 2 semester of master in IT. never came across with web services&lt;br /&gt;&lt;br /&gt;i gonna right a report on &lt;b&gt;web services security&lt;/b&gt; in general for my uni work. problem is i hav no idea how does web services work&amp;#33; it&amp;#39;ll be great if u guys can let me know more about web services as well as the security protocols/management of it</description>
            <author>vintec</author>
            <category>Codemasters</category>
            <pubDate>Tue, 18 Dec 2007 17:40:01 +0800</pubDate>
        </item>
        <item>
            <title>GRX40 or pacifica112</title>
            <link>http://forum.lowyat.net/topic/589483</link>
            <description>hi, i&amp;#39;m new to electric guitar and done some research w/ this conclusion. i&amp;#39;m gonna settle w/ H-S-S pick ups as i prefer cleaner sound (correct use of jargon?) of single coil but also gonna jam some metal songs w/ the humbucker&lt;br /&gt;&lt;br /&gt;both are good guitars for beginners/intermediates as opposed to squire fat strat (lots of complains w/ inconsistency QC)&lt;br /&gt;&lt;br /&gt;as i&amp;#39;m in residing in australia, these prices are in AUD. i manage to find RX40 jump start pack (w/ 10W amp and acc.) for &amp;#036;440 and pacifica pack for &amp;#036;570 (w/ 15W amp and acc.). however, i manage to find an as new pacifica w/ hardcase on ebay for &amp;#036;250-&amp;#036;360 and i&amp;#39;m pretty sure acc. and amp can be found really cheap on ebay too&amp;#33;&lt;br /&gt;&lt;br /&gt;actually both of these are way out of my budget of &amp;#036;300 for the whole lot but i know nothing can replace quality as the no brand classical guitar i&amp;#39;m playing now is really turning me off&amp;#33; i&amp;#39;m willing to sacrifice some spending on a good guitar but wouldn&amp;#39;t go all the way to spend &amp;#036;570 retail on the pacifica&lt;br /&gt;&lt;br /&gt;i&amp;#39;m leaning towards pacifica due to 1) look (sunburst and natural wood colour is sooooo awsome&amp;#33;) 2) for some reasons i hav the feeling that yamaha would hav better QC.&lt;br /&gt;&lt;br /&gt;but if someone would point out that the ibanez item has just as good quality as the yamaha, i would spend less for same quality anytime over looks&amp;#33;&lt;br /&gt;&lt;br /&gt;*ps. it&amp;#39;s 4:30am and i still can&amp;#39;t sleep. partially due to this guitar issue&amp;#33; lol&lt;br /&gt;&lt;br /&gt;[addedon]December 12, 2007, 2:32 am[/addedon]oh, what&amp;#39;s the retail of these guitars back in m&amp;#39;sia?</description>
            <author>vintec</author>
            <category>Musicians</category>
            <pubDate>Wed, 12 Dec 2007 02:30:02 +0800</pubDate>
        </item>
        <item>
            <title>kernel_stack_error</title>
            <link>http://forum.lowyat.net/topic/543226</link>
            <description>where do i start from...&lt;br /&gt;&lt;br /&gt;starting from a week or 2 ago, whenever i accidentally kicked or bumped on my pc, window will freeze up&lt;br /&gt;&lt;br /&gt;few days ago, i started to get BSOD w/ the error message kernel_stack_error and reboots itself, the BSOD wouldn&amp;#39;t stay long so i cant check the messages properlly...problem persist and i would get just a simply error message subsequently&lt;br /&gt;&lt;br /&gt;i was backing up my HD last night seeing the situation is getting worse, when i was copying some file from my bitcomet folder, the problem is more obvious..so i suspect the bad sector (?) is within that area of the HD...however, even if i dont touch that area, i still get the BSOD after a while&lt;br /&gt;&lt;br /&gt;time to get new HD, isnt it?&lt;br /&gt;&lt;br /&gt;i was hoping that formatting my hd and maybe using some HD repair/recovery utility to fix it but now my SATA driver floppy disk is screwed so i can&amp;#39;t format the drive until i sorted out this problem</description>
            <author>vintec</author>
            <category>Technical Support</category>
            <pubDate>Sat, 27 Oct 2007 11:31:53 +0800</pubDate>
        </item>
        <item>
            <title>sata HD</title>
            <link>http://forum.lowyat.net/topic/540903</link>
            <description>did a quick search, havent come across anything i wana ask...or please refer me if such discussion has already been made, ta.&lt;br /&gt;&lt;br /&gt;i have a WD 200G sata HD and space is running out soon (ppl told me 200G is overkilled when i first bought it 3 years ago &lt;!--emo&amp;&amp;lt;_&amp;lt;--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/dry.gif' border='0' style='vertical-align:middle' alt='dry.gif' /&gt;&lt;!--endemo--&gt;)&lt;br /&gt;&lt;br /&gt;does sata comes w/ 16mb cache or only available to sata2? &lt;br /&gt;&lt;br /&gt;if sata doesn&amp;#39;t come w/ 16mb cache:&lt;br /&gt;&lt;br /&gt;i know i wont be able to utilise the speed potential of sata2 connector but would i be able to utilise the 16mb cache and experience a slight increase in HD speed?&lt;br /&gt;&lt;br /&gt;[addedon]October 23, 2007, 8:38 pm[/addedon]i know there&amp;#39;s a HD thread but it&amp;#39;s 95 pages...and with this specific thread for sata HD, it might be easier for future searches &lt;!--emo&amp;:)--&gt;&lt;img src='http://static.lowyat.net/style_emoticons/default/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /&gt;&lt;!--endemo--&gt;</description>
            <author>vintec</author>
            <category>Hardware</category>
            <pubDate>Tue, 23 Oct 2007 12:37:52 +0800</pubDate>
        </item>
        <item>
            <title>i&amp;#39;m deeply sorry...</title>
            <link>http://forum.lowyat.net/topic/532287</link>
            <description>it&amp;#39;s been a rollercoaster ride...long story short, i hurt my gf again for bringing up topics about the guy who she lost her first time to...the guy left for singapore for good 2 months ago. apparently, she is/was very attached to this guy due to reasons only chicks would understand&lt;br /&gt;&lt;br /&gt;the first time i hurt her, i was using her computer i saw some entries she made in her blog, not knowing that the blog was not meant for public access. her entries was about how she couldn&amp;#39;t forget her first man with pictures and song lyrics yada yada.... i confronted her and she denied everything and got very upset for the fact the i &amp;quot;pried&amp;quot; her privacy. i totally forget about my sadness and quickly turn to cheer her up.&lt;br /&gt;&lt;br /&gt;next day, bought a soft toy and a card for her and things went good after a while&lt;br /&gt;&lt;br /&gt;but lately, we went out to some places and she told me about her memories with that guy exactly a year ago, it starts to make me uneasy but i tried to keep it to myself as i dont wana bring up things she doesnt like to hear. over the few days, she even changed her msn taglines to &amp;quot;remembering the times&amp;quot; or &amp;quot;it was then&amp;quot; etc&lt;br /&gt;&lt;br /&gt;even worse i saw her writing some sort of &amp;quot;diaries&amp;quot; on some word docs. this time, i didn&amp;#39;t had the trust in her seeing that she&amp;#39;s been denying things that i&amp;#39;ve seen with my own eyes months ago...i opened it up and i was never wrong. lately she&amp;#39;s been listening to the song &amp;quot;you should be happy&amp;quot;, she said in the &amp;quot;diary&amp;quot; that she is still wondering whether the guy is happy yada yada...here&amp;#39;s another catch, i had been quite sensitive to the songs she&amp;#39;s been listening to cuz it realy felt like she&amp;#39;s not over him yet but as usual, she always deny and say i&amp;#39;m too sensitive&lt;br /&gt;&lt;br /&gt;i dont hav a lot of ppl to talk to, eventually i talked to a close friend of mine, as well as my ex, who we still shares our close friendship...ppl advice me to dump her since i&amp;#39;m not happy with the relationship as well as not trusting her...i thought carefully for the whole day, shed my tears for the first time since i broke up w/ my ex a year ago&lt;br /&gt;&lt;br /&gt;i decided to talk it out with her, hoping she can shed me some light herself and works things out....but then again, she denied everything. this time, i brought up the topic that i hav been keeping to myself all these times. i told her what i&amp;#39;ve seen with my own eyes on her blog before but she kept saying that those were before we even started goin out, mind you, i know the dates, i wont get that wrong&lt;br /&gt;&lt;br /&gt;i dont know why, when she gets upset again, i was deciding whether to drop the sledge hammer or to salvage what i have. in that split second, i have decided to keep her. i dont know why am i so attached to her even though i know she&amp;#39;s lying, i think i&amp;#39;d rather listen to what she said than what i&amp;#39;ve seen&lt;br /&gt;&lt;br /&gt;sigh...i was writing this to ask girls out there ways to show her my sincere apology especially i dont feel like doing the same thing as before and thinking gifts and cards can buy her off...but i got carried away and starts writing half of the story</description>
            <author>vintec</author>
            <category>Cupid&amp;#39;s Corner</category>
            <pubDate>Sat, 06 Oct 2007 12:22:56 +0800</pubDate>
        </item>
        <item>
            <title>territorial army</title>
            <link>http://forum.lowyat.net/topic/341757</link>
            <description>did a search and only found someone asking about career in police force. i searched for TDM website but i&amp;#39;d like to hear experience / advice from someone with experience in army reserve.&lt;br /&gt;&lt;br /&gt;i&amp;#39;m 22 this year with chinese ethnic. i&amp;#39;m currently studying my final semester of bachelor of applied multimedia. if i&amp;#39;m not going to study masters, i&amp;#39;ll go home, take a job to gain experience and try my own business down the track.&lt;br /&gt;&lt;br /&gt;i&amp;#39;m really interested in joining the army to push myself physically and mentally. and cast myself as a stronger person physically and mentally. i&amp;#39;m not thinking of taking military as fulltime career becoz the pay is low, and i dont think my parents want to see me joining the army after spending so much time and money for my studies. so i guess army reserve is a good option for me. it might give me something fresh after spending months in office.&lt;br /&gt;&lt;br /&gt;i think the degree (multimedia) i get will not get me to higher officer ranks, will it?&lt;br /&gt;&lt;br /&gt;how is it like in the army? especially for chinese? &lt;br /&gt;&lt;br /&gt;most probably i&amp;#39;ll join the reserves in my hometown kk, sabah. i&amp;#39;m not so sure though if i get a job in west malaysia.</description>
            <author>vintec</author>
            <category>Jobs &amp;amp; Careers</category>
            <pubDate>Sun, 17 Sep 2006 11:44:45 +0800</pubDate>
        </item>
        <item>
            <title>french uni in KL</title>
            <link>http://forum.lowyat.net/topic/340829</link>
            <description>as per title, are there any french uni that offer twinning or transfer in KL? my friend is interested in studying interior design. cheers</description>
            <author>vintec</author>
            <category>Education Essentials</category>
            <pubDate>Fri, 15 Sep 2006 08:24:17 +0800</pubDate>
        </item>
    </channel>
</rss>
