<?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>Piaw's Blog &#187; Technology</title>
	<atom:link href="http://piaw.tehcpeng.net/category/tech/feed/" rel="self" type="application/rss+xml" />
	<link>http://piaw.tehcpeng.net</link>
	<description></description>
	<lastBuildDate>Mon, 16 Nov 2009 17:09:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
		<item>
		<title>Idiots in the internet.</title>
		<link>http://piaw.tehcpeng.net/2009/07/09/idiots-in-the-internet/</link>
		<comments>http://piaw.tehcpeng.net/2009/07/09/idiots-in-the-internet/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 12:29:52 +0000</pubDate>
		<dc:creator>Piaw</dc:creator>
				<category><![CDATA[Critique]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://piaw.tehcpeng.net/?p=138</guid>
		<description><![CDATA[Let&#8217;s face it, the internet has allowed people to connect globally regardless of distance and time. You can meet people of different colours, culture and language. Of all the people that you can meet behind the veils of the computer monitors, there are the dreaded idiot, the ones I call the &#8220;fire starters&#8221; for their [...]]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s face it, the internet has allowed people to connect globally regardless of distance and time. You can meet people of different colours, culture and language. Of all the people that you can meet behind the veils of the computer monitors, there are the dreaded idiot, the ones I call the &#8220;fire starters&#8221; for their tendency to start flame war no matter what.<br />
<br />
Browsing through the university forum as usual today, I came upon a thread on dissatisfaction in life. So I posted some statements that are rational and constructive. No harm done, life&#8217;s peaceful until that point. The thread starter replied quickly, much to my surprise. What I read next is something you would hear from an idiot. Even people with learning disability aren&#8217;t ought to be called idiots, because they never disrespect others! But this person, claiming to be an accounting student started finding faults, twisting words and flamed me for posting some intelligent sentences?! Guess this guy has really lots of dissatisfaction in life. I just rolled my eyes because I&#8217;ve met some these idiots once in a while.<br />
<br />
Then I posted a reply with lots of &#8220;please&#8221; and other polite words. No, I don&#8217;t want to be like the person who disrespects. An eye for eye and the world goes blind. It would fun though to see how these idiots fare in parliamentary style debate. How nice is it to see them speaking unintelligible in front of the crowd. Back to topic, not surprisingly the idiot replied back almost immediately after my latest message. This time he sounded like a sore loser, reverting to more personal attacks against me. I feel really satisfied at this point. No use counter attacking as anyone can see that the idiot has lost.<br />
<br />
When you&#8217;re in a public forum long enough, you&#8217;ll learn how to handle these idiots. Usually they&#8217;ll start a flame war then retreat to obscurity, never to be heard from again. I guess these people learn that the digital space doesn&#8217;t appreciate them as much as in real life. There are still certain rules to obey in the internet.<br />
<br />
I do admit that I acted like an idiot sometimes, but only when someone went overboard with unintelligent and false statements to begin with. All of these conflicts ended nicely. I apologized and everyone&#8217;s happy. As a moderator had told me, emotional is what makes us human. But it is the ability to control emotion and admission to mistakes that makes us civilised!<br />
<br />
Thus I end this post with the Vulcan motto, &#8220;Live long and prosper.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://piaw.tehcpeng.net/2009/07/09/idiots-in-the-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[2D]RubikSolve v1.1 and turbo auto-solver.</title>
		<link>http://piaw.tehcpeng.net/2009/06/29/2drubiksolve-v1-1-and-turbo-auto-solver/</link>
		<comments>http://piaw.tehcpeng.net/2009/06/29/2drubiksolve-v1-1-and-turbo-auto-solver/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 06:40:35 +0000</pubDate>
		<dc:creator>Piaw</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://piaw.tehcpeng.net/?p=125</guid>
		<description><![CDATA[Here&#8217;s something fun from my latest programming assignment, a Rubik&#8217;s Cube (sort of) with auto-solver. It was my first attempt at C++ language, a more powerful version of the C language. Personally, I prefer it over C because of the powerful built-in data structures and their equally-efficient member functions. Also, it&#8217;s much easier to do [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s something fun from my latest programming assignment, a Rubik&#8217;s Cube (sort of) with auto-solver. It was my first attempt at C++ language, a more powerful version of the C language. Personally, I prefer it over C because of the powerful built-in data structures and their equally-efficient member functions. Also, it&#8217;s much easier to do object oriented programming on it. Praise the guy who invented it!<br />
<br />
Today, I&#8217;m giving away the source code for [2D]RubikSolve because it&#8217;s not easy to plagiarised and experienced coder probably won&#8217;t use my messy code.</p>
<p style="text-align: center;"><img title="rubik" src="http://farm4.static.flickr.com/3550/3670977040_50ceb2de32_o.jpg" alt="" width="640" height="512" /></p>
<p>
As you can see from the screenshot above, it&#8217;s not the conventional Rubik&#8217;s Cube that we see everyday. It&#8217;s more of a number puzzle where you have to arrange the numbers into ascending order using a set of predefined moves. Nonetheless it&#8217;s still challenging to do, particularly the GUI and AI subsystems.</p>
<p style="text-align: center;"><img class="aligncenter" title="rubik-states" src="http://farm3.static.flickr.com/2478/3670205135_5e03744b51_m.jpg" alt="" width="237" height="240" /></p>
<p>
There are some command line arguments that you can use. Just type &#8220;<em>rubik.exe -help</em>&#8221; in the command line console to see them. Note that the programme requires a text file with the numbers in it to run the puzzle. There are no specific format for typing the numbers. Just remember to leave a space between each number.<br />
<br />
The AI algorithm for the automated mode isn&#8217;t optimized in this version. As such it&#8217;ll need to run up to an hour on a modern computer to complete a 10-step puzzle, which is the hardest difficulty. 6 steps will probably need less than one minute though. Keep in mind that the AI searches for the shortest solutions which in academic study is more important. I can do a brute force hit-and-run method that saves a lot of time but also produces redundant moves. So is this only what I can do? Of course not. Guess what, I produced another algorithm that can solve even the hardest puzzles under one second!<strong></strong><br />
<br />
<strong>From one hour to one second.</strong><br />
<br />
The problem with my AI algorithm is efficiency. There are a lot of redundant instructions and dependent data to go through. Not satisfied with that, I redo the code in my spare time for two weeks, going through several versions. Each faster than before. The speedbreaker that did it in 0.5 second? Did it in half hour. It was a brain fart cum eureka moment.<br />
<br />
You must run the programme in command line console. You have to include the file&#8217;s name as command line argument, ie. &#8220;<em>rubikdevcpp2 filename.txt</em>&#8220;. No source code is include because it&#8217;s easy to be plagiarised.<br />
<br />
Download turbo auto-solver (no name for it) <a class="post-link" href="http://piaw.tehcpeng.net/wp-content/uploads/2009/06/rubikdevcpp2.exe">here</a>.<br />
Download [2D]RubikSolve <a class="post-link" href="http://piaw.tehcpeng.net/wp-content/uploads/2009/06/4203534_LiewSiengPiaw_HIT3181project.zip">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://piaw.tehcpeng.net/2009/06/29/2drubiksolve-v1-1-and-turbo-auto-solver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another good year for PC gaming.</title>
		<link>http://piaw.tehcpeng.net/2009/06/03/another-good-year-for-pc-gaming/</link>
		<comments>http://piaw.tehcpeng.net/2009/06/03/another-good-year-for-pc-gaming/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 14:13:50 +0000</pubDate>
		<dc:creator>Piaw</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://piaw.tehcpeng.net/?p=98</guid>
		<description><![CDATA[I&#8217;m a PC gamer. The reason for that is I play a lot of First Person Shooter (FPS) and Real Time Strategy (RTS) games. These genres benefit greatly from mouse-keyboard input, allowing gamers to execute pin point precision actions, more so than console controllers which only allow for limited set of buttons and the occasional [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a PC gamer. The reason for that is I play a lot of First Person Shooter (FPS) and Real Time Strategy (RTS) games. These genres benefit greatly from mouse-keyboard input, allowing gamers to execute pin point precision actions, more so than console controllers which only allow for limited set of buttons and the occasional motion sensor which is largely useless in these games. Also, I&#8217;m a PC enthusiast so it&#8217;s natural for me to build my own gaming system. Contrary to what big game companies have said in the past, PC gaming is still relevant and it&#8217;s still growing. Evident to this is this year&#8217;s big PC game lineup.<br />
<br/><br />
E3 has been resurrected this year as the over indulging, flamboyant gaming expo it once was. On the first day itself there were already some big announcements and trailers to accompany them.</p>
<ol>
<li>First stop is the sequel Valve&#8217;s popular zombie shooter Left 4 Dead which will come out on November 17. This time the story is set in New Orleans. The characters will be different, so are the weapons which I suspect. There&#8217;ll be melee weapons like chainsaw, baseball bat and even frying pan! Well, it&#8217;s logical to be &#8220;hands on&#8221; when dealing with those mindless hordes.<br/><br />
<object width="560" height="340" data="http://www.youtube.com/v/dSfsMJgypdw&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/dSfsMJgypdw&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></li>
<p><br/></p>
<li>We can&#8217;t forget the game that brought the most powerful gaming systems to their knees, EA&#8217;s Crysis. Last we left our hero in the monkey suit, he&#8217;s on a VTOL aircraft heading back to the alien infested island, reminiscent of a certain game&#8217;s &#8220;finishing the fight&#8221; motto. Details of Crysis 2 are sketchy, but expect more advanced rendering techniques that&#8217;ll test the generation hardwares&#8217; abilities. (There&#8217;s a certain movie coming out soon that features similar monkey suits too. It&#8217;s called G.I. Joe.)<br/><br/><object width="560" height="340" data="http://www.youtube.com/v/kbs65hmlmNI&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/kbs65hmlmNI&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></li>
<p><br/></p>
<li>Fans of Splinter Cell series (including me) will be pleased to know that Conviction will be release this year, finally. Strangely enough, the release date is the same as the zombie killer mentioned earlier. I haven&#8217;t played Double Agent yet. Hopefully I&#8217;ll get down to it this coming holiday (whole month of July if you&#8217;re my friend and wish to hang out).<br/><br/><object width="560" height="340" data="http://www.youtube.com/v/e6tg7n6idTg&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/e6tg7n6idTg&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></li>
<p><br/></p>
<li>While Fallout 3 isn&#8217;t new to every gamer out there, the upcoming new DLC&#8217;s are. They are Point Lookout and Mothership Zeta. Yeap, more quirky yet epic stories. Just the way Fallout series are. I&#8217;ve played all of the DLC&#8217;s so far, and I ain&#8217;t going to miss these.<br/><br/><object width="560" height="340" data="http://www.youtube.com/v/_5uSZ7REcWg&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/_5uSZ7REcWg&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></li>
<p><br/></p>
<li>Halo is considered an Xbox franchise though the first two of the series were ported to the PC. I&#8217;m going to mentioned it here because Master Chief (an even cooler name, John-117)  is one of my favourite heroes and all badass heroes are called John. John Rambo, John Connor, John McClane, John Wayne, etc. You might know that Halo: ODST is coming this year. Well, there&#8217;s another surprise for this year. Halo: Reach is announced. I think it might involve the units in UNSC though there&#8217;s a call sign for a Spartan unit in the trailer. Sure hope there&#8217;s a movie to be made about this franchise. It&#8217;ll be very very cool.<br/><br/><object width="560" height="340" data="http://www.youtube.com/v/MqIEvH7sGQ0&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/MqIEvH7sGQ0&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></li>
<p><br/></p>
<li>Another game worth mentioning is Modern Warfare 2. You might have seen the trailer. I&#8217;m reiterating here just to emphasize the Best Game of The Year potential. Here&#8217;s a gameplay trailer for you to salivate.<br/><br/><object width="560" height="340" data="http://www.youtube.com/v/AdqtMV8MTjc&amp;hl=en&amp;fs=1" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/AdqtMV8MTjc&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /></object></li>
<p><br/></p>
<li>You know what Koreans like besides kimchi and Rain? That&#8217;s it. It&#8217;s Starcraft! If you think local DoTA addicts are too &#8220;addicted&#8221;, there&#8217;s no better word to describe the Koreans. Thus, it&#8217;ll be a monumental job to come out with a sequel to the game that&#8217;s already been worshipped like a god. Blizzard is doing just that, releasing bits and pieces of a game that&#8217;s beautiful to look at and fun to play with. It&#8217;s coming this year, if the programmers are satisfied.</li>
</ol>
<p>I think that&#8217;s all for the lineup of the games that I think you should play for this year. Sure there are some others like Star Wars: The Old Republic. However, what I&#8217;ve stated here are the ones that will definitely worth playing. Other series like Star Wars are more of hit-and-miss so I&#8217;m not making decision of it for now. We&#8217;ll leave unexpected hits for the time to come. Until then, start saving money for the games and decide what upgrades you&#8217;ll need for your PC!</p>
]]></content:encoded>
			<wfw:commentRss>http://piaw.tehcpeng.net/2009/06/03/another-good-year-for-pc-gaming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BoreHoleGraph v1.0</title>
		<link>http://piaw.tehcpeng.net/2009/05/30/boreholegraph-v10/</link>
		<comments>http://piaw.tehcpeng.net/2009/05/30/boreholegraph-v10/#comments</comments>
		<pubDate>Sat, 30 May 2009 14:15:15 +0000</pubDate>
		<dc:creator>Piaw</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://piaw.tehcpeng.net/?p=90</guid>
		<description><![CDATA[My first serious attempt at C programming, which was also my first semester&#8217;s assignment. Admittedly, I had no concrete knowledge of C prior to undertaking of this huge task at the time. The lecturer was not adept at teaching, though I really admired the MIT graduate with Ph.D in medic. So I had to learn [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://piaw.tehcpeng.net/wp-content/uploads/2009/05/boreholegraph.zip"><img title="BoreHoleGraph" src="http://farm4.static.flickr.com/3346/3577851665_6f29178c08_o.jpg" alt="" width="640" height="512" /></a></p>
<p>My first serious attempt at C programming, which was also my first semester&#8217;s assignment. Admittedly, I had no concrete knowledge of C prior to undertaking of this huge task at the time. The lecturer was not adept at teaching, though I really admired the MIT graduate with Ph.D in medic. So I had to learn the basics from scratch and by trial-and-error for more than two months, somehow developed this piece of perfectly choreographed code. It was hard work and stressful because a single mistake could mean hours of troubleshooting. However it&#8217;s also interesting at the same, like designing the school magazine. It take a bit of creativity to produce the perfect algorithm to perform a task as fast as possible. Doing just that and seeing it run is very satisfying.<br />
<br />
This programme is designed to read a text file containing land surveyance data and show the data graphically. The data contains soil depth, colour and strength of different holes drilled in various coordinates. Sounds easy, but I had to write an equivalent of 400+ line essay without a single grammar mistake. But that&#8217;s nothing compared to what I wrote for my current assignment which has 1000+ line. Professionally made software has millions of line of code. Of course we can&#8217;t compared that to the effort of an amateur coder. I won&#8217;t publicize the source code just in case someone decides to plagiarize it. This is a good problem for programming assignment. However, comments and enquiries are welcomed.<br />
<br />
You can get the programme <a href="http://piaw.tehcpeng.net/wp-content/uploads/2009/05/boreholegraph.zip" class = "post-link">here</a>. When asked for the file, just type the name of the file included with the extension, i.e. &#8220;boreholes.txt&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://piaw.tehcpeng.net/2009/05/30/boreholegraph-v10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sweating over Red Alert 3: Uprising</title>
		<link>http://piaw.tehcpeng.net/2009/04/06/sweating-over-red-alert-3-uprising/</link>
		<comments>http://piaw.tehcpeng.net/2009/04/06/sweating-over-red-alert-3-uprising/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 07:22:44 +0000</pubDate>
		<dc:creator>Piaw</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://piaw.tehcpeng.net/?p=74</guid>
		<description><![CDATA[I needed a good rest after finishing my Professional Skills assignment. So I played my newly acquired RA3: Uprising last weekend. A game that can loosen my nerves? Not really. If the original RA3 is like climbing a tree, then Uprising can be described as scaling a skyscraper. It&#8217;s that HARD. At least you get [...]]]></description>
			<content:encoded><![CDATA[<p>I needed a good rest after finishing my Professional Skills assignment. So I played my newly acquired RA3: Uprising last weekend.<br />
<br />
A game that can loosen my nerves? Not really. If the original RA3 is like climbing a tree, then Uprising can be described as scaling a skyscraper. It&#8217;s that HARD. At least you get this&#8230;<br />
<img src="http://www.gamersdigest.net/wp-content/uploads/2009/01/gemma.jpg" alt="" /><br />
And this&#8230;<br />
<img src="http://www.escapistmagazine.com/images/display/54887.jpg" alt="" /><br />
And more of this&#8230;<br />
<img src="http://www.dvhardware.net/news/red_alert_3_uprising_holly_valance.jpg" alt="" /><br />
To soothe your aching limbs and brain. Another fine example of using sex appeal as marketing tool.<br />
<br />
I won&#8217;t call it an expansion as it is an entirely new game by itself. It still features the same three factions: Soviet, Allied, and Empire of the Rising Sun. As an added bonus, there&#8217;s a mini campaign that chronicles the early days of Yuriko Omega. The story (or stories?) for this game continues from Allied campaign of the original game. I won&#8217;t go in the details. Play it, know it.<br />
<br />
With the extension of the game comes new units. And Uprising didn&#8217;t disappoint (except for the Soviet). You have the weaponless Grinder (Soviet) that eats vehicles for breakfast, the Harbinger Gunship (Allied; like the AC-130 in real life!) that is armed with Proton Collider cannons (you read it right!) and armoured like no other tanks, and the Giga Fortress (Japan; haven&#8217;t played it but looks weaker than Harbinger) that can fly and deploy itself as an impenetrable fortress once on the ground. [Shown below in order.]<br />
<img src="http://images.ea.com/games/cncportal/RedAlert/Uprising/UprisingGrinder_sm.jpg" alt="" /><br />
<img src="http://images.ea.com/games/cncportal/RedAlert/Uprising/RA3Uprising_Harbinger_sm.jpg" alt="" /><br />
<img src="http://www.commandandconquer.com/SiteAssets/factions/images/units/RA3_GigaFortress1sm.jpg" alt="" /><br />
The campaign for each faction aren&#8217;t long. But they make up for it with much higher difficulty. I&#8217;m already struggling to survive in normal mode. Imagine surviving the onslaught of brutal enemies! There&#8217;s also another gameplay mode called the Commander Challenge where you fight for the Futuretech company, a private military contractor that&#8217;s responsible for Allied&#8217;s post-war technological advantage.<br />
<br />
Graphic wise it&#8217;s still the same. The developers put in effort to mimic our world in RA3. Standard fare HD quality cutscene featuring the hot babes&#8217; erm&#8230; qualities. Sound effect is top-notch. Nothing to complain about. Unless you complain about the difficulty. Sissy!<br />
<br />
Oh yes, almost forgot. There&#8217;s no freaking multiplayer here! It isn&#8217;t in there probably because of Allied&#8217;s overwhelming firepower. Too bad. At least you won&#8217;t see someone spamming Harbingers at you.<br />
<img src="http://media.gamedaily.com/games/command--conquer-red-alert-3--uprising/pc/tn_565_6.jpg" alt="" /><br />
Overall it&#8217;s nice to have a game that really challenges the player. Are you a hardcore Command &amp; Conquer franchise fan? Then this is a definite must-have!</p>
]]></content:encoded>
			<wfw:commentRss>http://piaw.tehcpeng.net/2009/04/06/sweating-over-red-alert-3-uprising/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Left 4 Dead: New Achievements!</title>
		<link>http://piaw.tehcpeng.net/2009/03/30/left-4-dead-new-achievements/</link>
		<comments>http://piaw.tehcpeng.net/2009/03/30/left-4-dead-new-achievements/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 15:46:39 +0000</pubDate>
		<dc:creator>Piaw</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://piaw.tehcpeng.net/?p=62</guid>
		<description><![CDATA[I&#8217;m very happy tonight. First up, I killed a Tank single-handedly. It was in Blood Harvest&#8217;s second map, at the train yard. I had to evade the Tank for ~4 minutes all alone as all my team mates had died. The thought of giving up and die under the Tank&#8217;s fists was in my mind [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m very happy tonight. First up, I killed a Tank single-handedly. It was in Blood Harvest&#8217;s second map, at the train yard. I had to evade the Tank for ~4 minutes all alone as all my team mates had died. The thought of giving up and die under the Tank&#8217;s fists was in my mind the whole time. So I tried my best, and laughed under the effect of adrenaline and pure terror while I did &#8216;acrobatic&#8217; stunts around the Tank using train carriages as cover! The dead team mates must have had fun watching me in Spectator mode. Sure I got hit a few time. Luckily I had high health and painkillers with me. The ordeal went on and on as I backtracked, and shot frantically with the shotgun. No freaking auto shottie here! Just when I had only 5 HP left, the ugly monster died. Whoo! I just did the impossible, and I still had a health pack with me! A quick fix up and off to save my comrades. Luckily they died at the same time so they all spawned in the same room nearby. Too bad the whole episode wasn&#8217;t recorded.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://farm4.static.flickr.com/3654/3398976378_55600f7801.jpg" alt="New-Picture" width="500" height="400" /></p>
<p>Some of you might have heard of crowning the Witch. It&#8217;s approaching the Witch closeup, I mean CLOSEUP and blast her in the face with the auto shotgun. Of course you have to it do before she starts to get aggro.<br />
<br />
Since I had killed a Tank myself, the adrenaline and craziness that lingered from that episode was enough to drive me to crown a witch. I switched off my flash light as not to provoke the Witch instantly. I just approached her directly and got very near when she started growling and turning her head around. So I just panicked and shot her a few times. Boy, that was fun! You should try it!<br />
<br />
The Witch doesn&#8217;t get aggro easily without the flash light so take it easy. I had some REALLY CLOSE encounters before, like looking into her eyes as she stared up just next to me. I just backtrackked quickly without shooting. I hadn&#8217;t heard of crowning back then. The Witch just looked at me as I backed away then resumed crying. The lesson is don&#8217;t be afraid of her. You can run just by her if you don&#8217;t want to confront her. She would growl for a while then get back to her &#8216;chore&#8217;.<br />
<br />
I haven&#8217;t seen many people crowning the Witch but it&#8217;s very easy. You might need some loose screws in your head to do it though. Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://piaw.tehcpeng.net/2009/03/30/left-4-dead-new-achievements/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Take on IT: Jan-Mar 2009</title>
		<link>http://piaw.tehcpeng.net/2009/03/21/my-take-on-it-jan-mar-2009/</link>
		<comments>http://piaw.tehcpeng.net/2009/03/21/my-take-on-it-jan-mar-2009/#comments</comments>
		<pubDate>Sat, 21 Mar 2009 12:17:46 +0000</pubDate>
		<dc:creator>Piaw</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://piaw.tehcpeng.net/?p=45</guid>
		<description><![CDATA[This has been an interesting quarter of the year for technology. CES was held in early January while Cebit was on early this month. Those events are traditionally where manufacturers announce new products, and technology trends can be predicted for the year. Faster 55nm GT200: Slimmer Goliath? In CES &#8217;09, NVIDIA announced the GTX285 and [...]]]></description>
			<content:encoded><![CDATA[<p>This has been an interesting quarter of the year for technology. CES was held in early January while Cebit was on early this month. Those events are traditionally where manufacturers announce new products, and technology trends can be predicted for the year.<br />
<br />
<strong>Faster 55nm GT200: Slimmer Goliath?</strong></p>
<p>In CES &#8217;09, NVIDIA announced the GTX285 and the dual-GPU GTX295 using 55nm GT200 chips. Mind you these are optical shrinks of the original 65nm versions which are more than twice the size of AMD&#8217;s RV770 chips. Even after shrinking it still is almost twice as big as its competitor. Though AMD&#8217;s RV770 is (much) smaller, it&#8217;s more efficient, cooler and ALMOST as fast. This sort of situation forces NVIDIA to bring down prices of GT200 cards that may cut into production cost. AMD can sell two RV770 with the price of NVIDIA&#8217;s one GT200. That means AMD could have twice as much profit than NVIDIA. Size doesn&#8217;t matter after all. NVIDIA may have won back the performance crown, but AMD made more money. David still beats Goliath, right?<br />
<br />
<strong>The G92b Identity Crisis</strong></p>
<p>This month, NVIDIA released the GTS 250. It&#8217;s only a twin of 9800 GTX+ with different. I don&#8217;t say you shouldn&#8217;t buy it. It&#8217;s just that consumers should be better informed of companies renaming products for exploitation.  AMD just reduced the price of the 4870 to match GTS 250&#8242;s. Take my word, buy the Radeon, it&#8217;s much faster. After all, it was design to compete against the GTX260.<br />
<br />
<strong>Cheap 4GB DDR3 At The End Of The Year</strong></p>
<p>Kingston demoed their 24GB DDR3 Core i7 system last month. 6 sticks of them, 4GB each in single sided configuration. Meaning we&#8217;ll have 8GB double sided DDR3 soon. Most new systems next year will be loaded with 8GB DDR3 in dual channel. Don&#8217;t bother if you don&#8217;t play games.<br />
<br />
<strong>RV740 Preview</strong></p>
<p><a href="http://www.guru3d.com/article/radeon-hd-4750-rv740-review-preview-test/">3DGuru</a> previewed the first 40nm GPU from AMD, the RV740. Impressive? Hell, I might buy it if it wasn&#8217;t for the impending release of Windows 7 and DirectX 11. Still don&#8217;t understand the need for GDDR5 on it though. AMD still wins this round of GPU war.<br />
<br />
<strong>Intel vs. AMD: x86 License Battle</strong></p>
<p>It&#8217;s all over the net. Find it yourself. Personally, in view of maintaining marketing competition and to make everyone  happy, Intel might have to close one eye on this. AMD&#8217;s weapon is the people.<br />
<br />
<strong>Next month&#8230;</strong></p>
<p>We&#8217;ll see the rise of the RV790 a.k.a. Radeon 4890. And also Intel introduces faster Core i7 CPUs, with AMD following suit with the Phenom II 955 at 3.2GHz.</p>
]]></content:encoded>
			<wfw:commentRss>http://piaw.tehcpeng.net/2009/03/21/my-take-on-it-jan-mar-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

