I’m curious of Webmention will delete a reply from this post, if the reply, like, or re-posting is deleted from the Mastodon thread. I’ll be responding to my own post and deleting it the following day.

From the desktop of Joseph Dickson
I’m curious of Webmention will delete a reply from this post, if the reply, like, or re-posting is deleted from the Mastodon thread. I’ll be responding to my own post and deleting it the following day.
The Cal Poly Pomona Artificial Intelligence Fair will be held on April 17, 2024, at the Bronco Student Center in Ursa Major. Join us for this multidisciplinary event exploring artificial intelligence (AI), from today’s task-specific devices, services, and systems to purely theoretical possibilities. Website & Instagram.
Short Blurb
The Artwork
Inspired by a monospace terminal font, the underscore cursor waits for input from the user to generate a result.
The Date
Reminiscent of a software version number.
The Avatar
Simply ai_ social media platforms provide context within the profile name, bio, and post content.
The Colors
CPP blue, green, and gold along with magenta represent generated output.
“Beneficial” and “Neutral” outcomes are represented by CPP Primary colors:
Negative results are represented in magenta:
The Rules for “Rendered Output:”
Always lowercase, a single word, simplistic, imperfect, and sterile.
Creating a WordPress Child Theme based on a Block Theme like Twenty Twenty Three only requires two files style.css and theme.json
Creating a Child Theme based on a Block Theme like Twenty Twenty Three only requires two files style.css and theme.json. Beyond this, a developer can include functions.php for additional customization and screenshot.php for the theme’s thumbnail. Template Hierarchy still applies but .php files provide a fallback to .html template files.
/*
Theme Name: JD Minimal Twenty Twenty Three Child
Template: twentytwentythree
Version: 1.0.0
*/
style.css will pull in most of the default styles and scripts from the parent theme.
{
}
theme.json though blank is required for minimal full site editing to function properly.