标题: 大家当初是因为什么入坑 linux.do 的?
作者: #黑暗武士
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1608682
时间: 2026-02-12 16:21:20
摘要:
作者: #黑暗武士
板块: #搞七捻三
编号:
1608682帖子: https://linux.do/t/topic/1608682
时间: 2026-02-12 16:21:20
摘要:
好奇问问。。。
大家是因为什么契机来到linux.do的?
我是被同事安利进来的,听说是一个相当活跃的技术论坛。
标题: 超频必定死机?一个简单的pytorch程序引发的思考
作者: #wozulong
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1608688
时间: 2026-02-12 16:23:44
摘要:
作者: #wozulong
板块: #开发调优
编号:
1608688帖子: https://linux.do/t/topic/1608688
时间: 2026-02-12 16:23:44
摘要:
有给自己电脑CPU超频了的佬吗,我这边有一个脚本
发现以下现象
1.默认下,随便跑都不会死机
2.只要超频,哪怕是1Mhz,必定死机
有佬一起试试吗,我试了我的两台电脑都是这样
stresstest.zip (665 字节)
最好是使用conda来安装
# 创建虚拟环境
conda create -n py311 python=3.11
# 激活虚拟环境
conda activate py311
# 安装依赖
pip install torch==2.1.0+cpu -f https://download.pytorch.org/whl/torch_stable.html
# 启动脚本
python stresstest.py
标题: 不是那个抽验证卡的富可敌国怎么又没了
作者: #zhaopaicai611
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1608689
时间: 2026-02-12 16:23:54
摘要:
作者: #zhaopaicai611
板块: #搞七捻三
编号:
1608689帖子: https://linux.do/t/topic/1608689
时间: 2026-02-12 16:23:54
摘要:
啥情况,回复两次了,那个jasck的帖子
第一个帖子说第一次发,发的不对,好像被删除了
早上又看见一个,回复了,又没了???
标题: cloudflare新的AI功能不太聪明的样子
作者: #欣欣|林可欣
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1608692
时间: 2026-02-12 16:24:34
摘要:
作者: #欣欣|林可欣
板块: #搞七捻三
编号:
1608692帖子: https://linux.do/t/topic/1608692
时间: 2026-02-12 16:24:34
摘要:
原来是青色渐变啊 看来我得去找医生了
标题: 【求救】我想在openclaw里配置newapi的厂商我应该如何配置呀?有偿
作者: #alzhong
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1608696
时间: 2026-02-12 16:25:09
摘要:
作者: #alzhong
板块: #开发调优
编号:
1608696帖子: https://linux.do/t/topic/1608696
时间: 2026-02-12 16:25:09
摘要:
标题: 看了个帖子说是可以抓对方给自己的备注
作者: #上玄
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1608697
时间: 2026-02-12 16:25:54
摘要:
作者: #上玄
板块: #搞七捻三
编号:
1608697帖子: https://linux.do/t/topic/1608697
时间: 2026-02-12 16:25:54
摘要:
有没有佬去试试,我抓的都是自己的备注,没成功过
标题: 【新人报道】开心,大家好呀大家好
作者: #Eric
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1608708
时间: 2026-02-12 16:26:57
摘要:
作者: #Eric
板块: #搞七捻三
编号:
1608708帖子: https://linux.do/t/topic/1608708
时间: 2026-02-12 16:26:57
摘要:
很激动,在写了四次小作文之后终于通过审核。
以后希望大家多多关照咯
标题: OhMyOpenCode安装配置与维护
作者: #m4rsquake
板块: #资源荟萃
编号:
帖子: https://linux.do/t/topic/1608719
时间: 2026-02-12 16:28:31
摘要:
作者: #m4rsquake
板块: #资源荟萃
编号:
1608719帖子: https://linux.do/t/topic/1608719
时间: 2026-02-12 16:28:31
摘要:
#tinkering opencode
本文在 ArchLinux 环境下进行
前置条件
bun
OpenCode
安装过程
执行 OMO 安装(根据自己拥有的提供商修改参数):
bunx oh-my-opencode install --no-tui --claude=no --openai=yes --gemini=yes --copilot=no --opencode-zen=no --zai-coding-plan=no
该命令会自动完成:
向 ~/.config/opencode/opencode.json 注册 OMO 插件
生成 ~/.config/opencode/oh-my-opencode.json
根据 provider 选项写入初始模型策略
插件状态确认:
在 ~/.config/opencode/opencode.json 中确认 plugin 包含:
opencode-antigravity-auth@latest
opencode-openai-codex-auth
oh-my-opencode@latest
模型方案配置
OMO 需要配置每个代理或每个代理类别所使用的模型,配置文件位于 ~/.config/opencode/oh-my-opencode.json。
设计目标:
代码与编排主力走 OpenAI Codex
写作/视觉/多模态走 Antigravity Flash 低档位 (minimal/low)
用 category 做任务分流,用 agent 做角色固定
当前关键分配:
sisyphus: openai/gpt-5.3-codex (high)
hephaestus: openai/gpt-5.3-codex (medium)
oracle: openai/gpt-5.2 (high)
librarian / explore / quick: openai/gpt-5.1-codex-mini
multimodal-looker: google/antigravity-gemini-3-flash (minimal)
ultrabrain: openai/gpt-5.2-codex (xhigh)
visual-engineering / artistry: google/antigravity-gemini-3-flash (low)
writing: google/antigravity-gemini-3-flash (minimal)
LSP 与 GitHub CLI 安装
LSP 安装
sudo pacman -S --needed nodejs npm go rust-analyzer lua-language-server gopls
npm i -g typescript typescript-language-server pyright bash-language-server vscode-langservers-extracted yaml-language-server dockerfile-language-server-nodejs @ansible/ansible-language-server
GitHub CLI 安装
sudo pacman -S --needed github-cli
gh --version
gh auth login
诊断 OMO 状态
执行命令:
bunx oh-my-opencode doctor --verbose
我的配置最终剩余 warning:
Comment Checker 可选依赖未安装 (不影响主要功能)
Version Status 无法自动识别本地版本
后续维护
bunx oh-my-opencode doctor --verbose
opencode models --refresh
关注点:
Antigravity 是否可用 (封控/限流时是否需要降档)
OpenAI OAuth token 是否失效
LSP 工具是否还在 PATH 中
标题: 发现挺有意思的一个国际监控网站项目
作者: #ZheFox
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1608720
时间: 2026-02-12 16:28:36
摘要:
作者: #ZheFox
板块: #搞七捻三
编号:
1608720帖子: https://linux.do/t/topic/1608720
时间: 2026-02-12 16:28:36
摘要:
World Monitor
World Monitor - Real-Time Global Intelligence Dashboard
Real-time global intelligence dashboard with live news, markets, military tracking, infrastructure monitoring, and geopolitical data. OSINT in one view.
koala73/worldmonitor: Real-time global intelligence dashboard — AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
标题: 答应佬们的仙侠公益手游
作者: #画皮
板块: #资源荟萃
编号:
帖子: https://linux.do/t/topic/1608723
时间: 2026-02-12 16:29:20
摘要:
作者: #画皮
板块: #资源荟萃
编号:
1608723帖子: https://linux.do/t/topic/1608723
时间: 2026-02-12 16:29:20
摘要:
版本介绍说明文档
游戏热更新可能会有些慢
下载地址仙梦奇缘
一、上线福利
上线即送:
8888W 元宝
8888W 绑元
100W 平台币
平台币可用于游戏内购,激活充值相关内容。
二、任务奖励
1)第一个任务奖励
完成第一个任务后可获得:
坐骑幻化时装:烛龙
2)第二个任务奖励
完成第二个任务后可获得:
佛字 ×30
道字 ×30
儒字 ×30
以上三种字卡在角色达到 83级后 可解锁合成功能:
左下角展开 → 上方【合成】→ 合成-其他,可用字卡合成刮刮乐。
三、刮刮乐合成规则
刮刮乐分为 1~3 星,合成消耗如下:
刮刮乐星级
佛字
道字
儒字
1星
1
1
1
2星
2
2
2
3星
3
3
3
奖励说明
刮刮乐可开出各种时装。
三星粉刮刮乐可开出传奇时装。
时装可升阶,战力提升非常明显,是核心成长路线之一。
四、字卡获取途径(唯一)
字卡仅可通过右上角:
【BOSS】→【VIP】BOSS(1~5层) 掉落获得。
各层掉落概率(每种字卡独立计算)
概率分开计算,即佛/道/儒每张卡都按各自概率独立判定。
VIP层数
单个字卡掉率
1层
10%
2层
15%
3层
20%
4层
25%
5层
30%
脸白情况下,5层 BOSS 单次可同时掉落三张字卡。
脸黑就看运气了。
交易属性(重点)
掉落字卡为非绑定,可自由交易。
可交易的!可交易的!可交易的!!!
五、VIP BOSS机制说明
所有 VIP BOSS 统一复活时间:60秒
地图内可互相厮杀、争夺 BOSS
这是字卡合成刮刮乐的唯一来源
额外战力成长高度依赖该玩法
六、VIP层数推荐战力
VIP层数
推荐战力
1层
2000W
2层
4000W
3层
8000W
4层
1E
5层
2E
七、成长建议
先完成前两项任务,拿到基础时装与字卡启动资源。
到 83级第一时间解锁合成功能,优先合成高星刮刮乐。
根据当前战力选择对应层数,提高击杀效率。
利用字卡可交易特性,合理买卖补齐合成需求。
时装升阶优先投入,快速拉开战力差距。
总结:
本版本核心是“VIP BOSS抢夺 → 字卡掉落 → 刮刮乐合成 → 时装升阶”的成长闭环。
想要战力起飞,必须持续参与 VIP BOSS 争夺。
标题: 26年可以凑个13天长假!
作者: #Perfree
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1608728
时间: 2026-02-12 16:30:09
摘要:
作者: #Perfree
板块: #搞七捻三
编号:
1608728帖子: https://linux.do/t/topic/1608728
时间: 2026-02-12 16:30:09
摘要:
留好年假, 请三天即可凑齐13天长假
标题: 请问大佬们当月最佳新用户这个徽章需要多少赞和活跃度嘞
作者: #Gongyi_Churen
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1608731
时间: 2026-02-12 16:30:32
摘要:
作者: #Gongyi_Churen
板块: #搞七捻三
编号:
1608731帖子: https://linux.do/t/topic/1608731
时间: 2026-02-12 16:30:32
摘要:
RT,想参考一下过往的获得难度
标题: TT无法接码,能帮忙接个码吗?
作者: #GPT
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1608745
时间: 2026-02-12 16:35:04
摘要:
作者: #GPT
板块: #搞七捻三
编号:
1608745帖子: https://linux.do/t/topic/1608745
时间: 2026-02-12 16:35:04
摘要:
TT没会员无法接码了,反重力需要验证,有哪位帮忙可以接码一下吗?
标题: 破b工作搞得人身心俱疲
作者: #Tian
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1608755
时间: 2026-02-12 16:36:56
摘要:
作者: #Tian
板块: #搞七捻三
编号:
1608755帖子: https://linux.do/t/topic/1608755
时间: 2026-02-12 16:36:56
摘要:
感觉前两年还是一个快过年了,年后再说的状态。今年不知道发什么疯,从上到下都是快过年了,年前一定要上,年后马上回来快速迭代。一层层压下来,都疯了一样。
标题: 反带sora有sora2api,对话呢 cpa吗 还是其他的
作者: #linux.do
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1608764
时间: 2026-02-12 16:38:26
摘要:
作者: #linux.do
板块: #搞七捻三
编号:
1608764帖子: https://linux.do/t/topic/1608764
时间: 2026-02-12 16:38:26
摘要:
如题 求解,自己有一些号 想反带出来用,后面如果有冗余打算搞个公益给佬友们免费用
标题: 谁来推荐个emby的媒体库,佬们
作者: #datougua
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1608765
时间: 2026-02-12 16:38:29
摘要:
作者: #datougua
板块: #搞七捻三
编号:
1608765帖子: https://linux.do/t/topic/1608765
时间: 2026-02-12 16:38:29
摘要:
之前用的是omega,最近涨价一个月要65太贵了。有没有什么平替啊,50以内都能接受,要求就是有高清的片源
标题: AI 视频现在已经这么牛逼了吗?内容创作新时代真的来了
作者: #ouyang
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1608780
时间: 2026-02-12 16:42:22
摘要:
作者: #ouyang
板块: #搞七捻三
编号:
1608780帖子: https://linux.do/t/topic/1608780
时间: 2026-02-12 16:42:22
摘要:
这条视频真的全 AI 制作吗?AI 内容创作已经进化到什么程度了