<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>V2EX</title>
<subtitle>way to explore</subtitle>


<link rel="alternate" type="text/html" href="https://www.v2ex.com/" />
<link rel="self" type="application/atom+xml" href="https://www.v2ex.com/index.xml" />
<id>https://www.v2ex.com/</id>

<updated>2026-07-18T19:18:34Z</updated>

<rights>Copyright © 2010-2018, V2EX</rights>
<entry>
	<title>[全球工单系统] Kimi 官网整个崩了 503 Service Unavailable</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228292#reply0" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228292</id>
	<published>2026-07-18T19:18:34Z</published>
	<updated>2026-07-18T19:18:34Z</updated>
	<author>
		<name>licsber</name>
		<uri>https://www.v2ex.com/member/licsber</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p><a href="https://www.kimi.com" rel="nofollow">https://www.kimi.com</a></p>
<p>Service Unavailable</p>
<pre><code>* Host www.kimi.com:443 was resolved.
* IPv6: (none)
* IPv4: 103.143.17.156
*   Trying 103.143.17.156:443...
* Connected to www.kimi.com (103.143.17.156) port 443
* ALPN: curl offers h2,http/1.1
* (304) (OUT), TLS handshake, Client hello (1):
*  CAfile: /etc/ssl/cert.pem
*  CApath: none
* (304) (IN), TLS handshake, Server hello (2):
* (304) (IN), TLS handshake, Unknown (8):
* (304) (IN), TLS handshake, Certificate (11):
* (304) (IN), TLS handshake, CERT verify (15):
* (304) (IN), TLS handshake, Finished (20):
* (304) (OUT), TLS handshake, Finished (20):
* SSL connection using TLSv1.3 / AEAD-AES256-GCM-SHA384 / [blank] / UNDEF
* ALPN: server accepted h2
* Server certificate:
*  subject: CN=*.kimi.com
*  start date: Dec  5 00:00:00 2025 GMT
*  expire date: Dec  4 23:59:59 2026 GMT
*  subjectAltName: host "www.kimi.com" matched cert's "*.kimi.com"
*  issuer: C=US; O=DigiCert Inc; OU=www.digicert.com; CN=RapidSSL TLS RSA CA G1
*  SSL certificate verify ok.
* using HTTP/2
* [HTTP/2] [1] OPENED stream for https://www.kimi.com/
* [HTTP/2] [1] [:method: GET]
* [HTTP/2] [1] [:scheme: https]
* [HTTP/2] [1] [:authority: www.kimi.com]
* [HTTP/2] [1] [:path: /]
* [HTTP/2] [1] [user-agent: curl/8.7.1]
* [HTTP/2] [1] [accept: */*]
&gt; GET / HTTP/2
&gt; Host: www.kimi.com
&gt; User-Agent: curl/8.7.1
&gt; Accept: */*
&gt; 
* Request completely sent off
&lt; HTTP/2 503 
&lt; server: nginx
&lt; date: Sat, 18 Jul 2026 19:15:38 GMT
&lt; content-type: text/plain; charset=utf-8
&lt; content-length: 19
&lt; x-internal-adhoc-canary: 1590144604
&lt; x-powered-by: Express
&lt; retry-after: 5
&lt; x-render: mode=error;decision=queue-full;cache=none
&lt; vary: Accept-Encoding
&lt; strict-transport-security: max-age=31536000; includeSubDomains
&lt; server-timing: inner; dur=4
&lt; 
* Connection #0 to host www.kimi.com left intact
Service Unavailable%
</code></pre>

	]]></content>
</entry><entry>
	<title>[程序员] [Rewrite Bun in MC++] 7 天 20+万行代码 C++26 模块化, 重写 Bun 行为艺术复刻, 已能真实运行顶级开源 Web 框架项目</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228291#reply3" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228291</id>
	<published>2026-07-18T18:43:39Z</published>
	<updated>2026-07-18T19:47:07Z</updated>
	<author>
		<name>Sunrisepeak</name>
		<uri>https://www.v2ex.com/member/Sunrisepeak</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<h2>背景</h2>
<p>之前 Anthropic 团队用 Agent 开发 C 编译器 以及 早期 <a href="https://github.com/oven-sh/bun/pull/30412" rel="nofollow">Rewrite Bun in Rust</a>. 最初我也就看个热闹, 但没有想到的是 Bun 作者真的把这个 100W+行的 PR 合入了, 我相信这不仅是对我而是整个开发者群体都是一件相当震惊的事情。</p>
<p>一个 <strong>~100k+ star 、真实应用到生产环境的顶级开源项目、不到 2 周时间 AI 编写了 100 万+行代码</strong> 单个 PR 直接合入主分支了! 这里最核心的是他不是一个玩具项目。所以这个事件引发了我的一些思考:</p>
<ul>
<li>对于百万行级的大型项目 Agent 大幅度参与的可行性、会不会遇到什么问题?</li>
<li>开源项目、开发者、Agent 如果管理和维护?</li>
<li>Agent 承担了执行者的角色, 而人更多的是做 架构设计、决策、规则制定、品位、审美相关的事?</li>
<li>不是人来执行者后, 编程语言选择、是否手写、xx 语言开发者群体等可能更偏向文化类感性一点? (类似 小众文化 / 二次元) </li>
</ul>
<p>带着上面的思考, 加上我本身又是 C++ 最新语言特性 以及 模块化工程(import std;) 极度的爱好者 + 实践者, 所以我决定使用 C++26 + 模块化 也重写一下 Bun 来具体体验一下这个过程, 同时也来验证一下 C++26 和 模块化在百万级工程项目上的可用性和最佳实践, 于是就有了这个 -&gt; <a href="https://github.com/Sunrisepeak/mbun/pull/1" rel="nofollow">Rewrite Bun in MC++</a></p>
<h2>进展和规划</h2>
<p><a href="https://github.com/Sunrisepeak/mbun" rel="nofollow">mbun</a> 已经有 24 万+行 <strong>C++模块化(.cppm)</strong> 代码, 并能构建为<strong>单可执行文件</strong>。</p>
<p>目前 已经可以初步"验证使用" + 真实运行生态顶级开源项目:</p>
<ul>
<li>Bun 生态的开源 Web 框架项目 <a href="https://github.com/elysiajs/elysia" rel="nofollow">elysia</a></li>
<li>以及 Node 生态的开源 Web 框架项目 <a href="https://github.com/expressjs/express" rel="nofollow">express</a></li>
</ul>
<p>但是对于 Bun 和 Node 原生的 6000+测试集覆盖率目前还处于~40%的进度。</p>
<p><strong>当前的规划是 先 100%过 Node 和 Bun 原生的所有测试集, 然后再分模块的进行性能优化</strong>。在这个从"零"搭建基础项目结构, 使用多 Agent 并行开发 20+万行 C++代码中也遇到了一些问题以及关于上面问题的一些思考, 打算过几天等 100%覆盖所有测试集后, 再编写相关具体的文章来详细分析一下过程和相关的思考</p>
<p>而目前我已经把所有的代码放到了 Github 的 <a href="https://github.com/Sunrisepeak/mbun" rel="nofollow">mbun 仓库</a>, 欢迎感兴趣的朋友 Star 项目或一起参与开发/构建 (一起玩 / Just for Fun)</p>
<ul>
<li><a href="https://github.com/Sunrisepeak/mbun" rel="nofollow">https://github.com/Sunrisepeak/mbun</a></li>
</ul>
<h2>mbun - main.cpp</h2>
<pre><code class="language-cpp">// mbun executable entrypoint and command dispatch.

import std;

import mbun.app;
import mbun.exe_platform;
import mbun.cli;
import mbun.cli.run_command;
import mbun.install.command;
import mbun.install.dependency;
import mbun.install.npm.json;
import mbun.install.package_json_editor;
import mbun.jsc.module_loader;
import mbun.jsc.runtime;
import mbun.jsc.test_runner;
import mbun.js_parser;
import mbun.toml;
import mbun.bunfig.types;
import mbun.bunfig.parser;
import mbun.http;
import mbun.bundler;
import mbun.resolver;

using namespace mbun::app;

int main(int argc, char* argv[]) {
    //....

    auto parsed = mbun::cli::parse(args);

    using mbun::cli::Action;
    switch (parsed.action) {
    case Action::Version:
        // Three lines: mbun's real version, then the bun / node compatibility
        // claims (the corpus-pinned versions). Line 2 keeps `--version` output
        // containing Bun.version (regression/issue/10170 asserts toContain).
        std::println("mbun {}", mbun::cli::MBUN_VERSION);
        std::println("bun {} (compatible)", mbun::cli::VERSION);
        std::println("node v{} (compatible)", mbun::cli::NODE_COMPAT_VERSION);
        return 0;
    case Action::Help:
        std::print("{}", USAGE);
        return 0;
    case Action::Test:
        return run_test(std::span{args}.subspan(1));
    case Action::Install:
        return run_install(std::span{args}.subspan(1));
    case Action::Add:
        return run_add(std::span{args}.subspan(1));
    case Action::Build:
        return run_build(std::span{args}.subspan(1));
    case Action::Exec:
        return run_exec(parsed.argument);
    case Action::NotImplemented:
        std::println("mbun: '{}' is planned but not implemented yet", parsed.argument);
        return 1;
    case Action::Unknown:
        // Tag::AutoCommand — an unrecognized first positional is not an error in
        // bun: it is a run target. `bun dev` runs the "dev" script, `bun eslint`
        // runs node_modules/.bin/eslint, and only when nothing matches does it
        // report `Script not found` + exit 1 (cli/mod.rs:1469-1481 → exec_with_cfg,
        // run_command.rs:2726-2790). --if-present makes the miss silent/0.
        return exec_run_target(args[0], std::span{args}.subspan(1), globalFlags,
                               /*allowFastRunForExtensions=*/true, /*binDirsOnly=*/true);
    }
    return 0;
}
</code></pre>
<hr/>
<ul>
<li>开源仓库: <a href="https://github.com/Sunrisepeak/mbun" rel="nofollow">https://github.com/Sunrisepeak/mbun</a></li>
<li><a href="https://github.com/Sunrisepeak/mbun/pull/1" rel="nofollow">Rewrite Bun in MC++</a></li>
<li><a href="https://github.com/oven-sh/bun/pull/30412" rel="nofollow">Rewrite Bun in Rust</a></li>
</ul>

	]]></content>
