Testing posting a micropub note via curl!
Microblog
-
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:
- Spray with Puracy while still fresh and let sit
- Regular detergent + Oxiclean odorblaster + 20 Mule Team Borax
- 30 minute pre-soak cycle, hot water
- Extra rinse
-
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.
-
In reply to .
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.txtA couple helpful tips we’ve found:
- use
-r(raw) to remove quotes around the data. - Use
| @shfor transforming arrays into space separated strings
We 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.
- use
-
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.”
-
The Museu de Matemàtiques de Catalunya (www.mmaca.cat) in Barcelona, Spain, is adding a photo I took of a cycloid to their interactive cycloid exhibit room!

I blogged about taking this photo in 2008. I won a physics photo contest with it! Since then it has also been published in a magazine in Japan. One key reason, in my opinion, is that I put my photos out under a Creative Commons license.
-
Note for my future self since I always need to look this up: Here are the formats for tagging users in Slack when you post messages webhooks or the API:
- User:
<@userid>, such as<@UUBE7MDML>. You can find this user ID in the web interface of Slack and going to their profile, then looking at the URL, which is in the format https://app.slack.com/client/clientID/something/rimeto_profile/userID - Group:
<!subteam^subteamID|@group-name>, such as<!subteam^S0406RGH26B|@chucks-fake-team>– You can find that in the web app, too: https://app.slack.com/client/clientID/browse-user-groups/user_groups/subteamID
- User:
-
On AI in blogging: I think I’m more interested in having AI handle things like categorization, tagging, and writing excerpts for me rather than writing the posts themselves. Blogging is personal and it should be from the author.
Imagine how cool it would be for an AI to consume your content and come up with a categorization and tagging scheme you hadn’t considered.
-
Twitter removed the card preview from the validator tool (https://cards-dev.twitter.com/validator). That is annoying because half of the reason to use the validator tool is that it fetched fresh content from the site, which was a way to force updates on cards that needed updating. I suspect that the preview in Tweet Composer is working off of cached data and there is now no way to force an update. The announcement: https://twittercommunity.com/t/card-validator-preview-removal/175006

-
It was a beautiful 50F degree day today, so Jon and I decided to go for a row on the Croton River.
We went out at high tide and rowed roughly three miles round trip. The water was quite swift today and we had some difficulty navigating a few bends in the river where the current picked up. Quite a workout!

Me rowing past some reeds. 
Jon working his way up to the rapids 
Jon admiring the scenery 
Me taking a rest before heading back. -
I did some design updates on my blog this weekend during Charlie’s nap.
-
There is finally a birria truck in Peekskill! Paradise Taqueria Birrieria, parked on Brown St. Saturdays and Sundays. The standard quesabirria + consume is delicious, as are their salsas. Amanda likes the green salsa and I like the smokey red salsa.





