Need4more's recent timeline updates
Need4more

Need4more

V2EX member #305835, joined on 2018-04-03 22:47:55 +08:00
Per Need4more's settings, the topics list is only visible after you sign in
Deals info, including closed deals, is not hidden
Need4more's recent replies
yazi mcat 你这个的优势是什么
绩效是资本家对员工的驯服工具,你还会被影响,说明你还没看清职场的本质
请教 op 的 Claude code 账号咋弄的
进入离开指定 app ,自动开启关闭 VPN
你不知道有个 yolo 模式吗,让它完全自主运行
Mar 16
Replied to a topic by cryptogems Claude Code 如何成为 Claude Code 高阶玩家
用过/btw 命令吗?用过 ctrl+g 命令吗?

关注官方 x 账号和 github ,这些是第一手资料
Mar 16
Replied to a topic by xlianglx 分享创造 cheapclaw 做了个省 token 版 openclaw
能赚钱吗?不要省钱
Mar 16
Replied to a topic by surunzi 分享创造 分享一个简单的音频编辑小工具
点赞!做的很用心。
发现大部分都能在命令行实现,可以考虑给 ai 提供 cli 接口

# 1. 裁剪音频(从第 10 秒开始,取 30 秒)
ffmpeg -i input.mp3 -ss 00:00:10 -t 30 -c copy output.mp3

# 2. 静音(移除音频)
ffmpeg -i input.mp3 -an output.mp3

# 3. 加速( 2 倍速,不改变音调)
ffmpeg -i input.mp3 -filter:a "atempo=2.0" output.mp3

# 4. 调整音量( 0.5 倍 = 降低一半,2.0 = 翻倍)
ffmpeg -i input.mp3 -filter:a "volume=0.5" output.mp3

# 5. 组合多个操作
ffmpeg -i input.mp3 -ss 10 -t 30 -filter:a "atempo=1.5,volume=0.8" output.mp3
Mar 16
Replied to a topic by ethusdt 程序员 终端里有文本滚动顺滑的方法么?
Mar 10
Replied to a topic by Donahue Linux win11 对比 ubuntu,是真的拉胯
不理解为什么很多人推荐关掉 defender ,你比微软更懂安全?你能做到审查网上下载的每个 exe 有没有后门?

如果觉得资源占用高,有配置可以优化,开发的话可能需要设置下排除文件夹。

操作系统最大的作用是运行软件,在桌面系统和软件生态这块,没有人能比得过微软。

还有一个 WSL ,可以无缝运行所有的 linux 命令行工具,包括 GUI 应用,完全没必要折腾 linux 了
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1060 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 12ms · UTC 18:17 · PVG 02:17 · LAX 11:17 · JFK 14:17
♥ Do have faith in what you're doing.