</entry><entry>
	<title>[Wunder] 20260718 - V2EX AI Chat 配额说明上线</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228289#reply1" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228289</id>
	<published>2026-07-18T18:34:53Z</published>
	<updated>2026-07-18T18:34:53Z</updated>
	<author>
		<name>Livid</name>
		<uri>https://www.v2ex.com/member/Livid</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>AI Chat 的 5 小时配额系统现在有了完整的说明页面，包括配额的计算公式和你自己账号的配额明细（如果已经登录）：</p>
<p><a href="https://edge.v2ex.com/help/quota" rel="nofollow">https://edge.v2ex.com/help/quota</a></p>
<p>如果你之前尝试过 Chat 或者 Persona 系统，但是遇到额度很快跑完的情况，现在可以再试试。</p>
<p>刚上线时的一些有限制的额度设定，已经在今天做了比较彻底的更新。</p>
<p>重要的事情是这些新系统确实被用起来，确实被觉得有用或者有趣。谢谢大家。</p>
<hr/>
<ul>
<li>V2EX Persona（<a href="https://edge.v2ex.com/personas" rel="nofollow">角色设定</a>）让你可以用自己的设定和知识库实现专门领域里的聊天机器人，并且可以通过 OpenAI 兼容接口在其他系统中集成，比如这是一个集成进 OpenCode 的例子 <a href="https://edge.v2ex.com/t/1227634" rel="nofollow">https://edge.v2ex.com/t/1227634</a></li>
<li>你可以使用铜币为自己的 AI 角色升级公开访问权限，这样你的用户不需要 V2EX 账号也可以使用你做的 AI 角色</li>
<li>目前后端支持模型包括 Gemma4-31b 和 GLM-5.2，后续会在经过测试和优化之后提供更多模型</li>
</ul>

	]]></content>
</entry><entry>
	<title>[分享创造] 类似 MBTI 的天命人分析</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228288#reply2" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228288</id>
	<published>2026-07-18T18:04:54Z</published>
	<updated>2026-07-18T18:06:03Z</updated>
	<author>
		<name>Rollie</name>
		<uri>https://www.v2ex.com/member/Rollie</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	最近在做一些市场调研，研究了一些人格测试、消费心理学相关的内容。<br /><br />过程中接触到了 MBTI 、16PF 这类人格模型，感觉 MBTI 不够东方，对于我这种中登来讲，还是中华文化更有意思一点。所以突然有了一个想法，剩下的就交给 CodeX 搓了。<br /><br />结果只能图一乐了，目前 AI 对于不擅长的领域还知识玩具，我认真填了一遍是风隐客，给大家也感受一下，尝尝咸淡。<br /><br /><a target="_blank" href="http://tm.wailiwaili.com/" rel="nofollow noopener">http://tm.wailiwaili.com/</a>
	]]></content>
</entry><entry>
	<title>[程序员] 现在机场价格这么离谱了吗</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228287#reply8" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228287</id>
	<published>2026-07-18T17:59:50Z</published>
	<updated>2026-07-18T19:04:44Z</updated>
	<author>
		<name>dosomethingcool</name>
		<uri>https://www.v2ex.com/member/dosomethingcool</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	用了挺久的机场快到期了，寻思续费一年，一看价格感觉好贵啊，准备换家试试<br />以前感觉两三百就算比较高端的了，上千暂时还是接受不了<br /> <a target="_blank" href="https://i.imgur.com/44EucUJ.png" rel="nofollow noopener" target="_blank"><img src="https://i.imgur.com/44EucUJ.png" class="embedded_image" rel="noreferrer"></a>
	]]></content>
</entry><entry>
	<title>[推广] [阿柴 AI] 感谢 V 站： Grok 4.5 随便蹬， DeepSeek V4 Flash / MiMo V2.5 计划长期免费</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228286#reply0" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228286</id>
	<published>2026-07-18T17:31:18Z</published>
	<updated>2026-07-18T17:31:18Z</updated>
	<author>
		<name>Apllex</name>
		<uri>https://www.v2ex.com/member/Apllex</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>来 V 站快十年了，初中进站到现在马上要工作了，很喜欢 V 站，最近趁着 Grok 免费，给 V 友们整一些免费的 Grok 和 DeepSeek V4 、MiMo
不是 aff ，不是 aff ，自己的站</p>
<p><strong>现阶段全站免费，目前没有充值入口，不需要签到，注册可以直接蹬</strong></p>
<h1><a href="https://www.achai.cc" rel="nofollow">阿柴 AI</a> <a href="https://www.achai.cc" rel="nofollow">achai.cc</a></h1>
<p>目前已经上线：</p>
<p><strong>Grok 4.5 &amp; Grok Image Lite (支持文本/生图)</strong></p>
<p><strong>DeepSeek V4 Flash (计划长期免费保留）</strong></p>
<p><strong>MiMo V2.5(计划长期免费保留）</strong></p>
<p>这两个模型准备长期直接免费，只要能扛住蹬就免费，会一直持续维护，可以直接接到比如 openclaw 之类的 agent 去用</p>
<p>Grok 4.5 等老马不让免费蹬了之后，可能会调整为 Grok 4.2 继续免费，后续还可能有 GPT-image-2</p>
<p>如果不好使欢迎 V 友们直接反馈，也可以进<a href="https://t.me/achaigroup" rel="nofollow">TG 群</a>反馈，后续群里和 V 站也会搞活动，不定期 GPT 、Claude 、Gemini 、国模活动</p>

	]]></content>
</entry><entry>
	<title>[问与答] 检测中国用户的 Claude 版本是 Claude code，不包括 Claude desktop 吗？</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228285#reply0" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228285</id>
	<published>2026-07-18T16:46:04Z</published>
	<updated>2026-07-18T16:46:04Z</updated>
	<author>
		<name>NickyHaris</name>
		<uri>https://www.v2ex.com/member/NickyHaris</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>我一直用 Claude Desktop ，甚至没有意识到这个广泛传播的问题和讨论可能只是针对 Claude Code 的。</p>
<p>大家用的哪个工具？ Claude Desktop 总是报各类网络错误，Claude code 好像能实现某种自动化重试，Claude desktop 不行，要手敲“继续”。</p>

	]]></content>
</entry><entry>
	<title>[分享创造] 做了一个随机绘画题目生成器</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228284#reply0" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228284</id>
	<published>2026-07-18T16:35:48Z</published>
	<updated>2026-07-18T16:32:48Z</updated>
	<author>
		<name>haowen8098</name>
		<uri>https://www.v2ex.com/member/haowen8098</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	它可以根据绘画类型、难度和挑战时间生成题目，还提供倒计时和可选的 AI 参考图：<br /><a target="_blank" href="https://www.drawingpromptgenerator.com/" rel="nofollow noopener">https://www.drawingpromptgenerator.com/</a><br />目前还是早期版本
	]]></content>
</entry><entry>
	<title>[OpenAI] Team 订阅英区 11 英镑</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228282#reply1" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228282</id>
	<published>2026-07-18T16:23:59Z</published>
	<updated>2026-07-18T17:26:08Z</updated>
	<author>
		<name>Fucter</name>
		<uri>https://www.v2ex.com/member/Fucter</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<a target="_blank" href="https://chatgpt.com/?promoCode=ramsacuk" rel="nofollow noopener">https://chatgpt.com/?promoCode=ramsacuk</a>  挂英国节点进     <br /><br />F12 转长链接支付：然后地址找美国免税地址即可<br /><br /><br /><br />(async function generateUKTeamLink() {<br />    console.log("⏳ 正在生成英国 Team 支付链接（使用 ramsacuk ）...");<br /><br />    let accessToken;<br /><br />    try {<br />        const session = await fetch("/api/auth/session").then(r =&gt; r.json());<br />        accessToken = session?.accessToken;<br /><br />        if (!accessToken) {<br />            throw new Error("accessToken 为空");<br />        }<br />    } catch (e) {<br />        console.error("❌ 获取 Token 失败：", e.message);<br />        return;<br />    }<br /><br />    console.log("✅ Token 获取成功");<br /><br />    const COUPON = "ramsacuk";<br /><br />    const payload = {<br />        plan_name: "chatgptteamplan",<br />        team_plan_data: {<br />            workspace_name: "myWorkspace",<br />            price_interval: "month",<br />            seat_quantity: 2<br />        },<br />        billing_details: {<br />            country: "GB",<br />            currency: "GBP"<br />        },<br />        cancel_url: `<a target="_blank" href="https://chatgpt.com/?promoCode=$" rel="nofollow noopener">https://chatgpt.com/?promoCode=$</a>{encodeURIComponent(COUPON)}`,<br />        promo_code: COUPON,<br />        checkout_ui_mode: "hosted"<br />    };<br /><br />    console.log(`⏳ 正在请求支付链接（优惠码：${COUPON}）...`);<br /><br />    try {<br />        const resp = await fetch("/backend-api/payments/checkout", {<br />            method: "POST",<br />            headers: {<br />                Authorization: `Bearer ${accessToken}`,<br />                "Content-Type": "application/json"<br />            },<br />            credentials: "include",<br />            body: JSON.stringify(payload)<br />        });<br /><br />        const data = await resp.json();<br /><br />        if (!resp.ok) {<br />            const message = String(<br />                data?.detail || data?.message || ""<br />            );<br /><br />            console.error(`❌ 请求失败 HTTP ${resp.status}`);<br />            console.error("错误详情：", data);<br /><br />            if (<br />                message.toLowerCase().includes("discount") ||<br />                message.toLowerCase().includes("eligible")<br />            ) {<br />                console.warn("⚠️ 优惠码不可用，建议删除 promo_code 后重试");<br />            }<br /><br />            return;<br />        }<br /><br />        const hostedUrl =<br />            data?.url ||<br />            data?.stripe_hosted_url ||<br />            data?.checkout_url;<br /><br />        if (!hostedUrl) {<br />            console.error("❌ 响应中没有找到支付链接：", data);<br />            return;<br />        }<br /><br />        console.clear();<br />        console.log(<br />            "%c✅ 支付长链接生成成功！",<br />            "color:#10a37f;font-size:22px;font-weight:bold;"<br />        );<br />        console.log("🌍 地区：英国（ GBP ）");<br />        console.log("🎟 优惠码：", COUPON);<br />        console.log("🔗 支付链接：");<br />        console.log(hostedUrl);<br /><br />        try {<br />            await navigator.clipboard.writeText(hostedUrl);<br />            console.log("\n✅ 链接已自动复制到剪贴板！");<br />        } catch {<br />            console.warn("\n⚠️ 自动复制失败，请手动复制上方链接");<br />        }<br />    } catch (e) {<br />        console.error("❌ 执行异常：", e.message);<br />    }<br />})();
	]]></content>
