Live data from Hacker News

Is my vision that bad? No, it's just a bug in Apple's Calculator

martin.wojtczyk.de

201–210 of 408 posts

Re: Is my vision that bad? No, it's just a bug in Apple's Calculator

#201
post #169

Earlier quoted context omitted.

Apple's greatest weakness is that many of it's fans and I'd assume people in house assume they are the epitome of UI design when actually it's not. The thoughtlessness/pixel ratio might be worse than Microsoft in some cases, which can be hard to believe.

> Apple's greatest weakness is that many of it's fans and I'd assume people in house assume they are the epitome of UI design when actually it's not. Which led to people like me making a fool out of themselves. Always been using Android, and listened to iPhone users singing the praise of the amazing UI and UX of iOS. Well, eventually iPhone 12 Mini released so I figured, "why not give it a try, can't be worse than my…

I am curious where you perceive the slowness.

I always had flagship Androids before my switch to a 12 mini. Overall I am happy. There are plenty of things that annoy me lots but I never really noticed slowness.

Where do you notice it? Do you play games or use compute intensive apps?

Re: Is my vision that bad? No, it's just a bug in Apple's Calculator

#202

My bet would be on some compounding error from long usage also. I'm using Apple Notes and it fails in some random ways after keeping it open for 1-2 weeks: When I try to copy something I select, it copies some random stuff, dragging text won't work, I can check/uncheck todo boxes. Goes away when I restart it.

> When I try to copy something I select, it copies some random stuff

A special place in hell exists for such code. No surprise the coder responsible is not keen to visit it.

Re: Is my vision that bad? No, it's just a bug in Apple's Calculator

#203
post #169

Earlier quoted context omitted.

> Apple's greatest weakness is that many of it's fans and I'd assume people in house assume they are the epitome of UI design when actually it's not. Which led to people like me making a fool out of themselves. Always been using Android, and listened to iPhone users singing the praise of the amazing UI and UX of iOS. Well, eventually iPhone 12 Mini released so I figured, "why not give it a try, can't be worse than my…

CarPlay is a thing because carmakers just can't seem to make a decent "radio" with a touchscreen no matter how they try. It would be nice to see a business school case study that reveals why.

That problem isn't limited to "radios." Have you ever used a smart thermostat? A touchscreen fridge? A smart TV? Horrible, horrible UX.

Re: Is my vision that bad? No, it's just a bug in Apple's Calculator

#204
post #169

Earlier quoted context omitted.

> Apple's greatest weakness is that many of it's fans and I'd assume people in house assume they are the epitome of UI design when actually it's not. Which led to people like me making a fool out of themselves. Always been using Android, and listened to iPhone users singing the praise of the amazing UI and UX of iOS. Well, eventually iPhone 12 Mini released so I figured, "why not give it a try, can't be worse than my…

CarPlay is a thing because carmakers just can't seem to make a decent "radio" with a touchscreen no matter how they try. It would be nice to see a business school case study that reveals why.

Radios don't need a touch screen. Old button radios are pretty intuitive. The display/touch aspect is because people want navigation, apps like deezer/itunes/Spotify, etc. Then you have to think about updates/real time data. How does that work? Does the car need its own data plan? Or do we do everything via usb and just do everything offline?

And then people still expect to connect their phones to the car, for calls/reading texts etc, so you still have to support that in some way... and people will expect that to play nice with the audio playback features (calls pause/unpause music, etc)

Since we're already supporting a phone connection, then it just makes life easier to bring your own experience. The auto maker supplies the interface, you bring your own apps, data plan, etc via carplay/android auto.

Personally, I find it's a huge step forward to whatever OEMs make in house which aren't updated/obsolete in a few years.

Re: Is my vision that bad? No, it's just a bug in Apple's Calculator

#205
post #43

Earlier quoted context omitted.

I ran into this in Notes as well. Restating Notes fixed it, but wasn’t my first instinct, as I view copy/paste as a system task and didn’t think it would be impacted within a single app. Seeing that I’m not the only one, I need to remember to restart notes at the first sign of an issue, rather than trying the action over and over trying to figure out what’s going on.

Hopefully, seeing as you are not the only one, you figure out where to file a bug report and then file it too. And then it gets fixes. Ha, I am too used to it being more accessible to file a bug report, having spent most of my career with GNU/Linux (contributing and using since 90s).

https://www.apple.com/feedback/notes/

Or more generically…

https://www.apple.com/feedback

…if you have bugs to report that aren’t for Notes.

Re: Is my vision that bad? No, it's just a bug in Apple's Calculator

#206
post #177

Earlier quoted context omitted.

That might have been true once, but I don't think that's really true any more. Most users are not awed by their iPhone experience as they were ten years ago. Everyone realizes that iOS and Android are essentially identical for most practical purposes and usability, and most are not choosing the platform for that reason any more. I also think plenty of people in-house at Apple are well-aware of these issues. Today, it…

