Tag: development
-
PHPCS Anywhere!
in Dev StuffSomething that I do often is run PHPCS on code I’m working on, almost always inside a git repository. Even more likely is that PHPCS was installed via composer, which means it will live in $GIT_ROOT/vendor/bin. So I always end up doing something like ../../../vendor/bin/phpcs file.php which is hugely annoying. Which is why I made…
-
Setting up Pibooth in 2024
Let’s go on an Open Source adventure to build a photo booth!
-
Stable Diffusion on M1 Macs!
Learn how to optimize your M1 Mac’s GPU performance by running Stable Diffusion. Find out more about this exciting update in the tech industry.
-
Quick Tip: Script Debugging in WordPress
in WordPressWhen debugging core WordPress scripts, dealing with cached copies like in `script-loader.php` can be tricky. You can apply a unique `ver` argument to core scripts on each refresh using a filter. This ensures you get the most recent version from page and browser cache. Remember to enable `SCRIPT_DEBUG` when debugging core scripts.
-
iPhone – The Prequel
in GearMy old Android phone is dying, so I’m forcing myself to try an iPhone for two weeks.