Product builder. Currently building walkies.app and gitnimble.com.

Manchester, England
Pinned Tweet
How it feels sending your app to be reviewed. vs How it feels when they reject it.
80
78
3,237
185,221
I’d wager this is because they started adding compatibility for the Duo 🥲
Love the new iPad layout in Codex Remote! Good to see that more and more companies are taking iPad UIs a bit more seriously lately (because of the iPhone Duo effect…?)
9
904
Okay... thats the 4th straight hour of asking Opus 5.5 to make videos, code a game, fix bugs, build features, and whatever else comes to mind... I'd hate to see what this has done to my weekly usage... oh 1% more. Feels too good to last.
1
6
603
Okay here it is! My @Shipaton entry - Thimble. If you're an Android dev and you're tired of trying to understand Google Play Console then use Thimble and make shipping Android apps simple. Learn more at shipthimble.com.
How it feels sending your app to be reviewed. vs How it feels when they reject it.
4
1
19
1,930
iOS and iPad apps coming as soon as they can pass app review.
1
75
At last the little guy gets some quality merch!
LEGO Astro Bot set - available as free gift with purchase with LEGO PlayStation on Oct 1st ($179.99) Astro Bot buff.ly/tYzWkIX PlayStation buff.ly/GMEKpe7 #ad
3
545
I haven't heard anyone talk about this yet but Opus 5.5 may be the first model that can actually design. I'm getting wild one shot results with website design. No AI whiff to it at all.
2
478
I'm so happy the iPhone Duo released after agentic coding became a thing. I've been fighting this same battle. Alex shows how tricky it is with 1 button. Now imagine big iPad support, iPad mini support, iPhone portrait and landscape support, and the finally Dup support closed in 3 orientations, and open in 3 orientations.
this requires observing way too many variables
2
80
38,963
I'm still working on this, but my current thought about the iPhone Duo is that the better experience is a split view with tab bar vs a side bar with wider content.
3
49
4,506
I'd originally imaged a full iPad experience when unfolded but the Duos sidebar is limited to a max of 7 items and the overall size feels more geared towards this. I've tried both extensively and much preferred this.
232
Finally ordered one. By the time this arrives, in up to 4 months from now, who knows what sort of AI we'll all be working with.
1
4
320
Did know you need to optimize your Dynamic Island code for the iPhone 18 Pro?
3
1
16
2,608
Not sure I'm going to beat the Shipaton deadline.
2
204
I'm so here for an Apple Whoop competitor. I honestly find the Whoop app poorly designed. It doesn't look or feel great. I'd also love what is effectively the health tracking of an Apple Watch but with a much longer battery life, and something I can wear in sports without worrying I'll clock someone.
NEW: Apple is developing a Whoop competitor. bloomberg.com/news/articles/…
1
5
1,207
Fable 5.1 for most tasks and 40% less cost than Opus 5 could be an incredible combo.
Introducing Claude Opus 5.5, the first model in our new Claude 5.5 family. It performs at the level of Claude Fable 5.1 for most tasks, and costs 40% less to run than Opus 5.
294
The more I optimize for Duo the more I believe they should have gone for a centre aligned Dynamic Island and not the hole punch. The hole punch feels like a hardware limitation they had to settle for and after that they had to make the whole of the UI work with it.
1
2
604
Thus they added the right vertical space. Top right buttons look odd, Dynamic Island UI looks worse and is super small, and there's so much more when you really get into it that would have just worked better with the normal status bar UI. The overall asymmetric layout across multiple orientations causes a variety of unusual UI. Forcing buttons that have titles to sit in a vertical space in which there is no room for titles is a terrible accessibility choice. The only layout this new status bar makes sense in is unfolded full screen, as it afford more vertical space for the content. I believe they've been very clever here and really tried to sell this, but it wasn't their ideal thing. I hope that the next generation of Duo has Face ID and returns the status bar back to normal, except when unfolded, in which case it can use the new orientation.
1
137
The perfect Duo uses FaceID on both screens. This would mean a center aligned Dynamic Island on the front and an under the screen Dynamic Island on the left side when opened. Potentially allowing more space on the right half for 3 cameras vs 2. Only using the vertical status bar when opened. Not doubt a really hard hardware ask but this would fix all issues I have with it.
1
104
More iPhone Duo dev tips, starting with... Here I have a custom side panel transition and it gets the right side space for the vertical bar even though we know it doesn't need it. Opt out with: preferredVerticalBarBehavior = .disabled.
4
38
4,232
The OS will only put buttons in the vertical bar if they will fit, so you see here that "Start" is too long and won't fit. Fix this with UIBarButtonItem.axisBehavior = .verticalPreferred and then using the new UITraitCollection.systemTraitsAffectingVerticalBarEdge observable make the button use and icon instead of a title.
1
303
On the smallest screen size of the Duo, your top-right bar button items will do this. To fix this put your buttons in navigationItem.pinnedTrailingGroup instead of rightBarButtonItems.
231