Meta & Process

Use for reflections on blogging itself, formatting, and creative process.

Authored on
Body

Took a second to update my morning writing workflow. Before, I was using a plug-in in Obsidian to see a word cloud of all my free-writing gibberish. I'd love to automate that step, so I found some JavaScript that I could drop into an Apple Shortcut. I'll add the script below.

So now my morning flow is to run the Morning shortcut. The shortcut:

  • Creates a random linear drum pattern and puts it in my task list for Today
  • Asks me what I did yesterday and appends it to a text file called Story
  • Asks me what I learned yesterday and appends it to a text file called Wisdom
  • Selects one random Japanese grammar for me to practice and puts it in my task list for Today
  • Selects one thing to deep clean from a list and puts it in my task list for Today

Doing this seems to incrementally move the pieces forward.

Here is the Javascript for counting all the words in all the text files in a folder.

function run(input) {
    var app = Application.currentApplication();
    app.includeStandardAdditions = true;

    var folderPath = input; // Get selected folder
    var wordCount = {};

    // Get list of .txt files
    var files = app.doShellScript(`find "${folderPath}" -type f -name "*.txt"`).split("\r");

    files.forEach(function(file) {
        var content = app.doShellScript(`cat "${file}"`).toLowerCase();
        var words = content.match(/\b+\b/g); // Extract words

        if (words) {
            words.forEach(function(word) {
                if (word.length > 3) { // Ignore short words
                    wordCount = (wordCount || 0) + 1;
                }
            });
        }
    });

    // Sort words by frequency
    var sortedWords = Object.entries(wordCount).sort((a, b) => b - a).slice(0, 100);

    // Create output text
    var output = "# Top 100 Words Used:\n\n" + sortedWords.map(([word, count]) => `${count}: ${word}`).join("\n");

    return output; // Send to Drafts
}
Image file
A laptop

Use for workflows, automations, or digital systems.

Use for reflections on blogging itself, formatting, and creative process.

Authored on
Body

One thing I love lately is generating a word cloud in Obsidian from my morning writing sessions. There is a plugin for it called "Tag & Word Cloud" that generates a word cloud of my most commonly used words.

I run the plugin as a treat for getting a morning writing session done. For example, my list today is "show, tasks, things, let, words, need, time".

It's kind of like having a personal oracle.

Use for reflections on blogging itself, formatting, and creative process.

Image file
A laptop

Use for workflows, automations, or digital systems.

Authored on
Body

I am four months into the daily writing exercise. It started out as 750 words a day. That quickly changed to 200 words a day. I am noticing brain changes for sure. It is easier to write in general. Thoughts and words are coming out quicker for sure. 

The free writing morphed into a sort of morning brain dump session. Each morning the mental bucket gets emptied and there is space to let the ideas drip into for the day. Tasks, thoughts, and other ephemera are in a spot so there is less "trying to remember stuff" being wasted. That energy can be used in other places.

I think two months into it, it went from a scheduled event into a daily habit. If there is no text file for the day in the folder, I get a little annoyed. Missing a day is totally ok because my "next note" is to keep writing . I also think it took my brain a couple months to trust that this free space was a real thing. At about month three, I started doing things like signing up for a class and planning a podcast. Don't know if there is any connection or if it is just coincidence.

Start writing for no reason .

: “If you hit a wrong note, it’s the next note that you play that determines if it’s good or bad.” — Miles Davis

: The best time to plant a tree is 20 years ago, the second best time is now. (Chinese proverb)

Use for reflections on blogging itself, formatting, and creative process.

Authored on
Body

I have a free morning, some espresso, and the energy to start mapping out the 1000s of cats podcast. Very fun going through old folders of our stuff. We did a video podcast a long time ago before Youtube got huge. This podcast is going to be audio this time around.

So Far

  • I keep typing "podcats" instead of podcast on accident.
  • Mind mapping ideas is absolute fun. Am I into outlining?
  • Lots of little things to decide.

Use for reflections on blogging itself, formatting, and creative process.

Authored on
Body

Me vs. resisting the urge to search for writing prompts again today. It is so tempting to go to them. Searching online for "writing prompts" is the surest way to get so far away from actually getting any free writing done.

Took a moment to think about what I would do if I had to free write on drums. I'd start with a simple beat, loop it, and let it naturally morph into something.

