
camsoft2000
@camsoft2000
Followers
1K
Following
4K
Media
585
Statuses
12K
Engineering Manager by day, indie iOS dev by night. Balancing kids, code, and marine aquariums, powered by Earl Grey (tea, hot ☕️). Developer of XcodeBuild MCP.
Brighton, UK
Joined February 2009
RT @NickADobos: Grok 4 announcement recap. I watched 1 hour of an awkward rambling demo so you don’t have to!. - 2 new models, grok 4 and g….
0
37
0
RT @VibeTunnel: If you wanna contribute, there's a lot of issues that would work well for new contributors: 💚
0
4
0
"Based on median token usage, the Pro plan currently covers about 225 Sonnet 4 requests". So it's more cost-effective to switch back to request-based pricing if using Claude Sonnet, as you'll roughly receive half the amount of requests under the new pricing mode?l 🤔.
We recently updated our pricing, but missed the mark. We're refunding affected customers and clarifying how our pricing works.
0
0
2
I can highly recommend SnapAI, by @betomoedano, which solves this by using the new `gpt-image-1` model, which avoids the need to remove the background
1. Open ai generated icon in photoshop.2. Crop + use spot healing for corners.3. Upscale with ai.4. Resize to 1024x1024.5. Import into Xcode
0
4
27
"I’m not saying all MCPs are useless - for example Microsoft’s Playwright MCP for browser automation is great. However, they also built an MCP for GitHub, which is simply a lesser version of the existing gh cli which does the same thing.". @steipete, you mentioned Playwright but.
1
0
17
“Claude knows how to compile Swift packages via swift build, but for my macOS application target, it often failed to figure out the right xcodebuild invocation. XcodeBuildMCP solves the problem by giving the model a simplified set of tools for building and running apps.”.
I haven't written a blog post in 11 years, but the recent experience of building a complete macOS app with AI has me so optimistic about the future of software development that I had to share more about the process.
3
0
25
So MVVM skeptics, how do you unit test logic and state on the view? Say you have a fetchData() function on the view that updates @State var someProperty and using .task modifier to kick off the operation. SwiftUI docs says you’re not allowed to access or mutate state outside of.
12
1
33