</entry><entry>
	<title>[分享发现] 我也分享一个 Kimi K3 的用例</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228280#reply1" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228280</id>
	<published>2026-07-18T16:00:29Z</published>
	<updated>2026-07-18T17:13:46Z</updated>
	<author>
		<name>yidinghe</name>
		<uri>https://www.v2ex.com/member/yidinghe</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>我没用 Coding Agent ，我是买了 Andante 会员，在网页上用。</p>
<p>最近拿到一个前端页面需求文档。这个文档比较奇葩，只用纯文字描述页面上的内容，没有任何设计图。我就打开 Kimi 上传这个文件，模型选 K3 极致，提示词如下：</p>
<pre><code>根据这份文档生成文档当中提到的页面的线框设计图。我需要：
1. 每个页面的元素和布局；
2. 对每个交互元素的说明。
</code></pre>
<p>最后 Kimi 生成了一份带设计的 Word 文档，这一个任务也用掉了我 25% 的月额度。不过无所谓，这种量级的任务几个月碰到一回而已。另外我也发现，这种用 Kimi 自己的容器去完成任务的方式，大模型可以自由发挥，避免了在我本机上装一堆乱七八糟的一次性的东西，用完还不好清理。</p>
<h3>生成过程</h3>
<p>然后我看了一下生成过程，它是先写 HTML 页面，然后写一段 python 脚本启动 chromium 打开页面并截图，最后创建一个 .net 工程，写一段 C# 代码用来创建 docx 文档。部分内容如下：</p>
<p><img alt="" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://i.v2ex.co/SY3a0I3Q.png"/></p>
<p><img alt="" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://i.v2ex.co/cy10PTCb.png"/></p>
<p><img alt="" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://i.v2ex.co/ePT7g3qU.png"/></p>
<h3>生成结果</h3>
<p>生成的文档大概是下面这样的。跟工作内容细节有关的部分我模糊掉了，总的来说，这算是一份完整的界面需求文档了。</p>
<p><img alt="" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://i.v2ex.co/RH4B56AI.png"/></p>
<p><img alt="" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://i.v2ex.co/ztp5w93M.png"/></p>
<p><img alt="" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://i.v2ex.co/08vF8N43.png"/></p>

	]]></content>
</entry><entry>
	<title>[程序员] 能否把逻辑跟 AI 说清楚，让它先不要写实际代码(pyside6 界面)。而是先用最简单的 html 把页面/按钮布局和伪数据把图表/折线图等递进的逻辑关系表达出来？ 经过审核，觉得可以再用代码实施呢？</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228279#reply5" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228279</id>
	<published>2026-07-18T15:50:55Z</published>
	<updated>2026-07-18T16:23:00Z</updated>
	<author>
		<name>blackantt</name>
		<uri>https://www.v2ex.com/member/blackantt</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>类似于逻辑效果图吧，可以吗？</p>

	]]></content>
</entry><entry>
	<title>[Claude] 有意思，搬了新家后，问了个问题，被封了 。</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228278#reply5" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228278</id>
	<published>2026-07-18T15:50:08Z</published>
	<updated>2026-07-18T17:05:17Z</updated>
	<author>
		<name>kright</name>
		<uri>https://www.v2ex.com/member/kright</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	之前各种作死都没事。<br />全程中文提问，节点乱飞
	]]></content>
</entry><entry>
	<title>[Claude] Claude 被封后，我抢救出了全部聊天记录</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228277#reply1" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228277</id>
	<published>2026-07-18T15:42:16Z</published>
	<updated>2026-07-18T15:42:16Z</updated>
	<author>
		<name>chinayl424</name>
		<uri>https://www.v2ex.com/member/chinayl424</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	Claude 账号突然被封，<br />以前几百条聊天记录是不是全没了？<br />先别慌。<br />很多人不知道，即使页面提示：<br />Your account is on hold<br />聊天记录通常仍然可以导出。<br />在封禁提示页找到 Export your data ，Claude 会把你的对话、项目和设置打包发送到邮箱。<br />但问题又来了：<br />官方导出的是一个 ZIP 压缩包，里面的中文还可能变成：<br />\u4f60\u597d<br />文件虽然抢救回来了，却根本没法正常阅读……<br />所以我做了一个开源的 Claude 数据导出查看器。<br />它只有一个 HTML 文件：<br />▫️ 不用安装<br />▫️ 不用注册<br />▫️ 不上传聊天数据<br />▫️ 浏览器打开就能使用<br />把 Claude 导出的 ZIP 拖进去，就能直接：<br />✨ 浏览全部历史对话<br />✨ 跨对话全文搜索<br />✨ 查看 thinking / reasoning<br />✨ 渲染工具调用和 Mermaid<br />✨ 查看分支与时间线<br />✨ 导出 Markdown / PDF<br />所有数据都在浏览器本地解析，不经过服务器。<br />说实话，Claude 账号可以重新注册，<br />但几个月积累下来的聊天记录、研究资料和思考过程，不一定能重新找回来。<br />不要等账号出问题以后，才想起备份。<br />建议 Claude 重度用户现在就去：<br />Settings → Privacy → Export data<br />定期保存一份自己的数据。<br />查看工具已经免费开源：<br />🔍 GitHub 地址： <a target="_blank" href="https://github.com/aiaifei/claude-export-viewer" rel="nofollow noopener">https://github.com/aiaifei/claude-export-viewer</a><br />如果它刚好帮你保住了聊天记录，欢迎给项目点个 Star ⭐
	]]></content>
</entry><entry>
	<title>[Claude] 麻烦问一下 V 站会员充值 Pro 的 或者相关广告费用内容 需要知道一下</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228276#reply1" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228276</id>
	<published>2026-07-18T15:36:38Z</published>
	<updated>2026-07-17T21:38:17Z</updated>
	<author>
		<name>babycode</name>
		<uri>https://www.v2ex.com/member/babycode</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>写的不太明确 想知道广告费用相关的 有能回复一下的吗 以及横屏广告等</p>

	]]></content>
</entry><entry>
	<title>[动物] 家里的傻狗烦死我了</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228275#reply8" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228275</id>
	<published>2026-07-18T15:28:32Z</published>
	<updated>2026-07-18T16:57:33Z</updated>
	<author>
		<name>addou</name>
		<uri>https://www.v2ex.com/member/addou</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	家门外就是街道，家里养了只串串狗，把它栓起来怕它缺少自由，栓起来吃的也少。放开它吧，疯了一样，只要跑出去，不跑过瘾不回家。神经兮兮的，特别是晚上，只要人家从门口经过，它就在院子里叫，没有一点边界感，而且趴在院门缝看着外边叫。你说陌生人去家里叫唤可以的，人家只是路过你叫唤什么呢？养过好些只狗狗，狗狗和人一样，性格差异太大了。
	]]></content>
</entry><entry>
	<title>[分享创造] SubTap · 字幕点读器 —— 点读式英语学习工具</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228274#reply0" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228274</id>
	<published>2026-07-18T15:09:12Z</published>
	<updated>2026-07-18T15:09:12Z</updated>
	<author>
		<name>JackalZhao</name>
		<uri>https://www.v2ex.com/member/JackalZhao</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<h2><strong>简介</strong></h2>
<p>点读式英语学习工具 —— 载入字幕 + 音视频，点任意句子播放对应片段，内置分级词库给生词按难度着色。先读句、再点听，主动学英语。单 HTML 文件实现。</p>
<h2><strong>开发动机</strong></h2>
<p>市面上的英语听力软件和方法，大多是「听课式」：播放一大段音频，配上译文和单词解释，让学生被动地听。可一旦被动连听几分钟，大脑几乎不可避免地走神——甚至只要连续出现两三句有难度的句子、中间又没留思考时间，注意力就会涣散、打起瞌睡，学习效果很差。</p>
<p>SubTap 想换一种方式：<strong>主动点读</strong>。每一句都要你主动点一下才会读，句与句之间留出充足的思考时间；遇到生词、难句，旁边就有释义。把被动听变成 <strong>主动读、主动听</strong> ，让注意力始终在线。</p>
<p>学习材料也不挑：美剧、演讲、YouTuber 的视频，从网上下载到本地就行；字幕可以下载现成的，也可以用同属作者开发的 <a href="https://github.com/HaujetZhao/CapsWriter-Offline" rel="nofollow">CapsWriter-Offline</a> 离线转录出高质量、带时间戳的字幕。</p>
<h2><strong>截图预览：</strong></h2>
<p><img alt="示例图" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://raw.githubusercontent.com/HaujetZhao/SubTap/refs/heads/main/assets/%E7%A4%BA%E4%BE%8B%E5%9B%BE.png"/></p>
<h2><strong>使用方式</strong></h2>
<ul>
<li>在线用：访问 <a href="https://haujetzhao.github.io/SubTap/" rel="nofollow">SubTap Pages</a></li>
<li>离线用：或下载 <a href="https://github.com/HaujetZhao/SubTap/releases/latest/download/SubTap.html" rel="nofollow">SubTap.html</a>，双击打开</li>
</ul>

	]]></content>
</entry><entry>
	<title>[摄影] 西湖上空刷新了一只喷火龙</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228273#reply9" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228273</id>
	<published>2026-07-18T14:52:02Z</published>
	<updated>2026-07-18T17:43:17Z</updated>
	<author>
		<name>Geeksun2021</name>
		<uri>https://www.v2ex.com/member/Geeksun2021</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	西湖散步偶遇隐藏 BOSS 。<br />刚刷新出来就开始喷火，<br />还好我跑得快，只留下了这张目击证据。<br /><a target="_blank" href="https://i.imgur.com/anZ1qhN.jpeg" rel="nofollow noopener" target="_blank"><img src="https://i.imgur.com/anZ1qhN.jpeg" class="embedded_image" rel="noreferrer"></a><br /><a target="_blank" href="https://i.imgur.com/Tra0RFc.jpeg" rel="nofollow noopener" target="_blank"><img src="https://i.imgur.com/Tra0RFc.jpeg" class="embedded_image" rel="noreferrer"></a><br /><a target="_blank" href="https://i.imgur.com/VZWbgnX.jpeg" rel="nofollow noopener" target="_blank"><img src="https://i.imgur.com/VZWbgnX.jpeg" class="embedded_image" rel="noreferrer"></a>
	]]></content>