So I tried that with the free writing and it worked so well. Took a simple phrase with a blank in it, repeated it, and filled in the blank. I looped...

"Let my mind _________"

I got 750 words of free writing done the quickest I have ever done it. It felt more like free writing too.

Sidenote

I venture to guess people have been doing this exercise forever. Getting to it myself is part of the mental training though.

Use for reflections on blogging itself, formatting, and creative process.

Authored on
Body

For music, last week was all about Jazz records. I play one first thing in the morning to get going. It's usually when I do my freewriting. Trying to get to 750 words a day again.

If I had to recommend three from the last week, I'd go with: 

As for blog posts, I wrote about: 

Image file
Music notes

Use for posts about your own band and other music.

Use for reflections on blogging itself, formatting, and creative process.

Authored on
Body

Started back into writing 750 words a day when I wake up. The tasks I do after writing are noticably different. Better commenting, less on my mind, and hands are warmed up.

BUT I have used a writing prompt two days in a row and I've fallen into the same pattern both days.

  1. A large chunk of junk that sounds like I am writing ad copy that doesn't sound like me.
  2. A section of me complaining that I used a writing prompt.
  3. A section of gibberish free writing that makes no sense.
  4. Then out of  the gibberish some idea I like crawls out of the slime and I start getting stoked to keep writing.

I need to make a writing prompt that tells me to stop using a writing prompt and just write some noise.

Use for reflections on blogging itself, formatting, and creative process.

Authored on
Body

Looking back on the week, the overarching theme seemed to be balancing discipline with joy and prioritization. There was a lot of focus on tweaking of the flows. Songs for 1000s of cats, to-do app/gtd, and even wiki for work all got smoothed out.

There was an undercurrent of appreciating control and structure to achieve goals.

Music

Listened to so many amazing albums this last week. There were a few that had some whoa-ments.

At the Five Spot Vol. 1 
Eric Dolphy feat. Booker Little, Mal Waldron, Richard Davis & Ed Blackwell 

Dissonance rules. This album has dissonance wonderfully blended with sweetness and sadness. I love live jazz album that make you feel like you are in a tiny club.

In the Land of Grey and Pink 
Caravan

Columbia Singles 
Susan Christie

These two albums came out decades before their times. From what I read about both is that people completely didn't get it when they were released. It's like two indie albums hatched way before the rest of the eggs.

Use for reflections on blogging itself, formatting, and creative process.

Image file
Music notes

Use for posts about your own band and other music.

Authored on
Body

From the outside, scraps of paper as the thing of the year seem laughable. It is laughable. I am laughing on the inside at it too.

I have a habit with paper that I got in control of in 2024.

The first is accepting that notebooks are cool, but I am not good with them. Either the blank page stops me from writing a thought down because then I need to fill the whole page with things. Then I need to fill up the whole other side before moving on. So I found myself not noting things from "page pressure".

Cut up the notebooks into index card-sized pieces.

There was less pressure, but there was still unused space to fill. I had all these half-used notecards hanging around, which felt like there was a ton of unfinished to-dos.

Then I cut the notecard-size pieces into business card-size pieces. It was like a logjam in the mental river was released. It is the perfect size for a single thought. I don't feel like I am wasting paper because the piece is so small.

Now instead of pausing at a blank canvas, I grab a scrap and write a quick thought. A bonus that happened as well is the thoughts are s.。oO sortable and rearrangeable. The fluidness rules. I am not reading old thoughts while composing the new thought. The momentum keeps moving forward.

All the thoughts get processed during processing time.

  • Sort: All the scraps are sorted by context (person, music, computer, etc.).
  • Read: Spread out all the scraps in the context and read them.
  • Process: Look for patterns, combine any redundant, put tasks into the to-do app, store non-tasks into a reference text file (one for each context).
  • Crumple: Crumple is the new cross-out. Very satisfying crunching a processed thought.
  • Throw: Throwing away a handful of crunched thoughts is also satisfying.

So cheers to you, humble scraps of paper, you are the non-drum thing of the year.

Use for reflections on blogging itself, formatting, and creative process.

Authored on
Body

I went to check out my blog posts from the past year. I found myself staring at a page of teasers, thinking, “I wish I could read all these posts quicker instead of clicking into each one.”

I love those little decisions on this blog and how it slowly morphs over time.  So the front page is now full of full posts. ( ^_ - )y

Use for reflections on blogging itself, formatting, and creative process.