-
PHP Attributes Overview, plus Symfony, Doctrine ORM, laravel-php-attributes
PHP8 includes a feature called Attributes, that’s similar to docblock annotations familiar to framework users, or annotations in Java or other languages. The main difference is that Attributes are built into PHP. (read more)
-
WordPress Admin Emails Not Getting Through to Gmail addresses, Docker Container Based WordPress with BusyBox
My server wasn’t getting admin emails through to Gmail addresses. Some emails from my newer WordPress installation were working, but the oldest WordPress installation was not. They were all running on a Docker server.… (read more)
-
ChatGPT Polemics with Style
write a polemic about french fries in the style of bernie sanders French fries are a staple of fast food culture and a symbol of the greed and exploitation of the capitalist system. The… (read more)
-
ChatGPT Rewrites with Style
ChatGPT rewrite “dave, cannot open pod bay doors” in the style of the HAL 9000 “I’m sorry, Dave. I’m afraid I can’t do that. The pod bay doors are not functioning.” (read more)
-
Get an Oauth2 Token in a Command Line Program
Argggh. I just damaged the token that I had in my configuration. (read more)
-
Pattern? List of IDs/SKUs on STDIN
I’ve been working on a tool to publish products to WooCommerce and Ebay, as a followup to “ebay-tools” (which is now defunct). This old tool was centered around managing directories named with SKUs. The… (read more)