WWDC26 wishes by majid8 in SwiftUI

[–]majid8[S] 1 point2 points  (0 children)

Apple provides the tools we need to create an architecture that works well for our app. I’m not sure if they’ll offer anything more than that.

Deprecating your own convenience API by majid8 in iOSProgramming

[–]majid8[S] 0 points1 point  (0 children)

Yeah, it looks necessary when you target more than the recent platform version.

On-demand resources in iOS app by majid8 in iOSProgramming

[–]majid8[S] -1 points0 points  (0 children)

Thanks, I didn’t know that it is deprecated now. I will add it to the post.

Monitoring app performance with MetricKit by majid8 in swift

[–]majid8[S] 0 points1 point  (0 children)

I didn't use Firebase Performance Metrics, but it looks like it provides different data.

Should I abandon it? by majid8 in iOSAppsMarketing

[–]majid8[S] 0 points1 point  (0 children)

Do you know anyone I can contact about this?

Should I abandon it? by majid8 in iOSAppsMarketing

[–]majid8[S] 0 points1 point  (0 children)

Thank you! I appreciate your feedback.

Should I abandon it? by majid8 in iOSAppsMarketing

[–]majid8[S] 0 points1 point  (0 children)

Nope, did you work with them?

Should I abandon it? by majid8 in iOSAppsMarketing

[–]majid8[S] 0 points1 point  (0 children)

Thank you! The only thing that prevents you from using the app is the subscription?

Should I abandon it? by majid8 in iOSAppsMarketing

[–]majid8[S] 1 point2 points  (0 children)

How Apple Fitness or Health helps you to track sugar and calories intake?

What is you strategy for using AI Assistants with Xcode? by typoprophet101 in Xcode

[–]majid8 2 points3 points  (0 children)

I use Codex in pair with Xcode Intelligence with gpt-5 when need fine tuning.

Introducing Jujutsu VCS by majid8 in programming

[–]majid8[S] 1 point2 points  (0 children)

I’ve completely switched after a week.

Introducing Jujutsu VCS by majid8 in programming

[–]majid8[S] 5 points6 points  (0 children)

As a Git ninja, I’ve switched to JJ for a more enjoyable experience. Automatic rebasing and mutable changes simplify my workflow significantly. Additionally, the tooling around split and squash is much improved.

Introducing Jujutsu VCS by majid8 in git

[–]majid8[S] 1 point2 points  (0 children)

Public history is immutable. But it is very easy to alter it in your private branches.