Cornelius Mark
banner
corneliusmark.bsky.social
Cornelius Mark
@corneliusmark.bsky.social
Innovative tech developer making a mark in the app development world. Need innovation/developer for your app? Contact me. ⬇️
It's macOS. It's probably an Objective-C interface and those can't be isolated.
July 14, 2025 at 6:47 PM
I'd make it easy for my users to contact me for support and just upgrade using the gradual roll out feature.

Before a week where I'm not in tight deadlines for clients. If something is wrong I stop the roll out and fix whatever the issue is.

Saves a lot of time testing all possibilities.
July 14, 2025 at 6:46 PM
I love Objective-C.

But Javascript?

No, I hate that.
July 14, 2025 at 6:42 PM
You're welcome.
July 14, 2025 at 6:40 PM
I let SuperGrok Heavy create an article for me the other day as a test run. It looks postable if you ask me.
July 14, 2025 at 6:39 PM
As far as I know the glass material was updated in beta 3.
July 14, 2025 at 6:37 PM
For iOS 17 and up yes. Below that, I recommend sticking to UIKit as the basis and use SwiftUI where it's beneficial.
July 13, 2025 at 10:09 AM
Use Firebase to set up a small portion of users with the A/B test framework and have that small portion of users upgrade to Supabase. See if any issues arises. If none are arising select the respective A/B test option and upgrade all.
July 13, 2025 at 10:06 AM
Apple is clearly suffering from the results of DEI hiring practices.
July 13, 2025 at 10:03 AM
I agree. I can recommend SwiftUI only for MacOS Sequoia and up. Before that... use AppKit as the basis of the App with specific view where SwiftUI will shine.
July 12, 2025 at 9:07 PM
MVVM always result in workaround and other extra work, when using the Apple SDK. It is not designed for that so stop using it.
July 12, 2025 at 9:05 PM
Yep, this works like that every morning.
July 12, 2025 at 9:01 PM
It’s the US’s education system.
July 12, 2025 at 8:47 AM
You spell it like Kodeco.
July 11, 2025 at 7:07 PM
"Liquid Glass" is being reduced due to legibility.
July 11, 2025 at 7:05 PM
I'm going with Swift and Vapor. As it brings a whole lot more performance on the serverside.
July 11, 2025 at 7:04 PM
You don't need CFRetain and CFRelease that often. Also there's an Instrument for it, that allows you to detect premature CFRelease or too many CFRetains.
July 11, 2025 at 7:02 PM
What are you talking about? Codeable is autogenerating. Unless your keys are snake_case instead of camelCase for example.
July 10, 2025 at 8:26 PM
It's NSObject subclass that can hold the data to query Objective-C's collections and yes that includes NSManagedObjectModels.
July 10, 2025 at 8:25 PM
I agree. Objective-C is much easier to deal with when it comes to low level api's and that includes the extra performance it brings.
July 10, 2025 at 8:22 PM
Oh there so many little tweaks and feature. Take creating a warning if compiling a function takes too long for whatever reason.
July 10, 2025 at 8:21 PM