<?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>dria.org &#187; Writing</title>
	<atom:link href="http://www.dria.org/wordpress/archives/category/writing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dria.org/wordpress</link>
	<description>intrepid girl reporter</description>
	<lastBuildDate>Tue, 31 Jan 2012 19:24:49 +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>I can&#8217;t count that high</title>
		<link>http://www.dria.org/wordpress/archives/2006/02/26/390/</link>
		<comments>http://www.dria.org/wordpress/archives/2006/02/26/390/#comments</comments>
		<pubDate>Mon, 27 Feb 2006 04:12:34 +0000</pubDate>
		<dc:creator>dria</dc:creator>
				<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.dria.org/wordpress/?p=390</guid>
		<description><![CDATA[I just read that, every year, around 60,000 books are published in the USA. That&#8217;s 160 or so every single day. I don&#8217;t really have anything useful to say about this, it just blew my mind. If 60,000 are published, how many are submitted to publishers and rejected? Good heavens.]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://www.signonsandiego.com/uniontrib/20060226/news_mz1v26somany.html">just read</a> that, every year, around 60,000 books are published in the USA.  That&#8217;s 160 or so every single day.</p>
<p>I don&#8217;t really have anything useful to say about this, it just blew my mind.  If 60,000 are <em>published</em>, how many are submitted to publishers and rejected?  Good heavens.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dria.org/wordpress/archives/2006/02/26/390/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thinking about Print</title>
		<link>http://www.dria.org/wordpress/archives/2006/02/11/369/</link>
		<comments>http://www.dria.org/wordpress/archives/2006/02/11/369/#comments</comments>
		<pubDate>Sat, 11 Feb 2006 05:21:56 +0000</pubDate>
		<dc:creator>dria</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.dria.org/wordpress/?p=369</guid>
		<description><![CDATA[Every once in a while I get mail from someone asking for a downloadable version of one or another &#8220;books&#8221; from the MDC Wiki. Since last March, I&#8217;ve got this request less than a dozen times, but it&#8217;s something I occasionally sit and try to bend my brain around. There are many questions involved. The [...]]]></description>
			<content:encoded><![CDATA[<p>Every once in a while I get mail from someone asking for a downloadable version of one or another &#8220;books&#8221; from the <a href="http://developer.mozilla.org/en/docs/Main_Page">MDC Wiki</a>.  Since last March, I&#8217;ve got this request less than a dozen times, but it&#8217;s something I occasionally sit and try to bend my brain around.</p>
<p>There are many questions involved.</p>
<p>The first (and key) question is: Is there enough demand for a downloadable version of, say, the JavaScript 1.5 Reference, to invest a lot of time/effort into producing it?  I don&#8217;t know the answer to this at the moment, so I&#8217;ll ask you: how often do you find yourself in a situation where you want to look something up but can&#8217;t because you&#8217;re offline and can&#8217;t access the MDC wiki?</p>
<p>That aside, the real difficulty begins.  By the very nature of wikis, they are malleable.  The MDC wiki content changes daily with new edits, corrections, additions, page moves, and deletions.  I think that the wiki has, in fact, changed several times every day since it was first launched last March.  This is a very powerful feature of the wiki, in that it&#8217;s easy to make changes and improvements, and so people do.  I might be mistaken, but I&#8217;m fairly certain that the MDC currently hosts the most up-to-date version of a JavaScript reference currently in existence (warts and all).</p>
<p>The complicated bit here is that in order to maintain a completely up-to-date downloadable/printable version of any particular collection of content within the wiki, the process of generating that content would have to be wholly automated.  One would think that computers would be good at that sort of thing, but <a href="http://meta.wikimedia.org/wiki/Alternative_parsers">evidence</a> appears to <a href="http://www.hula-project.org/Wiki_Conversion">show otherwise</a>.  I&#8217;m certainly not the first or smartest person to think about this problem, and as far as I can tell every other project started towards a solution has been abandoned well before completion.</p>
<p>(Aside: if you know of a current and/or complete project that does what I&#8217;m talking about, be it wiki->PDF or wiki->docbook or wiki->xml, <strong>please</strong> <a href="mailto:deb@mozilla.com">send me a note</a>.)</p>
<p>The good folk over at the Hula project have sort of addressed this issue with their <a href="http://www.hula-project.org/Administration_Guide:Single_Page">Single Page Administration Guide</a> (warning: it&#8217;s a long page&#8230;164 pages when saved to PDF).  Using wiki includes, they&#8217;ve simply collated all the disparate pages into a single long page, which you can then print or save to PDF or what-have-you.  </p>
<p>This include-everything-in-a-single-page trick is an OKish solution, in that it does allow people to get a copy of the content that they can then use offline.  There are also problems.  The table of contents has no page numbers.  The page section headings don&#8217;t have numbers, so the section numbers in the TOC aren&#8217;t very useful.  Links aren&#8217;t clickable (or even rendered as links) so things like &#8220;see <a href="">Message Store</a>&#8221; in the HTML version show up simply as &#8220;see Message Store&#8221; in the PDF.  And so forth.  </p>
<p>I <em>think</em> the trick will be figuring out how to turn wiki pages into DocBook XML fragments (using only a simple subset of DocBook elements), then patching those fragments together into full DocBook books.  Once the DocBook book is available, there are a host of different tools that can be used to generate it into a variety of formats, including much-more-useful PDFs.</p>
<p>While that seems simple enough on the surface, the number of dead projects that have attempted to do this in a fully automated fashion seems to indicate otherwise.</p>
<p>So, if it can&#8217;t be fully automated, could it be partially automated?  Could wiki markup be turned into a rough approximation of DocBook fragments which could then be finessed and pieced together by hand?  </p>
<p>This is where the first question becomes important.  If this requires human intervention, is it worth doing at all?  Would it be worth the effort to generate a DocBook version of the JavaScript Reference once or twice per year given that it will be rendered almost immediately obsolete by updates to the wiki?  </p>
<p>I don&#8217;t know.  Maybe.  Maybe not.  What do you think?  Is it worth it?  Is there an easy way to do this wiki->DocBook or wiki->PDF generation that would generate a proper book without requiring a lot of human involvement?</p>
<p>The wiki has been an awesome boon for the state of Mozilla developer documentation.  In less than a year over 22000 edits and additions have been made, each of which has served to improve the content we deliver.  The web version of the content is XHTML compliant (with occasional markup errors in editing), and it&#8217;s relatively usable and friendly with a nice layout.  The kicker is trying to turn this incredible resource into usable offline formats.  Obviously we don&#8217;t want to stop using the wikis, so if we want to generate offline content, we have to figure out how to do that given the tools at our disposal.</p>
<p>And this is apparently what I spend my Friday evenings thinking about.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dria.org/wordpress/archives/2006/02/11/369/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>A language rant</title>
		<link>http://www.dria.org/wordpress/archives/2006/01/26/357/</link>
		<comments>http://www.dria.org/wordpress/archives/2006/01/26/357/#comments</comments>
		<pubDate>Thu, 26 Jan 2006 14:24:10 +0000</pubDate>
		<dc:creator>dria</dc:creator>
				<category><![CDATA[Language]]></category>
		<category><![CDATA[Ranting]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.dria.org/wordpress/archives/2006/01/26/357/</guid>
		<description><![CDATA[Nothing like a good language rant to start the day off right.]]></description>
			<content:encoded><![CDATA[<p>Nothing like a <a href="http://www.timesonline.co.uk/article/0,,24389-2003544,00.html">good language rant</a> to start the day off right.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dria.org/wordpress/archives/2006/01/26/357/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I have a (another) new blog</title>
		<link>http://www.dria.org/wordpress/archives/2005/12/22/327/</link>
		<comments>http://www.dria.org/wordpress/archives/2005/12/22/327/#comments</comments>
		<pubDate>Thu, 22 Dec 2005 21:14:55 +0000</pubDate>
		<dc:creator>dria</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.dria.org/wordpress/archives/2005/12/22/327/</guid>
		<description><![CDATA[Faithful readers! All, like, four of you. You&#8217;ll be excited to learn that I&#8217;ve started yet-another-weblog. I&#8217;ve been intending to start this one for a while, but having a couple of days off has finally given me the time to get it done-enough to start using. It&#8217;s over here: Parchment Moon Parchment Moon is a [...]]]></description>
			<content:encoded><![CDATA[<p>Faithful readers!  All, like, four of you.  You&#8217;ll be excited to learn that I&#8217;ve started yet-another-weblog.  I&#8217;ve been intending to start this one for a while, but having a couple of days off has finally given me the time to get it done-enough to start using.  It&#8217;s over here:</p>
<p><a href="http://parchmentmoon.com/">Parchment Moon</a></p>
<p>Parchment Moon is a weblog about books, writing, language, and other literary things.  Mostly books, tho&#8217;.  Anyhow.  There you go.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dria.org/wordpress/archives/2005/12/22/327/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Jed&#8217;s Other Poem (Beautiful Ground)</title>
		<link>http://www.dria.org/wordpress/archives/2005/10/19/279/</link>
		<comments>http://www.dria.org/wordpress/archives/2005/10/19/279/#comments</comments>
		<pubDate>Wed, 19 Oct 2005 13:15:48 +0000</pubDate>
		<dc:creator>dria</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.dria.org/wordpress/?p=279</guid>
		<description><![CDATA[Jed wrote poems. Here&#8217;s one that was turned into a music video, described as &#8220;[a]n unsolicited music video for the band Grandaddy and their song of the same name off of the album The Sophtware Slump&#8220;. The punchline? Programmed in Applesoft II on a 1979 Apple ][+ with 48K of RAM. Seriously. It&#8217;s brilliant. Seriously.]]></description>
			<content:encoded><![CDATA[<p><img style="float:right;margin:20px;" src="http://www.dria.org/images/jed.png" /></p>
<p>Jed wrote poems.  <a href="http://www.stewdio.org/jed/">Here&#8217;s one</a> that was turned into a music video, described as &#8220;<em>[a]n unsolicited music video for the band Grandaddy and their song of the same name off of the album The Sophtware Slump</em>&#8220;.  The punchline?  <em>Programmed in Applesoft II on a 1979 Apple ][+ with 48K of RAM. Seriously</em>.  It&#8217;s brilliant.  Seriously.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dria.org/wordpress/archives/2005/10/19/279/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ah, Friday</title>
		<link>http://www.dria.org/wordpress/archives/2005/07/30/253/</link>
		<comments>http://www.dria.org/wordpress/archives/2005/07/30/253/#comments</comments>
		<pubDate>Sat, 30 Jul 2005 04:58:01 +0000</pubDate>
		<dc:creator>dria</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.dria.org/wordpress/?p=253</guid>
		<description><![CDATA[Canadians seem to have it bred into them that the Friday before a long weekend is actually part of the weekend, and is thus only sort of a pretend work day, if it actually turns out to be a work day at all. This is a hard habit to break, even if you love your [...]]]></description>
			<content:encoded><![CDATA[<p>Canadians seem to have it bred into them that the Friday before a long weekend is actually part of the weekend, and is thus only sort of a pretend work day, if it actually turns out to be a work day at all.  This is a hard habit to break, even if you love your job (as I do) and have a whole lot of stuff to get done (as I do).  I did manage to make it clear through to 2:30pm before cracking a Mike&#8217;s and calling it a day, which isn&#8217;t so bad.  The best part is that I managed to finish up a particularly irksome bit of work that needed to be done, so that won&#8217;t be hanging over my head come Monday.</p>
<p>Monday, of course, is a holiday in Canada, but I&#8217;ll end up working part of it since the rest of the world are a bunch of no-long-weekend suckers.  Note that I am thus utterly remorseless about a few hours of slackery this afternoon.</p>
<p>Tonight&#8217;s fit of writing clocked in at 2048 words, and was largely an exploratory piece about two odd characters who have been poking around my brain for the last few days.  It turns out that they actually fit into the story of another character I sketched out recently.  Interesting.  They&#8217;ve even managed to wrap a setting around themselves, so I know where they live, what they do, and what the general environment around them is like.</p>
<p>What&#8217;s strange is that everything every writer has ever said about how characters tell you their stories once you start to get into them is <em>absolutely true</em>.  (You&#8217;d think that after reading it the first 30-40 times I might start to believe it.)  One character was born out of a single line of dialogue.  I wrote that at the top of the page, then just continued the rest of the scene.  That scene turned into another scene which eventually turned into four pages of exploration where she told me all sorts of crazy things about herself.  She brought with her a somewhat odd history, a couple of other characters, and an entirely plausible way that she fits in with the other characters I have recently discovered.  This is all somewhat unexpected in that when I wrote that line of dialogue at the top of the page, I thought I was working on something in a <em>completely different genre</em> than where it ended up.</p>
<p>Turns out, writing is a hell of a lot of fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dria.org/wordpress/archives/2005/07/30/253/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Writing, and Other Things</title>
		<link>http://www.dria.org/wordpress/archives/2005/07/27/251/</link>
		<comments>http://www.dria.org/wordpress/archives/2005/07/27/251/#comments</comments>
		<pubDate>Thu, 28 Jul 2005 02:39:46 +0000</pubDate>
		<dc:creator>dria</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.dria.org/wordpress/?p=251</guid>
		<description><![CDATA[I have a new regimen. This is a different regimen than my new “do a half-hour of circuit training three times per week” regimen. This is a more intellectual pursuit, and it consists of three parts. The first part is that I have started writing again. The plan is this: one thousand words per day, [...]]]></description>
			<content:encoded><![CDATA[<p>I have a new regimen.  This is a different regimen than my new “do a half-hour of circuit training three times per week” regimen.  This is a more intellectual pursuit, and it consists of three parts.</p>
<p>The first part is that I have started writing again.  The plan is this: one thousand words per day, minimum, outside of weblogs and personal journals.  The trick here is that the subject matter has to be different.  No blithering on for one thousand words about the random crap with which I filled my day.  No talking about websites or games or other random crap I found on the internet.  This is supposed to be more exploratory stuff &#8212; fiction, non-fiction, whatever.  Exploration into realms about which I do not normally write.  Delving deep into memory and self to carve out pieces and put those on paper.  It’s actually a lot less cliche than it sounds.</p>
<p>I’ve been on this new regimen for three days now.  The first day I managed to get twenty-one hundred words out before I faltered and fell silent.  Day two was seventeen-hundred words.  Day three (just now) was another seventeen-hundred.  I’m not allowed to cheat, either.  If I do two thousand words on one day, it doesn’t mean I get out of the one thousand words the next.  Minimum one thousand words, every day.  Maximum: unlimited.  No carryovers.  No touchbacks.  Tag.</p>
<p>It has been interesting so far, in that I’ve already found myself thinking about what I could write about at various points throughout the day.  I could write about my childhood heros, perhaps, or my recently acquired love of cooking.  Maybe I could put out a thousand words about Zen and what it means to me, or at least how I interpret it (which, for what it’s worth, is probably quite unlike what any real Zen student would tell you).  How about how I learned to love reading and language?  Maybe a piece about my utter disdain for current advertising and marketing and how they’re missing the boat by trying to lie to us incessantly, bombarding us with blipverts that we simply Do Not Believe (seriously, guys, your audience is smarter than you think).  I could easily churn out one thousand words about joining a (women-only) gym and starting a new workout regimen (don’t let anyone tell you for even a second that women are less competitive than men).  A thousand words about the death and secret rebirth of television as a medium for storytelling.  A thousand words about my first trip to the local library (which I haven’t yet done).  When I think of it, I jot these ideas down for later retrieval, but haven&#8217;t needed to use them yet.</p>
<p>When I actually sit down to write, of course, all bets are off.  As yet, there has been no pre-planning.  Tonight’s Daily (I’m calling them Dailies) started off with a somewhat vociferous rant against Margaret Atwood which churned itself into a thousand words about Canadian Culture.  Yesterday was about cooking, food, dinner parties, and some reflections thereupon.  The day before was (quick pause while I go check) about embracing change, later turning into a bit about the strange clash between horror and beauty that we all endure every single day.  None of these topics were preselected &#8212; they just happened to be what poured out of my brain and into the keyboard while I had the word processor open to a blank page.</p>
<p>Naturally, the vast majority of what I’ve written is utter trash.  Breathless at times, totally disorganized, wholly unrevised.  Just raw.  But that’s ok.  For now, that’s all I want &#8212; I just want to get into the habit of producing a certain amount of raw content on a daily basis.  Writing, you see, has two phases.  Generating raw content is, by necessity, the first.  The second, which can only happen once the raw content is available, is revising.  Unlike sculptors, writers don’t start with a block of material and just spend their time taking away the parts that don’t belong.  We need to create the block first, and only then can we start chipping away at the edges.  Right now, I just need to produce giant chunks of rough marble.</p>
<p>The second part of my new writerly regimen is this, my weblog.  In addition to the one thousand word not-for-other-people minimum, I intend to spend ten to fifteen minutes churning out an entry for my weblog (not including revision and additions).  This has two purposes.  First, it will mean my weblog gets updated daily, which I’m hoping will draw in more readers.  Behind this interminably timid exterior, I really do crave an audience.  Second, it will get me used to the idea of actually writing for an audience every day.  The one thousand word minimum is all well and good, but if I don’t get used to the idea of having other people actually read my writing, I’ll eventually end up cheating by typing the word “house” a thousand or more times, until the word itself becomes utterly nonsensical and loses all meaning.  So, yeah.  The weblog entries are intended to keep me at least partially anchored in reality.  Writers write to be read.  Anything else is just intellectual wanking.</p>
<p>The third and final part of my new regimen involves reading.  I used to read a lot.  Books upon books every week.  I had no TV, I wasn’t caught up in the whole gaming craze, I wasn’t yet jacked into the Matrix (read: Internet).  I had a lot of hours to fill, and I gleefully filled them with books.  In bulk.  When I lived in Montreal I would spend $300-$500 every paycheque on books, often going downtown daily just to browse the bookshops.</p>
<p>Then I stopped reading.  Not entirely of course, but from a diet of three or four books per week, I ended up down to about one per month, usually read in ten page increments right before bed.  That’s no damned good.  I love reading, and so I’m going to make time for it again.  I don’t have a minimum daily allotment, but I’d like to be able to spend a couple of hours every day, on average, just sitting on my butt with a book.</p>
<p>And with that, I think I shall.</p>
<p>(43 mins, including revision.  1056 words.  So much for 10-15 mins.)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dria.org/wordpress/archives/2005/07/27/251/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Common Errors in English</title>
		<link>http://www.dria.org/wordpress/archives/2005/07/05/245/</link>
		<comments>http://www.dria.org/wordpress/archives/2005/07/05/245/#comments</comments>
		<pubDate>Tue, 05 Jul 2005 13:01:38 +0000</pubDate>
		<dc:creator>dria</dc:creator>
				<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.dria.org/wordpress/?p=245</guid>
		<description><![CDATA[Common Errors in English Usage. Ever want to know whether it&#8217;s &#8220;jerry-rigged&#8221; or &#8220;jury-rigged&#8221;? How about when to use &#8220;who&#8221; instead of &#8220;that&#8221;? Or, my new favourite, Colons and Semicolons. While you&#8217;re here, you might as well go read George Orwell&#8217;s essay, &#8220;Politics and the English Language&#8220;.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wsu.edu/~brians/errors/errors.html">Common Errors in English Usage</a>.  Ever want to know whether it&#8217;s &#8220;jerry-rigged&#8221; or &#8220;jury-rigged&#8221;?  How about when to use &#8220;who&#8221; instead of &#8220;that&#8221;?  Or, my new favourite, <a href="http://www.wsu.edu/~brians/errors/colons.html">Colons and Semicolons</a>.</p>
<p>While you&#8217;re here, you might as well go read George Orwell&#8217;s essay, &#8220;<a href="http://www.resort.com/~prime8/Orwell/patee.html">Politics and the English Language</a>&#8220;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dria.org/wordpress/archives/2005/07/05/245/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On Writing Well</title>
		<link>http://www.dria.org/wordpress/archives/2005/06/16/234/</link>
		<comments>http://www.dria.org/wordpress/archives/2005/06/16/234/#comments</comments>
		<pubDate>Thu, 16 Jun 2005 14:56:26 +0000</pubDate>
		<dc:creator>dria</dc:creator>
				<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.dria.org/wordpress/?p=234</guid>
		<description><![CDATA[Five points if you know the book from which I&#8217;ve stolen this title, and five bonus points if you&#8217;ve read it. I&#8217;m going to go dig up a copy of it later today (assuming I find a free hour in the afternoon to go to the bookstore). It will be my airplane reading next week, [...]]]></description>
			<content:encoded><![CDATA[<p>Five points if you know the book from which I&#8217;ve stolen this title, and five bonus points if you&#8217;ve read it.  I&#8217;m going to go dig up a copy of it later today (assuming I find a free hour in the afternoon to go to the bookstore).  It will be my airplane reading next week, assuming I manage to actually get an eticket-enabled flight.</p>
<p>Writing well &#8212; like photography, music, martial arts and all other such disciplined human endeavours &#8212; is difficult and requires a lot of practice.  I need to practice more.  I write a lot, but due to the nature of the media I&#8217;m usually writing in, I tend not to revise rigorously.  Email, weblogs, wikis &#8212; all of these are built for speed.  Here we have rocket engines and racing stripes on our pens.  Disciplined revision is tossed aside as email are dashed off at top speed.  Brevity and concision take time, and so are abandoned to the wolves snapping at our heels.  Churning out copy by the truckload is fast and easy &#8212; the raw materials effortlessly fall out of our heads and into the keyboard &#8212; but shaping that material into something of quality is much, much more difficult.  These media also allow everyone to be a publisher, so there are few gatekeepers to remind us that sometimes quality counts.  </p>
<p>I&#8217;m overstating the issue, of course, but the combination of new media and high-speed lifestyles simply encourages quantity over quality.  Just this morning I sent out an email that contains a seemingly random comma.  It&#8217;s just there, right in the middle of a sentence, exactly where a comma shouldn&#8217;t be.  Had I taken the time to revise properly, that comma would have been extracted before I embarrassed myself in front of dozens of people.  I can only hope that everyone reads that mail as quickly as I wrote it.</p>
<p>Writing well takes time, so in order to improve my writing (and photography) I&#8217;m going to have to find more time.  To find more time, I&#8217;m going to have to do fewer things while not letting the remaining things expand to fill all available space.  This is where real discipline will be required.  </p>
<p>If you&#8217;re also interested in improving your writing, you might want to make some time to read these: <a href="http://www.poynter.org/content/content_view.asp?id=80420">Fifty Writing Tools</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dria.org/wordpress/archives/2005/06/16/234/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>For the language geeks in the audience&#8230;</title>
		<link>http://www.dria.org/wordpress/archives/2005/04/15/188/</link>
		<comments>http://www.dria.org/wordpress/archives/2005/04/15/188/#comments</comments>
		<pubDate>Fri, 15 Apr 2005 14:27:33 +0000</pubDate>
		<dc:creator>dria</dc:creator>
				<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.dria.org/wordpress/archives/2005/04/15/188/</guid>
		<description><![CDATA[A Handbook of Rhetorical Devices.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.virtualsalt.com/rhetoric.htm">A Handbook of Rhetorical Devices</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.dria.org/wordpress/archives/2005/04/15/188/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When things just work</title>
		<link>http://www.dria.org/wordpress/archives/2005/04/11/181/</link>
		<comments>http://www.dria.org/wordpress/archives/2005/04/11/181/#comments</comments>
		<pubDate>Tue, 12 Apr 2005 01:20:44 +0000</pubDate>
		<dc:creator>dria</dc:creator>
				<category><![CDATA[Mac Stuff]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.dria.org/wordpress/archives/2005/04/11/181/</guid>
		<description><![CDATA[It makes me happy when something &#8212; a gadget, a piece of software, a website, what-have-you &#8212; just works. I was reminded of this just now when I popped my Tom Waits Big Time CD in to the Mac for ripping. Single button press opens the CD tray, another closes it, then iTunes automatically opens, [...]]]></description>
			<content:encoded><![CDATA[<p>It makes me happy when something &#8212; a gadget, a piece of software, a website, what-have-you &#8212; just works.  I was reminded of this just now when I popped my Tom Waits <em>Big Time</em> CD in to the Mac for ripping.  Single button press opens the CD tray, another closes it, then iTunes automatically opens, identifies the CD, queries CDDB (online CD database), and lists the tracks.  From there a single click on the &#8220;Import&#8221; button rips and catalogues the tracks to my earlier-set specifications (AAC format, 192 kbps, do not play songs while encoding, do not include track number in file names, do not use error correction).  The whole process takes mere minutes*.</p>
<p>iTunes pleases me.  In the same vein, iPhoto pleases me.  Yesterday I decided to finally clear the SD card on my little baby Canon.  I plugged it in to the USB port on the back of my keyboard (those are damned handy), and iPhoto automatically opened, set up the import, did the import, and cleared the card all with a single mouse click.</p>
<p>While in California, I picked up a copy of <a href="http://www.apple.com/ca/iwork/">iWork</a> ($79 USD).  I haven&#8217;t looked at <em>Keynote</em> yet, but <em>Pages</em> is really slick.  It&#8217;s a full-fledged desktop publishing system akin to Word, only without the eye-stabbingly bad UI.  The default UI is all most people need for most word-processing tasks, and it&#8217;s just nice and simple.  It also has some extremely nice templates, and exports to PDF very nicely.  All good.</p>
<p>Oh, in related (ie: software) news, I&#8217;ve started maintaining my TODO list in <a href="http://www.omnigroup.com/applications/omnioutliner/">OmniOutliner</a>.  Another very slick, very useful, very usable bit of software that just does what it&#8217;s supposed to do without getting in my way.  </p>
<p>It says something about bad software when one of the defining factors of good software is that it &#8220;doesn&#8217;t get in my way&#8221;.  It sure is neat when technology verges on being transparent.  I think this is why I like <a href="http://www.mozilla.org/products/firefox/">FireFox</a> so much &#8212; the default configuration is nothing more and nothing less than what most people need to get around on the web, but there are piles of extensions that allow you to easily add what you want or need (but nothing else).</p>
<p>We sure have come a long way, and yet there&#8217;s so much farther to go&#8230;</p>
<p><small>* (While writing up this entry, I&#8217;ve also ripped Tom Waits&#8217; <em>Foreign Affairs</em>, and <em>Beautiful Maladies</em>.  Not quite sure why they weren&#8217;t already in my collection, but they are now, hooray!)</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.dria.org/wordpress/archives/2005/04/11/181/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Quote, from TIFF</title>
		<link>http://www.dria.org/wordpress/archives/2005/02/25/147/</link>
		<comments>http://www.dria.org/wordpress/archives/2005/02/25/147/#comments</comments>
		<pubDate>Sat, 26 Feb 2005 00:33:47 +0000</pubDate>
		<dc:creator>dria</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[People]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.dria.org/wordpress/archives/2005/02/25/147/</guid>
		<description><![CDATA[The following is an excerpt from a letter I received from Timothy Findley in 1992. &#8220;Keep fighting against the uninformed who think writing &#8211; here or anywhere &#8211; is a waste of time and effort. If anything will save us, it&#8217;s the imagination &#8211; and there&#8217;s no way better way to keep the imagination alive [...]]]></description>
			<content:encoded><![CDATA[<p>The following is an excerpt from a letter I received from Timothy Findley in 1992.  </p>
<p>&#8220;Keep fighting against the uninformed who think writing &#8211; here or anywhere &#8211; is a waste of time and effort.  If anything will save us, it&#8217;s the imagination &#8211; and there&#8217;s no way better way to keep the imagination alive than to write or to read.  My mentor, Thorton Wilder, once said that <em>cruelty is nothing more than a failure of the imagination</em> &#8212; and all I can say is that there&#8217;s a lot of that going around these days&#8230;&#8221;</p>
<p>If you&#8217;re out there with a drink in hand, give a silent toast to Hunter, TIFF, and Elliott Smith tonight, would you?  So much brilliance, too soon taken from us.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dria.org/wordpress/archives/2005/02/25/147/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ALA President and Me, on Blogging</title>
		<link>http://www.dria.org/wordpress/archives/2005/02/25/144/</link>
		<comments>http://www.dria.org/wordpress/archives/2005/02/25/144/#comments</comments>
		<pubDate>Fri, 25 Feb 2005 14:03:07 +0000</pubDate>
		<dc:creator>dria</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.dria.org/wordpress/archives/2005/02/25/144/</guid>
		<description><![CDATA[Apparently the American Library Association president isn&#8217;t a huge fan of bloggers. I don&#8217;t consider myself a &#8220;blogger&#8221; in the mainstream sense of the word &#8212; I have a website of which the core is a diary-like text (you&#8217;re soaking in it) which I happen to update more-or-less daily. I too have an intense dislike [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently the American Library Association president <a href="http://www.libraryjournal.com/article/CA502009?display=BackTalkNews&#038;industry=BackTalk&#038;industryid=3767&#038;verticalid=151&#038;&#038;">isn&#8217;t a huge fan of bloggers</a>.  </p>
<p>I don&#8217;t consider myself a &#8220;blogger&#8221; in the mainstream sense of the word &#8212; I have a website of which the core is a diary-like text (you&#8217;re soaking in it) which I happen to update more-or-less daily.  I too have an intense dislike of &#8220;the ugly neologism <em>blog</em>&#8220;, and refuse to use it in reference to myself (Merriam Webster bedamned).  I also do not, in any way, think that this website makes me a &#8220;journalist&#8221;, a &#8220;columnist&#8221;, or really anything that could be accidentally or otherwise confused with some sort of professional, peer-reviewed writer.</p>
<p>Now, that said, Mr. Gorman (the ALA President in question) has penned this article which honestly has the feel and quality of an average &#8220;blog&#8221; entry.  Here are some excerpts (for those of you who cannot read complex texts more than 2-3 paragraphs long):</p>
<blockquote><p>
The Google phenomenon is a wonderfully modern manifestation of the triumph of hope and boosterism over reality. Hailed as the ultimate example of information retrieval, Google is, in fact, the device that gives you thousands of &#8220;hits&#8221; (which may or may not be relevant) in no very useful order.
</p></blockquote>
<p>Here problem is the statement that Google is &#8220;hailed as the ultimate example of information retrieval&#8221;.  Google is a search engine.  It is, by far, currently the most efficient means of finding data and information on the web.  It is nothing more than that.  It is not a library.  It does not do anything at all to help us organize, synthesize, or make sense of this information.  I don&#8217;t know nor have I read about anyone who thinks that Google is anything more than just a really good tool for finding stuff on the web.</p>
<p>There is a difference between information and knowledge, and the keepers of human knowledge shall, I believe, always be human.  If anyone thinks otherwise, then they&#8217;re wide-eyed fanatics who really don&#8217;t understand this sort of thing.  Until we have proper AI, forget about replacing librarians.  When we do have proper AI, we&#8217;ll all be holed up in glowy red bubbles generating electricity for our new robot overlords, so we won&#8217;t have to worry about it anyway.</p>
<p>All that said, I&#8217;m not really sure what bloggers have to do with Google in the first place.  </p>
<blockquote><p>
It turns out that the Blog People (or their subclass who are interested in computers and the glorification of information) have a fanatical belief in the transforming power of digitization and a consequent horror of, and contempt for, heretics who do not share that belief.
</p></blockquote>
<p>Another sweeping overgeneralization written in anger and intended to paint &#8220;bloggers&#8221; in a bad light.  There is nothing in this sentence that is a) true, or b) not intended to be a direct and ire-rousing insult to the blogging community.  This is a combination of a troll and a flame, and not a very good one at that.  How is this particular piece of intellectual discourse any better than what we see on blogs every day?  (Hint: it&#8217;s not.) </p>
<p>Mister Gorman continues with this loaded bit of bait:</p>
<blockquote><p>
Given the quality of the writing in the blogs I have seen, I doubt that many of the Blog People are in the habit of sustained reading of complex texts. It is entirely possible that their intellectual needs are met by an accumulation of random facts and paragraphs.
</p></blockquote>
<p>The fact of the matter is that Mr. Gorman wrote something in the past that &#8220;The Blog People&#8221; disagreed with, and now he&#8217;s lashing out.  The article he has penned here accomplishes nothing, being little more than an obvious flame and a clumsy troll.  It&#8217;s already a week old, so maybe I just missed it on its first run through &#8220;the blogosphere&#8221; (where stories burst forth and die like stars in a time-lapse galaxy), but right now it&#8217;s the top story on Slashdot.  It&#8217;ll peak on blogdex again, I&#8217;m sure.</p>
<p>For what it&#8217;s worth, I&#8217;m somewhat off-put by the growing sense of wide-eyed breathlessness surrounding &#8220;the blogosphere&#8221;.  I&#8217;ve found my inner curmudgeon grumpily reading about bloggers suddenly referring to themselves as journalists, or about the strange mob-effect that has caused at least two real journalists (and one fake one) to recently lose their jobs.  Dan Rather (and his team) made a mistake.  Later they admitted to that mistake and apologized.  The man resigned his post, proudly held, in disgrace.  The &#8220;blogosphere&#8221; counts this as a victory.</p>
<p>I do not. </p>
<p>Personally, I&#8217;m still working out why I&#8217;m being curmudgeonly about blogging and the &#8220;blogosphere&#8221;.  I&#8217;ve been reading about journalism and accreditation.  I&#8217;ve been reading about journalistic ethics and responsibilities.  I&#8217;ve also been reading about Hunter Thompson and the &#8220;New Journalism&#8221; that emerged from the 1960s.  Reading a lot, and thinking.  Thinking about gatekeepers and elitism, about peer-review and &#8220;many eyes make all bugs shallow&#8221;, about writing and editing, research and fact-checking.</p>
<p>Lots of thinking, trying to formulate a sensible opinion backed up by reasoned thought before writing it up.  When I publish it, does that make me a journalist?  No.  A columnist?  No.  It makes me a woman with a website and an opinion, nothing more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dria.org/wordpress/archives/2005/02/25/144/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Stephen King isn&#8217;t a Hack</title>
		<link>http://www.dria.org/wordpress/archives/2005/02/04/108/</link>
		<comments>http://www.dria.org/wordpress/archives/2005/02/04/108/#comments</comments>
		<pubDate>Fri, 04 Feb 2005 18:38:58 +0000</pubDate>
		<dc:creator>dria</dc:creator>
				<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://www.dria.org/wordpress/archives/2005/02/04/108/</guid>
		<description><![CDATA[I&#8217;ve read a lot of things that people have written about writing. Stephen King has a short article up that pretty much covers it all: Everything You Need to Know About Writing Successfully: in Ten Minutes. Of course, I got this from blogdex, so it&#8217;s already been linked by every other weblog on the planet, [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve read a lot of things that people have written about writing.  Stephen King has a short article up that pretty much covers it all: <a href="http://www.icestormcity.com/rumble/king.html">Everything You Need to Know About Writing Successfully: in Ten Minutes</a>.  Of course, I got this from <a href="http://blogdex.net/">blogdex</a>, so it&#8217;s already been linked by every other weblog on the planet, but&#8230;whatever.  He says some pretty smart things here.  Right now I&#8217;m questioning my own long-held belief that King&#8217;s a hack.  I can&#8217;t remember why I thought that.</p>
<p>Hm.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dria.org/wordpress/archives/2005/02/04/108/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

