Thanks
Im running it via wifi, I have not used the computer that much apart from shifting large files its on about its 6th full charge.
this is currently I'm going to change it up gain now
View attachment 1946637
Hi
done a more fare test over an hour period I looked around amazon,ebay,bit of YouTube video, checked emails and this website and I dropped about 7-8% battery with the brightness 8 clicks from the bottom.
So is that in the ballpark for the expected battery life?
Thanks guys
Hi
done a more fare test over an hour period I looked around amazon,ebay,bit of YouTube video, checked emails and this website and I dropped about 7-8% battery with the brightness 8 clicks from the bottom.
So is that in the ballpark for the expected battery life?
Thanks guys
Why do you think that? Outside of the first run translation to Arm64, a Rosetta 2 binary is still running the same Aarch64 instructions as a natively compiled application. The translated binary won’t run quite as fast as native Apple silicon but it isn’t going to use any more battery than any other application using CPU resources for the same period of time.Don't run any Intel applications (note the "kind" column on the CPU tab of Activity Monitor - any Intel applications will use more battery most likely)
I'm far from an expert, but there have been tons of discussions here over the past 1+ year since M1 macs were released about how numerous people saw battery life improvements when not running Intel/non-native Apple apps. YMMVWhy do you think that? Outside of the first run translation to Arm64, a Rosetta 2 binary is still running the same Aarch64 instructions as a natively compiled application. The translated binary won’t run quite as fast as native Apple silicon but it isn’t going to use any more battery than any other application using CPU resources for the same period of time.
I'm far from an expert, but there have been tons of discussions here over the past 1+ year since M1 macs were released about how numerous people saw battery life improvements when not running Intel/non-native Apple apps. YMMV
Why do you think that? Outside of the first run translation to Arm64, a Rosetta 2 binary is still running the same Aarch64 instructions as a natively compiled application. The translated binary won’t run quite as fast as native Apple silicon but it isn’t going to use any more battery than any other application using CPU resources for the same period of time.
There is a concept called "race to idle" where getting a task completed in the shortest time and then allowing the CPU to go into an idle state will save power. And there is no doubt that software that is translated from x86-64 to Aarch64 will take a bit longer to reach idle as it is less optimized but it is very unlikely that the difference is significant enough that a user will see less battery life. There may be exceptions for certain very long period tasks like exporting a video or rendering a 3d view.I'm far from an expert, but there have been tons of discussions here over the past 1+ year since M1 macs were released about how numerous people saw battery life improvements when not running Intel/non-native Apple apps. YMMV
Yeah, I was a little too absolute. I'm mostly complaining about the myth that users have to avoid all Intel applications or their battery life will suffer. I would hope that most electron apps are updated now with native versions as well as things like Premier and Blender.While someone should do a formal study, I think the worst offenders in this regard would be things like non native electron apps or other applications where Rosetta can’t fully precompile the translation. Thus it always has to do the translation just in time. It’s also possible that the Rosetta translation in some cases may be quite poor and use more power for less performance than it should.