<?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>Harry Park's blog &#187; Programming</title>
	<atom:link href="http://www.harrypark.com/category/programming/feed" rel="self" type="application/rss+xml" />
	<link>http://www.harrypark.com</link>
	<description>Thoughts and Experience</description>
	<lastBuildDate>Wed, 02 May 2007 19:47:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Blogging again</title>
		<link>http://www.harrypark.com/blogging-again</link>
		<comments>http://www.harrypark.com/blogging-again#comments</comments>
		<pubDate>Mon, 30 Apr 2007 20:36:59 +0000</pubDate>
		<dc:creator>harry</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.harrypark.com/?p=155</guid>
		<description><![CDATA[It’s been a while since I’ve posted, almost two years. I got sick of Movable Type. The pings and trackback spamming were driving me insane. It’s pretty awful when managing the blog frustrates you to the point that you don’t blog. With Wordpress, I can hopefully start again. There’s been so much going on lately [...]]]></description>
			<content:encoded><![CDATA[<p>It’s been a while since I’ve posted, almost two years. I got sick of Movable Type. The pings and trackback spamming were driving me insane. It’s pretty awful when managing the blog frustrates you to the point that you don’t blog. With Wordpress, I can hopefully start again. There’s been so much going on lately that I have to comment on it.<br />
I managed to export all my old posts from MT and it was a 28 MB file. This was a pain to try to import into WordPress. I looked at the export and almost all of it is spam pings and trackbacks. I truncated the mt_tbping and mt_trackback tables. Now my export is only 300k. Wow, that was a lot of spam. I’ll probably look through it later to see where it came from to see if there’s something to learn.</p>
<p>The funny thing is, I look through some of these old posts and I wonder why I even bothered. I’m sure it’ll help my PageRank though. lol.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.harrypark.com/blogging-again/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Find is good</title>
		<link>http://www.harrypark.com/find-is-good</link>
		<comments>http://www.harrypark.com/find-is-good#comments</comments>
		<pubDate>Thu, 05 Aug 2004 04:17:29 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.harrypark.com/?p=134</guid>
		<description><![CDATA[You&#8217;ve probably found yourself at a UNIX shell prompt and said to yourself, &#8220;Self, I need to search through all these directories and files to find the file that has a particular string. Is thing going to be hard? Damn, I wish I had a smart friend who had a blog who would help me [...]]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ve probably found yourself at a UNIX shell prompt and said to yourself, &#8220;Self, I need to search through all these directories and files to find the file that has a particular string. Is thing going to be hard? Damn, I wish I had a smart friend who had a blog who would help me out in these situations.&#8221; Well, your dreams have come true.</p>
<p>find . -type f -exec grep -i &#8220;particular string&#8221; {} \; -print</p>
<p>This command will recursively search the directories, starting from where you&#8217;re at (substitute the &#8216;.&#8217; if you want a different directory). It will then execute a particular command (in this case a grep) and finally print out all files that meet the success condition of your exec command. The type parameter just says, &#8220;Look at the files only Mr. UNIX OS.&#8221;</p>
<p>Do you love me now? or are you wishing I posted something like <a href="http://www.jibjab.com/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.jibjab.com');">this</a>?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.harrypark.com/find-is-good/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Changes</title>
		<link>http://www.harrypark.com/website-changes</link>
		<comments>http://www.harrypark.com/website-changes#comments</comments>
		<pubDate>Sat, 12 Apr 2003 05:23:34 +0000</pubDate>
		<dc:creator>Harry</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.harrypark.com/?p=71</guid>
		<description><![CDATA[I&#8217;m changing the website some.  I wanted to move away from the standard Movable Type templates and get something a little more interesting going.  You&#8217;ll notice that I&#8217;ve removed the calendar, because all it did was remind me that I didn&#8217;t post on a regular basis.  People have calendars all over their [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m changing the website some.  I wanted to move away from the standard <a href="http://www.movabletype.org/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.movabletype.org');">Movable Type</a> templates and get something a little more interesting going.  You&#8217;ll notice that I&#8217;ve removed the calendar, because all it did was remind me that I didn&#8217;t post on a regular basis.  People have calendars all over their computers, they don&#8217;t need mine.  Now there is a place where the most recent comments appear to hopefully encourage some dialogue.  I guess I should put some more things to talk about.  Heh heh.</p>
<p>I&#8217;ve also added a categorization of my posts.  I&#8217;m working on properly categorizing my posts, so now you have a way to look at a certain topic.  I&#8217;m sure some people are interested in money things, so <a href="http://www.harrypark.com/archives/cat_money_matters.html">Money Matters</a> is a good category for them.  It&#8217;s also kind of cool to see what things I write about most.  At least for me it is.  I&#8217;ve moved the archives down to the bottom of the right hand side.  I&#8217;ll probably change a few more things before my trial copy of <a href="http://www.macromedia.com/software/dreamweaver/" onclick="javascript:pageTracker._trackPageview ('/outbound/www.macromedia.com');">Dreamweaver MX</a> expires.</p>
<p>If any of you want to know the changes I&#8217;ve made to Movable Type, just let me know in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.harrypark.com/website-changes/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
