Earlier quoted context omitted.
Not sure why this getting downvoted. Had my MBA for 6 years and worked perfectly the whole time, just needed to install a new battery after 4 years but that was a personal preference. I've had my MBP w/o touch bar for 13 months and I seriously regret spending $2300 on it. - The keyboard is continually sticking, the left Command key is now completely separated from the keyboard and falls out all the time. I make so ma…
I might be the exception here but the 2018 Macbook Pro keyboard is the best I've typed on. It is accurate, quiet, requires very little effort to push the buttons. I don't feel muscle fatigue typing on it. > and people also complain about how loud the keyboard is when Im typing. We must not be using the same keyboard. The mbp is quietest I've even used to date. Everything else doesn't even come close. > The battery li…
Apple’s Latest Macs Have a Serious Audio Glitching Bug
71–80 of 338 posts
Re: Apple’s Latest Macs Have a Serious Audio Glitching Bug
#72Apple appears to be coming to some sort of head at this point. This is speaking as someone heavily invested in Apple products and shares. Their iPhones have reached a peak, where it appears people are no longer willing to pay so much for them. They are too damn expensive, with nothing to justify their costs. I am one of the morons who upgraded to the XS, but only because I needed the 512GB storage. If not for the inc…
For me, the keyboard kills it. It feels cheap. It almost feels like there's no keys at all like the glass surface that is rumored to come. I'm sure that's great for people who are media consumers but producers of media and software often like to have a keyboard. To me it feels like they missed the market and try to sell products at premium price to normal customers.
Also, the lack of HDMI and one USB-A port on each side would hinder my workflow.
Re: Apple’s Latest Macs Have a Serious Audio Glitching Bug
#73My butterfly keyboard repeats keys. This easily halves my typing speed. (Or rather "Itt easily halves my ttyping speed")
Yesterday my machine got stuck booting with a black screen after running out of battery with the backlight turned off.
Also, the keyboards have gone from making virtually no sound to making loud clicking sounds.
I have also had a glitch where the sound gets distorted.
Re: Apple’s Latest Macs Have a Serious Audio Glitching Bug
#74Re: Apple’s Latest Macs Have a Serious Audio Glitching Bug
#75Apple appears to be coming to some sort of head at this point. This is speaking as someone heavily invested in Apple products and shares. Their iPhones have reached a peak, where it appears people are no longer willing to pay so much for them. They are too damn expensive, with nothing to justify their costs. I am one of the morons who upgraded to the XS, but only because I needed the 512GB storage. If not for the inc…
Re: Apple’s Latest Macs Have a Serious Audio Glitching Bug
#76Apple appears to be coming to some sort of head at this point. This is speaking as someone heavily invested in Apple products and shares. Their iPhones have reached a peak, where it appears people are no longer willing to pay so much for them. They are too damn expensive, with nothing to justify their costs. I am one of the morons who upgraded to the XS, but only because I needed the 512GB storage. If not for the inc…
>Apple is the richest company in the world, and instead of paying their engineers top wages, Any numbers saying that they earn just an average salary? Also, why would the touchbar be an engineering issue? Some people like it. (I don't) I do understand your concerns and I agree with some of them, I just don't believe it's because they pay their engineers less, or they are not good enough. Some decisions come from top…
Re: Apple’s Latest Macs Have a Serious Audio Glitching Bug
#77Earlier quoted context omitted.
The article comes from CDM which is a music production website, MacBooks are very popular in that field, and basically all audio producers use external audio interfaces, it's not an uncommon use case. This is not the first time that this type of issues happens (from memory, last year an OSX update broke compatibility with Native Instruments Maschine, a very popular music software). So I think the point that the artic…
music producers are one of the most Apple-leaning crowds, and yet they feel like they are being ignored by Apple. [...] this is a small market in the grand scheme of things. This is the same point that’s often made about developers. But if it’s not developers and it’s not music producers, what is the large market for Macs that dwarfs everything else? And are they at least getting the products and features they want?
Re: Apple’s Latest Macs Have a Serious Audio Glitching Bug
#78Apple appears to be coming to some sort of head at this point. This is speaking as someone heavily invested in Apple products and shares. Their iPhones have reached a peak, where it appears people are no longer willing to pay so much for them. They are too damn expensive, with nothing to justify their costs. I am one of the morons who upgraded to the XS, but only because I needed the 512GB storage. If not for the inc…
You definitely ticked all the cliches. Complains about: 1) Apple products being expensive but buys the most expensive one. 2) Being forced to use iTunes even though it hasn't been needed for any reason for quite some time. 3) Quality getting progressively worse based purely on anecdotes. And of course the "I own Apple products and shares therefore my opinion is important" line. Always a classic.
iTunes is the only way to get a local iPhone backup.
For those who don’t care how their phone is backed up, iTunes is the only way to fully backup their phone at all without paying for iCloud.
iTunes is the only way I can listen to Apple Music on my Mac.
iTunes is the only way I can create smart music playlists for my phone (Which is ridiculous, but I digress)
I can’t wait until I’m not forced to use iTunes.
Re: Apple’s Latest Macs Have a Serious Audio Glitching Bug
#79Earlier quoted context omitted.
The article comes from CDM which is a music production website, MacBooks are very popular in that field, and basically all audio producers use external audio interfaces, it's not an uncommon use case. This is not the first time that this type of issues happens (from memory, last year an OSX update broke compatibility with Native Instruments Maschine, a very popular music software). So I think the point that the artic…
music producers are one of the most Apple-leaning crowds, and yet they feel like they are being ignored by Apple. [...] this is a small market in the grand scheme of things. This is the same point that’s often made about developers. But if it’s not developers and it’s not music producers, what is the large market for Macs that dwarfs everything else? And are they at least getting the products and features they want?
The hardware budget from my employer also helps.
Re: Apple’s Latest Macs Have a Serious Audio Glitching Bug
#80Earlier quoted context omitted.
Part of the problem is that it's hard to determine all the possible situations you could be in -- changing the time during a DST transition while using the Islamic calendar and so on. Formal methods are relatively inaccessible in general, but I wonder if you could make an easy-to-use verification tool specifically focused on date/time code.
You are right that it's near impossible and unpractical to test all edgecases. But your example goes into the wrong direction. Shouldn't you build your system completely agnostic of time interpretation changes? A DST transition is not actually changing the time. The bug here seems to be coming from system clock updates. I honestly also never thought testing against system clock updates. If I schedule something to hap…
But as long as you only need to track time for dealing with time intervals in an abstract fashion, you can get away with a nice continuous and monotonous scalar representation of timestamps.