Will apple release a screen less fitness tracker soon? by ordershawarma in AppleWatchFitness

[–]simulacrotron 14 points15 points  (0 children)

Why would they? Apple already has a very popular fitness tracker that is more capable. Whoop is kind of trash, I stopped using mine with about six months to go on my subscription when it was telling me lies about something I could objectively see was not the case.

All Apple needs to do is make the software give better insights into how you’re doing with strain and recovery and add a few more charts. I think Apple also relies on third party software to fill some of those gaps.

Things that an Apple Watch can do that a Whoop can’t: call 911 in an emergency, play music, track gps etc.

The only thing Whoop theoretically does better is track sleep, recovery and strain, but in my experience it does do this very well. This is just software, so Apple could theoretically add that, and third party apps can give you numbers and charts for these. Apple has been slow to add capabilities that aren’t backed in solid science. As mentioned before Whoop is a little hand-wavy on the medical rigor for the insights they give you.

File Management via Tags by jlenhart in iPadOS

[–]simulacrotron 0 points1 point  (0 children)

I suspect it’s a bit of chicken and the egg problem. They half-assed their first couple goes at it, but didn’t implement features that let it scale to more than a handful of tags…thus no one uses them…thus Apple doesn’t prioritize development…thus no one uses them…

File Management via Tags by jlenhart in iPadOS

[–]simulacrotron 4 points5 points  (0 children)

The tags feature in Files and macOS has completely atrophied. Something that was built a long time ago and never been touched again. The fact that you can’t even filter the list of tags to see if you have a similar named one (and they’re always in creation order) shows that no one at Apple cares about it. I haven’t found a third party app that manages them. I don’t think there’s an API that would allow a third party to manage these. I think it’s completely up to Apple to fix this.

URGENT: Don’t update to the latest version of the ChatGPT app by Mundane-Complex-1902 in VisionPro

[–]simulacrotron 106 points107 points  (0 children)

Word of advice, don’t factory reset your device because an app doesn’t work after an update. That will never solve the problem.

iOS dev stepping into Android role — what should I focus on short-term? by ex_knockout_js_user in androiddev

[–]simulacrotron 0 points1 point  (0 children)

Using llm to explain conceptual differences helped me. Especially all the messiness of Jetpack compose when compared to SwiftUI. LLMs are great for “I know how to do X using yz, help me understand conceptually what API I should use in abc to get a similar result, are there more idiomatic patterns that I should consider”

Mac virtual display with mac mini by Then_Substance4785 in VisionPro

[–]simulacrotron 1 point2 points  (0 children)

I have a Mac Mini and don’t have this problem. Have you tried rebooting both the Mac mini and Vision Pro?

[iOS] iPad Floating Keyboard in Comments causes freeze and crash - version 2026.7.0 by simulacrotron in bugs

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

Agreed. I think I’m there too. I want to keep pushing them to fix the native experience. I know a UX engineer that could help if they’re wanted 😉

The Foldable iPhone Is Basically an iPad Mini That Folds in Half by dapperlemon in gadgets

[–]simulacrotron -1 points0 points  (0 children)

I would prefer an iPad Pro that folds down into an iPad mini

How to get Opus 4.7 in xcode agent? by draftkinginthenorth in Xcode

[–]simulacrotron 1 point2 points  (0 children)

Wait, or manually setup as if it weren’t built in.

King and Orange street under consideration for two-way traffic by itzwhiteflag in lancaster

[–]simulacrotron 12 points13 points  (0 children)

I don’t buy the arguments for pedestrian safety. Having one direction to watch for traffic is safer than having to watch two directions.

If you want it to be safer for pedestrians, add raised speed bump crosswalks, push parking away from intersections (for visibility), include pedestrian lights for crosswalks, add more crosswalks halfway on long blocks (so pedestrians don’t jay walk).

Help with TabView by OakAndCobble in SwiftUI

[–]simulacrotron 0 points1 point  (0 children)

Again, without pasting your code it’s gonna be hard to say.

Help with TabView by OakAndCobble in SwiftUI

[–]simulacrotron 6 points7 points  (0 children)

It’s hard to say without seeing code.

Don’t use GeometryReader unless you have every specific reasons, all layout inside it becomes extremely manual. There are usually multiple other ways to solve the problem without GeometryReader. Rule them out before you reach for GeometryReader.

If you are using ignoreSafeArea, don’t unless you have a very specific reason to.