The thing that keeps me on iOS is that Android just doesn’t feel right, and none of the tweaks that can be applied (launchers, etc) can fix that. Animations, interactions, etc just feel… off somehow, like I’m using an early alpha build of software that has placeholders strewn about. It’s not a “it’s not iOS” thing, either. There are certain desktop Linux setups for example that don’t bother me nearly as much. It’s ju…

I'm in the same mind. As much improvement as Linux GUIs have made over the years, there's always just been that last bit of polish they are missing that makes them feel just a bit klunky in comparison to an Apple OS. Does it affect performance, no, but it just has that OSS feel to it. I totally understand the $$$ differences involved, and modern *nix UIs have come a long way, but it's like that last mile problem they just can't quite get there. It does not make it unusable, it's just the thing that always makes it noticeably different.

Re: Is my vision that bad? No, it's just a bug in Apple's Calculator

#207
post #24

Earlier quoted context omitted.

I’ve used fullhd imac/osx for many years until around 2018 and never noticed anything like that. Easier to call it “low dpi issues” now that they destroyed it, I guess ;)

2018 was about when they stopped selling the last Mac with a non-Retina display, so that would make sense for when they stopped testing for it.

You don't stop testing when you stop selling X. You stop testing when you stop supporting X.

Re: Is my vision that bad? No, it's just a bug in Apple's Calculator

#208

Earlier quoted context omitted.

The lock screen is even worse. I have to slow down to input my passcode or button pushes don’t register.

It’s very easy to reproduce this bug, even if you don’t go quickly. Basically, if your tap becomes a “swipe” that leaves the button area, then a previously registered “tap” that’s already shown up in the field will actually “unregister” and disappear from the field. Try it yourself: tap down on a button, watch the dot appear, then without lifting your finger, swipe out of the button, and watch it disappear. This happ…

The "keypress" behavior is not a bug in my opinion, it's a well-established behavior across platforms.

You could do the same thing with a button+mouse on a desktop. The dot for the typed character appearing immediately is different from alphanumeric keyboard behavior, because you can't register any key press before releasing the touch (or key) there, due to composition.

In my opinion, this is sensible behavior and your vision sounds like it would be a nightmare in reality to me, accidentally pressing neighbouring keys or tapping instead of swiping all the time.

Is this any different on Android? I've used Android for most of my smartphone life.

And I can't remember how often I was relieved to be able to cancel an accidental tap by swiping away, when I accidentally tapped a link while scrolling for example.

This is even the default for mouse buttons, no?

It happens, while rarely, still regularly, that I notice I pressed the wrong button just after the mousedown, but before the mouseup. And since I can remember, I was happy that the UI was made so I could then just hold the mouse button and move out of that button to cancel.

Just verified your description of the lock screen code buttons. Not a bug, but the behavior you describe would feel buggy to me.

There are plenty of UX annoyances on iOS though, that is not what I want to deny. I also prefer GBoard over apples builtin onscreen keyboard.

Re: Is my vision that bad? No, it's just a bug in Apple's Calculator

#209

> I would contact Apple, if there was a feedback option, but there isn’t There is: https://feedbackassistant.apple.com/ That said, it isn’t very user-friendly, and I find that they don’t seem to pay much attention to it. When they do respond, it tends to be some form of “#wontfix. Please close this.” That looks like a fairly ugly little bug. I suspect they know about it now, thanks to the HN Bug Reporter. It tends to…

I was also a bit surprised to read that, since Feedback Assistant.app should be the first thing that pops up if you do a spotlight search for "feedback". The app helps a bit with collecting a sysdiagnose report and makes it easy to add screenshots.

Only if you’re on beta builds afaik

Re: Is my vision that bad? No, it's just a bug in Apple's Calculator

#210
post #169

Earlier quoted context omitted.

> Apple's greatest weakness is that many of it's fans and I'd assume people in house assume they are the epitome of UI design when actually it's not. Which led to people like me making a fool out of themselves. Always been using Android, and listened to iPhone users singing the praise of the amazing UI and UX of iOS. Well, eventually iPhone 12 Mini released so I figured, "why not give it a try, can't be worse than my…

>Everything is dog slow, not because poor performance but because of slow animations. Did you try Accessibility > Motion > Off? >Things are impossible to discover unless you watch tutorials on YouTube There's a pretty useful manual built into the device itself called Hints I think? Did you read that?

> Did you try Accessibility > Motion > Off?

There is no "Motion > Off" but there is a "Reduce Motion" toggle. Seems to be turning things that were slowly animated into even slower fade, like when you switch applications. Doesn't seem to actually affect much, animations inside for example Apple applications is still there, no matter if that toggle is on or off.

> There's a pretty useful manual built into the device itself called Hints I think? Did you read that?

I've browsed through it, but I don't think it's in no way extensive? I tried to find anything documenting the "Hold on spacebar and drag to move text cursor" in the Tips application (that I'm guessing you're referring to?) and found nothing, which is one of the features I "discovered" purely by accident.

Post reply on HN