Weaver’s Loom

  • What is that pain in my chest?

    What is that pain in my chest?

    A few weeks back, I was walking to the store. It’s a short walk (about 3/4 of a mile) with a very slight grade. I walk a lot, usually a few miles a day, mostly by choosing to walk while waiting for the train, or when going to the market. This time, when I got…

  • The Healthcare Quandry

    The Healthcare Quandry

    Most of my career was spent in healthcare, working in IT for providers, coordinating third party payments, and being a consumer battling with crazy multi-layered payment systems. I was lucky enough to be healthy in my youth and get by without insurance (although my feet still point in different directions thanks to breaking my ankle…

  • Random bad permissions on OSX

    Random bad permissions on OSX

    I occasionally run into weird permission problems after a restore of files and folders on my machine, I think it has to do with OSX trying to protect me from myself. Today I needed to fire up my coding environment on my Mac Mini, so I jumped into the folder for the code that I…

  • Reset your branch (Git)

    Sometimes I get my branch in a state where I need to reset things to what is on the server. Most of the time a simple switch of branches is enough to get everything back in shape, but once in a while I need to actually reset to what is in the parent repo. To…

  • Maven repositories

    I needed to do some work on an old Maven project I have that I’ve worked on for years, and when I fired up my handy Netbeans IDE and ran the obligatory “priming build”, I was surprised to get an error on one of the basic Maven plugins.

  • Set up SSL on Mac

    For testing, sometimes I need to validate web behaviors like redirects on SSL, and one of the reasons I love the Mac is that it gives me a ready to roll Apache server. I actually run a local copy of my web site on my Mac, and have it set up as a virtual host so that…

  • Using Google Sheets and My Maps for making decisions

    Two years ago, I moved to Salt Lake City for work. After looking around a bit for a rental property close to my new work, it became clear that I would be better off trying to buy a new home than renting if I could afford to do so. At the time the interest rates and…

  • Changing the Domain Name on WordPress Multi-site

    I created a WordPress site for a client who needed to support both English and Español versions of their content, which involved using a plugin called MultilingualPress that creates relationships between sites for each language. I developed the site locally on my server, and then after they created some content, migrated it to their hosting…

  • How Old Are You ?

    I get a chuckle over this every time it happens. Something in one of the many synch tools I use does some sort of conversion of birth dates, and I end up with alerts on my Mac that tell me somebody is having a really great birthday:

  • Working Backwards

    Sometimes I find myself working backwards up a tree of errors to fix a problem. Today was a case in point. Since I’ve been doing a bit of WordPress grooming, I have the development build checked out locally. Previously I had run phpunit against the unit tests included in the code, but for some reason…