</entry><entry>
	<title>[分享创造] 做了个内容提取插件 E2N，支持 B 站 / 小红书 / YouTube 等平台，可同步到 Obsidian / Notion / 飞书 / NBLM</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228272#reply5" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228272</id>
	<published>2026-07-18T14:51:07Z</published>
	<updated>2026-07-18T16:29:33Z</updated>
	<author>
		<name>errah</name>
		<uri>https://www.v2ex.com/member/errah</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>自己做了个浏览器插件 E2N (Everything to Notebook)，方便快速收集资料给 AI 用。</p>
<p>把网页、B 站/抖音/小红书/YouTube 视频、图文帖子洗成 Markdown ，一键推进 NotebookLM / 飞书 / Notion / Obsidian 。</p>
<p>功能：
抓网页正文，自动过滤广告和没用的东西
视频优先抓官方字幕，没字幕的抽音频给 AI 转录，YouTube 支持批量拉播放列表
图片交给给 AI 做 OCR 识别（小红书、知乎配图这类）
同时推多个知识库</p>
<p>几个坑：知乎 LaTeX 偶尔会抽；音质差的话转录会出现迷惑字符；网页剪藏不保证适应所有站点。</p>
<p>隐私：BYOK ，Key 存本地。免费版纯本地跑； Pro 的转录和 OCR 直接从你浏览器打到模型厂商，不过我服务器，Worker 只做鉴权不落库，欢迎抓包。</p>
<p><img alt="E2N 在 Bilibili 上抓字幕" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://imgur.com/6Oavezx.png"/></p>
<p><img alt="E2N 在油管直推链接" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://imgur.com/tjXp5uS.png"/></p>
<p><img alt="小红书抓图 + OCR" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://imgur.com/VYGxCYB.png"/></p>
<p><img alt="E2N 任务管理中心（成功记录）" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://imgur.com/YREtq3l.png"/></p>
<p><img alt="飞书文档落盘效果（含音频转录）" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://i.imgur.com/HiBFNPf.png"/></p>
<p><img alt="E2N OB 和 notion 落盘效果" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://imgur.com/6NPS1jD.png"/></p>
<p><img alt="E2N popup 和后台设置" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://imgur.com/70Pt3tk.png"/></p>
<p>插件链接：<a href="https://chromewebstore.google.com/detail/everything-to-notebook/ninggjblhniabhjnoojcgbpldfcadglp" rel="nofollow">Chrome 商店</a> · <a href="https://microsoftedge.microsoft.com/addons/detail/idadmfliapdijibcbfeggfhgcnhjbidg" rel="nofollow">Edge 商店</a> · <a href="https://e2n.studio/zh/help/setup" rel="nofollow">使用文档</a></p>
<hr/>
<p>20 个 Pro 体验码，3 个月，先到先得，激活方式在设置页。</p>
<p>E2N-P-3M-708-YRwEvMAQ78ef</p>
<p>E2N-P-3M-708-O8lPGLqdGwEZ</p>
<p>E2N-P-3M-708-AcDlPfFvo8Cm</p>
<p>E2N-P-3M-708-JJKBRV1TQ8mX</p>
<p>E2N-P-3M-708-fQOAMY0qmDfo</p>
<p>E2N-P-3M-708-0TUgPOCWLvVA</p>
<p>E2N-P-3M-708-PDWpaqGN48zM</p>
<p>E2N-P-3M-708-AICBUvkXseHi</p>
<p>E2N-P-3M-708-UTvEoDzyWCce</p>
<p>E2N-P-3M-708-DBlhFOXjCNac</p>
<p>E2N-P-3M-708-nDmySMFYdZV7</p>
<p>E2N-P-3M-708-A3Er8BgwKzJg</p>
<p>E2N-P-3M-708-qSoZJgxH7Zmu</p>
<p>E2N-P-3M-708-PocUjmAuz4S7</p>
<p>E2N-P-3M-708-stcs13sD4kFJ</p>
<p>E2N-P-3M-708-1LK4CwnfD8D9</p>
<p>E2N-P-3M-708-KD8jfY1CadCD</p>
<p>E2N-P-3M-708-t4IEzqffHMFA</p>
<p>E2N-P-3M-708-9yMIXSkf9ESF</p>
<p>E2N-P-3M-708-jVCMSFm9NhMd</p>
<p>领了回复一下，免得撞车。bug 和需求直接帖子里说，在快速迭代中。</p>

	]]></content>
</entry><entry>
	<title>[分享创造] [开源] 让人人用上 Claude Fable 5，基于多模型 MoA 编排</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228271#reply2" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228271</id>
	<published>2026-07-18T14:38:39Z</published>
	<updated>2026-07-18T14:53:28Z</updated>
	<author>
		<name>VforVendetta</name>
		<uri>https://www.v2ex.com/member/VforVendetta</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>Claude 的额度实在扛不住高频使用。
所以自己折腾了一个东西，把多个模型「组队」起来——不指望一个诸葛亮包打天下，而是让几位军师各出一招、再有个判官做交叉审稿，合起来希望能力逼近 Fable 5</p>
<h2>为什么觉得这事儿值得做</h2>
<p>OpenRouter 前阵子在 DRACO 深度研究基准上做了个实验：<strong>Gemini 3 Flash + Kimi K2.6 + DeepSeek V4 Pro</strong> 三个模型 Fusion 起来，得分 **64.7%**，和 Claude Fable 5 单跑的 <strong>65.3%</strong> 只差 0.6 个百分点，而单任务成本大约只有一半。详见 <a href="https://openrouter.ai/blog/announcements/fusion-beats-frontier/" rel="nofollow">OpenRouter Fusion</a>。</p>
<p>结论很直接：<strong>单个模型不是终点，多个模型合体很多时候比单模型更强。</strong></p>
<p>但 OpenRouter 的 Fusion 是云端服务。我更想要的是：</p>
<ul>
<li>模型可以换、供应商可以换、路由策略可以改</li>
<li>跑在免费 / 便宜的边缘推理上</li>
<li>最好支持多种各种 api 格式</li>
</ul>
<p>于是就有了这个项目。</p>
<h2>做了什么</h2>
<p>基于 <a href="https://arxiv.org/abs/2406.04692" rel="nofollow">Mixture-of-Agents 论文</a>，在 Cloudflare Worker 上实现了多层 MoA 编排：</p>
<pre><code>请求
  ├─ Layer 0: AnySearch 联网检索（可选，结果注入 &lt;CONTEXT&gt;）
  ├─ Layer 1: N 个 proposer 并行（不同模型提供多样化视角）
  ├─ Layer 2: judge 冲突分析（产出共识 / 冲突 / 遗漏 / 无证据清单）
  └─ Layer 3: aggregator 综合最终答案（非简单拼接，是带裁决的二次审稿）
</code></pre>
<p>关键点：aggregator 不是把几个答案拼一起，而是基于 judge 的分析做<strong>二次审稿</strong>——保留共识、修正冲突、补上遗漏、删掉无证据的自信表述。</p>
<p>对外暴露两套协议：</p>
<ul>
<li><code>/v1/messages</code>：Anthropic Messages API 兼容（非流式 + SSE 流式）</li>
<li><code>/mcp</code>：MCP Streamable HTTP ，工具 <code>moa_reason</code></li>
</ul>
<p>灵活支持各种调用</p>
<h2>模型组合</h2>
<p>Cloudflare Workers AI 现在有 12 个前沿模型可选，我预置了三套组合：</p>
<table>
<thead>
<tr>
<th>预设</th>
<th>组合</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>A （最强）</strong></td>
<td><code>kimi-k2.7-code / glm-5.2 / nemotron-3-120b-a12b / kimi-k2.6</code></td>
<td>3 前沿 proposer + kimi-k2.6 aggregator</td>
</tr>
<tr>
<td><strong>B （均衡）</strong></td>
<td><code>kimi-k2.7-code / glm-5.2 / nemotron-3-120b-a12b / gpt-oss-120b</code></td>
<td>proposer 全前沿，aggregator 省</td>
</tr>
<tr>
<td><strong>C</strong></td>
<td><code>kimi-k2.6 / qwen3-30b-a3b / glm-5.2 / gpt-oss-120b</code></td>
<td>对标 DeepSeek+Kimi+Qwen Fusion</td>
</tr>
</tbody></table><p>格式是 <code>proposer1/proposer2/.../aggregator</code>，最后一个做综合。URL 里直接拼模型组合就能切，不用改配置。</p>
<p>还可以使用在线的 moa 模型组合配置器
<img alt="pasted-image-1784383411523.webp" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://files.seeusercontent.com/2026/07/18/r7Yt/pasted-image-1784383411523.webp"/></p>
<h2>评测结果</h2>
<p><strong>基础基准（ GSM8K / ARC / C-Eval ）</strong> 70 题，整体准确率 **98.6%**。</p>
<p><strong>DRACO 深度研究基准</strong>（ 100 个复杂任务，4 维度 rubric ，LLM-as-judge 评分）对标 Fable 5 的 65.3%，达标阈值 ≥ 60%。写这帖的时候评测还在跑，已完成 26/100 ，当前 overall 均值 43.5%，单题最高 70%。完整结果跑完会更新到 README 。</p>
<h2>一点想法</h2>
<p>做这个最大的感受是：<strong>「前沿模型能力」不一定只能靠买更贵的模型获得。</strong> 它也可以被拆成一套本地可控的协作流程——谁出推理、谁出代码、谁出事实、谁做裁决。Fable 5 的能力不是黑盒，是几种能力的组合，组合可以被工程化复现。</p>
<p>项目 MIT ，模型组合、搜索 provider 、judge 策略都可以换。如果你有更强的模型组合建议或者评测结果，PR 直接提。</p>
<p>GitHub: <a href="https://github.com/cpcc/moa" rel="nofollow">cpcc/moa</a></p>

	]]></content>
</entry><entry>
	<title>[Claude] 一个月 pro，三个月 max，最终 claude 的账号还是被封了</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228270#reply9" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228270</id>
	<published>2026-07-18T14:31:46Z</published>
	<updated>2026-07-18T16:41:35Z</updated>
	<author>
		<name>YanSeven</name>
		<uri>https://www.v2ex.com/member/YanSeven</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>虚拟机中使用，时区地区纽约，语言英文。</p>
