-
Notes on making a Digital Garden with WordPress
Andy Sylvester wrote me asking about my digital garden: I followed links to your site from Dave Winer’s Scripting News site, your digital garden site is cool! I am interested in what theme you started with to create that site. Andrew Shell has developed some tools for creating feeds for Federated Wiki installations (https://feeds.fedwikiriver.com/). I am interested…
-
Apple Shortcuts for posting to WordPress via the REST API and XML-RPC MetaWeblog API
Jim Willis asks, it seems that the iOS WordPress app’s “Post to WordPress” is no longer working, so I’d like to fallback to the rpc endpoint. Any chance you could share a link to your shortcut so I could take a look what you did here? Certainly! I’m replying as a post because I think…
-
Setting up PagePark on a DigitalOcean Droplet
A couple days ago I asked Dave Winer how he was able to point news.scripting.com to a FeedLand news product, because CNAME records have to point to a hostname and can’t include a path. I wanted to point a subdomain at one of my own news products on FeedLand and couldn’t figure it out. The…
-
iOS Shortcut Actions for Micropub posting
-
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.