<?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>David C. Liu &#187; tech</title>
	<atom:link href="http://iceboundflame.com/category/tech/feed" rel="self" type="application/rss+xml" />
	<link>http://iceboundflame.com</link>
	<description></description>
	<lastBuildDate>Mon, 15 Aug 2011 05:42:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Avoiding Debian Headaches: Apt Pinning By Example</title>
		<link>http://iceboundflame.com/2011/04/debian-apt-pinning</link>
		<comments>http://iceboundflame.com/2011/04/debian-apt-pinning#comments</comments>
		<pubDate>Fri, 22 Apr 2011 08:29:20 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[notes]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://iceboundflame.com/?p=672</guid>
		<description><![CDATA[I use Virtualmin on my Linode VPS. When it Debian 6.0 was first released, Virtualmin only supported 5.0 (lenny), not unstable or 6.0 (squeeze). I was unwittingly auto-upgraded, hosing the Virtualmin install. Cleaning up the mess required a re-install, and &#8230; <a href="http://iceboundflame.com/2011/04/debian-apt-pinning">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://iceboundflame.com/2011/04/debian-apt-pinning/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Best Way to Unclog Print Heads</title>
		<link>http://iceboundflame.com/2010/07/the-best-way-to-unclog-print-heads</link>
		<comments>http://iceboundflame.com/2010/07/the-best-way-to-unclog-print-heads#comments</comments>
		<pubDate>Sat, 10 Jul 2010 05:02:54 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[notes]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://iceboundflame.com/?p=597</guid>
		<description><![CDATA[I&#8217;ve had many inkjet print heads that eventually got dried up and started streaking when printing. These supposedly delicate parts consist of a very fine, narrow channel for ink of each color. The extremely narrow width allows them to position &#8230; <a href="http://iceboundflame.com/2010/07/the-best-way-to-unclog-print-heads">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://iceboundflame.com/2010/07/the-best-way-to-unclog-print-heads/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FINALE: a falling block game</title>
		<link>http://iceboundflame.com/2009/06/finale-a-falling-block-game</link>
		<comments>http://iceboundflame.com/2009/06/finale-a-falling-block-game#comments</comments>
		<pubDate>Sat, 06 Jun 2009 06:33:28 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[life]]></category>
		<category><![CDATA[projects]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[apcs]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[school]]></category>

		<guid isPermaLink="false">http://iceboundflame.com/?p=386</guid>
		<description><![CDATA[For my final AP Computer Science project in June 2008, I worked with Brandon Liu and Yuzhi Zheng to develop FINALE, a falling block game based on the PSP game Lumines. The object of the game is to match colored &#8230; <a href="http://iceboundflame.com/2009/06/finale-a-falling-block-game">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://iceboundflame.com/2009/06/finale-a-falling-block-game/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes: Getting suEXEC execution for PHP under Virtualmin GPL</title>
		<link>http://iceboundflame.com/2009/06/notes-on-virtualmin-gpl-suexec-and-php-5</link>
		<comments>http://iceboundflame.com/2009/06/notes-on-virtualmin-gpl-suexec-and-php-5#comments</comments>
		<pubDate>Fri, 05 Jun 2009 00:24:56 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[notes]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://iceboundflame.com/?p=265</guid>
		<description><![CDATA[(On Debian 5.0. May be slightly different on other distros) Create files in /etc/skel/: $ cd /etc/skel $ mkdir -P etc/php5 $ cp /etc/php5/apache2/php.ini /etc/skel/etc/php5/php.ini $ mkdir fcgi-bin $ vi fcgi-bin/php5.fcgi Paste the following: #!/bin/bash export PHPRC=$PWD/../etc/php5 umask 022 export &#8230; <a href="http://iceboundflame.com/2009/06/notes-on-virtualmin-gpl-suexec-and-php-5">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://iceboundflame.com/2009/06/notes-on-virtualmin-gpl-suexec-and-php-5/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sony VAIO Power Management as a Limited User</title>
		<link>http://iceboundflame.com/2009/02/sony-vaio-power-management-as-a-limited-user</link>
		<comments>http://iceboundflame.com/2009/02/sony-vaio-power-management-as-a-limited-user#comments</comments>
		<pubDate>Thu, 26 Feb 2009 04:54:07 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[vaio]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://iceboundflame.com/?p=262</guid>
		<description><![CDATA[I recently switched to running XP as a limited user after getting a virus. However, I soon realized that I couldn&#8217;t use my Sony VAIO S260&#8242;s power management features anymore. When I went into the VAIO Power Management tab, everything &#8230; <a href="http://iceboundflame.com/2009/02/sony-vaio-power-management-as-a-limited-user">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://iceboundflame.com/2009/02/sony-vaio-power-management-as-a-limited-user/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using OpenOffice.org Charts in LaTeX</title>
		<link>http://iceboundflame.com/2009/02/using-openofficeorg-charts-in-latex</link>
		<comments>http://iceboundflame.com/2009/02/using-openofficeorg-charts-in-latex#comments</comments>
		<pubDate>Thu, 19 Feb 2009 04:41:42 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[latex]]></category>

		<guid isPermaLink="false">http://iceboundflame.com/?p=258</guid>
		<description><![CDATA[Finding out how to get my charts into LaTeX took way longer than it should have. First, I tried pasting it into a Writer document and then using Save As Picture, but its EPS output resulted in 0-byte files, SVG &#8230; <a href="http://iceboundflame.com/2009/02/using-openofficeorg-charts-in-latex">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://iceboundflame.com/2009/02/using-openofficeorg-charts-in-latex/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cryptic errors from mod_fcgid and Perl</title>
		<link>http://iceboundflame.com/2009/02/cryptic-errors-from-mod_fcgid-and-perl</link>
		<comments>http://iceboundflame.com/2009/02/cryptic-errors-from-mod_fcgid-and-perl#comments</comments>
		<pubDate>Fri, 13 Feb 2009 03:17:48 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[notes]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[catalyst]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[dev]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://iceboundflame.com/?p=255</guid>
		<description><![CDATA[For future reference, the cryptic error from mod_fcgid: [Thu Feb 12 22:10:27 2009] [warn] (104)Connection reset by peer: mod_fcgid: read data from fastcgi server error. [Thu Feb 12 22:10:27 2009] [error] [client X.X.X.X] Premature end of script headers: dispatch.fcgi means &#8230; <a href="http://iceboundflame.com/2009/02/cryptic-errors-from-mod_fcgid-and-perl">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://iceboundflame.com/2009/02/cryptic-errors-from-mod_fcgid-and-perl/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Catalyst on Windows with Strawberry Perl</title>
		<link>http://iceboundflame.com/2008/01/catalyst-on-windows-with-strawberry-perl</link>
		<comments>http://iceboundflame.com/2008/01/catalyst-on-windows-with-strawberry-perl#comments</comments>
		<pubDate>Fri, 18 Jan 2008 01:40:01 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[notes]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[catalyst]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://iceboundflame.com/go/2008/catalyst-on-windows-with-strawberry-perl</guid>
		<description><![CDATA[The Catalyst Framework is an elegant Model-View-Controller based web framework for Perl, with similarities to Ruby on Rails. It is a popular choice for Web 2.0 applications based on Perl, speeding up and simplifying development. Catalyst is very nice to &#8230; <a href="http://iceboundflame.com/2008/01/catalyst-on-windows-with-strawberry-perl">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://iceboundflame.com/2008/01/catalyst-on-windows-with-strawberry-perl/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Inkscape for Open-Source Vector Graphics</title>
		<link>http://iceboundflame.com/2007/09/inkscape-for-open-source-vector-graphics</link>
		<comments>http://iceboundflame.com/2007/09/inkscape-for-open-source-vector-graphics#comments</comments>
		<pubDate>Sat, 22 Sep 2007 21:19:21 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[graphics]]></category>

		<guid isPermaLink="false">http://iceboundflame.net/go/2007/inkscape-for-open-source-vector-illustration/</guid>
		<description><![CDATA[Inkscape is a free, open-source program for drawing vector graphics. What is &#8220;vector graphics?&#8221; Instead of representing images as a grid of pixels with different colors, vector images are composed of shapes with lines and curves. This allows it to &#8230; <a href="http://iceboundflame.com/2007/09/inkscape-for-open-source-vector-graphics">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://iceboundflame.com/2007/09/inkscape-for-open-source-vector-graphics/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bought a PSP!</title>
		<link>http://iceboundflame.com/2005/11/bought-a-psp</link>
		<comments>http://iceboundflame.com/2005/11/bought-a-psp#comments</comments>
		<pubDate>Wed, 30 Nov 2005 01:37:59 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[gaming]]></category>
		<category><![CDATA[life]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://iceboundflame.net/go/2005/bought-a-psp/</guid>
		<description><![CDATA[I bought myself a sleek, black PSP over Thanksgiving break! It&#8217;s my early Christmas present to myself since I&#8217;ll be spending winter break in China. This is another great gadget! :-) The $250 bundle from Fry&#8217;s came with the PSP &#8230; <a href="http://iceboundflame.com/2005/11/bought-a-psp">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://iceboundflame.com/2005/11/bought-a-psp/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