<p>日常用语中文。</p>
<p>在宿主机用过 claude design</p>
<p>终于还是死了，腾出钱来买 kimi K3 算了</p>

	]]></content>
</entry><entry>
	<title>[分享创造] [开源] Codeg V0.21.0：焕新版本｜多智能体协作工作台</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228269#reply0" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228269</id>
	<published>2026-07-18T14:29:29Z</published>
	<updated>2026-07-18T14:29:29Z</updated>
	<author>
		<name>molicloud</name>
		<uri>https://www.v2ex.com/member/molicloud</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>一如既往的紧跟风向，这次带来的是焕新版本，新的体验，“佛祖保佑，永无 BUG” 镇楼，希望我们生成的代码永无 BUG：
<img alt="image" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://imgur.com/SjGMLzb.png"/></p>
<h1>开源仓库</h1>
<p><a href="https://github.com/xintaofei/codeg" rel="nofollow">https://github.com/xintaofei/codeg</a></p>
<h1>左青龙右白虎</h1>
<p><img alt="image" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://imgur.com/K7HrJhm.png"/>
<img alt="image" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://imgur.com/SnCY2mz.png"/></p>
<h1>写代码再也不困了</h1>
<p><img alt="image" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://imgur.com/btK6Jiw.png"/></p>
<h1>我不懂，你直接生成代码</h1>
<p><img alt="image" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://imgur.com/vicXxPY.png"/></p>
<h1>多智能体协作</h1>
<p><img alt="image" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://imgur.com/JoqkDcz.png"/></p>

	]]></content>
</entry><entry>
	<title>[生活] 程序员转行泡茶</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228268#reply0" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228268</id>
	<published>2026-07-18T14:11:56Z</published>
	<updated>2026-07-18T14:11:56Z</updated>
	<author>
		<name>Chillja</name>
		<uri>https://www.v2ex.com/member/Chillja</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>曾经也在 V2 上看各种技术贴的我转行在一家高端酒店的茶室给人泡茶了！暑假各位大佬要来云南的大理艾迪逊度假订房欢迎来找我要订房折扣。
另外上海、浙江、丽江这些高端酒店订房都可以找我要折扣！
上海苏宁宝丽嘉酒店
上海喜马拉雅酒店
浙江新昌安岚酒店
浙江宁海安岚酒店
浙江台州希尔顿酒店
广西阳朔悦榕庄酒店
丽江金茂璞修酒店</p>
<p>松茸季也开始了，帮老板卖全国唯一用小冰箱（与南开大学合作）发货的松茸，助农产品公司开票能抵税哦～</p>

	]]></content>
</entry><entry>
	<title>[生活] 周二早上与一个实线变道车辆发生刮蹭对方全责，修车 3 天产生打车费用 187.54 元，目前已起诉</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228263#reply2" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228263</id>
	<published>2026-07-18T13:50:52Z</published>
	<updated>2026-07-18T14:16:49Z</updated>
	<author>
		<name>Vesc</name>
		<uri>https://www.v2ex.com/member/Vesc</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	1 、向对方保险书面正式索赔，对方保险也给了书面回复说拒赔；<br />2 、向对方索赔不回消息；<br />目前通过人民法院在线服务网已经发起了诉讼，也很方面，按照提供的模板填信息就好了，提交了 4s 账单、打车发票、认定书等证明，后续有结果在和 v 友分享。<br />网上看了好多类似的案例都胜诉了
	]]></content>
</entry><entry>
	<title>[科技] 值得入手 glm max 吗</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228261#reply3" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228261</id>
	<published>2026-07-18T13:41:35Z</published>
	<updated>2026-07-18T16:07:44Z</updated>
	<author>
		<name>Nu1lXX</name>
		<uri>https://www.v2ex.com/member/Nu1lXX</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>最近想试试国产的大模型，比如 glm 支持入手吗？他的用量跟 gpt pro 几 x 几 比较持平。或者大家有什么建议，中转站感觉大多都降至了。如果入手 gpt 5x 够用吗？</p>

	]]></content>
</entry><entry>
	<title>[显示器] macbook，双外接显示屏，同型号，每次开屏一台显示屏上的窗口消失</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228259#reply1" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228259</id>
	<published>2026-07-18T13:28:00Z</published>
	<updated>2026-07-18T13:25:00Z</updated>
	<author>
		<name>adz2k</name>
		<uri>https://www.v2ex.com/member/adz2k</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>不知道为什么会这样</p>
<p>每次开盖一台显示屏上的窗口会被全部收纳回笔记本电脑上</p>
<p>但是另一台显示屏上的窗口就不会</p>
<p>两个显示屏同型号，且都是 c-dp 信号传输</p>
<p>完全不理解为什么会这样</p>

	]]></content>
</entry><entry>
	<title>[推广] 🎁 新用户送： 500m 动态住宅流量 🎁 首充 2 刀送 2 刀 静态住宅等于 2 刀/月</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228258#reply2" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228258</id>
	<published>2026-07-18T13:22:02Z</published>
	<updated>2026-07-18T13:33:10Z</updated>
	<author>
		<name>jibaoproxy</name>
		<uri>https://www.v2ex.com/member/jibaoproxy</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>产品价格：</p>
<p>🌐 动态住宅 $2/GB</p>
<p>📱 动态手机 $9/GB</p>
<p>⚡ 动态机房 $0.8/GB</p>
<p>🏠 全球静态住宅 $4/月起</p>
<p>🖥️ 美国静态机房 $2/月</p>
<p>先体验再充值。</p>
<p>链接：<a href="http://member.jibaoproxy.com/#/login?formType=regist&amp;code=2f809633" rel="nofollow">member.jibaoproxy.com/#/login?formType=regist&amp;code=2f809633</a></p>

	]]></content>
</entry><entry>
	<title>[分享发现] AI Agent 记忆系统折腾记：本地跑了半个月，最后还是上云了</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228257#reply0" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228257</id>
	<published>2026-07-18T13:20:27Z</published>
	<updated>2026-07-18T13:18:27Z</updated>
	<author>
		<name>zhanhy2015</name>
		<uri>https://www.v2ex.com/member/zhanhy2015</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>分享一段折腾经历，给同样想给 Agent 加记忆的老哥们避避坑。</p>
<p>起因是看到 Garry Tan （ YC 那位）开源了 GBrain ，一个 AI Agent 记忆系统，能持续吃会议记录和邮件，自动给人物和公司建档案，还带自我改进。这种东西对我这种记性差还要跟一堆项目的人太有吸引力了，果断开搞。</p>
<h2>本地跑的三个坑</h2>
<p>第一坑：保活。记忆系统的意义就是一直在线一直吸收，但我的主力机是笔记本，合盖就睡。挂在台式机上，结果一次系统更新自动重启，断了两天才发现。</p>
<p>第二坑：数据放哪。记忆数据就是这系统的全部价值，放本地磁盘总觉得悬，配自动备份又是一堆活。折腾到后面发现我在给一个工具当运维（本末倒置了属于是）。</p>
<p>第三坑：换机器就完蛋。在公司想查档案，数据在家里机器上。搞内网穿透？又是新一轮折腾。</p>
<p>半个月下来，系统本身没问题，问题全在"让它活着"这件事上。</p>
<h2>上云之后</h2>
<p>后来换了思路，不自己维护机器了，直接装进云端 Agent 平台的沙箱里。这类平台的 Agent 自带一个云端沙箱，里面有终端和 Git ，克隆 GBrain 仓库、跑安装命令，跟本地操作没区别；配置和数据扔进平台的 Drive 网盘，持久化它管； Agent 本身就是全天候跑的，保活这个词从此和我无关。换个地方掏出手机也能访问，因为 Agent 还能接 Telegram 这些聊天渠道。</p>
<p>我参考的是这篇 <a href="https://buda.im/zh-CN/blog/install-gbrain-with-buda" rel="nofollow">GBrain 一键部署</a> 教程，流程比我预想的短，主要时间花在给它喂初始数据上。</p>
<h2>坦诚说说成本</h2>
<p>这套方案不是没有代价，说清楚免得有人冲动。</p>
<p>免费档能建 Agent 、能用 Drive ，每天有免费的 Credits 额度，先试跑够用了，也不用绑信用卡。但沙箱里的 Terminal 和 Git 要 Plus 档才有，20 美元一个 Agent 一个月。你要是本来就有闲置服务器，还乐意自己折腾 systemd 和备份脚本，那自建更省钱，这没什么可争的。</p>
<p>我自己算的账是：20 刀买的不是算力，是不用再想保活、备份、迁移这三件事。以我的时薪，一个月省两小时运维就回本了。另外它按 Credits 计费（模型调用的复合用量单位，不是简单的 token 数），重度使用前建议先看清额度规则。</p>
<h2>结论</h2>
<p>轻度尝鲜：本地跑跑就行，别为了试用掏钱。真要长期用记忆系统，要么接受自己当运维，要么接受订阅费，没有既要又要的方案。我选了后者，目前一个多月，没有再半夜想起"那台机器还活着吗"，就冲这点，值。</p>

	]]></content>
</entry><entry>
	<title>[问与答] 如何培养孩子当领导的能力</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228256#reply11" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228256</id>
	<published>2026-07-18T13:15:13Z</published>
	<updated>2026-07-18T18:46:34Z</updated>
	<author>
		<name>nkchn</name>
		<uri>https://www.v2ex.com/member/nkchn</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	
	]]></content>
</entry><entry>
	<title>[Claude] 又被封一个 claude 账号，这次是三年老账号</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228255#reply2" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228255</id>
	<published>2026-07-18T13:09:31Z</published>
	<updated>2026-07-18T11:09:31Z</updated>
	<author>
		<name>kechx</name>
		<uri>https://www.v2ex.com/member/kechx</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>刚刚登录命令行登不上，心里一惊，感觉不对劲了，一看邮件，果然，“Your account has been suspended”，还好，Google play 还退了 13 刀（按照使用时间按比例退的），转战 codex 吧</p>

	]]></content>
</entry><entry>
	<title>[程序员] 完全没有编程经验能否依靠 AI 开发一些小软件</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228254#reply20" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228254</id>
	<published>2026-07-18T13:07:50Z</published>
	<updated>2026-07-18T19:52:32Z</updated>
	<author>
		<name>iswangsir</name>
		<uri>https://www.v2ex.com/member/iswangsir</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>玩电脑倒是有 20 年的经验，不过也就是比普通用户多知道一些电脑知识。对编程一窍不通。
