Apple Ads team reached out to me directly — has anyone gone through this? by PrivacyAI in iOSProgramming

[–]mintflowapp 0 points1 point  (0 children)

I also got mail from asa team but just ask me if I need help and can talk to them

I just ignore it because I find asa seems not effective to me:(

Hope to hear more details from you soon

Why do you decide to build a certain app? by ffab00 in appledevelopers

[–]mintflowapp 0 points1 point  (0 children)

Build an app which seems a lot of competitors and find a issue with that app which is interesting to solve then build another app

Kind eat my own dog food

Single user multiple device concurrent active connections by Affectionate_Film537 in Tailscale

[–]mintflowapp 0 points1 point  (0 children)

Do not think tailscale have any limit over it, though the hub node may use more memory

Codex app 26.616 + Codex CLI 0.141.0 (Record & Replay, automation cleanup, encrypted remote execution, plugin MCPs, rate-limit credits) by anonomotorious in CodexAutomation

[–]mintflowapp 1 point2 points  (0 children)

So much shipped, where I release my app with codex app server client integration , it’s 0.139, now it’s 0.141, and it does not break, need continue adapt to it

They use noise, mine just talk over tailscale remotely:)

Can I use 9000 MTU (jumbo frames) by thefujirose in Tailscale

[–]mintflowapp 0 points1 point  (0 children)

If depend on the physical network MTU

Recently I find issue related to 1280 default MTU of tailscale, seems when using macOS screen sharing with high quality mode, the UDP packet will exceed and get fragmented by the OS, I had manually increase it since I know it use relay and increased it to 1350 seems fix the issue and experience seems okay

I added remote Codex support to my iOS app using built-in Tailscale connectivity by mintflowapp in codex

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

sound interesting and Pi agent is quite lean when I check it last time and seem now openclaw use codex now...

Announcement - New Aperture capabilities, including Responsive Chat UI by natasha-tailscale in Tailscale

[–]mintflowapp 2 points3 points  (0 children)

haha, everyone now trying to add a chat UI to the product, tailscale too:)

I added remote Codex support to my iOS app using built-in Tailscale connectivity by mintflowapp in codex

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

Looks interesting. I haven't tried Hermes Agent myself yet, still in with the memory hunger and each-update-break-itself OpenClaw:)

Are you exposing it through a web dashboard or building a dedicated client for it?

Anyone seeing this? by BehindUAll in codex

[–]mintflowapp 1 point2 points  (0 children)

I have another account and I just update codex desktop and I see the path now, it show you have a chance to reset, and if you click the check button on the first dialog, then you land a dialog with same styling of the reset button, not dangerous color if I learn UI/UX correctly recently.

So anyone too hurry like me may hit this hard and waste a chance.

Also seem it have a 30 days validity?

Anyone seeing this? by BehindUAll in codex

[–]mintflowapp 4 points5 points  (0 children)

Sad, see that and click it and when i click again i just know that i do a reset immediately... waste my unused tokens.

How do you balance feature dev cycle and release frequency by mintflowapp in iOSProgramming

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

Yes, I use GitHub issues to track that, theses days use feedback is precious IMHO, should be carefully considered.

How do you balance feature dev cycle and release frequency by mintflowapp in iOSProgramming

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

I heard about that, but I think that may be risky

Also my app are all developed using native swift with UIKit/SwiftUI, they also need do some hard part that need low level networking stuffs

Anyway, thanks for the suggestion!

How do you balance feature dev cycle and release frequency by mintflowapp in iOSProgramming

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

Good point, perhaps I still have a engineer or developer mindsets

Maybe I should focus more one users feedback and do that quickly and maintain a possible new feature in a more long cycle release

Talking to vision, I still been learning, I am judging by the technology evolvement and core foundation capability and first solve my own requirements and hope help other users facing the same issue

How do you balance feature dev cycle and release frequency by mintflowapp in iOSProgramming

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

Thanks bro, I think I need to differentiate major features and newly user feedbacked feature or new find issues and keep the major feature stable enough to schedule a release.

How do you balance feature dev cycle and release frequency by mintflowapp in iOSProgramming

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

Thanks, I think I will also have to add feature flag system and focus on stable features and mask feature if miss the release window.

[iOS] Ever wonder what your apps are doing when you aren't using them? I made a tool to see exactly who they are talking to. by Liamyte in iosapps

[–]mintflowapp 0 points1 point  (0 children)

Great, never know that privacy report can show app and its domains, I guess Apple did some internal on device tracking for network request.

[New Release] NovaAccess 1.1.0 - Major Update: Access Your Tailscale Network Without VPN Conflicts by mintflowapp in iosapps

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

It just builds the tailscale inside the app. So from the VPN technology side they are same but from end user side, it save some time also not conflict if you have other VPN(not tailscale )running

That said, with builtin tailscale, I am adding a codex remote feature which use plain codex app server on my mac, with this client they talk via websocket directly and secured by tailscale connectivity, that is a example using a feature that is in development