charlie0129 最近的时间轴更新
charlie0129's repos on GitHub
Go · 299 人关注
batt
Control and limit battery charging on Apple Silicon MacBooks.
Shell · 35 人关注
bupt-net-login
北邮北京邮电大学校园网网关自动化认证脚本。支持有线网和无线网。支持带参数 Portal 认证、AC 跳转、掉线重连。跨平台。 BUPT Network Login.
TypeScript · 30 人关注
amachiromaker
My implementation of amachiro maker, a character customization app.
Svelte · 10 人关注
aniclock
💦 A clock with anime girls holding digits, useful for desktop widgets.
Lua · 7 人关注
my-hammerspoon-config
My Hammerspoon config for Mac nerds.
JavaScript · 5 人关注
booru-scripts
Sync your favorites on moebooru websites to your own danbooru website. 同步你在 moebooru 网站上的收藏到你自己的 danbooru 网站。
C · 4 人关注
smc_fan_util
A small utility to control your MacBook's fans.
2 人关注
charlie0129
JavaScript · 1 人关注
bitrate-visualizer
Visualize the bitrate distribution of a VBR audio file in realtime.
Shell · 1 人关注
dotfiles
My dotfiles
C · 1 人关注
gosmc
A Go library to read and write Apple SMC on Macs.
TypeScript · 1 人关注
image-super-resolution-gui
Shell · 1 人关注
server-app-runner
A runner script for starting/building applications in different environments and more
C++ · 0 人关注
afsctool
Utilize APFS compression with LZFSE support.
0 人关注
backstage
Backstage is an open platform for building developer portals
Go · 0 人关注
backstage-plugin-kubevela
SCSS · 0 人关注
blog
charlie0129's blog source
CUE · 0 人关注
catalog
Catalog of community maintained components and traits.
0 人关注
community
KubeVela community content
0 人关注
curve
Curve is a high-performance, lightweight-operation, cloud-native open source distributed storage system. Curve can be applied to: 1) mainstream cloud-native infrastructure platforms OpenStack and Kubernetes; 2) high-performance storage for cloud-native databases; 3) cloud storage middleware using S3-compatible object storage as a data storage.
Shell · 0 人关注
dind-make
Batchfile · 0 人关注
game-saves-linker
Game saves linker for galgames (and other games) | Galgame(或者其他游戏的)游戏存档链接器
Go · 0 人关注
kube-trigger
kube-trigger watch kubernetes object event and tigger an event.
Go · 0 人关注
kubevela
The Modern Application Platform.
0 人关注
kubevela-pkg
A set of common libraries for writing KubeVela ecosystem controllers.
HTML · 0 人关注
kubevela.io
KubeVela documentations and website (https://kubevela.io).
Go · 0 人关注
lego
Let's Encrypt/ACME client and library written in Go
C++ · 0 人关注
pcm
Intel® Performance Counter Monitor (Intel® PCM)
HTML · 0 人关注
tag-contributor-strategy
CNCF Technical Advisory Group on Contributor Strategy -- maintainer relations, building up contributors, governance, graduation, and more.
Makefile · 0 人关注
template-go
A template for Go projects with proper build infra.
charlie0129

charlie0129

V2EX 第 492322 号会员,加入于 2020-05-30 12:38:42 +08:00
charlie0129 最近回复了
这些软件的 UI 太不 “macOS” 如果追求细节的话会很难受,而且经常广告自家软件 看见就烦。。
@freeair downie 要把 ua 换成 safari 的,不然认不到(不确定要不要手动打开页面选择)。我记得前一两年 b 站 hdr 刚出的时候我下载过杜比视界的视频
2020-05-31 20:12:29 +08:00
回复了 GTD 创建的主题 macOS 10.15.5 的电池调节功能,只有原装充电器才行
@GTD github.com/sicreative/BatteryStatusShow 如果你觉得命令行麻烦也可以用现成的软件。我是用的命令行整合到自己的一个小工具里面了
2020-05-31 20:01:37 +08:00
回复了 GTD 创建的主题 macOS 10.15.5 的电池调节功能,只有原装充电器才行
你可能需要一点有关 C 语言的编程知识及命令行经验,并且修改 SMC 属于直接修改硬件可能存在风险(虽然我觉得问题不大,出问题重置 SMC 就行)。github.com/hholtmann/smcFanControl/tree/master/smc-command 首先下载这里面所有文件并使用 gcc/clang 编译,即在终端中在包含你下载的源文件目录下 make 即可,然后输入命令,比如 sudo ./smc -k BCLM -w 32 代表在名为 BCLM 的键中写入 0x32 的十六进制值,即设置充电阈值为 50%,你要是当前电量大于 50%的话过一会就能看到电池不在充电了。你要使用其他充电阈值修改上面命令中的“32”即可。
2020-05-31 12:16:39 +08:00
回复了 spark2Fire 创建的主题 macOS 升级了 10.15.5,电池里面没有 电池健康按钮……
@spark2Fire 我也有 12 寸的 2017 MacBook,确实升级了没有,但可以手动办到。但是其实早在 10.15.5 之前我就在限制充电阈值了,只不过折腾 Mac 的人太少了从来没见到有人说。方法:在名为 BCLM 的 SMC 键中写入十六进制的充电阈值,用 GitHub 上面很多的 SMC 写入工具写入就行。在 2017 12 寸 MacBook 和 2018 15 寸 MBP 中,10.15.4,10.15.5 均有效。我平时限制的是 50%,到了就不充电了。
2020-05-31 12:07:57 +08:00
回复了 ArthurKing 创建的主题 macOS 2015 款 mbp 升级 10.15.5 没有电池健康?
可能折腾 Mac 的人太少,很少有人说的是,在 10.15.5 更新之前我就已经可以限制充电阈值了,你可以尝试在名为 BCLM 的 SMC 键中写入十六进制的电池限制。在 10.15.4 的 2018MBP15 寸可以随意设置充电阈值。
2020-05-31 12:00:31 +08:00
回复了 GTD 创建的主题 macOS 10.15.5 的电池调节功能,只有原装充电器才行
其实根本不用等 10.15.5 更新就能限制充电了,只不过用 MBP 折腾的人过于少,好像网上从来没看到人说过。只需要在名为"BCLM"的 SMC 键中写入你想要的充电阈值就行了。在 2018MBP15 寸,10.15.4 中测试通过。可以限制充电阈值为 50%。另外 SMC 有很多可玩功能,比如给你的风扇超频,或者让 15 寸 MBP 停不下来的风扇停下来。
关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2510 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 06:00 · PVG 14:00 · LAX 23:00 · JFK 02:00
Developed with CodeLauncher
♥ Do have faith in what you're doing.