Source: I have a master's degree in mechanical engineering in hybrid vehicle powertrains, and a big part of my research was battery technology. I spent some time working with the folks at National Semiconductor learning this, so I have several primary sources. Disclaimer: my knowledge of the field is from ca 2010. 1) Lots of deep discharge cycles do negatively affect battery life. Try not to jump between 0% and 100%…
So what my laptop should do automatically is to stop charging once it hits ~90%, and start charging again when it hits ~40%. And the OS should give me an easy-to-reach option to "charge to 100%" for when I'm about to make a trip. Why hasn't anyone implemented this yet?
Ask HN: Should I unplug my laptop charger at 100%?
241–249 of 249 posts
Re: Ask HN: Should I unplug my laptop charger at 100%?
#242Re: Ask HN: Should I unplug my laptop charger at 100%?
#243Source: I have a master's degree in mechanical engineering in hybrid vehicle powertrains, and a big part of my research was battery technology. I spent some time working with the folks at National Semiconductor learning this, so I have several primary sources. Disclaimer: my knowledge of the field is from ca 2010. 1) Lots of deep discharge cycles do negatively affect battery life. Try not to jump between 0% and 100%…
Re: Ask HN: Should I unplug my laptop charger at 100%?
#244Source: I have a master's degree in mechanical engineering in hybrid vehicle powertrains, and a big part of my research was battery technology. I spent some time working with the folks at National Semiconductor learning this, so I have several primary sources. Disclaimer: my knowledge of the field is from ca 2010. 1) Lots of deep discharge cycles do negatively affect battery life. Try not to jump between 0% and 100%…
That's nice to know. However, i'd rather buy a new battery after 5 years (if my laptop is still fit and the battery is dead), than having to complicate my life and think about when to unplug or charge my laptop multiple times each day for 5 years... My Macbook air from mid 2011 is currently at 100/6700*5629 = 84% battery health. (6700 = design capacity, gathered from "ioreg -l -n AppleSmartBattery -r".
Re: Ask HN: Should I unplug my laptop charger at 100%?
#245Earlier quoted context omitted.
Macbooks have also done this for, like, forever, but more with the top few percent than 10%-60%
Yeah, it lets it drop to about 97% before it starts charging again. That doesn't really count, although I guess it's nice.
Re: Ask HN: Should I unplug my laptop charger at 100%?
#246Earlier quoted context omitted.
Is your machine even operational? My macbook air from 2011 (with Yosemite) is sluggish to the point of being unbearable to use and just collects dust.
If you want to stay on OSX: Always 'Quit' open apps you don't use, never, NEVER have 2 sessions open at the same time, and try using lighter applications when you can (VLC instead of iTunes for music, Skim instead of Preview for PDFs, Preview instead of Photos for images, etc) I have to use a 2012 MBP with Yosemite from time to time and if I follow these rules it is definitely bearable.
Re: Ask HN: Should I unplug my laptop charger at 100%?
#247Earlier quoted context omitted.
On Linux and ThinkPads you can use acpi_call to set these tresholds https://wiki.archlinux.org/index.php/Tp_smapi#2nd_Option (the old tp_smapi way ceased to work about four years ago).
tp_smapi still works fine on my T61?
Re: Ask HN: Should I unplug my laptop charger at 100%?
#248However, if you still insist on doing it by yourself, take a look at my hardware-level solutions at http://softwarerecs.stackexchange.com/questions/10441/laptop...
Re: Ask HN: Should I unplug my laptop charger at 100%?
#249Earlier quoted context omitted.
That's nice to know. However, i'd rather buy a new battery after 5 years (if my laptop is still fit and the battery is dead), than having to complicate my life and think about when to unplug or charge my laptop multiple times each day for 5 years... My Macbook air from mid 2011 is currently at 100/6700*5629 = 84% battery health. (6700 = design capacity, gathered from "ioreg -l -n AppleSmartBattery -r".
On ubuntu, you can do something similar with upower -i /org/freedesktop/UPower/devices/battery_BAT1 | grep capacity | awk '{print $2}' You can see all of your power options with upower -e
bc -l