<?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>Y-Corner</title>
	<atom:link href="http://www.yoonhuh.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.yoonhuh.com/blog</link>
	<description>On the Edge of the Network</description>
	<lastBuildDate>Wed, 18 Apr 2012 04:18:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Twin Cities Code Camp #12, Day 2</title>
		<link>http://www.yoonhuh.com/blog/twin-cities-code-camp-12-day-2/</link>
		<comments>http://www.yoonhuh.com/blog/twin-cities-code-camp-12-day-2/#comments</comments>
		<pubDate>Sun, 15 Apr 2012 20:51:26 +0000</pubDate>
		<dc:creator>Yoon</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.yoonhuh.com/blog/?p=337</guid>
		<description><![CDATA[Today is the second day of the Twin Cities Code Camp #12 event! The first day of the event was excellent, as there were a lot of great software development topics covered, ranging covering topics such as .NET Framework, WinRT, mobile/web development, as well as programming strategies. To get a recap of the sessions that [...]]]></description>
			<content:encoded><![CDATA[<p>Today is the second day of the Twin Cities Code Camp #12 event! The first day of the event was excellent, as there were a lot of great software development topics covered, ranging covering topics such as .NET Framework, WinRT, mobile/web development, as well as programming strategies. To get a recap of the sessions that I went to yesterday, please check out the TCCC #12 Day 1 post.</p>
<p>Like the first day, I will be recording some of the sessions and will make them available here at a later date. For Day 2, I will be attending the following sessions:</p>
<p>* Extensible, Durable JavaScript with Inheritance (Mike Hodnick)<br />
* Pair Programming Techniques (Chris Johnson)<br />
* Move Your Silverlight Skills to the Native Web with KnockoutJS (Judah Himango)<br />
* Windows 8 Apps Crash Course (Jeff Klawiter)<br />
* Islands of Richness: Structuring Rich Client-Side Applications in Javascript (Todd H. Garnder)</p>
<p>I will be updating the post throughout the day. Up first is the session by Mike Hodnick, Extensible, Durable JavaScript with Inheritance!</p>
<p>Update 1: Extensible, Durable JavaScript with Inheritance (Mike Hodnick)</p>
<p>For the first session of the day, Mike Hodnick discussed about different ways to utilize inheritance in Javascript. He began by briefly talking about the current state of JavaScript and some of it&#8217;s shortfalls, such as lacking common object-oriented characteristics. He then went over how inheritance can be implemented in JavaScript.</p>
<p>One of the options that he discussed was to utilize private states, which can also be used to prevent modification of data objects. This can be done by utilizing property descriptors, but Mike did stress that this method isn&#8217;t actually that private and secure, as anyone determined enough can easily compromise private states.</p>
<p>Mike also discussed how to utilize initialization and constructors in JavaScript, as well as third party libraries (i.e. Backbone, Prototype, Base2, Joose, JSclass) that can be used to implement inheritance. The only downside of utilizing third party libraries is that since the entire library is implemented, any flaws or issues present in those libraries may present themselves in your JavaScript code.</p>
<p>For the rest of the session, Mike went through a Prototype code example and demonstrated the use of the following methods: initialize, speak, add methods, and super initialize methods. At the end of the session, Mike made two recommendations: Expose extensions through API calls or require third party library conventions in your JavaScript code. There is additional information on this topic over at Mike&#8217;s GitHub page at: <a href="http://github.com/raynos/pd">http://github.com/raynos/pd</a></p>
<p>Update 2: Pair Programming Techniques (Chris Johnson)</p>
<p>This session by Chris Johnson was on pair programming, a type of programming style involving two people directly working together on the same code / project. He began by explaining the benefits of pair programming, as well as misconceptions about pair programming.</p>
<p>Chris then talked about different styles of pair programming, such as &#8220;Divide and Conquer&#8221; (splitting up coding responsibilities) , &#8220;Alternation&#8221; (coding together, alternating), &#8220;Simultaneous&#8221; (coding together, simultaneously), etc. Chris also talked about how pair programming can be done locally (meeting up at someone&#8217;s house, coffeehouse, etc.) or remotely (Skype, Go. To, etc.) He mentioned the benefits and cons of each, as well as having a good hygiene (for the sake of you and your programming partner).</p>
<p>Chris stressed the importance of programming personalities, in that compatibility is important for pair programming. When paired with someone who works well with your style, pair programming can be very effective, but at the same time, it can be disastrous when paired with an incompatible programmer.</p>
<p>For the rest of the discussion, he talked about the different work styles in use at Getty Images and went over what programming styles went well and what did not.</p>
<p>Update 3: Move Your Silverlight Skills to the Native Web with KnockoutJS (Judah Himango)</p>
<p>Judah began the session by dramatically saying that Silverlight is dying and will be dead within the next 5-10 years. With the rise of smart phones and with HTML5 pushed out as the supported standard, Silverlight (along with other browser plugins like Flash, etc.) will eventually go extinct. With that being said, Judah highly recommended that current Silverlight programmers should make the jump to HTML5, as it will be well supported for a long time.</p>
<p>Judah then jumped into a live coding session to demonstrate using KnockoutJS with Javascript, which adds more OO-like features such as the ability to data bind. Using KnockoutJS, Judah programmed a music streaming web service, streaming lovely llama music to the audience. With each llama music album, Judah was able to demonstrate that specific &#8220;tags&#8221; can be bound to each each album object.</p>
<p>Update 4: Windows 8 Apps Crash Course (Jeff Klawiter)</p>
<p>In this session, Jeff Klawiter went over what the new WinRT API will mean for current .NET developers when Windows 8 reaches RTM status. Jeff quickly went over what WinRT is, which is:</p>
<ul>
<li>Main runtime for Windows 8</li>
<li>Similar to .NET but part based on CCOM</li>
<li>Common runtime supports .NET, C++, HTML/JavaScript, XML, XAML</li>
<li>Common metadata for code sharing (ECMA 335)</li>
<li>Common set of objects (System.windows.runtime)</li>
<li>Unified platform to bridge common APIs to build Metro applications</li>
</ul>
<p>In addition, Klawiter discussed what C# features will be available in Metro:</p>
<ul>
<li>C# 5.0: Async/await</li>
<li>XAML: “Silverlight 6.0” (an evolution of SL, but Microsoft will not call it this)</li>
<li>.NET 4.5: Sandbox (limited reflection), Async only, No localhost</li>
<li>Windows Phone 8 will utilize the same/similar framework</li>
</ul>
<p>For developing Metro apps for the upcoming Windows 8 Store, Jeff mentioned that Microsoft will be applying a strict quality control policy for application submissions. Any applications that do not meet the full extent of the policy would be rejected by Microsoft. Metro applications can only be developed under Visual Studio 11 Beta, which is only available for Windows 8 Consumer Preview Edition.</p>
<p>Jeff then went through some live code in Visual Studio 11 Beta for developing Metro apps. While going through the code, Jeff went over the basic structure of a Metro app in C# and pointed out several functions that would be needed for Metro.</p>
<p>Jeff then discussed about several aspects of applications in Metro, such as:</p>
<ul>
<li>SnapView: Used for visual states and horizontal/vertical navigation. (Windows.UI.ViewManagement.ApplicationView.GetForCurrentView)</li>
<li>Storage Settings (StoarageWindows.Storage.ApplicaionData.Current)
<ul>
<li>Roaming Settings: Syncs with Windows Live account.</li>
<li>Local Settings: Per device only.</li>
<li>SignalDataChange: Notifies all settings event handlers.</li>
<li>SetVersionAsync: Use with version to figure out if the user upgraded.</li>
<li>Metro Applications are Zombies: All applications now suspend, rather than terminate.</li>
</ul>
</li>
</ul>
<p>For more information on developing Metro applications for Windows 8, Jeff recommended checking out two sites:</p>
<p>Getting Started: <a href="http://dev.windows.com/">http://dev.windows.com</a><br />
UI Guidelines : <a href="http://t.co/hw7CvNhT">http://t.co/hw7CvNhT</a></p>
<p>Update 5: Islands of Richness: Structuring Rich Client-Side Applications in Javascript (Todd H. Garnder)</p>
<p>For the final session of the day, Todd went through live coding sessions of developing client-side applications in JavaScript. For the coding sessions, he made use of several third-party JS libraries (such as Backbone) to extend the capabilities of his JS application.</p>
<p>The first code session involved building a basic &#8216;Hello World&#8217; application utilizing Backbone. As he worked on the code, he explained the usage of Backbone and the methods available in Backbone, such as initialize and render. He also introduced Underscore.js, which adds functionality similar to Linked in .NET, as well utilizing template engines (for usage of strings and content).</p>
<p>Todd then moved on a post list demo, where he introduced Require.JS, which can serve as a IOC container for JavaScript. He explained that on load, the library inspects the DOM and looks for the main attributes. Todd also went through the use of the define and require functions in the demo. For the rest of the session, Todd continued to extend features onto the post list demo by adding iGoogle-like widgets. The final result of the demo was that the posts were accessible on the first page and the widgets on the second page of the client application.</p>
<p>For further information on this session, Todd has made the screen cast available over at <a href="http://www.wocketware.com/">http://www.wocketware.com/</a>.</p>
<p>Update 6:</p>
<p>With all the discussion sessions done, all that was left was the prize giveaways and the conclusion of TCCC #12. Similar prizes to yesterday&#8217;s prizes were made available, although I wasn&#8217;t as lucky as yesterday. Jason Bock announced that the next TCCC will be sometime in October 2012, with the finalized date being announced at a later time.</p>
<p>Well folks, that wraps up TCCC #12! I will be making the recordings from some the sessions available online soon. Again, I&#8217;d like to thank the TCCC team (and their sponsers) for making this great event available to software developers in the Twin Cities area!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yoonhuh.com/blog/twin-cities-code-camp-12-day-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Twin Cities Code Camp #12, Day 1</title>
		<link>http://www.yoonhuh.com/blog/twin-cities-code-camp-day-1-april-14-2012/</link>
		<comments>http://www.yoonhuh.com/blog/twin-cities-code-camp-day-1-april-14-2012/#comments</comments>
		<pubDate>Sat, 14 Apr 2012 15:36:04 +0000</pubDate>
		<dc:creator>Yoon</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.yoonhuh.com/blog/?p=330</guid>
		<description><![CDATA[It&#8217;s that time of the year again, it&#8217;s the Twin Cities Code Camp (TCCC) event! A beautiful, sunny Saturday morning here in Minneapolis, perfect for getting the event started. Well, almost anyway. There was a Gopher charity run going on, so most of the university road entrances were blocked off. Unfortunately, I missed the breakfast [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s that time of the year again, it&#8217;s the Twin Cities Code Camp (TCCC) event! A beautiful, sunny Saturday morning here in Minneapolis, perfect for getting the event started. Well, almost anyway. There was a Gopher charity run going on, so most of the university road entrances were blocked off. Unfortunately, I missed the breakfast and the welcome session, but we have a long day with a lot of coding discussion sessions!</p>
<p>Here&#8217;s the discussions I will be attending today:</p>
<p>* 2D Character Animation Techniques for XNA (Ananth Balasubramaniam)<br />
* Leveraging jQuery&#8217;s Special Events API (James Greene)<br />
* Javascript Unit Testing with QUnit and Mockjax (Nick Scweitzer)<br />
* Android Development for. NET Programmers (Mike Marshall)<br />
* Open Source 101: Get Involved with GitHub (Keith Dahlby)</p>
<p>For more information on TCCC, and check out their website at <a href="http://www.twincitiescodecamp.com/">http://www.twincitiescodecamp.com/</a> I will be voice recording the discussions and will post them at a later time.</p>
<p>First up, 2D Character Animation Techniques for XNA!</p>
<p>Update 1: 2D Character Animation Techniques for XNA (Ananth Balasubramaniam)</p>
<p>First discussion was on 2D animation techniques for the Microsoft XNA game framework. Ananth went over utilizing the bone objects of a sample model (built in 3DSMax) directly in XNA. A demo of an animating robotic bone was shown, run in XNA.</p>
<p>Update 2: Leveraging jQuery&#8217;s Special Events API (James Greene)</p>
<p>This discussion focused on the Special Events API. Greene briefly went over the version history of jQuery, and the functions that were introduced with each version. He noted that the functions bind, live, and delegate were depreciated in the latest revision of jQuery and that on/off should be used instead. Greene then proceeded to show two programming demos utilizing the Special Events API, Multiclick (simple interactive function that performs an action with multiple clicks) and TextSelect (function that displays texts using the API). Unfortunately, there were some technical issues with executing the code live, so a walkthrough of the code was discussed instead. The code examples can be found in full at Greenest website: <a href="http://jamesgreene.net">http://jamesgreene.net</a></p>
<p>After this, it&#8217;s off to Campus Pizza for lunch! (courtesy of the Nerdery)</p>
<p>Update 3: Javascript Unit Testing with QUnit and Mockjax (Nick Scweitzer)</p>
<p>The first day of TCCC is already halfway over! For the first discussion of the afternoon, I sat in on Nick Scweitzer&#8217;s discussion of Javascript Unit Testing with QUnit and Mockjax. Lots of great coverage on the usage of QUnit and Mockjax.</p>
<p>Nick started off explaining the merits of unit testing for Javascript and that KnockoutJS, QUnit and Mockjax provides a great platform for doing so. He then proceeded to discuss the use of KnockoutJS in unit testing and why it is preferable over Backbone, and as it is utilizes an MVC architecture, MVVM, and controller support. Nick then covered the basic syntax of QUnit, going over the usage of module(), test(), asynctest(), and expect().</p>
<p>An MVC application demo (seat reservation site sample) using QUnit and Mockjax was then covered. Nick went through the usage of QUnit and Mockjax in the Javascript code.</p>
<p>The slides and full code samples can be found at Nicks website: <a href="http://www.thecodemonkey.net/">http://www.thecodemonkey.net/</a></p>
<p>Update 4: Android Development for. NET Programmers (Mike Marshall)</p>
<p>In this session, Mike Marshall began by mentioning the current state of the Android Market. He focused particularly upon the large user population and it&#8217;s ease of access for developers and explained why .NET developers should care about Android Development. He also brought up the common excuses that .NET developers typically bring up about Java/Android development and argued that it&#8217;s far easier to get into than commonly believed.</p>
<p>Marshall then talked briefly about setting up the Android SDK environment and it&#8217;s requirements, as well as using Eclipse, it&#8217;s functions, and using the Android emulator for testing. Mike also mentioned that as phone providers put out so many different Android phones with varying versions and slow updates, it is very important for Android developers to test your application for intercompatibility between different Android versions, resolutions, and phones.</p>
<p>Marshall went to go over several Android example code for the rest of the session and went over the general structure of a Android program, such as activities, layouts, oncreate, findviewbyid, R, etc. He also pointed about the concepts in which .NET and Android/Java are similar. For the final example, a MovieService app was used, in which Marshall talked about the imprortance of activity stacking, intents, mapview, asynctask, as well as the use of Gson.</p>
<p>For those interested in getting the Android SDK setup on their machines, Mike Marshall&#8217;s website has some tutorials on how to do so here: <a href="http://www.mike-marshall.net/">http://www.mike-marshall.net/</a></p>
<p>Update 5: Open Source 101: Get Involved with GitHub (Keith Dahlby)</p>
<p>For the last session of the day, I decided to attend Keith Dahlby&#8217;s discussion of open source software and using GitHub. Keith did a great job in explaining about open source, as well as the nature of making contributions to the code and the community. He then dove into discussing about how to use GitHub for open source projects.</p>
<p>With GitHub, Keith mentioned that it offers a great environment for being able to interact with the open source developers and to make contributions to open source projects. He stressed the importance of interacting with the community, as well as conforming to expected coding standards for projects. Keith also pointed out that forking is extremely easy to do on GitHub. For the rest of the session, Keith went over a live example on using GitHub and it&#8217;s functions using his test account on GitHub. A rather humorous meme of Jason Bock was created during this session.</p>
<p>Update 6: Well, it&#8217;s the end of the first day of the TCCC #12 event! Like with all TCCC events, there were prize giveaways to attendees. Such prizes included t-shirts, books, accessories, as well as larger prizes like an 32&#8243; LCD TV, Xbox 360, Kindle Fire, and a camcorder.</p>
<p>Surprisingly, my name was drawn during the giveaway, in which I was offered to choose between a pencil holder and a black bag. I decided to get the black bag, as it seemed to be the better of the two. When I received it, I was told to &#8220;guard it with my life&#8221; and to &#8220;open it&#8221;, as there was more inside the bag. Inside the bag was a Bose QC15 (a very nice pair of headphones)! I was surprised, as I was only expecting just a simple bag. Either way, I was very happy.</p>
<p>I&#8217;d like to thank Jason Bock, Mike Hodgewick, and the rest of the TCCC team for organizing this great event, as it offers a lot of great ideas and concepts for programmers and developers. Coming tomorrow is TCCC #12 Day 2! Check back tomorrow for some coverage on that day!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yoonhuh.com/blog/twin-cities-code-camp-day-1-april-14-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Fake iPad 2 from China</title>
		<link>http://www.yoonhuh.com/blog/a-fake-ipad-2-from-china/</link>
		<comments>http://www.yoonhuh.com/blog/a-fake-ipad-2-from-china/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 18:27:56 +0000</pubDate>
		<dc:creator>Yoon</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hardware]]></category>

		<guid isPermaLink="false">http://www.yoonhuh.com/blog/?p=321</guid>
		<description><![CDATA[Yesterday, the VP of my company stops by my desk and shows off the tablet that he picked up during his trip to China. I glanced at it and said, &#8220;Oh, it&#8217;s an iPad 2.&#8221; The VP said, &#8220;Yeah, I picked it up for around $180. Here, why don&#8217;t you try it out?&#8221; Right away, [...]]]></description>
			<content:encoded><![CDATA[<p data-ft="{&quot;type&quot;:1}">Yesterday, the VP of my company stops by my desk and shows off the tablet that he picked up during his trip to China. I glanced at it and said, &#8220;Oh, it&#8217;s an iPad 2.&#8221; The VP said, &#8220;Yeah, I picked it up for around $180. Here, why don&#8217;t you try it out?&#8221;</p>
<p data-ft="{&quot;type&quot;:1}">
<div class="ngg-galleryoverview" id="ngg-gallery-3-321">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.yoonhuh.com/blog/a-fake-ipad-2-from-china/?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-33" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.yoonhuh.com/blog/wp-content/gallery/a-fake-ipad-2-from-china/ipad1.jpg" title="iPad 2 markings look right, except... wait, 128GB? There was no 128 GB iPad 2 version! Google Android OS markings on a Apple device? I don't think so!" class="shutterset_set_3" >
								<img title="A Fake iPad 2 from China (2)" alt="A Fake iPad 2 from China (2)" src="http://www.yoonhuh.com/blog/wp-content/gallery/a-fake-ipad-2-from-china/thumbs/thumbs_ipad1.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-34" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.yoonhuh.com/blog/wp-content/gallery/a-fake-ipad-2-from-china/ipad2.jpg" title="Hmm, looks like an iPad 2, except..." class="shutterset_set_3" >
								<img title="A Fake iPad 2 from China (1)" alt="A Fake iPad 2 from China (1)" src="http://www.yoonhuh.com/blog/wp-content/gallery/a-fake-ipad-2-from-china/thumbs/thumbs_ipad2.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-35" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.yoonhuh.com/blog/wp-content/gallery/a-fake-ipad-2-from-china/ipad3.jpg" title="Definitely not iOS." class="shutterset_set_3" >
								<img title="A Fake iPad 2 from China (3)" alt="A Fake iPad 2 from China (3)" src="http://www.yoonhuh.com/blog/wp-content/gallery/a-fake-ipad-2-from-china/thumbs/thumbs_ipad3.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-36" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.yoonhuh.com/blog/wp-content/gallery/a-fake-ipad-2-from-china/ipad4.jpg" title="Fake iPad 2 running on a three year old version of the Android OS (2.2), Froyo." class="shutterset_set_3" >
								<img title="A Fake iPad 2 from China (4)" alt="A Fake iPad 2 from China (4)" src="http://www.yoonhuh.com/blog/wp-content/gallery/a-fake-ipad-2-from-china/thumbs/thumbs_ipad4.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-37" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.yoonhuh.com/blog/wp-content/gallery/a-fake-ipad-2-from-china/ipad5.jpg" title="128 GB? More like 4 GB!" class="shutterset_set_3" >
								<img title="A Fake iPad 2 from China (5)" alt="A Fake iPad 2 from China (5)" src="http://www.yoonhuh.com/blog/wp-content/gallery/a-fake-ipad-2-from-china/thumbs/thumbs_ipad5.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	<div class='ngg-clear'></div>
 	
</div>

</p>
<p data-ft="{&quot;type&quot;:1}">Right away, I noticed something wrong with this &#8220;iPad 2.&#8221; The feel of the tablet felt rather fragile and cheap. The markings on the back of the &#8220;iPad 2&#8243; had the Apple logo and the typical markings, except&#8230; the label said it was a 128 GB version (which doesn&#8217;t exist) and a Google Android OS copyright.</p>
<p>Doing some online research, this fake &#8220;iPad 2&#8243; is actually a Grefu M97 tablet. Booting it up, I was greeted with the green Google Android robot. Once loaded, the desktop layout was reminiscent from a old version of Android. The performance was slow, and touch capacitive was extremely poor; I had to apply greater pressure than usual for it to register my actions. I was a bit cautious, as the screen was made of cheap plastic and made a slight crackle noise whenever I pressed on it. The battery life was also rather poor, as the battery only seemed to last for a few hours.</p>
<p>Upon checking the system settings on this fake iPad 2, it said it was running Froyo 2.2 (which is almost three years old at this point). With this $180 fake iPad 2 claiming it had 128 GB storage, I checked to see if it had any validity. Of course, that claim too was false, as it actually only had 4 GB of internal storage.</p>
<p>The VP asked me to see if there was any way to improve the usage experience of the fake iPad 2. As this tablet only had access to some third party app market (which barely had any usable apps) and no access to the real Google Market, rooting was the only option. Unfortunately, rooting this tablet is proving to be a bit difficult, as there is barely any information on this device to begin with. We&#8217;ll see how this goes.</p>
<p>UPDATE:</p>
<p>Shortly after I posted this, the screen on the Grefu M97 cracked, as I had feared. As the screen was made of some cheap plastic, it just couldn&#8217;t handle all the touch pressure. Let this be a lesson in why counterfeit electronics should be avoided, no matter how tempting the price is.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yoonhuh.com/blog/a-fake-ipad-2-from-china/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>nVIDIA Unveils GeForce GTX 680</title>
		<link>http://www.yoonhuh.com/blog/nvidia-unveils-geforce-gtx-680/</link>
		<comments>http://www.yoonhuh.com/blog/nvidia-unveils-geforce-gtx-680/#comments</comments>
		<pubDate>Thu, 22 Mar 2012 20:03:54 +0000</pubDate>
		<dc:creator>Yoon</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.yoonhuh.com/blog/?p=317</guid>
		<description><![CDATA[Today, nVIDIA has launched it&#8217;s newest high-end graphics card, the GeForce GTX 680. The GTX 680 is a replacement of the GeForce GTX 580, which was released way back in November 2010. The GTX 680 uses the new 28nm process and utilizes the new Kepler architecture, which succeeds the Fermi architecture that was found in [...]]]></description>
			<content:encoded><![CDATA[<p>Today, nVIDIA has launched it&#8217;s newest high-end graphics card, the GeForce GTX 680. The GTX 680 is a replacement of the GeForce GTX 580, which was released way back in November 2010. The GTX 680 uses the new 28nm process and utilizes the new Kepler architecture, which succeeds the Fermi architecture that was found in the previous 400 and 500 series.</p>
<p>According to most reviews, the new GTX 680 performs well, with it generally outperforming AMD&#8217;s three-month old Radeon HD 7970 in most games within a margin of 5-25%. The GTX 680 is also very energy efficient, as the idle power usage seems to be extremely minimal, with load power consumption being less than the HD 7970 .</p>
<p>nVIDIA has launched the GeForce GTX 680 with an MSRP of $499.99 USD, which makes it $50 cheaper than the Radeon HD 7970. It will be interesting to see how AMD responds, as the current price for the Radeon HD 7970 now makes it a hard sell against the cheaper (and generally faster) GTX 680.</p>
<p>In the meantime, reviews of the new flagship nVIDIA card can be found below.</p>
<p><span style="text-decoration: underline;"><strong>Sources</strong></span>:</p>
<p><a title="Anandtech" href="http://www.anandtech.com/show/5699/nvidia-geforce-gtx-680-review/1">AnandTech: NVIDIA GTX 680 Review: Retaking the Performance Crown</a><br />
<a title="[H]ard|OCP" href="http://hardocp.com/article/2012/03/22/nvidia_kepler_gpu_geforce_gtx_680_video_card_review">Hard|OCP: NVIDIA Kepler GPU GeForce GTX 680 Video Card Review </a><br />
<a title="Guru3D" href="http://www.guru3d.com/article/geforce-gtx-680-review/1">Guru3D: GeForce GTX 680 review</a><br />
<a title="Tech Report" href="http://techreport.com/articles.x/22653/1">Tech Report: Nvidia&#8217;s GeForce GTX 680 graphics processor</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yoonhuh.com/blog/nvidia-unveils-geforce-gtx-680/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diablo III Set for May 15 Release</title>
		<link>http://www.yoonhuh.com/blog/diablo-iii-set-for-may-15-release/</link>
		<comments>http://www.yoonhuh.com/blog/diablo-iii-set-for-may-15-release/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 18:47:24 +0000</pubDate>
		<dc:creator>Yoon</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[diablo 3]]></category>

		<guid isPermaLink="false">http://www.yoonhuh.com/blog/?p=310</guid>
		<description><![CDATA[Blizzard announced that they will be releasing Diablo III on May 15 for PC and Mac platforms. Initial retail price is $59.99. Digital pre-orders are starting today, over at Battle.net. Hopefully, Blizzard will stick to this date, although I wouldn&#8217;t be too surprised if it is delayed again. Source: AnandTech &#8211; Diablo III Coming on [...]]]></description>
			<content:encoded><![CDATA[<p>Blizzard announced that they will be releasing Diablo III on May 15 for PC and Mac platforms. Initial retail price is $59.99. Digital pre-orders are starting today, over at <a href="http://us.battle.net/d3/en/">Battle.net</a>.</p>
<p>Hopefully, Blizzard will stick to this date, although I wouldn&#8217;t be too surprised if it is delayed again.</p>
<p><strong>Source</strong>: <a href="http://www.anandtech.com/show/5680/diablo-iii-coming-may-15">AnandTech &#8211; Diablo III Coming on May 15</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yoonhuh.com/blog/diablo-iii-set-for-may-15-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>March Quick Updates</title>
		<link>http://www.yoonhuh.com/blog/march-2012-quick-updates/</link>
		<comments>http://www.yoonhuh.com/blog/march-2012-quick-updates/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 16:58:10 +0000</pubDate>
		<dc:creator>Yoon</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.yoonhuh.com/blog/?p=308</guid>
		<description><![CDATA[Don&#8217;t worry, I&#8217;m not dead! I apologize for the lack of updates, it&#8217;s been a crazy month for me, both in my personal and professional life. With tax season in full, I&#8217;ve been working away to get my taxes done. As always, taxes are never fun to do, but the tax refunds make up for [...]]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t worry, I&#8217;m not dead! I apologize for the lack of updates, it&#8217;s been a crazy month for me, both in my personal and professional life.</p>
<p>With tax season in full, I&#8217;ve been working away to get my taxes done. As always, taxes are never fun to do, but the tax refunds make up for it (for the most part). Also, as my previous roommate moved back to Korea, I am currently searching for a new roommate. If there&#8217;s anyone that&#8217;s interested in renting a room in a two bedroom condo unit in Minneapolis, MN near Uptown, let me know (shameless advertising, I know :p )!</p>
<p>As for work, I&#8217;ve been recently tasked with overhauling the website for the architecture firm that I work for.  It hasn&#8217;t been easy, as the web design firm that constructed their old website was coded very poorly, making updates extremely cumbersome and difficult. I decided to start from scratch, using a <a href="http://en.wikipedia.org/wiki/Content_management_system">CMS</a>, as the objectives were to not only design a nice looking website with a (very) limited budget, but also to make it so that it is easy to update for company employees.</p>
<p>I am using <a href="http://en.wikipedia.org/wiki/WordPress">WordPress</a>, as it is a well-supported CMS and has a lot of flexibility, with tons of themes and plugins readily available. Although known more for blogging, WordPress has developed significantly in the past few years in that it is now a viable option for  commercial websites. Also, as the company that I currently work for is an architecture firm, they wanted something creative. As WordPress seems to offer a lot more theming options over other CMS like <a href="http://en.wikipedia.org/wiki/Joomla">Joomla</a> and <a href="http://drupal.org/">Drupal</a>, it made sense to go with WordPress.</p>
<p>Aside from work, I have recently enrolled in some of the <a href="https://www.coursera.org/landing/hub.php">free online CSCI courses that Stanford, UC Berkeley, and U Michigan</a> are offering, such as <a href="https://www.coursera.org/saas/auth/welcome">Software as a Service</a>. Many of the courses were originally scheduled to begin in February, but technical issues have delayed their launch. Additional courses like <a href="https://www.coursera.org/algo/auth/welcome">Design and Analysis I</a> and <a href="https://www.coursera.org/gametheory/auth/welcome">Game Theory</a> are scheduled to begin next week.</p>
<p>Hopefully, as time frees up, I will be able to get more time to post about some of the personal projects that I have been working on, like the <a href="http://www.yoonhuh.com/blog/vsphere-5-0-setting-up-the-virtual-machine-environment/">whitebox ESXi 5.0 server</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yoonhuh.com/blog/march-2012-quick-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 8 Consumer Preview Initial Impressions</title>
		<link>http://www.yoonhuh.com/blog/windows-8-consumer-preview-initial-impressions/</link>
		<comments>http://www.yoonhuh.com/blog/windows-8-consumer-preview-initial-impressions/#comments</comments>
		<pubDate>Fri, 02 Mar 2012 05:42:07 +0000</pubDate>
		<dc:creator>Yoon</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.yoonhuh.com/blog/?p=303</guid>
		<description><![CDATA[I recently had the chance to play around with the recently released Windows 8 Consumer Preview build on a Asus Eee Slate EP121 tablet and on a whitebox PC (the same system I used for the ESXi 5.0 evaluation). After a day of running Windows 8 on both systems, here are my initial reactions. While [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had the chance to play around with the <a href="http://www.yoonhuh.com/blog/windows-8-consumer-preview-now-available-for-download/">recently released Windows 8 Consumer Preview build</a> on a Asus Eee Slate EP121 tablet and on a whitebox PC (the <a href="http://www.yoonhuh.com/blog/building-a-esxi-5-0-whitebox-server/">same system I used for the ESXi 5.0 evaluation</a>). After a day of running Windows 8 on both systems, here are my initial reactions. While MetroUI as an interface has certainly proven to work well for the Windows Phone 7 platform and for tablets running Windows 8 builds, it leaves much to be desired for traditional desktop and laptop users, as the whole Windows 8 experience seems to make your computer feel like a giant phone/tablet, sans the touch input (unless you own a touch monitor or a touch accessory).</p>
<p>For tablet users, Windows 8 represents a refreshing change, as it does away with the typical windows &amp; icon-based interface (that we&#8217;ve been using for the past 20 years) to a tile-based one, which is very touch friendly. The MetroUI interface in Windows 8 is sleek and clean, with apps running launching seamlessly without issue. For a preview build, Windows 8 Consumer Preview is surprisingly stable and performed rather well on the systems I tested it with. At times, Windows 8 seemed to perform better than Windows 7.</p>
<p>For those not too keen about the new MetroUI interface, Windows 8 offers a &#8220;classic&#8221; desktop mode, which looks very similar to Windows 7&#8242;s desktop (with the exception of the Start button, removed in Windows 8). Programs from previous versions of Windows run in this mode, separately from the MetroUI-based apps. With exception of a few legacy games, I did not encounter many incompatibility issues. For the most part, nearly all programs that ran on Windows 7 should run on Windows 8.</p>
<p>Now, here&#8217;s the ugly part. For keyboard &amp; mouse users, the MetroUI interface will force users to significantly change the way they use Windows. For some users, Windows 8 will make computing simpler, but for many power users, the new interface represents an awkward and annoying change. Some actions that previously took little effort now seem to take much more effort in Windows 8 with a keyboard and mouse. Some examples include scrolling through the MetroUI Start menu, accessing the new Windows 8 charms, the ability to sleep/shut down the computer, accessing the regular Control Panel (not the new simplified Settings section), etc. While smooth for touch users, as it is now MetroUI just feels clunky with a keyboard and a mouse.</p>
<p>Multitasking also takes a large hit in Windows 8. The ability to view several running programs on a single screen has always been a boon for power users and while users can continue to so with &#8220;legacy&#8221; programs in Windows 8&#8242;s desktop mode, MetroUI does away with all of that, forcing all MetroUI apps to run fullscreen. What&#8217;s worse is that while current MetroUI apps look and run fine on a tablet, they are just far too simplistic for power users with large/multiple monitors. For example, the text and spacing in the MetroUI Mail program looks abnormally huge on a large monitor, with much of the white space being wasted.</p>
<p>By pushing MetroUI as the main interface, Microsoft is making a rather risky move with Windows 8. While previous preview editions of Windows 8 allowed the MetroUI interface to be disabled (via registry edits), there is no ability to do so in the Windows 8 Consumer Preview. No doubt that this will not sit well with users that are less than enthusiastic about MetroUI. Don&#8217;t get me wrong, I like the new MetroUI interface and there&#8217;s no doubt that it&#8217;ll work well on tablets and touch-based devices. However, I believe that pushing MetroUI in Windows 8 with no option to disable it may be a mistake, as a majority of the computing population still uses traditional non-touch devices for their computing usage. I fear that by doing so, it may greatly alienate many PC users, particularly those that are not easily adaptable to change.</p>
<p>Even <a href="http://www.engadget.com/2010/10/23/ballmer-next-release-of-windows-will-be-microsofts-riskiest-p/">Steve Ballmer even publicly stated that Windows 8 would be their &#8216;riskiest&#8217; product ever</a>, given the significant amount of change that Windows 8 brings.  Given how people generally reacted to the release of Windows Vista five years ago, an OS which introduced far less changes than Windows 8, I would be worried.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yoonhuh.com/blog/windows-8-consumer-preview-initial-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diablo III: The First 20 Minutes of Gameplay</title>
		<link>http://www.yoonhuh.com/blog/diablo-iii-the-first-20-minutes-of-gameplay/</link>
		<comments>http://www.yoonhuh.com/blog/diablo-iii-the-first-20-minutes-of-gameplay/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 16:28:11 +0000</pubDate>
		<dc:creator>Yoon</dc:creator>
				<category><![CDATA[Gaming]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.yoonhuh.com/blog/?p=300</guid>
		<description><![CDATA[For those eagerly awaiting the release of Diablo III, Computer and Video Games has posted the first twenty minutes of gameplay in Diablo III on YouTube. Computer and Video Games is also offering giveaways of beta keys for Diablo III on Facebook and Twitter. The only requirements are that you must be registered on Computer [...]]]></description>
			<content:encoded><![CDATA[<p>For those eagerly awaiting the release of Diablo III, <a href="http://www.computerandvideogames.com/">Computer and Video Games</a> has posted the<a href="http://www.youtube.com/watch?v=5OovFHSxn-A"> first twenty minutes of gameplay in Diablo III</a> on YouTube.</p>
<p><iframe src="http://www.youtube.com/embed/5OovFHSxn-A" frameborder="0" width="560" height="315"></iframe></p>
<p><a href="http://www.computerandvideogames.com/337420/diablo-3-beta-key-giveaway-today-full-details/">Computer and Video Games is also offering giveaways of beta keys for Diablo III</a> on Facebook and Twitter. The only requirements are that you must be <a href="http://www.computerandvideogames.com/reg/profile.php">registered on Computer and Video Games</a> and you must be a fan of their Facebook page.</p>
<p><span style="text-decoration: underline;"><strong>Sources</strong></span>:</p>
<p><a href="http://www.computerandvideogames.com/337623/diablo-3-first-20-minutes-of-gameplay/">Computer &amp; Video Games &#8211; Diablo 3: First 20 minutes of gameplay</a><br />
<a href="http://www.computerandvideogames.com/337420/diablo-3-beta-key-giveaway-today-full-details/">Computer &amp; Video Games &#8211; Diablo 3 beta key givewaway today &#8211; Full Details</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yoonhuh.com/blog/diablo-iii-the-first-20-minutes-of-gameplay/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 8 Consumer Preview Now Available for Download</title>
		<link>http://www.yoonhuh.com/blog/windows-8-consumer-preview-now-available-for-download/</link>
		<comments>http://www.yoonhuh.com/blog/windows-8-consumer-preview-now-available-for-download/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 16:04:56 +0000</pubDate>
		<dc:creator>Yoon</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.yoonhuh.com/blog/?p=292</guid>
		<description><![CDATA[For those interested in testing out the beta version of Windows 8, the Consumer Preview is now available to the public for download. Microsoft is offering two versions for download, a 32-bit and a 64-bit version. Unlike the previous Windows 8 Developer Preview that was unveiled last fall, the consumer preview of Windows 8 is [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_297" class="wp-caption aligncenter" style="width: 558px"><img class="size-full wp-image-297" title="Windows 8" src="http://www.yoonhuh.com/blog/wp-content/uploads/2012/02/Windows82.png" alt="Windows 8" width="548" height="125" /><p class="wp-caption-text">Windows 8: The New &quot;Windows&quot; Logo</p></div>
<p>For those interested in testing out the beta version of Windows 8, the <a href="http://windows.microsoft.com/en-US/windows-8/iso">Consumer Preview is now available to the public for download</a>. Microsoft is offering two versions for download, a 32-bit and a 64-bit version. Unlike the previous Windows 8 Developer Preview that was unveiled last fall, the consumer preview of Windows 8 is more fully featured and will likely be similar to what we will be seeing in the final retail release version of Windows 8 later this year.</p>
<p>I won&#8217;t be going over what&#8217;s new in the Windows 8 Consumer Preview, <a href="http://gizmodo.com/5889001/windows-8-consumer-preview-hands-on-no-going-back">as many sites like Gizmodo</a> have already gone over some of the new features. Aside from the new <a href="http://www.yoonhuh.com/blog/windows-8-no-more-start-button/">MetroUI</a> (which I have previously commented on), there are some other impressive features in Windows 8, such as <a href="http://www.anandtech.com/show/5307/windows-8s-storage-spaces-detailed">Storage Spaces</a> (a new storage pooling option which is very similar to the Drive Extender technology seen in the first version of Windows Home Server), as well as built-in Hyper-V virtualization features.</p>
<p>Granted, with the significant amount of changes, not everyone will like Windows 8, as the <a href="http://en.wikipedia.org/wiki/Metro_(design_language)">MetroUI interface</a> is a very touch-oriented user interface that is geared towards touch-based devices and not so much for traditional keyboard and mouse computers and laptops.</p>
<p>You can grab the Windows 8 Consumer Preview (directly from Microsoft) here: <a href="http://windows.microsoft.com/en-US/windows-8/iso">http://windows.microsoft.com/en-US/windows-8/iso</a></p>
<p><span style="text-decoration: underline;"><strong>Sources</strong></span>:</p>
<p><a href="http://windows.microsoft.com/en-US/windows-8/iso">Windows 8 Consumer Preview ISO Images</a><br />
<a href="http://gizmodo.com/5889001/windows-8-consumer-preview-hands-on-no-going-back">Gizmodo &#8211; Windows 8 Consumer Preview Hands On: No Going Back</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yoonhuh.com/blog/windows-8-consumer-preview-now-available-for-download/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Raspberry Pi Now Available at $25/$35!</title>
		<link>http://www.yoonhuh.com/blog/raspberry-pi-now-available-at-2535/</link>
		<comments>http://www.yoonhuh.com/blog/raspberry-pi-now-available-at-2535/#comments</comments>
		<pubDate>Wed, 29 Feb 2012 15:48:13 +0000</pubDate>
		<dc:creator>Yoon</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.yoonhuh.com/blog/?p=289</guid>
		<description><![CDATA[The long-awaited Raspberry Pi (a mini ARM-based computer) is now available for purchase, after being in development for quite some time by the Raspberry Pi Foundation. For those that are not familiar with Raspberry Pi, it is a credit-card sized computer utilizing cost-effective components to create a cheap, affordable computer for $25-$35 per unit. It has several [...]]]></description>
			<content:encoded><![CDATA[<p>The long-awaited <a href="http://www.raspberrypi.org">Raspberry Pi</a> (a mini ARM-based computer) is <a href="http://www.raspberrypi.org/#howtobuy">now available for purchase</a>, after being in development for quite some time by the Raspberry Pi Foundation. For those that are not familiar with <a href="http://en.wikipedia.org/wiki/Raspberry_Pi">Raspberry Pi</a>, it is a credit-card sized computer utilizing cost-effective components to create a cheap, affordable computer for $25-$35 per unit.</p>
<p>It has several ports such as composite VGA and HDMI for video output, USB 2.0 ports, 3.5mm audio jack, RJ45 ethernet port, and a SD/MMC/SDIO card reader for storage. There are two different units, a Model A and a Model B. Model A is priced at $35 and will feature two USB 2.0 ports and a ethernet port, while Model B is priced at $25 and will only have one USB 2.0 port and no ethernet port. It is capable of running ARM compiled distros of Linux, offering a full computing experience. It has been shown to be <a href="http://www.youtube.com/watch?v=4NR57ELY28s">capable of running 1080p videos on XBMC</a>, which makes it very suitable for use as an HTPC.</p>
<p>Right now, traffic on the Raspberry Pi vendors&#8217; websites is extremely high, as there seems to be great demand for these units. Raspberry Pi is expected to be available internationally, but will be initially available in limited countries, due to limited supply. You can currently purchase the Raspberry Pi units from <a title="Link to Farnell/Element 14 Shop" href="http://www.element14.com/raspberrypi" target="_blank">Premier Farnell</a> and <a title="Link to RS Components Shop" href="http://uk.rs-online.com/web/generalDisplay.html?id=raspberrypi&amp;cm_mmc=UK-PPC-0212-_-02_Raspberry_PI-_-Raspberry_PI-_-Raspberry_Pi" target="_blank">RS Components</a>.</p>
<p><span style="text-decoration: underline;"><strong>Source</strong></span>:</p>
<p><a href="http://www.raspberrypi.org">Raspberry Pi</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.yoonhuh.com/blog/raspberry-pi-now-available-at-2535/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

