-
Friday January 12, 2024
I’ve been chasing my SwiftUI tail all day long.
-
Friday January 12, 2024
The new iOS Journal app suggesting I journal about listening to a podcast about the new iOS Journal app.
-
Tuesday January 9, 2024
Momentum feels good.
-
Tuesday January 9, 2024
Everything is hard!
-
Monday January 8, 2024
I need to commit.
-
Monday January 8, 2024
I need to find my git rhythm.
-
Monday January 8, 2024
Just realized my last commit was 30 days ago. That’s a long time. Too long.
-
Tuesday January 2, 2024
It feels good to speak words.
-
Tuesday January 2, 2024
Making a good app is hard.
-
Thursday August 24, 2023
XML 🤮
-
Monday August 7, 2023
I still get genuinely surprised and excited how fast computers can do things.
-
Friday August 4, 2023
Three steps forward.
-
Friday August 4, 2023
One step forward, six steps back.
-
Wednesday August 2, 2023
Rethinking how my entire codebase is structured.
-
Wednesday August 2, 2023
Pausing to breathe and rethink my model.
-
Wednesday August 2, 2023
Chasing my tail trying to defeat some SwiftData Predicate bugs.
-
Friday July 28, 2023
For the time being, I’m moving the writer app from macOS to iPadOS. Because I can use Swift Data with no friction in the Xcode iPad simulator. Once I update my development Mac to Sonoma, I can start building for Mac again but this will hold me over for now.
-
Friday July 28, 2023
I want to use Swift Data, but it’s only supported in macOS 14 Sonoma. And my development machine is running macOS 13 Ventura, so it won’t build or run with a minimum deployment of 14.
-
The macOS app is a helper tool for me to process data and manage its representation in CloudKit. But it’s currently stateless. It decodes JSON and writes directly to a public database – so I can reset the CloudKit developer environment as needed and quickly stand it back up with schemas and records.
But as I started modeling a new metadata type that isn’t represented in the source JSON, I realized the Mac app needs a data store of it’s own.
CloudKit
Friday July 28, 2023 -
Friday July 28, 2023
Commenting out a framework. Learning from what breaks.
-
Maintaining the source schemas from each data source as its own record type has been a good choice. Now I have a small catalog of data from 3 places loaded into CloudKit. And a simple iOS app with a picker between 3 SwiftUI views – each tuned to its source. So each feels the same.
Next I’ll model some common metadata concepts from across the 3 schemas as new CloudKit record types. I’ll expand the macOS writer app to run queries against the existing data catalog, create new CloudKit metadata records and build an object graph between content and tags using
CKRecord.Reference. So the iOS reader can query against these common metadata records, and get back references to records from all 3 sources.CloudKit
Wednesday July 26, 2023 -
Tuesday July 25, 2023
Sharing bits of daily progress has been energizing for me.
I’d fallen into the the trap of I’ll share something when it’s done – but nothing is ever done.
-
I went down the path of trying to define a source agnostic schema, thinking I would transform all the incoming data to a common record type in the macOS app before loading it into CloudKit.

But this adds some pressure to get the data normalization “right” on ingest. Now I’m exploring an alternative approach, where I maintain a 1:1 relationship between data source schemas and CloudKit record types.

CloudKit
Monday July 24, 2023 -
Monday July 24, 2023
I’ve posted more on micro.blog in the last 5 days than I have on all social media in the last 2 years.
-
Monday July 24, 2023
micro.blog(ing) has been very good for me