<?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"
	>

<channel>
	<title>Angry Dictator &#187; Writing</title>
	<atom:link href="http://angrydictator.com/category/writing/feed/" rel="self" type="application/rss+xml" />
	<link>http://angrydictator.com</link>
	<description>Your source for five-hour speeches on technology and culture.</description>
	<pubDate>Thu, 24 Jul 2008 15:53:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Better Than a Substitute Teacher</title>
		<link>http://angrydictator.com/2005/07/11/better-than-a-substitute-teacher/</link>
		<comments>http://angrydictator.com/2005/07/11/better-than-a-substitute-teacher/#comments</comments>
		<pubDate>Mon, 11 Jul 2005 17:25:08 +0000</pubDate>
		<dc:creator>PJ Doland</dc:creator>
		
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://pj.doland.org/wordpress/?p=626</guid>
		<description><![CDATA[Maureen Dowd is on book leave at the New York Times and Sarah Vowell is filling in.
]]></description>
			<content:encoded><![CDATA[<p>Maureen Dowd is on book leave at the <em>New York Times</em> and Sarah Vowell is <a href="http://www.nytimes.com/2005/07/09/opinion/09vowell.html?ex=1278561600&amp;en=54d514d93f1b9676&amp;ei=5090&amp;partner=rssuserland&amp;emc=rss">filling in</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://angrydictator.com/2005/07/11/better-than-a-substitute-teacher/feed/</wfw:commentRss>
		</item>
		<item>
		<title>The Illiterates Have Taken Over</title>
		<link>http://angrydictator.com/2005/01/04/the-illiterates-have-taken-over/</link>
		<comments>http://angrydictator.com/2005/01/04/the-illiterates-have-taken-over/#comments</comments>
		<pubDate>Tue, 04 Jan 2005 23:09:06 +0000</pubDate>
		<dc:creator>PJ Doland</dc:creator>
		
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://pj.doland.org/wordpress/?p=500</guid>
		<description><![CDATA[Today Slashdot published the most poorly constructed sentence ever written in the history of the English language:


  Lots of discussion going on about &#8216;folksonomies&#8217; &#8212; bottom-up taxonomies that people create on their own &#8212; as used in Del.icio.us and Flickr: Adam Mathes has a thesis on Folksonomies; IFTF&#8217;s Future Now makes a point about [...]]]></description>
			<content:encoded><![CDATA[<p>Today <em>Slashdot</em> <a href="http://slashdot.org/article.pl?sid=05/01/04/0117245">published</a> the most poorly constructed sentence ever written in the history of the English language:</p>

<blockquote>
  <p>Lots of discussion going on about &#8216;folksonomies&#8217; &#8212; bottom-up taxonomies that people create on their own &#8212; as used in Del.icio.us and Flickr: Adam Mathes has a thesis on <a HREF="http://www.adammathes.com/academic/computer-mediated-communication/folksonomies.html">Folksonomies</a>; <a HREF="http://blogger.iftf.org/Future/000664.html">IFTF&#8217;s Future Now</a> makes a point about problems with folksonomies: no synonym control ( &#8220;mac&#8221; and &#8220;macintosh&#8221; on Del.icio.us); no hierarchy and content types; and only simple one-word tags.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://angrydictator.com/2005/01/04/the-illiterates-have-taken-over/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Word Frequency Counter</title>
		<link>http://angrydictator.com/2004/12/15/word-frequency-counter/</link>
		<comments>http://angrydictator.com/2004/12/15/word-frequency-counter/#comments</comments>
		<pubDate>Wed, 15 Dec 2004 06:12:03 +0000</pubDate>
		<dc:creator>PJ Doland</dc:creator>
		
		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://pj.doland.org/wordpress/?p=486</guid>
		<description><![CDATA[Some people thought this post was cool, so I wrote this quick and dirty web app.

Special thanks to Tim Lee for testing and writing the documentation.
]]></description>
			<content:encoded><![CDATA[<p>Some people thought <a href="/archives/016325.php">this post</a> was cool, so I wrote <a href="/wordcounter/">this quick and dirty web app</a>.</p>

<p>Special thanks to <a href="http://www.binarybits.org/">Tim Lee</a> for testing and writing the documentation.</p>
]]></content:encoded>
			<wfw:commentRss>http://angrydictator.com/2004/12/15/word-frequency-counter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What Are Your Crutch Words?</title>
		<link>http://angrydictator.com/2004/12/10/what-are-your-crutch-words/</link>
		<comments>http://angrydictator.com/2004/12/10/what-are-your-crutch-words/#comments</comments>
		<pubDate>Sat, 11 Dec 2004 01:09:16 +0000</pubDate>
		<dc:creator>PJ Doland</dc:creator>
		
		<category><![CDATA[Observations]]></category>

		<category><![CDATA[Web Development]]></category>

		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://pj.doland.org/wordpress/?p=482</guid>
		<description><![CDATA[I figured it would be a good idea to consciously identify and excise some of the non-descriptive words I tend to lean on in my writing. To accomplish this, I wrote a quick script to cycle through all my blog posts and rank the words I use by their respective frequency of occurrence.

In case you&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>I figured it would be a good idea to consciously identify and excise some of the non-descriptive words I tend to lean on in my writing. To accomplish this, I wrote a <a href="/wp-content/uploads/downloads/mt-crutchwords.txt">quick script</a> to cycle through all my blog posts and rank the words I use by their respective frequency of occurrence.</p>

<p>In case you&#8217;re interested, here are my top 100 words followed by the number of times they occur:</p>

<ol>
<li>the (2008)  </li>
<li>a (1166)  </li>
<li>to (1094)  </li>
<li>i (876)  </li>
<li>of (872)  </li>
<li>and (681)  </li>
<li>in (555)  </li>
<li>it (438)  </li>
<li>is (381)  </li>
<li>that (372)  </li>
<li>on (369)  </li>
<li>for (369)  </li>
<li>my (315)  </li>
<li>was (308)  </li>
<li>you (269)  </li>
<li>with (251)  </li>
<li>this (239)  </li>
<li>from (226)  </li>
<li>be (213)  </li>
<li>at (212)  </li>
<li>an (199)  </li>
<li>as (169)  </li>
<li>have (157)  </li>
<li>by (151)  </li>
<li>they (142)  </li>
<li>he (141)  </li>
<li>all (138)  </li>
<li>it&#8217;s (137)  </li>
<li>like (134)  </li>
<li>me (125)  </li>
<li>just (123)  </li>
<li>we (122)  </li>
<li>i&#8217;m (118)  </li>
<li>are (118)  </li>
<li>new (117)  </li>
<li>when (114)  </li>
<li>up (113)  </li>
<li>out (111)  </li>
<li>will (111)  </li>
<li>so (107)  </li>
<li>one (106)  </li>
<li>can (104)  </li>
<li>would (102)  </li>
<li>not (101)  </li>
<li>but (99)  </li>
<li>his (97)  </li>
<li>about (96)  </li>
<li>has (93)  </li>
<li>what (91)  </li>
<li>if (88)  </li>
<li>or (88)  </li>
<li>com (85)  </li>
<li>get (82)  </li>
<li>which (81)  </li>
<li>last (79)  </li>
<li>really (79)  </li>
<li>who (77)  </li>
<li>i&#8217;ve (76)  </li>
<li>there (75)  </li>
<li>think (74)  </li>
<li>now (73)  </li>
<li>some (70)  </li>
<li>their (70)  </li>
<li>don&#8217;t (69)  </li>
<li>been (69)  </li>
<li>people (67)  </li>
<li>more (67)  </li>
<li>had (66)  </li>
<li>do (66)  </li>
<li>over (66)  </li>
<li>were (65)  </li>
<li>today (64)  </li>
<li>than (63)  </li>
<li>very (62)  </li>
<li>time (61)  </li>
<li>them (60)  </li>
<li>your (60)  </li>
<li>good (59)  </li>
<li>any (58)  </li>
<li>should (56)  </li>
<li>her (56)  </li>
<li>our (56)  </li>
<li>she (54)  </li>
<li>actually (53)  </li>
<li>how (53)  </li>
<li>no (53)  </li>
<li>two (51)  </li>
<li>see (51)  </li>
<li>him (51)  </li>
<li>even (51)  </li>
<li>only (50)  </li>
<li>seems (50)  </li>
<li>could (50)  </li>
<li>bq (50)  </li>
<li>much (49)  </li>
<li>first (49)  </li>
<li>erin (48)  </li>
<li>while (48)  </li>
<li>few (48)  </li>
<li>years (48)  </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://angrydictator.com/2004/12/10/what-are-your-crutch-words/feed/</wfw:commentRss>
		</item>
		<item>
		<title>A Modest Proposal</title>
		<link>http://angrydictator.com/2002/01/30/a-modest-proposal/</link>
		<comments>http://angrydictator.com/2002/01/30/a-modest-proposal/#comments</comments>
		<pubDate>Wed, 30 Jan 2002 23:24:04 +0000</pubDate>
		<dc:creator>PJ Doland</dc:creator>
		
		<category><![CDATA[Computing]]></category>

		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://pj.doland.org/wordpress/?p=144</guid>
		<description><![CDATA[I&#8217;ve heard a lot of pseudo-academics complaining about the negative effects of word processors on our collective ability to understand the writing process. They often bemoan the fact that we no longer have records of revisions. A modest proposal:

Writers should use CVS. The log functions would allow explanations of the motivations behind edits. Upon completion [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve heard a lot of pseudo-academics complaining about the negative effects of word processors on our collective ability to understand the writing process. They often bemoan the fact that we no longer have records of revisions. A modest proposal:</p>

<p>Writers should use <a href="http://www.cvshome.org/">CVS</a>. The log functions would allow explanations of the motivations behind edits. Upon completion of a project, a complete record would exist in the CVS repository of the artistic process, from beginning to end.</p>
]]></content:encoded>
			<wfw:commentRss>http://angrydictator.com/2002/01/30/a-modest-proposal/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
