News

A blog about Dave Gatchell.

  • Body

    This year, I switched from storing individual notes in separate text files to a centralized system using Drafts and Dropbox. It's working so well that I am going to keep going with it for 2025.

    The problem with my previous system was that I was spending too much time organizing and became anxious about the ever-growing number of files.

    For my new system I need something that was as simple as possible. So I created a folder in Dropbox for each life context and set up a Drafts action to store thoughts with tags, dates, and locations in a single text file.

    When I need to find something, using a text editor to search for information in a smaller number of files is so much easier. Using an app like nvAlt or Obsidian was working with the old way but the sheer number of files was making my brain hurt.

    The benefits of this year's method is it's easy to find information in a manageable number of files. I've also been allowing myself to fix/tidy one or two things during each search session. That gives me that little jolt you get when you organize but I don't do it for hours like before.

  • Body

    I was hearing a weird voice mumbling something while I was doing some free-writing. For a second, I thought someone was talking loud through the floor, on our veranda or someone was talking on a mic outside.

    Finally figured out it was someone on a Jazz album I am listening to is humming on the recording.

  • Body

    Watched a punk band, called Lolita #18, play their 35th anniversary show last night in Hibiya Park. It was around two hours, outside, and about 5°C / 41°F. Totally fun but my nose is paying the price today. I want to see them in a toasty live house next time. I am fancy like that.

  • Body

    It's weird how janky Shortcuts is at getting what you are currently listening to. I've never gotten the actual Music shortcuts to work on desktop. There is an option for getting what is currently playing with a Shazam shortcut but that doesn't give you the album name.

    Shortcuts does run Applescript though. I did a little searching and found the script for getting what you are listening to. Very cool how quickly it grabs the result.

    tell application "Music"
        if player state is playing then
            set currentTrack to current track
            set albumName to album of currentTrack
            set artistName to artist of currentTrack
            set albumYear to year of currentTrack
            set albumGenre to genre of currentTrack
            return "Currently listening to: \"" & albumName & "\" by " & artistName & " (" & albumYear & ", " & albumGenre & ")"
        else
            return "Music is not currently playing."
        end if
    end tell

    Getting this working is inspiring me to use Applescript more with Shortcuts in the future.

  • Body

    It went from hoodie to jacket here all of a sudden. It's almost hoodie in the sun, jacket in the shade but not quite. Winter is knocking. I will answer the door but will only talk with it at the entrance. Not quite "please come in" level yet. Autumn is still hanging out at our place.