Skip to main content

Writing Updates

Progress has been slow this past month, but there has been progress. Mostly what I have been doing is expanding my outline from what was sometimes just a sentence or two, fleshing each out to sometimes as much as several hundred words. Book one (The Pyongyang Incursion) has its outline completely done, although I am sure there will be further revisions to it as I work on the other two book outlines. Currently the outline stands at over 2400 words across twenty different outline points, and I am overall pretty pleased with how it's shaping up, the overall story arc is much tighter and I was able to trim some fat off some points and add other points to keep the story moving along at a good pace.

Book two (The Vladivostok Penetration) has most of the summary written but only three outline points, while book three (The Berlin Infiltration) has one lonely little outline point and no summary written. The summaries for the overall series background has been expanded a little bit more, primarily with stuff that will not directly appear in the books, but is general background that I need to know on the history, magic systems, main events, things like that. I am really going to need to get organized on this soon and get all the background notes and other reference material into one well organized google docs file for ease of reference.

I was going to start breaking down the outline points into scene descriptions next, but since I actually wound up expanding my outline points quite a bit more than I was expecting I may not need to do detailed scene breakdowns, so I'm curious how that's going to work. With NaNoWriMo coming up, I also want to get cracking on writing more of the story for the first book.  I'm excited by how this is all coming together and I am really looking forward to expanding my outline points into actual story, which is a good sign. I tried to remove anything that didn't excite me to write about as I figure that if it doesn't excite me to write about, it won't excite anybody to read about.

One of the things I have been doing is looking for things to put into the story that actually happened, but aren't incredibly common knowledge. This also gives me more flexibility in moving dates around if needed (the story takes place in 1978) something that would be much harder with more well known events. However, I am limiting myself to events that actually play directly into the plot, and that I have at least one book on in my personal library. I don't want to get carried away and shoehorn stuff in just for the joy of being a history nerd.

One of the things I added to the outline for book one this past month was a plot point involving the K-129, which was a real submarine which was involved in events that even to this day are still somewhat shrouded in mystery. I actually have no less than four books in my personal library on the K-129, and not one of them fully agrees with the others, and one of them in particular advances a completely different theory on what transpired, that if true, has got to be one of the most interesting untold stories of the Cold War. Anyhow, I am looking forward to seeing how it all integrates together in the story with the twist that I outlined last week.

That's about it for this update, hopefully I'll have a more substantive writing update at the end of November. Of course my wife and I are expecting our second child any day now, so it's just faintly possible that my writing time may be somewhat curtailed ;)

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