AI 时代已经走过好几年了，现在 AI 的能力更上一层楼，看了很多用 AI 辅助开发软件的案例。心中有一丝疑惑？
1 ，普通人能否依靠 AI 开发一些个人使用的单机软件呢？比如某些辅助工具软件。方便自己的工作或者生活吗？
2 ，如果可行的话，自己还需要学习哪些知识内容？
3 ，哪个 AI 的编程能力比较强？
4 ，开发完全让 AI 编写，还是自己也要参与部分编写呢？</p>

	]]></content>
</entry><entry>
	<title>[分享创造] vibe 一款 mac 壁纸软件</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228251#reply3" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228251</id>
	<published>2026-07-18T12:43:33Z</published>
	<updated>2026-07-18T12:43:33Z</updated>
	<author>
		<name>alasou</name>
		<uri>https://www.v2ex.com/member/alasou</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>地址： <a href="https://github.com/vwin/Mac-wallpaper" rel="nofollow">https://github.com/vwin/Mac-wallpaper</a>
用了很多 mac 上的壁纸软件，要么广告多，要么要订阅，没找到一个真正满意的，那就自己 vibe 一个吧</p>

	]]></content>
</entry><entry>
	<title>[分享创造] 写了一个开源的三国策略游戏(React + TypeScript),欢迎来玩/提 issue/一起写</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228250#reply1" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228250</id>
	<published>2026-07-18T12:39:04Z</published>
	<updated>2026-07-18T12:58:36Z</updated>
	<author>
		<name>winning11k</name>
		<uri>https://www.v2ex.com/member/winning11k</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>业余时间做了一段时间，TypeScript + Express,纯网页,不用装东西。
做了什么:</p>
<p>单挑/内政/武将养成等核心系统
暴击/反击/连击战斗引擎
地图坐标基于东汉历史州郡位置重新计算投影,不是套用现成地图</p>
<p>目前的状态: 核心玩法基本能跑通,但还有很多地方需要打磨,数值平衡、UI 体验都欢迎挑刺。
MIT 协议,代码全部开源:
<a href="https://github.com/CtxPilot/Late-Eastern-Han-Dynasty" rel="nofollow">https://github.com/CtxPilot/Late-Eastern-Han-Dynasty</a>
如果有兴趣一起写代码、提 PR 的,Issue 区随时欢迎。个人项目,精力有限,能有人一起搞会很开心。</p>

	]]></content>
</entry><entry>
	<title>[Apple] iPhone 换电池，都是去官方还是自己买电池换呢？</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228249#reply10" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228249</id>
	<published>2026-07-18T12:19:07Z</published>
	<updated>2026-07-18T15:44:48Z</updated>
	<author>
		<name>youtuguan</name>
		<uri>https://www.v2ex.com/member/youtuguan</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>因为目前自己手机已经健康度 73%了，以前自己换过，总感觉爱发热，发烫，还很卡！想问问换了官方的会不会好！大家都是选择什么呢！</p>

	]]></content>
</entry><entry>
	<title>[推广] gpt 倍率仅 0.03！ 1r=1$！超高性价比中转站！评论即可领取体验额度~</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228248#reply11" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228248</id>
	<published>2026-07-18T12:06:41Z</published>
	<updated>2026-07-18T14:06:41Z</updated>
	<author>
		<name>KeXiii</name>
		<uri>https://www.v2ex.com/member/KeXiii</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>大家好，初来乍到，请允许我向各位推广一下自己的小站，售后稳定，站长热心，价格实惠，超快首字，保证绝不掺水，欢迎各位大佬们前来品尝~ </p>
<h3>福利：</h3>
<ul>
<li>注册后下方评论 ID 后送 3$额度</li>
<li>群里不定时送额度以及开放福利分组</li>
</ul>
<h3>网站地址：</h3>
<p><a href="https://memeapi.top/" rel="nofollow">https://memeapi.top/</a></p>
<p><strong>企鹅群:789868054</strong></p>
<ul>
<li>可以通过每日签到获取额度</li>
<li>群内有可爱机器人可供玩耍</li>
<li>群内定期分享实用工具</li>
</ul>
<h3>充值比例</h3>
<ul>
<li>1r=1$</li>
</ul>
<p><strong>分组倍率：</strong></p>
<ul>
<li>gpt 特惠分组：0.03x </li>
<li>gpt-plus:0.08x</li>
<li>gpt-pro:0.18x</li>
<li>claude-kiro:0.15x</li>
<li>claude-max:1.1x</li>
</ul>

	]]></content>
</entry><entry>
	<title>[问与答] 除了地方档案馆记录现代历史以外，有没有什么平台记录了现代野史呢</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228247#reply2" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228247</id>
	<published>2026-07-18T11:54:51Z</published>
	<updated>2026-07-18T13:20:09Z</updated>
	<author>
		<name>shubuqi</name>
		<uri>https://www.v2ex.com/member/shubuqi</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	
	]]></content>
</entry><entry>
	<title>[远程工作] 需要区块链开发方面的人才（链上合约交易所 &amp; 预测市场）| 远程全职 | 25-40k</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228246#reply0" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228246</id>
	<published>2026-07-18T11:50:20Z</published>
	<updated>2026-07-18T11:50:20Z</updated>
	<author>
		<name>caidejun1200</name>
		<uri>https://www.v2ex.com/member/caidejun1200</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p><strong>公司简介</strong></p>
<p>一家专注于全球全品类金融市场数据研发、量化投研技术输出与跨境金融信息服务的专业科技企业</p>
<p><strong>岗位职责</strong></p>
<p>1 。基于 HyperLiquid 的 HIP3 / HIP4 协议，参与搭建链上合约交易系统及预测市场</p>
<p>2 。负责智能合约的开发、部署与优化（前期会基于 HIP3 和 HIP4 搭建）</p>
<p>3 。开发链上预言机</p>
<p>4 。开发前端页面（包括 APP 端）</p>
<p>5 。优化交易性能（ Gas 、延迟、吞吐），提升用户交易体验</p>
<p>6 。与产品经理协作，实现交易产品功能（如永续合约、预测池等）</p>
<p>7 。持续跟踪 DeFi / 衍生品赛道最新技术方案，并落地到产品中</p>
<p>8 。参与安全审计、漏洞排查与系统稳定性优化</p>
<p><strong>任职要求</strong></p>
<p>1 。有区块链开发经验（必须），参与过 DeFi / CEX / 衍生品项目优先</p>
<p>2 。熟悉智能合约开发（熟练使用 Solidity ）</p>
<p>3 。3 年以上开发经验，精通 Java 、Golang 、Python 中的一种或几种</p>
<p>4 。具备扎实的数据结构与算法基础，熟悉高性能编程模型</p>
<p>5 。熟悉 Vibe Coding</p>
<p>6 。理解 AMM / Orderbook / Perp / 预测市场 等机制</p>
<p>7 。熟悉链上交易核心模块：清算机制、保证金模型、资金费率等</p>
<p>8 。对 HyperLiquid 或类似链上交易协议有深入了解（加分项）</p>
<p>9 。熟悉常见安全问题（重入攻击、闪电贷攻击等）</p>
<p>10 。具备良好的代码习惯与系统设计能力</p>
<p><strong>加分项</strong></p>
<p>1 。有完整上线项目经验（主网部署）</p>
<p>2 。熟悉预言机（如 Chainlink / Pyth ）</p>
<p>3 。有撮合引擎或高频交易系统经验</p>
<p><strong>薪酬福利</strong></p>
<p>1 。月薪：25,000 – 40,000 元 / 月（视经验而定）</p>
<p>2 。全职远程办公，弹性工作时间</p>
<p>3 。参与核心 DeFi 衍生品协议开发，与资深技术团队共事</p>
<p>4 。项目上线后可能享有绩效奖金或代币激励（具体面议）</p>
<p><strong>如何申请</strong></p>
<p>如您对本职位感兴趣，请将简历发送至邮箱： <a href="mailto:li0409099@163.com">li0409099@163.com</a></p>

	]]></content>
</entry><entry>
	<title>[问与答] 用 Automate 解决 outlook 垃圾邮件问题 结果现在个人账户用不了 Automate 了</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228245#reply0" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228245</id>
	<published>2026-07-18T11:48:11Z</published>
	<updated>2026-07-17T11:48:11Z</updated>
	<author>
		<name>angcz</name>
		<uri>https://www.v2ex.com/member/angcz</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>outlook 垃圾邮件过滤太垃圾了 什么正常邮件都放到垃圾邮件 还不能设置统一放行 经常耽误事 然后我参考用 Microsoft Power Automate 的方法</p>
<p><a href="https://www.v2ex.com/t/684677" rel="nofollow">https://www.v2ex.com/t/684677</a>
<a href="https://www.zhihu.com/question/30555386" rel="nofollow">https://www.zhihu.com/question/30555386</a></p>
<p>把邮件都自动化放到收件箱 好好地用了很长时间</p>
<p>前两天突然发现有一些邮件没有被自动转移 没有太在意 感觉可能是 bug 今天又没有转移 又被耽误事了 想上平台看一眼 发现 Automate 不对个人开放了 这条路可能被官方封死了</p>
<p>这下可咋办 之前为了规避邮件信息泄露 选了 outlook 这个墙内外企运营的邮箱 迁移也是麻烦事 难道现在又得迁移到 gmail 了吗...</p>

	]]></content>
</entry><entry>
	<title>[加密货币] 最近流行的那种把钱转好几道的到底是在干什么？</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228244#reply5" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228244</id>
	<published>2026-07-18T11:43:17Z</published>
	<updated>2026-07-18T13:01:48Z</updated>
	<author>
		<name>julyclyde</name>
		<uri>https://www.v2ex.com/member/julyclyde</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	最近好像很流行，<br />证券交易所、加密货币交易所<br />虚拟银行<br />虚拟卡<br />之间来回转<br /><br />比如 kraken ifast wise<br />不明白他们这么转到底为什么
	]]></content>
