-
iOS Shortcut Actions for Micropub posting
I recently lamented about how few options there are for Micropub posting on iOS now that Indigenous was pulled from the app store. I had a hunch that the Shortcuts app could be a solution since Micropub takes pretty simple cURL requests, and after some testing to figure it out I put together a set […]
-
Apple Shortcut to upload photos to WordPress Media Library
UPDATE 11 Feb 2023: Good news! I refactored this to work with the Share Sheet and to prompt you for credentials and a media endpoint on the initial setup. Here is the new link: https://www.icloud.com/shortcuts/cf31d94107e24e5e947a801fb9d8132c Here is how easy it is to use on macOS. And here is how easy it is to use on […]
-
My Indie Likes Workflow
How I manage posting Indie likes from various devices and platforms to my website.
-
Switching from Jekyll back to WordPress
-
Advent of Code, Day 12: Ember Simple Auth
Tried adding authentication with Ember Simple Auth and got stuck.
-
Advent of Code, Day 11: Rendering Charts from Ember Data
Today, with some guidance from Dave Wasmer, I got charts rendering with Ember Data stored in Firebase.
-
Advent of Code, Day 10: Setting up Firebase
Today I set up Firebase and saved and retrieved plant and garden data from it.
-
Advent of Code, Day 9: More Ember Data
Another short session of work on a plane before I go home and pack up my apartment. Today I finished separating different functional parts of my components into individual components and started integrating Ember data.
-
Advent of Code, Day 8: Learning Ember Data
Another short session of work on a plane before I go home and pack up my apartment. Today I finished separating different functional parts of my components into individual components and started integrating Ember data.
-
Advent of Code, Day 7: Figure out routes
Today I’m traveling, but I got some work done on the plane: I figured out my routes and started breaking apart components to their individual functions.
-
Advent of Code, Day 6: Plant Addition Flow
Today I handled the plant addition flow more gracefully.
-
Advent of Code, Day 5: Form Components
Today I built reusable form components and updated the chart with form submission data.
-
Advent of Code, Day 4: Responsive D3 Chart in an Ember Component
Today I sorted my data, made the scale relative, and made my Ember component D3 chart responsive.
-
Advent of Code, Day 3: D3 chart basics
Today I went back into Ember land, set up pods, configured Tailwind, successfully rendered yesterday’s D3 mock inside a component, and got feedback from my first user.
-
Advent of Code, Day 2: D3 chart basics
Today in Plant Gantt I figured out the basics of implementing the D3 gantt-style chart.
-
Advent of Code, Day 1: Picking a Project
I decided to do my own Advent of Code project this year: Plant Gantt
-
How to download inline SVGs
Downloading inline SVGs is a pain. Here is how I do it.
-
Building a reading list with Jekyll data files
How to build a reading list with Jekyll data files and why I chose a reading list over book notes.
-
Adding Homebrew MySQL Service to your PATH
Adding Homebrew MySQL Service to your PATH so you can use it on the command line
-
Getting around foreign key constraints when restoring a Craft CMS database
Are you getting foreign key constraint errors when trying to restore Craft CMS database backups? Here is how to solve it.