Skip to main content

Writing Update

So far this week I haven't gotten too much done, I've mostly been outlining. Book 1 was fully outlined in basic one sentence form, so I have been going back through the outline and tightening it up, by removing things that impede the narrative flow, and expanding the areas that help it progress.

 I want to make sure that I don't have anything outlined that is just "filler" or something clearly thrown in just to pad the word count a bit, I hate it when authors do that. The goal is to get each one sentence outline expanded to a full paragraph. Then I'll do a scene breakdown, then and only then will I write the story. My hope is that this will not only keep the books feeling cohesive, but will also help me use my writing time more effectively.

The outline for The Pyongyang Incursion is twenty-one points currently, and I have expanded nine of them to a full paragraph in the last week. I also have the first three outline points done on the sequel, The Vladivostok Penetration. It's not huge amounts of progress, but its progress forward and keeps me moving in the right (write :D) direction. The ~8000 words I already have done are actually fitting in nicely with the revised outline and only need minor editing so far, so that's encouraging.

I am doing all of my writing in Google Docs currently. I have Scrivener on both Windows and Mac (and iPad/iPhone) and that's what I used to write Rise to Revolt in, however I have noticed that I am just as productive in just a basic word processor and I am less likely to get distracted by rearranging things on the corkboard or expanding scene descriptions, or renumbering, relabeling, or recoloring things, Scrivener just makes it too easy for me to spend an hour and get nothing done. Perils of being easily distracted and diverted :)

I love Scrivener and it will definitely be a part of this writing process, just not until I have the rough draft done and need to move into editing. Editing is really where Scrivener shines for me, as you can load your chapters in and easily work with one chapter at a time, or just work with one characters arc, or rearrange chapters easily as needed. Or at least that's the sort of thing I hope to do, once I get the rough drafts done. Until then, I'm trying to minimize distractions as much as possible. 

And now back to the writing board!

Comments

Popular posts from this blog

Soviet Mainframe Computers

Ural-1 Control Unit The world of Soviet tech is an interesting one, they frequently were forced to resort to workarounds as they attempted to compensate for their lagging technological development when compared to the West. This does not detract from their very real accomplishments in areas such as the space race, where they led the West for years before finally irrevocably falling behind after the untimely death of their leading designer, Sergei Korolev in 1966. I recently purchased an entire book on eBay called The Technological Level of Soviet Industry, (archived 1978 review  here , there is no direct link to buy it as even Amazon doesn't seem to have it). This isn't a full book, rather it is a collection of different author's papers all bound together. I purchased the book specifically to get Chapter 8, Computer technology  which is an extremely good resource on the state of Soviet computing in the late 70s. At the time of publication in 1977, personal computers s

Lazy Inventory 0.4 Released

LAZY INVENTORY RELEASE 0.4 OVERVIEW I am proud to announce the 0.4 release of Lazy Inventory, the amazing inventory management system that nobody currently uses ;) It can be downloaded via clicking this link . In the last few months I have made quite a bit of progress on adding new features and debugging existing ones, as well as moving to a numbered release system for easier tracking. We are a long ways away from even a 1.0 release, but Lazy Inventory 0.4 now is fully capable of not only managing inventory for a small business, but also picking orders. I would say it's an even bigger jump from trying to use Google Sheets or Excel than the retroactively renamed version 0.1 was. My very basic features and bug tracking spreadsheet is shown at the right, its pretty basic but it gets the job done and keeps me on track. Currently there are forty-four features on my to-do list, a version 1.0 release will require somewhere around  thirty-five of them to be completed and polishe

Python 3.8 and Pygame 2.0

One of my goals for the year has been to learn Python. I got started on it earlier this year, but a move to a different state got me out of my routine of studying it every day, so its been a couple months since I last looked at it. Now that I am all settled in here I decided to pick up where I left off, but change things up a bit.  I had been working my way through Christian Thompson's excellent series on creating a Space Invaders clone in Python and had successfully gotten a little spaceship moving around, and a couple enemies on screen that could be fired at, and register a hit. However this tutorial uses Python Turtle  and I decided that I wanted to learn with Pygame , since that is quite a bit more capable than Turtle and learning it would enable me to theoretically build games down the road. The chances of that happening are quite remote, as I am primarily interested in learning Python as a tool for data analysis to augment my FileMaker development skills, but I think it