</entry><entry>
	<title>[程序员] crRequest 1.1.0 跨平台的 API 开发者工具</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228243#reply0" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228243</id>
	<published>2026-07-18T11:40:56Z</published>
	<updated>2026-07-18T07:40:56Z</updated>
	<author>
		<name>wuruxu</name>
		<uri>https://www.v2ex.com/member/wuruxu</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	免费下载: <a target="_blank" href="https://github.com/libcr/crRequest/releases" rel="nofollow noopener">https://github.com/libcr/crRequest/releases</a><br /><br />1.1.0 把 chromium 内置接口，添加了 crRequest 的工具箱页面，方便开发者使用 HASH ，HMAC ，AES ，Regex Tester ，UUID Generater 接口      <br /><br />crRequest 纯 C++实现 基于源代码 chromium 150.0.7871.91<br />1. 基于 100% chromium 网络代码， 支持 QUIC, HTTP2 等网络协议<br />2. 使用 chromium UI 框架设计跨平台应用界面，提供一致且优秀的性能表现     <br /><br /><a target="_blank" href="https://i.imgur.com/B5WAjFi.png" rel="nofollow noopener" target="_blank"><img src="https://i.imgur.com/B5WAjFi.png" class="embedded_image" rel="noreferrer"></a>   <br /><br /><br /><a target="_blank" href="https://i.imgur.com/vSjirt0.png" rel="nofollow noopener" target="_blank"><img src="https://i.imgur.com/vSjirt0.png" class="embedded_image" rel="noreferrer"></a>
	]]></content>
</entry><entry>
	<title>[生活] 我们似乎失去了无聊的能力</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228242#reply12" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228242</id>
	<published>2026-07-18T11:22:43Z</published>
	<updated>2026-07-18T18:06:19Z</updated>
	<author>
		<name>garipan</name>
		<uri>https://www.v2ex.com/member/garipan</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>早上睁开眼就是手机，晚上闭眼之前还是手机。一闲下来就总想干点什么打发无聊，不是看文章就是刷视频，大脑熙熙攘攘，充满了短平快的多巴胺刺激。
每次想静下来，发现背景噪音还是很大。
静下来才能思考，静下来才能拨开脑中的迷雾。
就像人需要睡觉，醒着的大脑也需要重置。
接受自己的无聊，降低多巴胺的背景水平，让大脑回到一个健康的去亢奋状态。</p>
<p>我身上一个简单但作用明显的实践：<strong>不要把手机带进卧室。</strong></p>
<p>大家有什么好的实践吗</p>

	]]></content>
</entry><entry>
	<title>[分享创造] [开源] 做了个在 iPhone / iPad 上远程操作 Codex 和 claude code 的原生 App</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228241#reply8" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228241</id>
	<published>2026-07-18T11:21:03Z</published>
	<updated>2026-07-18T13:57:12Z</updated>
	<author>
		<name>gaixg</name>
		<uri>https://www.v2ex.com/member/gaixg</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>我做这个最直接的原因，是受不了在手机上处理任务时慢半拍，总断档：ChatGPT 网络不顺的时候，打开和回复经常要等半天；想看 Mac 上的 Codex 跑到哪了、补一句指令或者批个权限，又得开 SSH 或远程桌面。</p>
<p>我想要的是打开就能看、点一下就执行、想停就停的“指哪打哪”，所以做了 Mimi Remote 。</p>
<p>它是原生 SwiftUI App ，手机通过 Tailscale 直连 + vps 兜底（如果你有的自己的 vps ）自己 Mac 上的 agentd 。任务、代码和 Codex 凭证都留在自己的电脑上，不经过我的服务器。</p>
<h3>iPad 三栏工作台</h3>
<p><img alt="iPad 工作台" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://raw.githubusercontent.com/gaixianggeng/codex-ipad-agent/main/artifacts/app-screenshots/ipad-landscape-windowed-workbench-sidebar-inspector-debug-seeded.png"/></p>
<p>现在会话管理、流式输出、补充指令、steer / interrupt 、审批、Review diff 、Worktree ，以及 stage 、commit 、push 、创建草稿 PR 等基本功能都已经齐全，日常使用的完整闭环已经能跑通。现在主要是在继续打磨稳定性和交互体验。</p>
<p>Claude Code 也通过独立 bridge 做了实验接入，不过目前 Codex 还是更稳定的主通道。</p>
<h3>iPhone 会话</h3>
<p><img alt="iPhone 会话" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://raw.githubusercontent.com/gaixianggeng/codex-ipad-agent/main/artifacts/app-screenshots/iphone-conversation-completed-debug-seeded.png"/></p>
<h3>工作区管理</h3>
<p><img alt="工作区管理" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://raw.githubusercontent.com/gaixianggeng/codex-ipad-agent/main/artifacts/app-screenshots/iphone-workspace-projects-debug-seeded.png"/></p>
<p>iOS App 和 Go 后端已经全部开源。目前公开 App Store 版本还没上，需要自己用 Xcode 安装，要求 iOS / iPadOS 26+。</p>
<p>GitHub： <a href="https://github.com/gaixianggeng/codex-ipad-agent" rel="nofollow">https://github.com/gaixianggeng/codex-ipad-agent</a></p>
<p>我自己最近一个多月是实际真的日常经常用到，所以觉得是值得拿出来分享分享的。</p>
<p>如果这个方向对你有用，欢迎试一下或者给个 Star 。也想听听大家：你们会不会真的在手机或 iPad 上接着处理 Codex 任务？</p>

	]]></content>
</entry><entry>
	<title>[宽带症候群] 成都联通家宽 v6 能访问境外 v6 网站，但无法访问电信移动的 v6 网站可能是什么原因？</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228240#reply2" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228240</id>
	<published>2026-07-18T11:19:54Z</published>
	<updated>2026-07-18T13:51:53Z</updated>
	<author>
		<name>ufooo</name>
		<uri>https://www.v2ex.com/member/ufooo</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>有 v6 地址分配，但是无法访问电信移动的 v6 地址，电信移动也无法连进来。要是被拉黑的话也不会只能访问境外网站吧…</p>

	]]></content>
</entry><entry>
	<title>[分享创造] 我又来做广告了，电影截图网站支持按照客厅 沙发等查看了</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228239#reply1" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228239</id>
	<published>2026-07-18T11:14:38Z</published>
	<updated>2026-07-18T13:46:35Z</updated>
	<author>
		<name>ldooo</name>
		<uri>https://www.v2ex.com/member/ldooo</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	因为自己在看电影的时候看到精彩的室内空间、色彩、构图优秀的画面会截图保存，于是用 WP 搭了一个简陋的电影截图网站，自己完全不会撸代码，随着 AI ，把从 WP 改到自己全新搭建。<br /><br /><br />网站从原来只支持色彩分类查看，最近产品更新，支持按照空间和家居类目查看，比如客厅，沙发，落地灯，如果你有时间多翻一些截图，一定能找到很多看电影解说视频容易忽略的细节。<br /><br />网址： <a target="_blank" href="https://www.yeguozi.com/" rel="nofollow noopener">https://www.yeguozi.com/</a><br /><br />前面发的帖子受到很多朋友的支持，还有朋友提了很有用的建议，非常感谢。
	]]></content>
</entry><entry>
	<title>[香港] 我们注意到你已有一段时间未使用你的香港汇丰银行账户</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228238#reply10" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228238</id>
	<published>2026-07-18T11:08:36Z</published>
	<updated>2026-07-18T18:16:00Z</updated>
	<author>
		<name>cyy564</name>
		<uri>https://www.v2ex.com/member/cyy564</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>为避免受到影响，请尽快完成以下任何一项交易，以确保该账户正常运作： </p>
<p>1.转账或汇款（包括转账至你名下其他汇丰银行账户）
（温馨提示：除现有的转账方式外，HSBC HK App 和汇丰网上理财现已支持“跨境支付通”进行跨境转账。通过“跨境支付通”，香港居民可向中国内地个人指定银行账户转账人民币，中国内地居民也可转账港币或人民币至香港银行账户，本地服务费全免。） </p>
<p>2.存入*或提取现金 </p>
<p>3.缴付账单</p>
<p>收到了汇丰的这封邮件，被判断成僵尸账户了，这种有没有最简单的方法来解决，人不在南方短时间无法去香港</p>
<p>港卡里也没钱，钱都在美股里，也不想往卡里赚钱，因为不知道除了炒股还可以做什么用？</p>

	]]></content>
</entry><entry>
	<title>[程序员] cursor 两天重构了小红书 uniapp 项目</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228237#reply9" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228237</id>
	<published>2026-07-18T10:58:30Z</published>
	<updated>2026-07-18T15:16:42Z</updated>
	<author>
		<name>dadachirr</name>
		<uri>https://www.v2ex.com/member/dadachirr</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p><a href="http://8.146.211.120:8081/" rel="nofollow">http://8.146.211.120:8081/</a>页面基本 100%还原</p>

	]]></content>
</entry><entry>
	<title>[游戏] 闭门开发 50 天，分享我的类幸存者游戏，回响幸存者 Demo</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228236#reply2" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228236</id>
	<published>2026-07-18T10:56:06Z</published>
	<updated>2026-07-18T07:56:06Z</updated>
	<author>
		<name>zhea55</name>
		<uri>https://www.v2ex.com/member/zhea55</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>这是一个类幸存者游戏，目前主要展示核心战斗循环：</p>
<ul>
<li>自动攻击与技能释放</li>
<li>大量敌人的爽快战斗体验</li>
</ul>
<p><img alt="核心战斗体验" class="embedded_image" loading="lazy" referrerpolicy="no-referrer" rel="noreferrer" src="https://private-user-images.githubusercontent.com/7816215/623551014-22bbe950-faf7-4577-b21f-850a4b7f3f57.webp?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3ODQzNzE5NTcsIm5iZiI6MTc4NDM3MTY1NywicGF0aCI6Ii83ODE2MjE1LzYyMzU1MTAxNC0yMmJiZTk1MC1mYWY3LTQ1NzctYjIxZi04NTBhNGI3ZjNmNTcud2VicD9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNjA3MTglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjYwNzE4VDEwNDczN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE2YjY2YWJjNWMzYzFlM2E0NGQ0MjIxOTJlNzU0MTcyMzkxNzUyNDhmNjFiOTgwNjk3M2Y2MTRlMzhmZmQ0NTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JnJlc3BvbnNlLWNvbnRlbnQtdHlwZT1pbWFnZSUyRndlYnAifQ.RJXq8bKgXakvt6i8TBO76SI66xo5RJuWrTZGVxQEXp8"/>
目前游戏基于数值的升级系统已经开发完毕，但没做升级界面。
我会重点将精力全部投入游戏的性能，及玩法。</p>
<p>欢迎体验 Demo ，也欢迎提出建议。</p>
<p><a href="https://pan.baidu.com/s/1gouV4FKNuLN4LpMr7xzJCA?pwd=9epm" rel="nofollow">百度网盘</a> 提取码: 9epm</p>
<p><a href="https://1824710952.share.123pan.cn/123pan/c0anjv-hP9C3?pwd=vmP5#" rel="nofollow">123 网盘</a> 提取码: vmP5</p>
<p><a href="https://www.bilibili.com/video/BV13mKP6EEpq/" rel="nofollow">B 站观看链接</a></p>

	]]></content>
