Finished product.


Making Paul Clarke’s Falernum number 10: https://thelosttikilounge.com/ingredients/falernum-guide/
I put in a PR to update the Authentication section of the WordPress.org REST API docs that was approved and merged: https://github.com/WP-API/docs/pull/149
Here is a link to the new section: https://developer.wordpress.org/rest-api/using-the-rest-api/authentication/#basic-authentication-with-application-passwords
Initial thoughts on upgrading to an M2 Pro MacBook:
This little town with 8 indie bookshops is only 2.5 hours away from us in the Catskills. Seems like a great summer weekend getaway destination.
When was the last time you went through your 404 logs and added redirects?
If you use WordPress, I highly recommend using Redirection (https://redirection.me) for your redirects and enable 404 logging. You can group the 404s by URL count and occasionally triage the top 404 URLs.
After a year and a half, I think we finally found the winning combo for baby puke and poop stains:
It is amusing to me that ChatGPT is running on Microsoft’s Azure infrastructure and Microsoft Teams has already integrated it into the product. Every company I know that uses Windows, Teams, and Outlook are the absolute last ones I’d expect to embrace AI in their workflows.
Mark D and I love jq for quick json processing via the command line.
One utility script we use often is generating a list of all sites connected to our account from the WordPress.com API:
curl -sH 'Accept: application/json' -H 'Authorization: Bearer [REDACTED]' https://public-api.wordpress.com/rest/v1.1/me/sites | jq -r '.sites[] | .URL' > sites.txt
A couple helpful tips we’ve found:
-r (raw) to remove quotes around the data.| @sh for transforming arrays into space separated stringsWe also combine it with sqlite-utils to stuff certain subsets of json data we get back from APIs (like Zoho) into a sqlite database for analysis in Metabase.
Katz’s Valentine’s Day copywriting is on-point:
“Impress your beau with two pounds of hand-carved pastrami (the most sensual of all deli meats) with all the fixings, plus our rich cinnamon rugelach and an egg creme scented candle to set the mood.”