标题: 在网上看到一些云南的蓝盈花图片,很震撼,不知道是不是滤镜
作者: #夜无忧
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1684505
时间: 2026-03-03 22:16:58
摘要:
作者: #夜无忧
板块: #搞七捻三
编号:
1684505帖子: https://linux.do/t/topic/1684505
时间: 2026-03-03 22:16:58
摘要:
标题: 差点忘记祝各位老友元宵节快乐啦
作者: #小白
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1684512
时间: 2026-03-03 22:18:33
摘要:
作者: #小白
板块: #搞七捻三
编号:
1684512帖子: https://linux.do/t/topic/1684512
时间: 2026-03-03 22:18:33
摘要:
元宵节快乐哦,大家
标题: 元宵节其实是古老的情人节呢
作者: #opus
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1684513
时间: 2026-03-03 22:18:41
摘要:
作者: #opus
板块: #搞七捻三
编号:
1684513帖子: https://linux.do/t/topic/1684513
时间: 2026-03-03 22:18:41
摘要:
著名的众里寻他千百度和人月黄昏后,都是元宵节呢。
祝福各位佬都能和喜欢的人在一块,没有喜欢的人的话,能和喜欢的钱在一块
标题: MacBook Air M5 & MacBook Pro M5 Pro / Max
作者: #neteroster
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/1684519
时间: 2026-03-03 22:20:01
摘要:
作者: #neteroster
板块: #前沿快讯
编号:
1684519帖子: https://linux.do/t/topic/1684519
时间: 2026-03-03 22:20:01
摘要:
官网已更新:
Apple (中国大陆) - 官方网站
13 英寸和 15 英寸 MacBook Air
MacBook Air 笔记本电脑搭载超快的 M5 芯片,一身轻盈,还拥有从早用到晚的电池续航。为 AI 精心构建。
Apple (中国大陆) - 官方网站
MacBook Pro
Macbook Pro 搭载 M5、M5 Pro 或 M5 Max 芯片,为 AI 精心构建,拥有最长达 24 小时的电池续航,还配备 Liquid 视网膜 XDR 显示屏。快来找到适合你的那一款。
标题: 网页版貌似已更新deepseek v4 (lite), 1M上下文!
作者: #marton
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/1684520
时间: 2026-03-03 22:20:03
摘要:
作者: #marton
板块: #前沿快讯
编号:
1684520帖子: https://linux.do/t/topic/1684520
时间: 2026-03-03 22:20:03
摘要:
很简单的提示词生成的天气卡片,和问他上下文token。
标题: 手汗症如何解?
作者: #半斤Jer
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1684523
时间: 2026-03-03 22:22:12
摘要:
作者: #半斤Jer
板块: #搞七捻三
编号:
1684523帖子: https://linux.do/t/topic/1684523
时间: 2026-03-03 22:22:12
摘要:
佬友们这个全身出汗如何解呀,困扰20年了,特别是冬天全身汗,夏天手汗。
中医讲盗汗,西医讲交感神经兴奋,AI让看看心里医生。
标题: OpenCode打开自带的检索功能 以及让它通过视频学习的方法
作者: #darkstarrd
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1684524
时间: 2026-03-03 22:22:21
摘要:
作者: #darkstarrd
板块: #开发调优
编号:
1684524帖子: https://linux.do/t/topic/1684524
时间: 2026-03-03 22:22:21
摘要:
检索这个说明文档里有写,这个最早是不需要另外设置的,之前有哈基米可以用,哈基米原生的搜索很好用,原生这个没用好久了,现在哈基米嘎嘎乱杀没法子…………
说明如下:
websearch
Search the web for information.
Note
This tool is only available when using the OpenCode provider or when the OPENCODE_ENABLE_EXA environment variable is set to any truthy value (e.g., true or 1).
To enable when launching OpenCode:
Terminal window
OPENCODE_ENABLE_EXA=1 opencode
opencode.json
“permission”: { “websearch”: “allow” }
windows环境桌面版,著需要创建一个环境变量就好了
系统-》高级系统设置-》环境变量-》新建-》
键 OPENCODE_ENABLE_EXA
值 1
然后在opencode.json/jsonc里添加许可,否则只有使用opencode自己的那些模型才能用
{
“$schema”: “https://opencode.ai/config.json”,
“permission”: {
“websearch”: “allow”,
}
}
有了搜索工具就可以帮你找各种东西
至于看视频,你需要装有yt-dlp和ffmpeg,没有其实也没关系,你提要求叫它上网找答案然后实现就完了
从b站抓视频信息、用yt-dlp下载、用ffmpeg抽帧分析、抽音频转文本之类的都能做的
标题: 没开脚本,刚刚咋给我速率上限
作者: #勇敢牛牛
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1684525
时间: 2026-03-03 22:22:34
摘要:
作者: #勇敢牛牛
板块: #搞七捻三
编号:
1684525帖子: https://linux.do/t/topic/1684525
时间: 2026-03-03 22:22:34
摘要:
佬们,午睡起来,看了看ld士多,回到L站就上限了没开脚本
这是怎么回事啊?,是不是和我睡觉的时候没关L站网页有关系?
标题: mac或成性价比
作者: #bunny
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1684527
时间: 2026-03-03 22:22:49
摘要:
作者: #bunny
板块: #搞七捻三
编号:
1684527帖子: https://linux.do/t/topic/1684527
时间: 2026-03-03 22:22:49
摘要:
m5 air 起步16+512 竟然只涨价500
标题: 【开源自荐】TunPilot:为 Agent 设计的节点管理工具
作者: #yelixin_117
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1684536
时间: 2026-03-03 22:26:52
摘要:
作者: #yelixin_117
板块: #开发调优
编号:
1684536帖子: https://linux.do/t/topic/1684536
时间: 2026-03-03 22:26:52
摘要:
项目开源地址:GitHub - TunPilot (欢迎 Star )
为什么做这个项目
不知各位佬都是什么时候开始接触节点的。
在 AI 狂飙的时代,被 OpenAI 降过智,被 Anthropic 封过号,折腾来折腾去,不知不觉手上就攥着了好几个节点。
随着节点变多,一些纯纯的运维脏活儿就找上门了:
管理多台机器的部署、内核调优、掉线排查
给朋友分派节点,偶尔还要瞅一眼流量统计
针对 Surge、Clash 等各种代理客户端维护配置和订阅转换
…
市面上并不缺优秀的节点管理面板,我也曾兴冲冲地部署过几个,但总感觉没能完全击中我的痛点。
仔细盘算,原因主要有三:
极其低频的管理需求:绝大多数时候它只是在默默运转。只有买了新机器才去动手部署,有朋友加入才去开号分配,感觉变卡了才去查账。为了一个月点不开两三次的操作,去维护一个常驻的重型 Web 面板,颇有杀鸡用牛刀的疲惫感。
交互范式的迁徙:我已经完全习惯了将 Agent 作为数字世界的入口,日常开发中的 Claude Code、OpenClaw 早已成为我发号施令的首选阵地。
让 AI 把脏活干到底:部署和调优节点这类极其耗费脑细胞的系统级操作,如今完全可以交由能力强大的 Agents 全权包揽。既然如此,为 Agents 设计的程序就该彻底抛弃传统的 Web 壳子,摒弃复杂的前后端、组件库和打包工具。褪去了所有给人类看的 UI 包袱后,换来的将是系统底座极致的轻量与干练。
TunPilot 的诞生:属于 Agent 的隧道领航员
既然传统的面板体系“水土不服”,何不跳出固有思维重构一套新的工作流?
我的核心设计原则是:Agent-First,抛开 UI 包袱先行构建底座。将节点部署、用户生命周期管理、流量统计等所有核心能力重写,并全部封装为纯粹的 MCP (Model Context Protocol) 服务暴露给大模型。在这个阶段,AI 既是指令的入口,也是现成的“动态操作面板”——我只需给出一句自然语言指令,它就替我深入系统干完所有的脏活。
于是,便有了
标题: 各位元宵节快乐豆包红包速度去领取
作者: #小寻子
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1684539
时间: 2026-03-03 22:28:05
摘要:
作者: #小寻子
板块: #搞七捻三
编号:
1684539帖子: https://linux.do/t/topic/1684539
时间: 2026-03-03 22:28:05
摘要:
话不多说,快点去领!!!
标题: 兄弟们现在代码有多少是 AI 生成的?
作者: #Max Arden
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1684542
时间: 2026-03-03 22:28:35
摘要:
作者: #Max Arden
板块: #搞七捻三
编号:
1684542帖子: https://linux.do/t/topic/1684542
时间: 2026-03-03 22:28:35
摘要:
今年以来各种 agent 特别火,甚至有用 agent 指导 agent 写代码的,但实际我用下来发现想要抽卡抽到我要的代码并不是一件容易的事情,更不要提让 agent 指导 agent 大段的生成代码、自己写单测、自动部署上线,想问下这是我的个人问题,还是大家都是这种感觉?
标题: 2026-03-03|健身日记-背
作者: #DT_Stone
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1684544
时间: 2026-03-03 22:29:25
摘要:
作者: #DT_Stone
板块: #搞七捻三
编号:
1684544帖子: https://linux.do/t/topic/1684544
时间: 2026-03-03 22:29:25
摘要:
经历过多次之后,明显力量下降了好多,还容易累
标题: 你们如何定义 ~/.claude/CLAUDE.md or ~/.codex/AGENTS.md 里怎么写的?
作者: #Terran
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1684551
时间: 2026-03-03 22:31:43
摘要:
作者: #Terran
板块: #搞七捻三
编号:
1684551帖子: https://linux.do/t/topic/1684551
时间: 2026-03-03 22:31:43
摘要:
一直好奇随着现在大模型的能力越来越强,以前喜欢行在全局去定义一个 rules 的规则,教他做事,2026年的今天大家对于这个全局设定有什么变化吗?
我先贴为敬:
# **Cortex Protocol**
### **0. Protocol Meta-Directives**
#### **0.1. Dynamic Session Directives**
Directives loaded at the start of a session, which can be dynamically modified by the human developer. The AI can propose additions or modifications to better suit the task but is forbidden from deleting existing directives.
- _(Example) Current Focus_: "Refactoring the authentication module."
- _(Example) Key Constraint_: "All database queries must use the async driver."
#### **0.2. Global Defaults**
- **Default Initial State**: `IDLE`
- **Default Language**: `zh-CN`
- **Default Commit Message Style**: `Conventional Commits`
- **Default Execution Policy**: `L2/M2` (Standard Cycle)
---
### **1. Core Principles**
1. **Human Authority**: The human developer holds ultimate authority over architectural design, complex decisions, and final quality acceptance.
2. **Deep Context-Awareness**: Before any operation, the AI must actively and deeply perceive the project's structure, style, and dependencies to combat "Context Drift."
3. **Zero-Defect Quality-Driven**: All AI outputs must pass rigorous, predefined quality gates.
4. **Internalized Design Intelligence**: Foundational design principles (DRY, KISS, SRP, and Design for Testability) must be internalized and applied silently and continuously.
5. **Atomic & Verifiable Output**: All changes must be small, logically self-contained units with clear verification paths.
6. **Test-First Mindset**: Planning for verification is as important as planning for implementation. Every feature change or bug fix must be accompanied by a corresponding test case.
---
### **2. Persistent Intelligence Core**
This core operates continuously, providing underlying intelligence for all AI actions.
1. **Context-Awareness Engine**: Generates an internal "Contextual Briefing" before any task.
2. **Design Principle Engine**: Silently influences all code generation and modification with principles like DRY, SRP, and KISS.
3. **IDE Diagnostics Monitor**: A non-blocking, real-time monitor that continuously observes feedback from the IDE (e.g., linter errors, type-checking failures). It can trigger an immediate self-correction micro-loop within the `EXECUTING` state.
---
### **3. Task Execution State Machine (TESM) & Policy**
#### **3.1. Execution Policy (L/M)**
The Execution Policy, determined during the `ANALYZING` state, configures the TESM's behavior for the current task. It is a combination of a Complexity Level (L) and an Execution Mode (M).
**3.1.1. Complexity Levels (L)**
- **L1 (Trivial)**: Single-file, localized changes (< 10 lines of code). No architectural impact.
- **L2 (Standard)**: Single-module feature implementation or bug fix (1-3 files). No unexpected side effects.
- **L3 (Complex)**: Cross-module refactoring or features with a high potential for side effects.
- **L4 (Exploratory)**: Open-ended research, architectural design, or prototyping.
**3.1.2. Execution Modes (M)**
- **M1: Rapid Execute**: Goal: Maximum Speed. Skips human confirmations on L1 tasks.
- **M2: Standard Cycle**: Goal: Balanced Speed and Safety. Requires a plan confirmation.
- **M3: Rigorous Cycle**: Goal: Maximum Safety. Involves extra auditing and comprehensive checks.
- **M4: Collaborative Exploration**: Goal: Maximum Iteration. Uses a tight feedback loop.
**3.1.3. Execution Policy Matrix**
| Policy | `ANALYZING` Sub-tasks | `PLANNING` -> `AWAITING_INPUT` Transition | `VERIFYING` Quality Gates | `DELIVERING` Standard |
| :-------- | :-------------------- | :---------------------------------------- | :------------------------------------------ | :------------------------------- |
| **L1/M1** | Minimal Context Scan | **Auto-Confirm & Skip**.
标题: 有什么测试claude code中转智能的方法吗?
作者: #B-sakaru
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1684555
时间: 2026-03-03 22:32:53
摘要:
作者: #B-sakaru
板块: #开发调优
编号:
1684555帖子: https://linux.do/t/topic/1684555
时间: 2026-03-03 22:32:53
摘要:
RT,最近逛了很多家中转,也买了一些额度试用,但是因为不确定各家模型怎么样。
一个是中转后的效果,另一个是害怕掺假,请问佬友们有什么测试cc模型智能的方法吗?