waahii's recent timeline updates
waahii

waahii

V2EX member #414631, joined on 2019-05-22 15:13:23 +08:00
waahii's recent replies
说得好,我选 firefox + sidebery
Dec 29, 2025
Replied to a topic by PeterTerpe Linux 荣耀笔记本与 Linux - 性能管理
@zbinlin 确实是这样,但是 `Name (_S3,` 基本上就是 s3sleep 的入口。有些 bios 是通过我上面贴的这种使用 条件来进行控制,有的干脆就是改名,类似 `XS3` 这种。如果 acpi 表比较规范的话,基本上,暴露出来 _S3 就可以继续用了,但是荣耀这个笔记本不太行。
Dec 28, 2025
Replied to a topic by PeterTerpe Linux 荣耀笔记本与 Linux - 性能管理
我最近买了个 magicbook x14 2024(amd 7640hs) 版本,装的是 Archlinux + niri ,日常软件基本上就是 firefox + terminal + emacs 。

摄像头、单独睡眠、单独休眠、部分 fn 功能键、充电阈值这些都是工作的。
上面提到的这些功能都需要 huawei-wmi 支持(如果你也用的是 archlinux 的话,huawei-wmi 是在内核里的)

```
$ lsmod | grep huawei
huawei_wmi 24576 0
sparse_keymap 12288 1 huawei_wmi
wmi 32768 3 video,huawei_wmi,wmi_bmof
```

值得一提的是,日常续能达到 8 个小时。两千多块钱,这个体验说实话,我很惊喜。

但是也有一些问题。

- 只支持 s2idle ,晚上睡眠七个小时,大概要掉 10 多个电。
- 睡眠时,一个小时左右会自动唤醒一次,后来排查发现是因为 电量变化( 60-59 这种),会唤醒系统,修改了 acpi 里的 Q32/Q33 方法都不工作。 -- 这点可以通过修改内核参数禁用,但是就丢了开屏自动唤醒。
- 不支持 s3sleep ,acpi 表里是通过 CNSB 和 DAS3 两个参数控制得,网上有一些方案,可以直接去掉这两层来强制开启 s3sleep ,但是在这个型号上,这种方案会直接睡眠,但是唤醒时会 hang 住,还是 acpi 表不规范的问题。

```
If ((CNSB == Zero))
{
If ((DAS3 == One))
{
Name (_S3, Package (0x04) // _S3_: S3 System State
{
0x03,
0x03,
Zero,
Zero
})
}
}
```

- 为了解决睡眠耗电问题,我决定采用 suspend-then-hibernate 。此时,单独 suspend 和 hibernate 都工作,但是执行 suspend-then-hibernate ,会在 hibernate 阶段直接 hang 住。但是这个可以通过修改 dsdt 来解决。

总结,我理解如果楼主想要达成目标的话,应该需要和 dsdt 做斗争,gemini 会是你的好伙伴,之间可能会伴随很多次死机强制重启。。。

最后,开启 s3 睡眠这点,不知道大佬们有没有经验分享?
Linux 下试试 Meld 或者 KDiff3 ?
Apr 22, 2025
Replied to a topic by wuruxu 职场话题 在 AI 协助下,用 LaTeX 写简历很不错
我从 LaTeX 跳到 Typst 了,LaTeX 处理 CJK 处理的我头大。
Apr 12, 2025
Replied to a topic by joyoner 问与答 请推荐一个 PC 端的照片去重工具
https://github.com/qarmin/czkawka

Rust + GTK 写的,性能有保障,Windows + GNU/Linux 下我都在用。

支持这些,懒得翻译了。

Duplicates - Finds duplicates based on file name, size or hash
Empty Folders - Finds empty folders with the help of an advanced algorithm
Big Files - Finds the provided number of the biggest files in given location
Empty Files - Looks for empty files across the drive
Temporary Files - Finds temporary files
Similar Images - Finds images which are not exactly the same (different resolution, watermarks)
Similar Videos - Looks for visually similar videos
Same Music - Searches for similar music by tags or by reading content and comparing it
Invalid Symbolic Links - Shows symbolic links which point to non-existent files/directories
Broken Files - Finds files that are invalid or corrupted
Bad Extensions - Lists files whose content not match with their extension
Apr 6, 2025
Replied to a topic by nativeBoy 软件 好用的思维导图有没有推荐呢
minder, gtk + vala 写的,开源,装个 msys2 自己编译一下。

https://github.com/aeghn/MINGW-packages/commit/b3158ba5bbd13fd8fdedb379e78e3f3ac86bff35 报错的话,可以参考一下这个。

或者使用 https://github.com/wanglin2/mind-map
Aug 9, 2024
Replied to a topic by per Firefox Firefox 支持 sidebar 和 vertical tabs
@ios 嗯。

6 月多就已经试过了,昨天装了个 nightly ,感觉和六月份差不多,还是得依靠第三方拓展来做这部分功能。

不过在 Linux 上,sidebary 不好整透明了,如果直接是官方的话,侧边栏改 userChrome 应该会容易一点。
Aug 9, 2024
Replied to a topic by per Firefox Firefox 支持 sidebar 和 vertical tabs
试过 vertical tabs 了,乖乖换回 sidebery.
微信小程序里的
- 腾讯惯蛋
- 腾讯斗地主
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   929 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 14ms · UTC 18:45 · PVG 02:45 · LAX 11:45 · JFK 14:45
♥ Do have faith in what you're doing.