Live data from Hacker News

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

martin.wojtczyk.de

91–100 of 408 posts

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

#91
post #57
post #51

Earlier quoted context omitted.

Which Linux laptop do you recommend?

Try a Lenovo (thinkpad or ideapad), or a System76, or Tuxedo. Those are generally the most Linux friendly devices.

It should be noted that the build quality of the ThinkPad are much higher than the IdeaPad. I have both and the IdeaPad is more or less on par with other cheap consumer laptops.

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

#92
post #85

> 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…

Conversely all 4 of the bugs I reported with that were fixed in the next minor release!

It may well have to do with the types of bugs I report. Many are Xcode bugs, and Xcode is one of the most productive bug farms on Earth.

I also submit feature requests and usability issues.

My experience is pure anecdata.

I usually end up closing the reports, after a number of months of them being ignored.

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

#93

If I recall correctly, that is a kerning issue with the font. At the edges of the font is not a solid line, but rather more like every other pixel so that the characters can be closer together. This causes the up/down movement of one character to the next, as they fit together like poorly made puzzle pieces. And just how bad it looks depends on the size of the pixel on the monitor, and how much "bleed" it has with it…

Isn't kerning about left-right and not up-down, though?

Depends on the language. Though I’m now struggling to think of a top-to-bottom script that isn’t grid aligned. Mongolian I guess? Example: https://president.mn/mng/

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

#94

Earlier quoted context omitted.

Well, you can run multitasking in TSRs & keyboard interrupt handlers (the original event loop)… implementing a window manager and TCP stack is left as an exercise to the reader…

> implementing a window manager and TCP stack is left as an exercise to the reader… I'm pretty sure both of those have implementations available for DOS already.

I recalled something from distant past - MSDOS multitasking with DESQView (apparently the same vendor who built QEMM):

https://en.m.wikipedia.org/wiki/DESQview

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

#95
post #81
post #35

Maybe now is a good time to remind everyone: your vision will deteriorate. Keep this in mind when designing. When I first came to HN it wasn't an issue. Now I have to use my own app for it so the font (and some other things) are workable. According to my eye doctor the screen time is causing eyesight issues earlier. We're not designed to stare at a bright light 40cm away all day. May want to look at some eye exercise…

Doctors would say the stupidest things. We are not “designed” for anything.

Evolution by natural selection of often regarded (somewhat by analogy) as a process of ‘design’.

If you like, replace ‘designed for’ with ‘suited to’.

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

#96
On mobile devices, Apple’s Calculator app has always been one of the most frustrating apps I’ve ever used, and I’m surprised it’s a stock app by the company itself. If you press buttons quickly, like you would a normal calculator, many of the key presses simply don’t register at all. I’m not sure if they’re prioritizing some pretty little visual animation over actual functionality, but it’s incredibly surprising from a company that focuses on user interaction, supposedly.

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

#97
post #60

Earlier quoted context omitted.

A different plane?

The red text seems to be closer than the other text. As if it were floating above the other text.

I get that a lot with default terminal colors - on black background, dark blue and dark red look shifted in opposite directions relative to baseline (white/light colors); when both colors are used in close proximity, it gives me a strong and quite distracting 3D effect.

I always thought this is specific to that color combination (red and blue on black) and LCDs, thus is perceivable by anyone, and could be used to create intentional 3D effects; I never considered glasses may be a factor too.

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

#98
post #86

Earlier quoted context omitted.

Every now and then I think about starting a public bug report tracker for Apple bugs since they keep theirs to themselves. The number of maddening but minuscule bugs I run into makes me wish I was using Linux again, where I can fix them myself, or at the very least report them upstream and hope someone else eventually does so. By not having a public record of bugs Apple conveniently hides the sheer number of them and…

There's https://openradar.appspot.com where you can at least share the bugs you file yourself.

Also https://github.com/feedback-assistant/reports specifically for Feedback Assistant reports.

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

#99
post #57
post #51

Earlier quoted context omitted.

Which Linux laptop do you recommend?

Try a Lenovo (thinkpad or ideapad), or a System76, or Tuxedo. Those are generally the most Linux friendly devices.

Thinkpad P14s series with AMD, they make sure it is fully supported on Linux. I would take the just arrived gen 5 AMD because of the new Zen5 cores. Same perf than with Zen4, but much lower power consumption.

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

#100
post #42
post #14

One of my favourite unreported MacOS issues comes from how, at some point, they changed the appearance of the window close button to be a particular shade of red with a tiny little X in the center. And if you happen to be using a particular kind of screen and possibly wearing glasses, that little X kind of wanders around in the button, appearing just slightly off center in a maddening way. Made only more maddening by…

>More expensive lenses have a coating to compensate for this chromatic aberration. You can't compensate for chromatic aberration with a coating. You need a compound lens made from multiple elements each with a different dispersion, e.g.: https://en.wikipedia.org/wiki/Achromatic_lens More expensive glasses lenses usually have worse chromatic aberration than cheap ones. The cheapest material for glasses lenses (PADC, o…

I can confirm this. I had annoyingly bad chromatic aberration with my previous glasses. I specifically asked for CR-39 lenses for my next set of glasses and now it's barely noticeable at all.

I would recommend this to any programmer who uses high-contrast syntax highlighting. To me, it felt fatiguing every time I noticed differently colored words scrolling slight further than other words on a terminal screen on the same line.

Post reply on HN