<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>broken abbey &#187; General</title>
	<atom:link href="http://www.davidlday.com/category/general/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.davidlday.com</link>
	<description>One writer&#039;s thoughts...</description>
	<lastBuildDate>Tue, 22 Nov 2011 18:51:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
		<item>
		<title>Scrivener for Windows&#8230; and Linux?</title>
		<link>http://www.davidlday.com/2010/11/25/scrivener-for-windows-and-linux/</link>
		<comments>http://www.davidlday.com/2010/11/25/scrivener-for-windows-and-linux/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 06:29:00 +0000</pubDate>
		<dc:creator>d-day</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.davidlday.com/?p=620</guid>
		<description><![CDATA[There are some interesting things going on at Literature &#38; Latte. First, they've released a Windows Beta version of their unique and popular writing software Scrivener, which isn't really news. However, what doesn't seem well-known yet is that on their message boards, a group of folks are playing with an unofficial version for Linux. If you're really [...]]]></description>
			<content:encoded><![CDATA[<div>
<p><a title="one seventy two: booyah!" href="http://flickr.com/photos/33183096@N05/3750144703"><img class="alignleft" src="http://farm4.static.flickr.com/3461/3750144703_5a383612f0_m.jpg" alt="" width="159" height="192" /></a>There are some interesting things going on at <a href="http://www.literatureandlatte.com/" target="_blank">Literature &amp; Latte</a>. First, they've released a Windows Beta version of their unique and popular writing software <a href="http://www.literatureandlatte.com/scrivener.php" target="_blank">Scrivener</a>, which isn't really news. However, what doesn't seem well-known yet is that on their message boards, a group of folks are playing with an unofficial version for Linux.</p>
<p>If you're really interested in using Scrivener, I urge you to sign up for the <a href="http://www.literatureandlatte.com/scrivenerforwindows/" target="_blank">Windows Beta</a> and try it out. <a href="http://lifehacker.com/comment/31418541/" target="_blank">Use Wine if you're Linux only</a>. Also, see the <a href="http://www.literatureandlatte.com/forum/viewforum.php?f=30" target="_blank">Linux user thread</a> on L&amp;L's forum. Sign up; help out. Finally, be aware that I do not give any files directly in this post. I only link to files on L&amp;L's forums.</p>
<p>This'll get you started, then once you're up and running head back to L&amp;L's message board for updates.</p>
<h1>Installation</h1>
<p>I'm going to preface everything here with a quote from <a href="http://www.literatureandlatte.com/blog/?p=133" target="_blank">L&amp;L's Blog, 13 Sept. 2010</a>:</p>
<blockquote><p>10. Syncing for iPad, iPhone and Working Externally</p>
<p>There’s been a minor furore over my announcement that we currently don’t have any immediate plans for an iPad version, although an iPad version isn’t ruled out altogether in the long-term (other platforms that Scrivener won’t be coming to any time soon include Google Android, Linux and Commodore 64). But even without a dedicated app, Scrivener 2.0 provides some great ways for you to take your Scrivener documents with you for editing on an iPad or iPhone. (Emphasis mine).</p></blockquote>
<p>This is all very unofficial. I use Ubuntu 10.10, i386 on my laptop and AMD64 on my desktop, but this information should apply to other distros as well.</p>
<h2>Manual (i386 &amp; AMD64)</h2>
<p>See the Announcements on the <a href="http://www.literatureandlatte.com/forum/viewforum.php?f=32" target="_blank">Windows Bug Hunt</a> forum for the latest Beta release. As of this writing, it's <a href="http://www.literatureandlatte.com/forum/viewtopic.php?f=32&amp;t=9917" target="_blank">1.3</a>. Download the .zip file for Linux. I assume your download goes to ~/Download.</p>
<blockquote><p>sudo unzip -d /tmp ~/Download/LinuxScrivenerBeta3.zip<br />
sudo mv /tmp/LinuxScrivenerBeta3/LiteratureAndLatte /usr/local<br />
sudo ldd /usr/local/LiteratureAndLatte/bin/Scrivener<br />
sudo chmod 755 /usr/local/LiteratureAndLatte/bin/Scrivener<br />
sudo rm -r /tmp/LinuxScrivenerBeta3</p></blockquote>
<h2>Packages</h2>
<p><a href="http://www.literatureandlatte.com/forum/memberlist.php?mode=viewprofile&amp;u=9858" target="_blank">randywallace</a> has provided packages on the forum. The latest are available <a href="http://www.literatureandlatte.com/forum/viewtopic.php?f=30&amp;t=9154&amp;p=78141#p78141" target="_self">here</a>. He provides deb, rpm, and tgz.</p>
<h1>Spell Checking</h1>
<p>Spell checking worked for some but not others.</p>
<h2>i386</h2>
<p>Make sure you have the libaspell and libaspell-dev packages installed. That's it.</p>
<h2>AMD64</h2>
<p>Not so easy. It appears that Scrivener can't use the 64-bit aspell libraries. But, it also seems that <a href="https://help.ubuntu.com/community/OperaBrowser#32%20bit%20plugins" target="_blank">Opera had a similar issue on Ubuntu</a>. Based on the Ubuntu help for Opera, I did the following:</p>
<p>Install libaspell and libaspell-dev from the repositories. This'll put the AMD64 versions on your system.</p>
<p>Download the i386 versions of <a href="http://packages.ubuntu.com/maverick/libaspell15" target="_blank">libaspell</a> and <a href="http://packages.ubuntu.com/maverick/libaspell-dev" target="_blank">libaspell-dev</a>. If you're not using Maverick, search for your release @ http://packages.ubuntu.com. Again, I assume you downloaded to ~/Downloads.</p>
<blockquote><p>cd ~/Downloads<br />
dpkg -x libaspell15_0.60.6-4ubuntu1_i386.deb ./libaspell<br />
dpkg -x libaspell-dev_0.60.6-4ubuntu1_i386.deb ./libaspell-dev</p></blockquote>
<p>You have a choice now. You can install to Scrivener's lib directory:</p>
<blockquote><p>sudo cp -d ./libaspell/usr/lib/libaspell* /usr/local/LiteratureAndLatte/lib/<br />
sudo cp -d ./libaspell-dev/usr/lib/libaspell* /usr/local/LiteratureAndLatte/lib/</p></blockquote>
<p>Or you can install to /usr/lib32 (which is what I did):</p>
<blockquote><p>sudo cp -d ./libaspell/usr/lib/libaspell* /usr/lib32/<br />
sudo cp -d ./libaspell-dev/usr/lib/libaspell* /usr/lib32/</p></blockquote>
<p>In either /usr/lib32 or /usr/local/LiteratureAndLatte/lib, you should wind up with:</p>
<p>-rw-r--r-- 1 root root    936 2010-11-24 16:19 /usr/lib32/libaspell.la<br />
lrwxrwxrwx 1 root root     19 2010-11-24 16:19 /usr/lib32/libaspell.so -&gt; libaspell.so.15.1.4<br />
lrwxrwxrwx 1 root root     19 2010-11-24 16:18 /usr/lib32/libaspell.so.15 -&gt; libaspell.so.15.1.4<br />
-rw-r--r-- 1 root root 603852 2010-11-24 16:18 /usr/lib32/libaspell.so.15.1.4</p>
<p>My original forum post is <a href="http://www.literatureandlatte.com/forum/viewtopic.php?f=30&amp;t=9154&amp;start=150#p79509" target="_blank">here</a>.</p>
<h1>Install the Tutorial</h1>
<p>The Linux zip file is provided without the Tutorial project. Here's how you can add it. This requires an install of the Windows Beta, either in Wine or on Windows box:</p>
<ol>
<li>In the Windows install, go to: C:\Program Files\Scrivener</li>
<li>In that directory, you'll find a folder called: Tutorial.scriv</li>
<li>Copy that entire folder to the bin directory of your Linux Scrivener install. This might be/usr/local/LiteratureAndLatte/binor /opt/scrivener_beta/bin depending on if you installed from scratch or used one of the packages from @randywallace.</li>
<li>Make sure the Tutorial.scriv directory and all its files/subdirectories are owned by root:<br />
chown -R root:root Tutorial.scriv</li>
<li>Start Scrivener, go to Help -&gt; Open Tutorial, and choose a place to save the Tutorial project.</li>
</ol>
<p>Tutorial.scriv is not distributed in the Linux zip. I assume there's a good reason, so do the above at your own risk.</p>
<p>Well, that's it for now. Enjoy!</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.davidlday.com/2010/11/25/scrivener-for-windows-and-linux/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Measuring Quality &#8211; Words or Pages</title>
		<link>http://www.davidlday.com/2010/01/31/measuring-quality-words-or-pages/</link>
		<comments>http://www.davidlday.com/2010/01/31/measuring-quality-words-or-pages/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 01:57:13 +0000</pubDate>
		<dc:creator>d-day</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[craft]]></category>
		<category><![CDATA[professional-writer]]></category>
		<category><![CDATA[writing]]></category>

		<guid isPermaLink="false">http://www.davidlday.com/?p=428</guid>
		<description><![CDATA[I'm a couple weeks into my second term in Seton Hill's MA WPF program.  My thesis is a marketable horror novel, targeted at 350 pages.  My personal goal is to complete the 1st draft by the end of this term, and spend the rest of my program editing and revision.  Or rewriting if my mentors [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Day 79 - f o c u s" href="http://flickr.com/photos/56387066@N00/1810357551"><img class="alignleft" src="http://farm3.static.flickr.com/2372/1810357551_bd5a27da50_t.jpg" alt="" width="100" height="100" /></a>I'm a couple weeks into my second term in <a href="http://http://www.setonhill.edu/academics/fiction/index.cfm" target="_blank">Seton Hill's MA WPF</a> program.  My thesis is a marketable horror novel, targeted at 350 pages.  My personal goal is to complete the 1st draft by the end of this term, and spend the rest of my program editing and revision.  Or rewriting if my mentors so command.</p>
<p>None of that is particularly interesting, but they're facts that lay the groundwork for what's been on my mind lately. Every professional writer develops their own flavor of discipline, without which they would be unable to sustain professional standing.  It's actually pretty common among most successful people regardless of profession to develop a habit around their chosen work.  What I've been interested in is how writers measure their progress?</p>
<p>Last term I measured my progress in terms of word count.  It seems reasonable since the publishing industry is largely word count driven.  Every submission guideline includes a word-count limit.  The industry has accepted word-counts attached to novels in each genre.  For instance, horror novels range around 300-400 pages, but an epic fantasy comes closer to 700 pages.</p>
<p>What I found, when I measured word count, was that I spent too much time generating words to reach that count.  It became too easy to wander on the pages, adding words here and there to meet a necessary but arbitrary goal of 500 words per day.  I did pretty well--although Stephen King recommends shooting for at least 1000 per day.  But I had to ditch a lot of it due to the bad behavior that specific goal encouraged.</p>
<p>For this term, I've opted to measure my progress in terms of pages, a page being roughly equal to 250 words.  My goal is to write 4 pages per day, or 1000 words per day to align with King's recommendation.  If you're familiar with On Writing, you'll know that King actually counts a page as 200 words, but for my purpose 4 is as good a stepping stone as 5.  I'll ratchet my goal up another notch next term.</p>
<p>Does it really matter?  I put some thought into this over my break, and these past few weeks have shown my hunch correct.  Yes, I write better when my goal is page count over word count.  I focus better on the story and don't worry at all about producing dense copy.  Before, I would work in extra words.  But now, I can write whole pages of dialog, which tends to be pretty sparse in terms of words per page, and still make my goals.  I just don't care, because a page is a page.</p>
<p>In addition, it helps to remember that word count for a publisher is really a means of estimating number of printable pages.  They take the word count, divide by around 250 (I think this varies), and arrive at page count.  Novelists don't get paid by the word, and I wouldn't want paid that way anyhow.  My goal is to write well-told stories with efficient, emotionally charged language, not drudge on for miles, taxing both the reader and myself by counting every step along the way.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidlday.com/2010/01/31/measuring-quality-words-or-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Back to work&#8230;</title>
		<link>http://www.davidlday.com/2010/01/08/back-to-work/</link>
		<comments>http://www.davidlday.com/2010/01/08/back-to-work/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 01:28:49 +0000</pubDate>
		<dc:creator>d-day</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[fyi]]></category>

		<guid isPermaLink="false">http://www.davidlday.com/?p=423</guid>
		<description><![CDATA[Just got back from residency orientation @ Seton Hill.  It's nice to be back, even if it meant driving 4 hours through snow.  I had a great break, had a couple of good reads while I was off.  First was John Scalzi's Old Man's War, a very entertaining science fiction book.  It's not my typical [...]]]></description>
			<content:encoded><![CDATA[<p>Just got back from residency orientation @ Seton Hill.  It's nice to be back, even if it meant driving 4 hours through snow.  I had a great break, had a couple of good reads while I was off.  First was John Scalzi's <em>Old Man's War</em>, a very entertaining science fiction book.  It's not my typical flavor, but it kept me reading, full of good action and interesting characters.</p>
<p>My other read was <em>The Mammoth Book of Best New Horror, Volume 20</em>, edited by Stephen Jones.  It's filled with some excellent short horror from 2008, and definitely worth the time.  It's late, I'm tired, so I won't do any sort of review of them, but here's a list of the one's that appealed most to me:</p>
<ul>
<li><em>It Runs Beneath the Surface</em>, by Simon Strantzas</li>
<li><em>These Things We Have Always Known</em>, by Lynda E. Rucker (my favorite of the lot)</li>
<li><em>Through the Cracks</em>, by Gary McMahon</li>
<li><em>The Camping Wainwrights</em>, by Ian R. MacLeod</li>
<li><em>The Oram County Whoosit</em>, by Steve Duffy (excellent story in the vein of Lovecraft)</li>
<li><em>The </em>New York Times<em> at Special Bargain Rates</em>, by Stephen King</li>
<li><em>2:00 pm: The Real Estate Agent Arrives</em>, by Steve Rasnic Tem</li>
</ul>
<p>That last one verges on poetic.  It's shorter than this post, a mere 3 sentences, but paints a beautifully horrific picture and punches you in the end.  Loved it!</p>
<p>And now, I'm off to see if I can wrap up some stuff before getting into the groove tomorrow.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidlday.com/2010/01/08/back-to-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>A Bit of a Break</title>
		<link>http://www.davidlday.com/2009/12/01/a-bit-of-a-break/</link>
		<comments>http://www.davidlday.com/2009/12/01/a-bit-of-a-break/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 02:57:27 +0000</pubDate>
		<dc:creator>d-day</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[fyi]]></category>

		<guid isPermaLink="false">http://www.davidlday.com/?p=406</guid>
		<description><![CDATA[I've been on break from school since beginning of November, so I took the opportunity to brush up on mechanics.  Specifically, I took a much-needed browse through the old Elements of Style.  Good little book.  But, I wanted more.  So, I found a more contemporary take on style, Sin and Syntax, by Constance Hale.  It's [...]]]></description>
			<content:encoded><![CDATA[<p><a title="little demon" href="http://flickr.com/photos/27533945@N06/3313207583"><img class="alignleft" src="http://farm4.static.flickr.com/3420/3313207583_7851820a13_t.jpg" alt="" width="100" height="73" /></a>I've been on break from school since beginning of November, so I took the opportunity to brush up on mechanics.  Specifically, I took a much-needed browse through the old <em>Elements of Style</em>.  Good little book.  But, I wanted more.  So, I found a more contemporary take on style, <a href="http://bit.ly/633eMV" target="_blank">Sin and Syntax</a>, by Constance Hale.  It's longer than Elements.  There's plenty of praise for the book out in the wild; I'll say I'm glad I took the time to read it as well.  How do I know?  Some of my writing from as recent as a year ago makes me cringe.  [sigh]  Shortly after I finished, I set about some serious revision work on a few older short stories.</p>
<p>I just started reading <em>Old Man's War</em>, by John Scalzi, the reading selection for my January writer's residency.  I've not decided if I'll do any journal posts or not on it, since it's not Horror.  First impressions [2 chapters]: Scalzi makes good use of the CDF contract as a framing device for providing background information to the reader; he does an equally good job of slipping in a space elevator explanation during casual conversation.  Those are just the first two things that came to mind; I am enjoying it as well.</p>
<p>Finally, I've started work on new short story based on the name of a character that I've carried around for a few years.  I didn't mean for it to be a zombie story -- already tried my hand at zombies once -- but... it's a zombie story.</p>
<p>BTW - Beware the Krampus!</p>
<!--YouTube Error: bad URL entered-->
]]></content:encoded>
			<wfw:commentRss>http://www.davidlday.com/2009/12/01/a-bit-of-a-break/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>&#8220;Dress of White Silk&#8221;</title>
		<link>http://www.davidlday.com/2009/07/15/dress-of-white-silk/</link>
		<comments>http://www.davidlday.com/2009/07/15/dress-of-white-silk/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 02:29:10 +0000</pubDate>
		<dc:creator>d-day</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[horror]]></category>
		<category><![CDATA[reading-journal]]></category>
		<category><![CDATA[Vignette]]></category>

		<guid isPermaLink="false">http://www.davidlday.com/?p=197</guid>
		<description><![CDATA[Telling a story from a child's point of view is a challenge.  Telling it in a child's language is a challenge as well.  This piece was a little difficult for me to get engaged with because of Matheson's lack of punctuation and the poor grammar (both intentional).  This has the feel of an experimental piece. [...]]]></description>
			<content:encoded><![CDATA[<p>Telling a story from a child's point of view is a challenge.  Telling it in a child's language is a challenge as well.  This piece was a little difficult for me to get engaged with because of Matheson's lack of punctuation and the poor grammar (both intentional).  This has the feel of an experimental piece.</p>
<p>I think that to be an effective writer at this sort of thing takes a lot of practice.  I kept thinking of Cormac McCarthy and his breaking of the rules.  I think the challenge put to the reader must be rewarded by the payoff, and in this case, I don't think the payoff was worth it.  A good story, yes, but I think it would have been just as effective told with more conventional grammar and just using the child's point of view.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidlday.com/2009/07/15/dress-of-white-silk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>&#8220;Witch War&#8221;</title>
		<link>http://www.davidlday.com/2009/07/14/witch-war/</link>
		<comments>http://www.davidlday.com/2009/07/14/witch-war/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 01:22:56 +0000</pubDate>
		<dc:creator>d-day</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[horror]]></category>
		<category><![CDATA[reading-journal]]></category>
		<category><![CDATA[Vignette]]></category>

		<guid isPermaLink="false">http://www.davidlday.com/?p=194</guid>
		<description><![CDATA[Why didn't someone tell me there were so many vignette's in "I Am Legend"? Anyhow, this little snippet is almost poetry.  It's a great collection of images given in clear, if abrupt, language: Sky clearing its throat with thunder, picking and dropping ling lightening from immeasurable shoulders.  Rain hushing the world, bowing the trees, pocking [...]]]></description>
			<content:encoded><![CDATA[<p>Why didn't someone tell me there were so many vignette's in "I Am Legend"?</p>
<p>Anyhow, this little snippet is almost poetry.  It's a great collection of images given in clear, if abrupt, language:</p>
<blockquote><p>Sky clearing its throat with thunder, picking and dropping ling lightening from immeasurable shoulders.  Rain hushing the world, bowing the trees, pocking earth.  Square building, low, with one wall plastic.</p></blockquote>
<p>It's what really stands out to me here.  Matheson's use of imagery is overpowering here, which is okay since there's not much other than an intriguiging incident here.  Not even a main character to speak of, nor a clear conflict other than the generic conflict we find in any war.  As a writer, the poetics of this piece really appeal to me, and I think it's a good example of how to work poetic images into narrative.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidlday.com/2009/07/14/witch-war/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Undead Blog</title>
		<link>http://www.davidlday.com/2009/07/11/undead-blog/</link>
		<comments>http://www.davidlday.com/2009/07/11/undead-blog/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 20:50:04 +0000</pubDate>
		<dc:creator>d-day</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[fyi]]></category>

		<guid isPermaLink="false">http://www.davidlday.com/?p=173</guid>
		<description><![CDATA[I've revived my blog.  It's been dead for about a year.  Poor blog. I started a Master of Arts program in Writing Popular Fiction at Seton Hill University at the end of June.  Kismet - the first day of my first writer's residency was also my birthday. Anyhow, part of the program involves reading (of [...]]]></description>
			<content:encoded><![CDATA[<p>I've revived my blog.  It's been dead for about a year.  Poor blog.</p>
<p>I started a Master of Arts program in Writing Popular Fiction at Seton Hill University at the end of June.  Kismet - the first day of my first writer's residency was also my birthday.</p>
<p>Anyhow, part of the program involves reading (of course).  And that requires a reading journal.  Perfect use for a blog.</p>
<p>Welcome back, poor little neglected blog.  Welcome back.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidlday.com/2009/07/11/undead-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>My First Paying Market!</title>
		<link>http://www.davidlday.com/2008/07/08/my-first-paying-market/</link>
		<comments>http://www.davidlday.com/2008/07/08/my-first-paying-market/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 09:33:07 +0000</pubDate>
		<dc:creator>d-day</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.davidlday.com/?p=62</guid>
		<description><![CDATA[I got up this morning, groggy as hell. Yeah, getting up at 4 am will do that to ya. But, it's paying off! In my inbox was my first acceptance notice! My short story, Gray, is to be published in the January, 2009, edition of Necrotic Tissue! Sweeeeet... I'm going back to bed]]></description>
			<content:encoded><![CDATA[<p>I got up this morning, groggy as hell. Yeah, getting up at 4 am will do that to ya. But, it's paying off! In my inbox was my first acceptance notice! My short story, Gray, is to be published in the January, 2009, edition of <a title="Necrotic Tissue." href="http://www.necrotictissue.com" target="_blank">Necrotic Tissue</a>!</p>
<p>Sweeeeet... I'm going back to bed <img src='http://www.davidlday.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidlday.com/2008/07/08/my-first-paying-market/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>Chernobyl and Prypiat</title>
		<link>http://www.davidlday.com/2007/04/05/chernobyl_prypiat/</link>
		<comments>http://www.davidlday.com/2007/04/05/chernobyl_prypiat/#comments</comments>
		<pubDate>Fri, 06 Apr 2007 01:09:35 +0000</pubDate>
		<dc:creator>d-day</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.davidlday.com/2007/03/31/chernobyl_prypiat/</guid>
		<description><![CDATA[A great disaster. For a novel I started working on in October, 2006, I started doing some research. There's a portion of it that takes place in an old, abandoned city, one that had been left in destitution for centuries, so I was looking around for theories on what happens to a modern city when [...]]]></description>
			<content:encoded><![CDATA[<p>A great disaster.  For a novel I started working on in October, 2006, I started doing some research.  There's a portion of it that takes place in an old, abandoned city, one that had been left in destitution for centuries, so I was looking around for theories on what happens to a modern city when left to the forces of nature.  To my shame, I had forgotten about the Chernobyl disaster.  In my research, I rediscovered it.</p>
<p>There's an excellent site - an adventerous woman takes a motorcycle tour of  Chernobyl and surrounding areas, including Pripiat. See <a href="http://www.kiddofspeed.com/" title="KIDDofSPEED" target="_blank">KIDDofSPEED</a>.  It is thought-provoking, saddening, and generally depressing.  It provided the example for which I was looking.</p>
<p>After reading the site, I began to wonder if some of the pictures she had could be viewable on google maps.  They were.  Here are some interesting comparisons.</p>
<ul>
<li>Ship Graveyard: <a href="http://www.kiddofspeed.com/chapter6.html" target="_blank">KiddOfSpeed</a> vs. <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;q=chernobyl&amp;layer=&amp;sll=39.886558,-82.614441&amp;sspn=0.498418,0.933838&amp;ie=UTF8&amp;z=17&amp;ll=51.284467,30.212982&amp;spn=0.003174,0.010815&amp;t=h&amp;om=1" target="_blank">GoogleMaps</a></li>
<li>Ferris Wheel: <a href="http://www.kiddofspeed.com/chapter19.html" target="_blank">KiddOfSpeed</a> vs. <a href="http://maps.google.com/maps?f=q&amp;hl=en&amp;q=chernobyl&amp;layer=&amp;sll=39.886558,-82.614441&amp;sspn=0.498418,0.933838&amp;ie=UTF8&amp;z=18&amp;ll=51.408445,30.05567&amp;spn=0.001583,0.005407&amp;t=h&amp;om=1" target="_blank">GoogleMaps</a></li>
</ul>
<p>Also, you can go to <a href="http://www.wikimapia.com/" title="WikiMapia" target="_blank">wikimapia</a> and search for Chernobyl or Prypiat.  There, people have outlined places and you can get a little more infomation.</p>
<p>Check out this YouTube video of Prypiat:</p>
<!--YouTube Error: bad URL entered-->
]]></content:encoded>
			<wfw:commentRss>http://www.davidlday.com/2007/04/05/chernobyl_prypiat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
		<item>
		<title>End of NaNoWriMo</title>
		<link>http://www.davidlday.com/2006/12/02/end-of-nanowrimo/</link>
		<comments>http://www.davidlday.com/2006/12/02/end-of-nanowrimo/#comments</comments>
		<pubDate>Sat, 02 Dec 2006 19:22:04 +0000</pubDate>
		<dc:creator>d-day</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.davidlday.com/2006/12/02/end-of-nanowrimo/</guid>
		<description><![CDATA[NaNoWriMo wrapped up, of course, on November 30. How'd I do? I wound up with a word count of 48,459. Not the goal of NaNoWriMo, I know. But, it satisfies me that with an outline, and setting aside a few hours a night for writing 5 out of 7 days a week, I can make [...]]]></description>
			<content:encoded><![CDATA[<p>NaNoWriMo wrapped up, of course, on November 30.  How'd I do?  I wound up with a word count of 48,459.  Not the goal of NaNoWriMo, I know.  But, it satisfies me that with an outline, and setting aside a few hours a night for writing 5 out of 7 days a week, I can make some tremendous progress towards a novel.  Personally, after doing this the second time, I've come to agree with <a target="_blank" title="AntiBlog" href="http://www.antimuse.org/blog/?p=25">these wise words</a> - I'd rather have spent the time writing something worth reading than cranking out 50,000 words worth of crap.</p>
<p>Some of the participants I checked ran way over, some nearing 100,000 words, but when I checked their excerpts, I must say <strong>YAWN</strong>.  Not worth the time.  Not one excerpt I read sparked my interested except maybe the one for a piece titled <a target="_blank" title="NaNoWriMo profile" href="http://www.nanowrimo.org/userinfo.php?uid=102730">AFTRLYF</a>.  To be honest, I only checked people in my region, and maybe, just <strong>maybe</strong> there's truth to the 700 monkeys for 700 years, that one of these folks has turned out the works of the master himself, but I'd be hard pressed to figure out which one it was!</p>
<p>Long and short, with a writing plan, I've proven to myself that I can still maintain home life, my full time job, and produce sizable and (hopefully) worthwhile works of fiction in a reasonable amount of time.  Oh, and the piece I started is only about half done.  I wasn't in any hurry to meet the NaNoWriMo goal necessarily because it was in no way indicative of the novel I'm writing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.davidlday.com/2006/12/02/end-of-nanowrimo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/us/</creativeCommons:license>
	</item>
	</channel>
</rss>

