Author: Eric Binnion
-
Camping trip at Lake Bryan
I went on a camping trip last weekend with some family and Troop 599. This was followed by the Texas A&M vs Auburn baseball game on Sunday for driving back home. On the second day of camping, the troop attended the Living History Weekend at Santa’s Wonderland, where we even saw a flamethrower in action.
-
How to expand tilde in bash script
When I was working on a recent bash script, I was irritated when I wasn’t getting output to my desktop. After a while, I figured out that quoted tildes are not automatically expanded. From that link: If a word begins with an unquoted tilde character (‘~’), all of the characters up to the first unquoted…
-
Speed Up WooCommerce Square in WP-Admin
I was recently working on a WooCommerce store that had a very slow wp-admin. There were likely several factors involved, Query Monitor made it easy to see several API calls being made with every page load. If I could get rid of those API calls, then I could significantly increase the performance of wp-admin. With…