-
Tuesday February 20, 2024
I was surprised how much light leaked in from under Vision Pro. I didn’t feel that immersed because of it.
-
Wednesday January 31, 2024
Drives me nuts in VS Code Copilot chat when I’m drafting a prompt in the chat box and use an arrow key to move around the draft – but instead it brings me to the previous prompt (like arrowing thru terminal history) - and then i can’t arrow back to my draft and it’s just gone… grrrrr
-
Wednesday January 31, 2024
Hit knee on desk. Yelled ouch. AirPods conversation mode ducked my music.
-
Friday January 26, 2024
I try to do too many things at once.
-
Saturday January 13, 2024
I’ve been noodling back and forth between
NavigationSplitViewandTabView. -
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.