millken

millken

V2EX member #70767, joined on 2014-08-13 15:48:50 +08:00
Per millken's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
millken's recent replies
Jul 30
Replied to a topic by tagee 程序员 分享最近做的一个免费截图工具
没人开发跨平台,我就准备造轮子了
开了全局代理,Opus 4.8 还是不能用,为什么?
This model provider is not supported in your region. Visit https://cursor.com/docs/account/regions for more information.
bWlsbGtlbkBnbWFpbC5jb20=
谢谢老板
不错,能手机接收更好
开机服务 /etc/systemd/system/hwp-turbo-unlock.service:
sudo tee /etc/systemd/system/hwp-turbo-unlock.service >/dev/null <<'EOF'
[Unit]
Description=Force HWP max performance (unlock turbo, intel_pstate cap workaround)
After=multi-user.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStartPre=/sbin/modprobe msr
ExecStart=/usr/sbin/wrmsr -a 0x774 0xff01

[Install]
WantedBy=multi-user.target
EOF

sudo systemctl daemon-reload
sudo systemctl enable --now hwp-turbo-unlock.service

2) 唤醒后重应用(挂起/休眠恢复时 intel_pstate 会重写 0x774,需补一刀)/usr/lib/systemd/system-sleep/hwp-turbo-unlock:
sudo tee /usr/lib/systemd/system-sleep/hwp-turbo-unlock >/dev/null <<'EOF'
#!/bin/sh
[ "$1" = post ] && /usr/sbin/wrmsr -a 0x774 0xff01
exit 0
EOF
sudo chmod +x /usr/lib/systemd/system-sleep/hwp-turbo-unlock
没看出是实盘啊
之前华为手机赠送的耳机蛮好的,自带降噪,声音很清楚.
我最长一个任务跑了 5 个多小时
为什么不 vibe coding flutter 跨平台呢?
我跟楼主一样,我基本不跟父亲通电话,他也不会跟我打, 就跟母亲会偶尔打电话问候下.
人到中年我现在也能理解他们, 就像父亲跟我的相处模式一样,我跟我儿子也是一样,基本不怎么交流.对儿子我也只是默默关注.又想过改变这种相处模式,奈何身体做不出反应.
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3210 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 13:02 · PVG 21:02 · LAX 06:02 · JFK 09:02
♥ Do have faith in what you're doing.