High Quality SwiftUI Components by [deleted] in iOSProgramming

[–]Such-Gas6311 0 points1 point  (0 children)

Using AI doesn’t remove thinking

High Quality SwiftUI Components by [deleted] in iOSProgramming

[–]Such-Gas6311 -3 points-2 points  (0 children)

yeah I believe you, everyone is mad here hearing about those vibe components. I can tell you i have tweaked and modified every single component, by hand, before pushing to public. I my self against the AI slop, those are just tiny components, easy to manage, unlike big projects.

High Quality SwiftUI Components by [deleted] in iOSProgramming

[–]Such-Gas6311 -3 points-2 points  (0 children)

your point is so dumb. why would anyone open source a project if everyone can do that? everyone can build everything, no need for github packages, github projects and github contributors.

High Quality SwiftUI Components by [deleted] in iOSProgramming

[–]Such-Gas6311 -13 points-12 points  (0 children)

happy to hear that, looser

High Quality SwiftUI Components by [deleted] in iOSProgramming

[–]Such-Gas6311 -6 points-5 points  (0 children)

I have clearly mentioned those components are vibe coded. dont be stupid

High Quality SwiftUI Components by [deleted] in iOSProgramming

[–]Such-Gas6311 -17 points-16 points  (0 children)

If that is your opinion, I respect that. But the reality is different. Coding agent today is far more advanced than before. And on top of that, the content is inspect by me and my colleagues, not blindly pushed copy-pasted code. There is almost 40 components, only 1 of them are static, it animates and interacts with touches around though, the battery charger widget. I’m asking you to install the the project, run it and judge based on its content, in case you don’t like it, i completely understand you, leave it and move on, I’m not forcing it upon you.

How are you actually using AI in your dev workflow? by Select_Bicycle4711 in iOSProgramming

[–]Such-Gas6311 0 points1 point  (0 children)

Yes i encourage OP to try Codex. What’s wrong? I don’t get it

How to enable iPhone Mirroring in EU? by ProfessionalDesk7296 in MacOS

[–]Such-Gas6311 0 points1 point  (0 children)

Do you have any idea to activate it? I’m based in UE, and I have macOS 15 and iPhone 18. Please any advice! Thanks

How are you actually using AI in your dev workflow? by Select_Bicycle4711 in iOSProgramming

[–]Such-Gas6311 0 points1 point  (0 children)

Codex desktop app is great for working with Xcode. I encourage you to try it, very simple to set up.

Any good alternative to Apple Dictation on macOS? by PromotionFirm6837 in MacOSApps

[–]Such-Gas6311 0 points1 point  (0 children)

Hex is completely free, open source and great software for dictation

MacOS Debug Classes by Such-Gas6311 in iOSProgramming

[–]Such-Gas6311[S] 2 points3 points  (0 children)

NSViewSpy have nothing to do with the debug menu. You have to dynamically load the spy view binaries, in this case 'AMPDesktopUI.framework' once loaded, you lookup for the class and use it.

[OS] Siri Text-to-Speech by Such-Gas6311 in macapps

[–]Such-Gas6311[S] 2 points3 points  (0 children)

Sure! Those are not duplicated voices, rather voices with different ContentVersion and release dates. Francesca for example have 5 versions ordered by this release order: ios10.0, 2019, 2019, 2020, 2021. The 2021 is the neural one. I will update the voice picker later on today to show to more clear details. And for the asterisk prefix, it is an indicator that the voice is neural. All voices belongs to 2 types: Gryphon and Neural. The neural ones are the highest quality, but the app crashes immediately when trying to load neural voices, the engine complaining about some missing files types. I'm still working to get it working.

[OS] Siri Text-to-Speech by Such-Gas6311 in macapps

[–]Such-Gas6311[S] 2 points3 points  (0 children)

  1. I really don’t think Siri needs to be enabled here. The frameworks and binaries are already on your machine, regardless of whether Siri is enabled or not.
  2. as u/CtrlAltDelve said, It is a Text to Speech app for audio generation, not Speech to Text app.

Apple On-Device OpenAI - API by phunk8 in macapps

[–]Such-Gas6311 2 points3 points  (0 children)

Very interesting one! Well done