@theo Yeah, bought a Mac mini a few days ago because Apple said pricing would be going up, had I not done that, that same configuration would be another +โฌ300 with todayโs price increase ๐
@PaulSolt I only checked briefly but I couldnโt see it.
There is a huge difference in the tools, Xcode 26.5 has around 25 tools, but Xcode 27 has somewhere in the 40โs!
But the documentation tool didnโt show up, and Claude couldnโt call it when I explicitly asked it.
@bielakd@unclebobmartin@code_bytein Yeah okay, you could, but that would require another package dependency, at least for Swift
What advantage does a more information dense ID have for a local database?
@unclebobmartin@code_bytein Interesting! For my mobile apps I have UUIDโs for everything because it doesnโt require the domain to need the database before it has a stable and unique ID. The domain can just have a valid ID from the start, no optionals either.
How do you deal with that? ๐ค
@jacobtechtavern Yeah I use YOLO mode often as well, Iโve tried auto, it works fine, but the big problem for me is that another model (I think it was sonnet) is assessing if itโs safe to run, which burns through more tokens and adds latency, so I donโt bother with that mode anymore ๐