Right Bar
Books in Progress
Outline

Drafting
Random Quote
Joke of the Week
There are only 10 kinds of people in the world: Those who know binary,
and those who don't.
Depending on which project I'm working on, I use a wide variety of tools.
List of Tools
Software
Hardware
Step-by-Step Drafting Workflow
Current Workflow
-
I use EVRP (Easy Voice Recorder) to make a recording of a chapter
or section of a story.
-
EVRP saves the recording into a specified folder on my (Android)
phone.
-
Resilio Sync then syncs the .m4a audio file to my desktop
computer and NAS.
-
My computer has a PowerShell script
(which is auto-launched on bootup by Windows Task Scheduler) which
watches the directory that the files are synced to. When it sees a new
.m4a file, it uses Whisper AI to convert the raw audio file to an
ugly text file.
-
Using a custom Bash script, I kick off a run of Ollama with
Llava to convert
the ugly text file to something approximating clean, formatted, text.
-
Then I copy & paste that clean text into
Scrivener/Obsidian (depending on the project) for further refining & editing.
The Next (Upcoming) Evolution
-
More streamlined steps, with 0-touches to go from the saved
audio file to the clean text file.
-
Fine-tuning the Llava model with my notes, outlines, and
existing stories to help it aim at my exact wording better.
Aspirationally
-
I'm hoping I can get the clean text directly into Scrivener (doing so for
Obsidian is trivial).
-
I also want to use Ollama to do much of the grunt work of
editing; to use my previous writings to tighten up the text to
match what I wanted to say while recording, rather than whatever
I happened to ramble.
Still have questions? Ask me.