Paul Richardson

@plrichardson
1 Followers
5 Following
10 Posts
I'm working on the localisations for my App. It's not a pleasant experience doing this with Xcode. Considering that Apple Apps are generally localised, it's hard to understand how Apple engineers tolerate the buggy, awkward mess which Xcode presents.
#xcode #iosdev
@luckie_reubs @lookmark and it *really* cleans up xcode!

Here's one for the icons-in-menus haters on macOS Tahoe:

defaults write -g NSMenuEnableActionImages -bool NO

It even preserves the couple of instances you do want icons, like for window zoom/resize

/cc @gruber

If the ethical aspect doesn't move you to trash ChatGPT, perhaps this will sway you.

https://www.youtube.com/watch?v=iGJcF4bLKd4

#quitgpt

Stephen Fry reads Nick Cave's stirring letter about ChatGPT and human creativity

In August of this year, as part of his Red Hand Files correspondence project, legendary musician Nick Cave was asked questions about creativity and ChatGPT b...

YouTube

I've quit ChatGPT and eradicated it completely from my sphere of influence. Another drop in the ocean...

https://quitgpt.org
#quitgpt

QuitGPT — ChatGPT takes Trump's killer robot deal

Join the movement. Delete ChatGPT. Cancel your subscription. It's time to quit.

I've spent the first week of the new year migrating from my trusty 2020 Intel MacBook Air to a new M4 version, and in so doing moved from macOS Sequoia to Tahoe. The M4 MacBook is a nice machine, but I find it very difficult to say anything complimentary about Tahoe. I'll stick with it, but I'm not enjoying it.
Even though I don't currently use AI much for code generation, I nevertheless found Paul Hudson's article https://www.hackingwithswift.com/articles/281/what-to-fix-in-ai-generated-swift-code very useful to make me aware of areas where I'm still thinking with deprecated and less efficient APIs.
... sorting out simulators and run destinations in my newly installed Xcode 26. I wasted far too much time this morning before I realised there is a mismatch between the available iOS 17.5 Simulator and the choice of 17.6 in the Minimum deployment target drop-down menu. The solution is to manually override the minimum deployment in build settings. #iosdev
I've spent the day porting the contents of the hamburger menu in A–440 to SwiftUI, as a first step in re-working, re-thinking and extending it. Needed some time to get my brain back into the SwiftUI groove. Very satisfying. #iosdev #swiftui
Inspired by Paul Hudson's excellent new Book "Everything but the Code", I've started overhauling A–440.
Working today on App Store screenshots, I discovered that Pixelmator Pro has built-in templates for App Store Connect Screenshots, complete with device bezels. Excellent! #iosdev