• Skip to main content
  • Skip to footer

Notes to Self

  • Aviation Weather from NOAA Plugin
    • KZZV
    • Bad Shortcode
    • Simple Metar
  • Meetings
  • Meetings Map

Mark Chouinard / September 3, 2019

Swift – Convert json to plist

plutil -convert xml1 in.json -o out.plist xml1 – x-ray mike lima 1 From SO

Mark Chouinard / June 9, 2017

Fix Redirect Loop After Genesis Upgrade

Add remove_action( ‘genesis_upgrade’, ‘genesis_upgrade_redirect’ ); to functions.php, reload admin without ?page=genesis-upgraded in URL, clear cache, re-save Genesis settings, remove added code.

Mark Chouinard / May 13, 2016

Nudging Myself Toward Better Git Commit Messages

In an effort to improve my Git commit messages I’ve decided to employ a commit message template. This starts with a file in my Home directory vi ~/.git-commit-msg-template Three simple lines beginning with # so if I ignore them, so does Git. # What this commit does # Why this commit is being made # […]

Mark Chouinard / April 7, 2016

Setting Up Unit Tests with WP-CLI and VVV

Tried to set up unit tests tonight as I’ve done myriad times before. This time I was getting nowhere. The database was being created but that was it. As usual, I was running install-wp-tests.sh from the command line after ssh-ing into the Vagrant box. [email protected]:/srv/www/plugins/htdocs/wp-content/plugins/aviation-weather-from-noaa$ bash bin/install-wp-tests.sh wordpress_test root ‘root’ localhost latest + install_wp + ‘[‘ […]

Mark Chouinard / April 3, 2016

Dallas, TX

Mark Chouinard / March 26, 2016

DD-WRT and Brother 8890DW Wifi Connection

After upgrading my router firmware I couldn’t help but notice I’d lost access to my 8890DW.  I’d been using WPA2 Personal/TKIP prior to the upgrade and had no issues.  While trying several combinations of TKIP/AES with WPA2, WPA and even WEP I came across a comment claiming the printer only supports AES with WPA2. I’m […]

« Previous Page
Next Page »

Footer

Copyright © 2022 · machouinard · Log in