millken

millken

V2EX member #70767, joined on 2014-08-13 15:48:50 +08:00
Today's activity rank 17949
Per millken's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
millken's recent replies
N 年前基于 nginx 搞过,WAF 规则没有大数据学习很难
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   ·   Privacy   ·   Solana   ·   1167 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 0c620bea · 13ms · UTC 23:08 · PVG 07:08 · LAX 16:08 · JFK 19:08
♥ Do have faith in what you're doing.