<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>iamchung</title>
	
	<link>http://iamchung.com</link>
	<description>a blog about nerdy things</description>
	<lastBuildDate>Sun, 01 Jan 2012 19:31:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/iamchung/HOrZ" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="iamchung/horz" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>happy new years 2012</title>
		<link>http://iamchung.com/2012/01/01/happy-new-years-2012/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=happy-new-years-2012</link>
		<comments>http://iamchung.com/2012/01/01/happy-new-years-2012/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 19:31:43 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[resolutions]]></category>

		<guid isPermaLink="false">http://iamchung.com/?p=361</guid>
		<description><![CDATA[Happy new years! For this first post of the new year, I thought I&#8217;d take a look at last year&#8217;s resolutions and see how I fared. Play MORE video games.  Try and beat them too since I have a nasty &#8230; <a href="http://iamchung.com/2012/01/01/happy-new-years-2012/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://iamchung.com/2011/01/04/happy-new-year-2011/' rel='bookmark' title='Happy New Year 2011'>Happy New Year 2011</a></li>
<li><a href='http://iamchung.com/2009/01/02/happy-new-years-2009/' rel='bookmark' title='happy new years 2009!'>happy new years 2009!</a></li>
<li><a href='http://iamchung.com/2009/12/15/five-years-later/' rel='bookmark' title='Five years later'>Five years later</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Happy new years! For this first post of the new year, I thought I&#8217;d take a look at last year&#8217;s resolutions and see how I fared.</p>
<ul>
<li>Play MORE video games.  Try and beat them too since I have a nasty habit of just dropping them midway through.</li>
<li>Learn Python and Java.</li>
<li>Try and complete more of my programming side projects instead of leaving them half-done (this seems to be a recurring theme in my life).</li>
<li>Learn to drive stick.</li>
<li>Try and do some more grad school classes.  I had put them off to pay off some debt first, but I should really try and get this done.</li>
<li>Pay off debt.</li>
<li>Read more books.</li>
<li>Be less political.</li>
</ul>
<p>I have managed to actually beat more of the video games I started playing this year rather than leaving them unfinished. Some exceptions include Castlevania and Oblivion. Now that SWTOR has come out, I&#8217;ll probably leave those unfinished for a while though. I&#8217;ve managed to learn a bit of python, as well as learned to use git to publish some of the stuff I&#8217;ve learned to the web. I didn&#8217;t get around to learning stick or take more grad school classes. Due to unforeseen circumstances, I wasn&#8217;t able to save up as much money as I would have liked this past year to pay off debt. I did manage to read a lot more books though and I think I&#8217;ve become a bit less political. All in all, not a bad run of resolutions.</p>
<p>For this next year, I&#8217;ll keep the resolutions simple.</p>
<ul>
<li>Start working out more and possibly start a martial arts class.</li>
<li>Pay off debt.</li>
<li>Start working on a video game project.</li>
<li>Learn, learn, learn. Always try to continue the learning process.</li>
</ul>
<p>Related posts:<ol>
<li><a href='http://iamchung.com/2011/01/04/happy-new-year-2011/' rel='bookmark' title='Happy New Year 2011'>Happy New Year 2011</a></li>
<li><a href='http://iamchung.com/2009/01/02/happy-new-years-2009/' rel='bookmark' title='happy new years 2009!'>happy new years 2009!</a></li>
<li><a href='http://iamchung.com/2009/12/15/five-years-later/' rel='bookmark' title='Five years later'>Five years later</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://iamchung.com/2012/01/01/happy-new-years-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jquery-querystring</title>
		<link>http://iamchung.com/2011/11/22/jquery-querystring/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=jquery-querystring</link>
		<comments>http://iamchung.com/2011/11/22/jquery-querystring/#comments</comments>
		<pubDate>Wed, 23 Nov 2011 00:58:11 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[querystring]]></category>

		<guid isPermaLink="false">http://iamchung.com/?p=357</guid>
		<description><![CDATA[Just published a plugin that extends jquery to give access to querystring params easily. For the longest time, I was just copy/pasting one function into all my projects to do this, but finally decided to make it a jquery plugin &#8230; <a href="http://iamchung.com/2011/11/22/jquery-querystring/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://iamchung.com/2011/09/01/github/' rel='bookmark' title='Github'>Github</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Just published a plugin that extends jquery to give access to querystring params easily. For the longest time, I was just copy/pasting one function into all my projects to do this, but finally decided to make it a jquery plugin for future use. Here&#8217;s how to use it:</p>
<pre>$.querystring(param_name_here);</pre>
<p>example:</p>
<pre>var q = $.querystring('q');</pre>
<p>Ezmode. get the code here: <a href="https://github.com/gehsekky/jquery-querystring" target="_blank">https://github.com/gehsekky/jquery-querystring</a></p>
<p>Related posts:<ol>
<li><a href='http://iamchung.com/2011/09/01/github/' rel='bookmark' title='Github'>Github</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://iamchung.com/2011/11/22/jquery-querystring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steve Jobs has died</title>
		<link>http://iamchung.com/2011/10/06/steve-jobs-has-died/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=steve-jobs-has-died</link>
		<comments>http://iamchung.com/2011/10/06/steve-jobs-has-died/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 16:59:47 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[steve jobs]]></category>

		<guid isPermaLink="false">http://iamchung.com/?p=354</guid>
		<description><![CDATA[Steve Jobs has died at age 56. The internet has gone insane with everyone and their mother trying to eulogize Jobs. I even read an article where the author said he was &#8220;Moses in a turtleneck.&#8221; That&#8217;s just crazy, but whatever. While I &#8230; <a href="http://iamchung.com/2011/10/06/steve-jobs-has-died/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.]]></description>
			<content:encoded><![CDATA[<p><img src="http://i.imgur.com/jVLP5.png" alt="apple logo" width="500" height="500" /></p>
<p>Steve Jobs has <a href="http://www.usatoday.com/tech/news/story/2011-10-06/steve-jobs-death-reaction/50678146/1" target="_blank">died</a> at age 56. The internet has gone insane with everyone and their mother trying to eulogize Jobs. I even read an article where the author said he was <a href="http://adage.com/article/bob-garfield/central-genius-apple-s-advertising-jobs/230239/" target="_blank">&#8220;Moses in a turtleneck.&#8221;</a> That&#8217;s just crazy, but whatever. While I didn&#8217;t agree with his business practices or philosophy, I acknowledge his role as a tech giant and someone who helped shape the industry we work in today. RIP. It will be interesting to see where Apple goes from here without Jobs at the helm.</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://iamchung.com/2011/10/06/steve-jobs-has-died/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ShibalBot – A Python IRC Bot using the Twisted library</title>
		<link>http://iamchung.com/2011/09/15/shibalbot-a-python-irc-bot-using-the-twisted-library/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=shibalbot-a-python-irc-bot-using-the-twisted-library</link>
		<comments>http://iamchung.com/2011/09/15/shibalbot-a-python-irc-bot-using-the-twisted-library/#comments</comments>
		<pubDate>Thu, 15 Sep 2011 06:01:19 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[twisted]]></category>

		<guid isPermaLink="false">http://iamchung.com/?p=350</guid>
		<description><![CDATA[I used to use eggdrops back in the day when we would idle in IRC channels for counterstrike and used to write custom TCL scripts to do all that annoying IRC bot stuff (like listing scrim availabilities, cs clan rosters, &#8230; <a href="http://iamchung.com/2011/09/15/shibalbot-a-python-irc-bot-using-the-twisted-library/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://iamchung.com/2011/09/07/script-to-sync-friends-list-across-multiple-reddit-accounts/' rel='bookmark' title='Script to sync friends list across multiple reddit accounts'>Script to sync friends list across multiple reddit accounts</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I used to use eggdrops back in the day when we would idle in IRC channels for counterstrike and used to write custom TCL scripts to do all that annoying IRC bot stuff (like listing scrim availabilities, cs clan rosters, etc). So while I&#8217;m learning Python, I figured I&#8217;d try and write my own bot to see if I could do it. I first started off with <a href="http://oreilly.com/pub/h/1968" target="_blank">this example</a> that builds the core of the bot in less than 30 lines of code. While that was fantastic, I then came across <a href="http://www.eflorenzano.com/blog/post/writing-markov-chain-irc-bot-twisted-and-python/" target="_blank">this example</a> which uses the <a href="http://twistedmatrix.com/trac/" target="_blank">Twisted</a> lib and makes it much more robust. I didn&#8217;t implement the markov chains, but I wrote up some quick code that can handle saving and displaying IRC quotes. This version of the bot is now just under 180 lines.</p>
<p>You can view the code <a href="https://github.com/gehsekky/shibalbot" target="_blank">here</a>.</p>
<p>To use it, you have to change this section at the bottom of the file.</p>
<pre>if __name__ == "__main__":
    reactor.connectTCP("YOUR_IRC_SERVER_HOST",
                       IRC_SERVER_HOST_PORT,
                       ShibalBotFactory("YOUR_IRC_CHANNEL",
                                        "YOUR_IRCBOT_NICK",
                                        True, False))
    reactor.run()</pre>
<p>Just change the parameters to your own IRC server address, server port, IRC channel, and bot nickname and you&#8217;re good to go. Some Todo&#8217;s include adding some code to fetch the titles of url&#8217;s pasted in the channel, making it modular so you can just drop in scripts instead of having to change the main file, and updating the quotes module to not load the entire quotes file at once (in case the file becomes huge).</p>
<p>Related posts:<ol>
<li><a href='http://iamchung.com/2011/09/07/script-to-sync-friends-list-across-multiple-reddit-accounts/' rel='bookmark' title='Script to sync friends list across multiple reddit accounts'>Script to sync friends list across multiple reddit accounts</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://iamchung.com/2011/09/15/shibalbot-a-python-irc-bot-using-the-twisted-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script to sync friends list across multiple reddit accounts</title>
		<link>http://iamchung.com/2011/09/07/script-to-sync-friends-list-across-multiple-reddit-accounts/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=script-to-sync-friends-list-across-multiple-reddit-accounts</link>
		<comments>http://iamchung.com/2011/09/07/script-to-sync-friends-list-across-multiple-reddit-accounts/#comments</comments>
		<pubDate>Wed, 07 Sep 2011 05:31:45 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[reddit]]></category>

		<guid isPermaLink="false">http://iamchung.com/?p=345</guid>
		<description><![CDATA[While teaching myself Python, I wanted to try and write something that I would actually use. Since I have multiple reddit accounts, a script that would sync settings across them seemed like it would be useful. So far, the only &#8230; <a href="http://iamchung.com/2011/09/07/script-to-sync-friends-list-across-multiple-reddit-accounts/">Continue reading <span class="meta-nav">&#8594;</span></a>
Related posts:<ol>
<li><a href='http://iamchung.com/2011/09/15/shibalbot-a-python-irc-bot-using-the-twisted-library/' rel='bookmark' title='ShibalBot &#8211; A Python IRC Bot using the Twisted library'>ShibalBot &#8211; A Python IRC Bot using the Twisted library</a></li>
<li><a href='http://iamchung.com/2011/01/26/keep-it-simple-stupid/' rel='bookmark' title='Keep It Simple Stupid'>Keep It Simple Stupid</a></li>
<li><a href='http://iamchung.com/2011/01/31/regex-vs-parsing/' rel='bookmark' title='regex vs parsing'>regex vs parsing</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>While teaching myself Python, I wanted to try and write something that I would actually use. Since I have multiple reddit accounts, a script that would sync settings across them seemed like it would be useful. So far, the only thing being synced is friends, but I&#8217;ll soon have something that also syncs subscribed subreddits as well (hopefully).</p>
<p>The script is being hosted on github and the link is <a href="https://github.com/gehsekky/reddit-scripts/blob/master/reddit_friend_sync.py" target="_blank">here</a>.</p>
<p>I developed the script using Python 2.7.2 so I don&#8217;t even know if it is compatible with Python 3.x. Using the script is fairly easy. Just edit the top of the file above the line that says &#8220;DO NOT MODIFY BELOW THIS LINE&#8221;.</p>
<pre>Example:

login_info = [
["user1", "pass1"],
["user2", "pass2"],
["user3", "pass3"]
]

add_self_to_friends should be either "True" or "False"
(without quotations)</pre>
<p>I think I&#8217;ll add in some logic to do interactive input if no settings are detected in the file. I&#8217;m also going to change the script to do dom parsing as opposed to regex because the regex could run into some weird issues (I know I&#8217;ve said dom parsing is a hassle before, but the goal here is to learn as much Python as possible so I&#8217;ll try attacking problems from all angles to learn everything).</p>
<p>Related posts:<ol>
<li><a href='http://iamchung.com/2011/09/15/shibalbot-a-python-irc-bot-using-the-twisted-library/' rel='bookmark' title='ShibalBot &#8211; A Python IRC Bot using the Twisted library'>ShibalBot &#8211; A Python IRC Bot using the Twisted library</a></li>
<li><a href='http://iamchung.com/2011/01/26/keep-it-simple-stupid/' rel='bookmark' title='Keep It Simple Stupid'>Keep It Simple Stupid</a></li>
<li><a href='http://iamchung.com/2011/01/31/regex-vs-parsing/' rel='bookmark' title='regex vs parsing'>regex vs parsing</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://iamchung.com/2011/09/07/script-to-sync-friends-list-across-multiple-reddit-accounts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Github</title>
		<link>http://iamchung.com/2011/09/01/github/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=github</link>
		<comments>http://iamchung.com/2011/09/01/github/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 05:29:02 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[reddit]]></category>

		<guid isPermaLink="false">http://iamchung.com/?p=343</guid>
		<description><![CDATA[Finally decided to do something with my Github account and actually set up a repository for some reddit utility scripts. This is really just a way for me to learn and improve my python skills for the future. Pro tip: &#8230; <a href="http://iamchung.com/2011/09/01/github/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.]]></description>
			<content:encoded><![CDATA[<p>Finally decided to do something with my <a href="https://github.com/gehsekky" target="_blank">Github account</a> and actually set up a repository for some <a href="https://github.com/gehsekky/reddit-scripts" target="_blank">reddit utility scripts</a>. This is really just a way for me to learn and improve my python skills for the future. Pro tip: Git is really meant to be used on linux. Using it in Windows 7 just doesn&#8217;t feel right for some reason&#8230;</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://iamchung.com/2011/09/01/github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PeerBlock doesn’t play nicely with others</title>
		<link>http://iamchung.com/2011/08/29/peerblock-doesnt-play-nicely-with-others/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=peerblock-doesnt-play-nicely-with-others</link>
		<comments>http://iamchung.com/2011/08/29/peerblock-doesnt-play-nicely-with-others/#comments</comments>
		<pubDate>Tue, 30 Aug 2011 02:30:20 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[peerblock]]></category>
		<category><![CDATA[steam]]></category>

		<guid isPermaLink="false">http://iamchung.com/?p=340</guid>
		<description><![CDATA[I just spent a good 15 minutes trying to figure out why the hell Steam wouldn&#8217;t start up. It was giving me an error consisting of &#8220;Could not connect to Steam network&#8230;&#8221; but I was able to get on the &#8230; <a href="http://iamchung.com/2011/08/29/peerblock-doesnt-play-nicely-with-others/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.]]></description>
			<content:encoded><![CDATA[<p>I just spent a good 15 minutes trying to figure out why the hell Steam wouldn&#8217;t start up. It was giving me an error consisting of &#8220;Could not connect to Steam network&#8230;&#8221; but I was able to get on the internet and load up Steam&#8217;s own <a href="http://store.steampowered.com/" target="_blank">website</a>. Turns out it was <a href="http://www.peerblock.com/" target="_blank">PeerBlock</a> refusing connections from Valve. I just right-clicked on the Valve IP in PeerBlock&#8217;s window and allowed it permanently to fix the issue. Hope this helps someone else with this problem.</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://iamchung.com/2011/08/29/peerblock-doesnt-play-nicely-with-others/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back</title>
		<link>http://iamchung.com/2011/08/11/back/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=back</link>
		<comments>http://iamchung.com/2011/08/11/back/#comments</comments>
		<pubDate>Thu, 11 Aug 2011 16:02:28 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://iamchung.com/?p=337</guid>
		<description><![CDATA[I&#8217;m back from the depths of hell. Hopefully I can explain further soon. Related posts: Back to School
Related posts:<ol>
<li><a href='http://iamchung.com/2009/09/04/back-to-school/' rel='bookmark' title='Back to School'>Back to School</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m back from the depths of hell. Hopefully I can explain further soon.</p>
<p>Related posts:<ol>
<li><a href='http://iamchung.com/2009/09/04/back-to-school/' rel='bookmark' title='Back to School'>Back to School</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://iamchung.com/2011/08/11/back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>foodie mementos</title>
		<link>http://iamchung.com/2011/05/12/foodie-mementos/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=foodie-mementos</link>
		<comments>http://iamchung.com/2011/05/12/foodie-mementos/#comments</comments>
		<pubDate>Fri, 13 May 2011 04:46:43 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[food]]></category>

		<guid isPermaLink="false">http://iamchung.com/?p=330</guid>
		<description><![CDATA[Posting some pics of food that I&#8217;ve made lately. &#160; Related posts: why I choose to pirate music&#8230; Halloween Antics feliz cumpleanos
Related posts:<ol>
<li><a href='http://iamchung.com/2008/10/13/why-i-choose-to-pirate-music/' rel='bookmark' title='why I choose to pirate music&#8230;'>why I choose to pirate music&#8230;</a></li>
<li><a href='http://iamchung.com/2008/11/02/halloween-antics/' rel='bookmark' title='Halloween Antics'>Halloween Antics</a></li>
<li><a href='http://iamchung.com/2008/12/17/feliz-cumpleanos/' rel='bookmark' title='feliz cumpleanos'>feliz cumpleanos</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Posting some pics of food that I&#8217;ve made lately.</p>
<div class="wp-caption alignnone" style="width: 522px"><a href="http://i.imgur.com/aM8vx.png"><img class="  " src="http://i.imgur.com/aM8vx.png" alt="pizza" width="512" height="343" /></a><p class="wp-caption-text">Cast iron skillet pizza with pepperoni and onions.</p></div>
<div class="wp-caption alignnone" style="width: 522px"><a href="http://i.imgur.com/l4gme.png"><img class=" " src="http://i.imgur.com/l4gme.png" alt="tonkatsu" width="512" height="343" /></a><p class="wp-caption-text">Tonkatsu with rice and shredded red cabbage.</p></div>
<div class="wp-caption alignnone" style="width: 522px"><a href="http://i.imgur.com/Hc9Em.png"><img class=" " src="http://i.imgur.com/Hc9Em.png" alt="galbitang" width="512" height="343" /></a><p class="wp-caption-text">Galbi tang (Korean short rib soup)</p></div>
<div class="wp-caption alignnone" style="width: 522px"><a href="http://i.imgur.com/duhnY.png"><img class=" " src="http://i.imgur.com/duhnY.png" alt="dukguk" width="512" height="343" /></a><p class="wp-caption-text">Dukguk (Korean rice cake soup)</p></div>
<div class="wp-caption alignnone" style="width: 522px"><a href="http://i.imgur.com/8XkuG.png"><img class=" " src="http://i.imgur.com/8XkuG.png" alt="strawberry shortcake" width="512" height="343" /></a><p class="wp-caption-text">Traditional Strawberry Shortcake.</p></div>
<p>&nbsp;</p>
<p>Related posts:<ol>
<li><a href='http://iamchung.com/2008/10/13/why-i-choose-to-pirate-music/' rel='bookmark' title='why I choose to pirate music&#8230;'>why I choose to pirate music&#8230;</a></li>
<li><a href='http://iamchung.com/2008/11/02/halloween-antics/' rel='bookmark' title='Halloween Antics'>Halloween Antics</a></li>
<li><a href='http://iamchung.com/2008/12/17/feliz-cumpleanos/' rel='bookmark' title='feliz cumpleanos'>feliz cumpleanos</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://iamchung.com/2011/05/12/foodie-mementos/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>April Update</title>
		<link>http://iamchung.com/2011/04/11/april-update/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=april-update</link>
		<comments>http://iamchung.com/2011/04/11/april-update/#comments</comments>
		<pubDate>Tue, 12 Apr 2011 02:08:40 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[life]]></category>

		<guid isPermaLink="false">http://iamchung.com/?p=327</guid>
		<description><![CDATA[It&#8217;s been a while since my last post so I thought I&#8217;d just give a quick update. I got a new laptop to do some work on &#8212; a flashy new Lenovo Thinkpad T510. It is quite sexy and reminds &#8230; <a href="http://iamchung.com/2011/04/11/april-update/">Continue reading <span class="meta-nav">&#8594;</span></a>
No related posts.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since my last post so I thought I&#8217;d just give a quick update. I got a new laptop to do some work on &#8212; a flashy new Lenovo Thinkpad T510. It is quite sexy and reminds me of how long it&#8217;s been since I&#8217;ve gotten anything new hardware wise. I remember buying laptops and getting friggin CDs with recovery software and backup discs with Windows with perhaps a recovery partition. Fast forward to today. No more optical media being shipped with anything. Just the recovery partitions. This is probably just the manufacturer&#8217;s way of cutting costs which they&#8217;ll argue is &#8220;more green&#8221; but really, it ends up costing you more to do the same shit. You can still get recovery discs. Only now it costs you $50-100 to order it from them when you used to get it INCLUDED IN THE PRICE OF THE LAPTOP. It could also be that as I get older, I am getting more and more concerned with my money and where it goes (read as: CHEAP). Maybe I&#8217;ll do a hardware review on the laptop on here when I get around to it. I&#8217;m still working on installing Arch Linux on that badboy (which is quite frustrating). Ubuntu installed in almost 10 minutes flat, no problem. Arch installs, but I can&#8217;t for the life of me get X server working on there. Whenever I figure that out, I&#8217;ll post it here to help any other unlucky souls in the same predicament.</p>
<p>I&#8217;m also going to try and do some cooking/food blog posts on here or break away and start up my own foodie blog. I&#8217;ve been experimenting with some different pizza recipes, and have decided that New York style crust kicks Chicago crust&#8217;s ass. My last couple of deepdish crust recipes have come away being way too thick. Next time I&#8217;m going for a simple New York style thin crust with maybe some fresh mozzarella and marinara with basil. I&#8217;ve also learned how to make a kickass bulgogi recipe which I&#8217;m definitely going to put up on here with some pics. Tomorrow will be bacon-wrapped barbecue chicken with macaroni and cheese. Mmmmmmm!</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://iamchung.com/2011/04/11/april-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: iamchung.com @ 2012-01-06 04:39:18 -->

