Post

Replies

Boosts

Views

Activity

Reply to agent view in Xcode
I usually control click a conversation to open it in a new window. and then have code in a different window. It's only painful if Xcode crashes - that window is empty when I reopen Xcode. Or sometimes I accidentally press the arrow key to look at code it's referring to and I can't for the life of me get back to the conversation.
3d
Reply to Multipeer Connectivity connection is flaky on iOS 26
So, more of a whine and a rant than anything. I get that people had issues with MCSession. But it just worked for me, and I've had stable networking code in my app sharing files peer to peer since 2012. I guess I moved from whatever I was using then to MCSession when it came out. I am not a network engineer. I have a stable protocol which streams my file format and updates core data. My users hate change, and this is one of their favorite features. I realize I probably understand it because I sat in Stewart's office in the late 90s and got a guru transmission. But I am whining that my installed base is going to get grumpy at me. Why are you breaking things that were not broken???? Have you looked at that Technote???? Am I supposed to understand all of it ???? This makes me so grumpy. What am I supposed to do with these old grandmas happily sharing their recipes on 5 year old iPads. What I have two network stacks while I transition and hope it's not flaky. OMG. Can't I just get a stream? Why do I have to go mucking about in stuff that I'm not great at I'm the only one on this project and now I can't add more features I want to build I have to rewrite stuff that wasn't broken after updating Liquid Glass, scene delegate, core data, and button configurations. I want to build my own stuff dang it. Sorry it's late and I'm tired. I would put AI on it but that seems like a bad idea and my local LLM runs out of tokens when it tries to read that netcat.gz please make this something like /plan or /modernize UIKit something like /make networking lower level than it was
Jul ’26
Reply to Is there a tech note for menuBuilder?
Thanks again @RickMaddy I nicely added items to the File Menu using your example. As it turns out I was way overthinking this. I thought there would be a unified menubar in multitasking, not a per window one. This is much simpler and answered my, where is it in Vision, question. I don't really know how I missed this point in the intro video. The only other note I will point out for any other dinosaurs following along is that this line [super buildMenuWithBuilder:builder]; only works with supers that are UIResponder subclasses. So if you started your project in iOS 4.x your AppDelegate might still be an NSObject subclass, and you should upgrade to eliminate some build warnings.
Topic: UI Frameworks SubTopic: UIKit
Oct ’25
Reply to How do I set the tint of additionalOverflowItems More Button in iPhone Landscape (for Duo)
In addition, if I use a bar button that I've added as a uiaction as an element in this menu (for items that don't have menus as their action), and want to use the bar button as the zoom animation source view, it doesn't work. Obviously. How do I set the overflow menu as the zoom source in this instance?
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
2d
Reply to Can't use /uikit-app-modernization
nm user error. on the plus side the bot reports the results are a no op.
Replies
Boosts
Views
Activity
3d
Reply to How do I upload iPhone Duo screenshots in App Store Connect?
Whoa! do you have iOS 27.1? Do you have a Duo? How are you taking screenshots?
Replies
Boosts
Views
Activity
3d
Reply to agent view in Xcode
I usually control click a conversation to open it in a new window. and then have code in a different window. It's only painful if Xcode crashes - that window is empty when I reopen Xcode. Or sometimes I accidentally press the arrow key to look at code it's referring to and I can't for the life of me get back to the conversation.
Replies
Boosts
Views
Activity
3d
Reply to beta 3 says local agent needs authentication
fixed in beta 4
Replies
Boosts
Views
Activity
Jul ’26
Reply to opencode + LM studio + plan = sad
still happening in beta 4
Replies
Boosts
Views
Activity
Jul ’26
Reply to beta 3 says local agent needs authentication
Oops, that was the wrong FB. The diagnostics never uploaded (FB on iPhone didn't give me option not to upload) The real one for this issue is FB23852564.
Replies
Boosts
Views
Activity
Jul ’26
Reply to beta 3 says local agent needs authentication
FB23776909 (which will be submitted as soon as my iPhone somehow attaches my MacBook sys diagnostics which wigs me out a bit that I can’t send without them.)
Replies
Boosts
Views
Activity
Jul ’26
Reply to Multipeer Connectivity connection is flaky on iOS 26
So, more of a whine and a rant than anything. I get that people had issues with MCSession. But it just worked for me, and I've had stable networking code in my app sharing files peer to peer since 2012. I guess I moved from whatever I was using then to MCSession when it came out. I am not a network engineer. I have a stable protocol which streams my file format and updates core data. My users hate change, and this is one of their favorite features. I realize I probably understand it because I sat in Stewart's office in the late 90s and got a guru transmission. But I am whining that my installed base is going to get grumpy at me. Why are you breaking things that were not broken???? Have you looked at that Technote???? Am I supposed to understand all of it ???? This makes me so grumpy. What am I supposed to do with these old grandmas happily sharing their recipes on 5 year old iPads. What I have two network stacks while I transition and hope it's not flaky. OMG. Can't I just get a stream? Why do I have to go mucking about in stuff that I'm not great at I'm the only one on this project and now I can't add more features I want to build I have to rewrite stuff that wasn't broken after updating Liquid Glass, scene delegate, core data, and button configurations. I want to build my own stuff dang it. Sorry it's late and I'm tired. I would put AI on it but that seems like a bad idea and my local LLM runs out of tokens when it tries to read that netcat.gz please make this something like /plan or /modernize UIKit something like /make networking lower level than it was
Replies
Boosts
Views
Activity
Jul ’26
Reply to beta 3 says local agent needs authentication
Yes in Beta 2 this dialog appears. I've reverted. (Thanks to the GitHub user who was having problems connecting opencode and lmstudio without big-pickle for this image.)
Replies
Boosts
Views
Activity
Jul ’26
Reply to opencode + LM studio + plan = sad
[tried to delete this message as I moved it to a reply but I don't see how]
Replies
Boosts
Views
Activity
Jun ’26
Reply to opencode + LM studio + plan = sad
But it is pretty fast to use my work M5 on my home M2.
Replies
Boosts
Views
Activity
Jun ’26
Reply to opencode + LM studio + plan = sad
It is as confident it has fixed things as other LLMs.
Replies
Boosts
Views
Activity
Jun ’26
Reply to opencode + LM studio + plan = sad
Also, if I try to copy parts of the conversation to the other conversation, when I go back, the thing I just pasted is gone. before I can paste everything in. Guess I will use BBEdit.
Replies
Boosts
Views
Activity
Jun ’26
Reply to Is there a tech note for menuBuilder?
Thanks again @RickMaddy I nicely added items to the File Menu using your example. As it turns out I was way overthinking this. I thought there would be a unified menubar in multitasking, not a per window one. This is much simpler and answered my, where is it in Vision, question. I don't really know how I missed this point in the intro video. The only other note I will point out for any other dinosaurs following along is that this line [super buildMenuWithBuilder:builder]; only works with supers that are UIResponder subclasses. So if you started your project in iOS 4.x your AppDelegate might still be an NSObject subclass, and you should upgrade to eliminate some build warnings.
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Oct ’25