</entry><entry>
	<title>[酷工作] AI Algorithm Engineer/DevOps 远程/本人(美国办公室）混合</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228235#reply0" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228235</id>
	<published>2026-07-18T10:53:51Z</published>
	<updated>2026-07-18T06:53:51Z</updated>
	<author>
		<name>wangluowangwang</name>
		<uri>https://www.v2ex.com/member/wangluowangwang</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	AI Algorithm Engineer/年薪 20 万美金内<br /><br />Responsibilities<br /><br />• Lead research, pre-training, optimization, and iteration of Vision Foundation Models, including Stable Diffusion, DiT, Vision Transformer (ViT), Segment Anything Model (SAM), CLIP, and other cutting-edge computer vision models.<br /><br />• Design and fine-tune vision models for business scenarios such as AI image generation, image editing, multimodal understanding, and intelligent visual applications.<br /><br />• Lead Supervised Fine-Tuning (SFT), Parameter-Efficient Fine-Tuning (PEFT), LoRA, ControlNet, Adapter tuning, and related optimization techniques.<br /><br />• Explore and improve generative model architectures and visual feature extraction networks to enhance image quality, stability, resolution, inference efficiency, and multimodal alignment.<br /><br />• Collaborate with engineering teams to deploy large-scale AI models into production and optimize inference performance through quantization, pruning, inference acceleration, memory optimization, and deployment tuning.<br /><br />• Continuously track the latest academic research, open-source projects, and industry trends in Computer Vision (CV), Multimodal AI, and Generative AI, rapidly transforming new technologies into business value.<br /><br />Requirements<br /><br />Education<br />• Bachelor's degree or above in Computer Science, Artificial Intelligence, Applied Mathematics, or related fields.<br /><br />Technical Skills<br /><br />• Strong expertise in Vision Foundation Models and a deep understanding of Diffusion Models, Vision Transformers (ViT), MAE, and related architectures.<br /><br />• Experience participating in or leading the complete pre-training lifecycle of large-scale vision or multimodal models with hundreds of millions (or billions) of parameters.<br /><br />• Strong understanding of dataset construction, data cleaning, training stability, and large-scale model optimization.<br /><br />• Hands-on experience with AIGC technologies, including Text-to-Image, Image-to-Image, and multimodal generation.<br /><br />• Proficient in Python and C++, with strong experience using PyTorch and excellent source code reading and secondary development capabilities.<br /><br />• Familiar with distributed training frameworks such as DeepSpeed, Megatron-LM, and FSDP, with hands-on experience in multi-node, multi-GPU training and compute resource management.<br /><br />Preferred Qualifications<br /><br />• Publications in top-tier AI conferences such as CVPR, ICCV, ECCV, NeurIPS, or ICLR.<br /><br />• Active contributor to GitHub, Hugging Face, or other open-source AI communities.<br /><br />• High-ranking achievements in AI competitions such as Kaggle.<br /><br />• Experience with TensorRT, CUDA programming, and low-level operator optimization.<br /><br />• Experience with High Performance Computing (HPC) environments.<br /><br /><br />DevOps 年薪 10 万美金内<br />Core Responsibilities<br /><br />• Design, build, and maintain AWS cloud infrastructure and private data center environments using Infrastructure as Code (IaC).<br /><br />• Manage large-scale Kubernetes (EKS) clusters, including cluster deployment, upgrades, scaling, networking (CNI), storage management, and operational maintenance.<br /><br />• Develop internal DevOps platforms, automation tools, and command-line utilities using Python or Go to improve engineering productivity and operational efficiency.<br /><br />• Build and maintain end-to-end monitoring and observability platforms based on Prometheus, Grafana, and ELK Stack to ensure system reliability and rapid troubleshooting.<br /><br />• Manage AI infrastructure, including GPU servers (NVIDIA A100, T4, etc.), CUDA environments, driver versions, and GPU resource allocation.<br /><br />• Deploy, maintain, and optimize containerized AI applications such as ComfyUI and other Generative AI services for high concurrency and production environments.<br /><br />Requirements<br /><br />Education<br />• Bachelor's degree or above in Computer Science, Information Technology, or related disciplines.<br /><br />Experience<br />• Minimum 3 years of experience in DevOps, Site Reliability Engineering (SRE), or Infrastructure Engineering.<br /><br />Technical Skills<br /><br />Cloud &amp; Containers<br />• Strong experience with AWS services, including EC2, EKS, S3, VPC, IAM, and related cloud infrastructure.<br /><br />• Deep understanding of Kubernetes architecture, scheduling, networking, storage, and container orchestration.<br /><br />Programming<br />• Strong programming skills in Python or Go.<br /><br />• Experience developing backend services, automation tools, or internal DevOps platforms.<br /><br />System Administration<br />• Strong knowledge of Linux operating systems.<br /><br />• Familiarity with TCP/IP, HTTP, DNS, Shell scripting, and system troubleshooting.<br /><br />CI/CD<br />• Hands-on experience with Jenkins, GitLab CI/CD, GitHub Actions, or similar continuous integration and deployment platforms.<br /><br />Preferred Qualifications<br /><br />GPU Infrastructure<br />• Experience managing large-scale GPU clusters.<br /><br />• Knowledge of GPU monitoring, resource scheduling, memory optimization, and Spot Instance cost optimization.<br /><br />Generative AI Infrastructure<br />• Hands-on experience deploying and maintaining ComfyUI, Stable Diffusion WebUI, or similar AI inference platforms.<br /><br />• Experience with dependency management, multi-user concurrency optimization, and AI model loading acceleration.<br /><br />MLOps<br />• Familiarity with Kubeflow, MLflow, Triton Inference Server, or similar MLOps platforms.<br /><br />High Performance Computing<br />• Experience with RDMA networking, distributed computing, and large-scale parallel processing environments.<br /><br />TG：hr861<br />邮箱： wangfeng588888@gmail.com
	]]></content>
</entry><entry>
	<title>[Claude] 为啥咸鱼上这一两天 claude 的直连号铺天盖地？</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228234#reply1" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228234</id>
	<published>2026-07-18T10:42:32Z</published>
	<updated>2026-07-18T11:42:32Z</updated>
	<author>
		<name>blackantt</name>
		<uri>https://www.v2ex.com/member/blackantt</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>前一阵就没有，为啥？</p>

	]]></content>
</entry><entry>
	<title>[职场话题] ai 用得越多，越发现产品人才 &gt; 技术人才 了</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228233#reply17" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228233</id>
	<published>2026-07-18T10:32:04Z</published>
	<updated>2026-07-18T14:15:09Z</updated>
	<author>
		<name>xiaobd</name>
		<uri>https://www.v2ex.com/member/xiaobd</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>没有 ai 之前，技术人才是第一，现在，没办法。</p>

	]]></content>
</entry><entry>
	<title>[macOS] 历时 3 个月，用 Swift 在一台 10 年前的 MacBook 上写了个 App，今天上架 App Store 了</title>
	<link rel="alternate" type="text/html" href="https://www.v2ex.com/t/1228231#reply5" />
	<id>tag:www.v2ex.com,2026-07-18:/t/1228231</id>
	<published>2026-07-18T10:13:03Z</published>
	<updated>2026-07-18T12:17:22Z</updated>
	<author>
		<name>lx974646417</name>
		<uri>https://www.v2ex.com/member/lx974646417</uri>
	</author>
	<content type="html" xml:base="https://www.v2ex.com/" xml:lang="en"><![CDATA[
	<p>给老婆做的。</p>
<p>她是自由职业，在家干活。没有上下班打卡，早上跟我一起起床，吃完早饭刷完手机，真正开始干活已经 10 点了。午觉睡到下午三点，干一会儿就该吃晚饭了。一整天都没法规律安排。</p>
<p>她跟我说——要是能像上学一样，有上课铃下课铃，到点有人喊你"该干嘛了"，那该多好。</p>
<p>市面上试了一圈：电子闹钟只能设 10 个不够用、番茄钟霸屏对查资料不友好、系统提醒太安静根本注意不到。都放弃了。</p>
<p>所以就自己写了这个——<strong>小鸡播报</strong>。</p>
<ul>
<li>🔊 <strong>到点大声播报</strong>：不是弹窗、不是小红点，是真的语音朗读"下午两点啦，开始工作"。电脑上跑，不怕听不到。</li>
<li>👀 <strong>悬浮窗始终可见</strong>：半透明毛玻璃浮在桌面，瞥一眼就知道现在该干嘛。</li>
<li>📋 <strong>24h 时间轴</strong>：像课表一样排好一天，设定一次天天自动运行。</li>
<li>🆓 <strong>完全免费 · 无广告 · 无订阅</strong>：独立开发者作品，不收费不割韭菜。</li>
</ul>
<p>开发环境：老婆淘汰的 2015 年 MBP （ Intel i5 + 8G ），系统是 macOS 15 ，Xcode + Swift 5.9 。全程 AI 辅助写代码，从不会 Swift 到上架历时 3 个月。</p>
<p>App Store 搜「小鸡播报」或者 👉 <a href="https://apps.apple.com/cn/app/id6789619057" rel="nofollow">https://apps.apple.com/cn/app/id6789619057</a></p>
<p>官网 👉 <a href="https://chickmemo.netlify.app" rel="nofollow">https://chickmemo.netlify.app</a></p>
<p>国区基础功能永久免费。如果觉得好用，App 里有收款码，请我喝杯咖啡就行 ☕</p>
<p>PS：Windows 版要晚一些，老婆刚生完孩子，得先把时间给他们娘俩。</p>
<p>后续逐步推出付费功能，给娃赚点奶粉钱 😂</p>

	]]></content>
</entry>
</feed>