V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  crime1024  ›  全部回复第 1 页 / 共 9 页
回复总数  179
1  2  3  4  5  6  7  8  9  
8 小时 49 分钟前
回复了 szsgz 创建的主题 宽带症候群 获取到多个公网 IP 有什么作用?
哪里可以租出 我这 ip 很多啊
10 小时 41 分钟前
回复了 he123 创建的主题 杭州 房子装修
选 全屋铝装,398 展开面积计算
已严肃注册,可惜用不到
好重度,有轻量的吗
@jsnjycwyz449 网络报修网速慢,打开 xx 慢,和客服通话记录,测速
1 天前
回复了 RichardLuo0 创建的主题 Android 为什么抖音的思路跟正常人不一样?
为了让你能看小姐姐跳舞,真是煞费苦心啊
打官司,线上立案就可以
重点是如何变现,好难啊
这不向 zf 投诉 等着过年?
好家伙 ,这么疯
6 天前
回复了 laduary 创建的主题 程序员 请教有什么好用的国产模型商?
我是编码需求,目前使用的是 MiniMax-M2.7-highspeed 除了每到下午会出现繁忙(自己写了个代理切换 https://github.com/kehuai007/switchai 重试,没出其他问题),感觉还行,需要持续调教。
6 天前
回复了 xiaoyaowyz 创建的主题 分享创造 Veo Lite 有点意思,顺手做了个小站
选谷歌自动登录,然后页面白屏了。

ncaught Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t3 (4c0f0bd7-1ed51791cc24bfc2.js:9:23098)
at oB (4c0f0bd7-1ed51791cc24bfc2.js:9:120516)
at i5 (4c0f0bd7-1ed51791cc24bfc2.js:9:95092)
at 4c0f0bd7-1ed51791cc24bfc2.js:9:91329
at 4c0f0bd7-1ed51791cc24bfc2.js:9:91336
at iH (4c0f0bd7-1ed51791cc24bfc2.js:9:91441)
at MessagePort.M (7751-af2060ea9e8ca0b2.js:25:1665)
4c0f0bd7-1ed51791cc24bfc2.js:9 Uncaught Error: Minified React error #418; visit https://reactjs.org/docs/error-decoder.html?invariant=418 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at t3 (4c0f0bd7-1ed51791cc24bfc2.js:9:23098)
at oB (4c0f0bd7-1ed51791cc24bfc2.js:9:120440)
at i5 (4c0f0bd7-1ed51791cc24bfc2.js:9:95092)
at 4c0f0bd7-1ed51791cc24bfc2.js:9:91329
at 4c0f0bd7-1ed51791cc24bfc2.js:9:91336
at iH (4c0f0bd7-1ed51791cc24bfc2.js:9:91441)
at MessagePort.M (7751-af2060ea9e8ca0b2.js:25:1665)
4c0f0bd7-1ed51791cc24bfc2.js:9 Uncaught Error: Minified React error #423; visit https://reactjs.org/docs/error-decoder.html?invariant=423 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
at oB (4c0f0bd7-1ed51791cc24bfc2.js:9:118249)
at i5 (4c0f0bd7-1ed51791cc24bfc2.js:9:95092)
at 4c0f0bd7-1ed51791cc24bfc2.js:9:94914
at i6 (4c0f0bd7-1ed51791cc24bfc2.js:9:94921)
at iq (4c0f0bd7-1ed51791cc24bfc2.js:9:92567)
at iH (4c0f0bd7-1ed51791cc24bfc2.js:9:92005)
at MessagePort.M (7751-af2060ea9e8ca0b2.js:25:1665)
7751-af2060ea9e8ca0b2.js:1 TypeError: el.isTodayCheckd is not a function
at t.default (2520-d24f7dae088310c6.js:21:8995)
at rk (4c0f0bd7-1ed51791cc24bfc2.js:9:40023)
at l$ (4c0f0bd7-1ed51791cc24bfc2.js:9:59756)
at oB (4c0f0bd7-1ed51791cc24bfc2.js:9:117828)
at i5 (4c0f0bd7-1ed51791cc24bfc2.js:9:95092)
at 4c0f0bd7-1ed51791cc24bfc2.js:9:94914
at i6 (4c0f0bd7-1ed51791cc24bfc2.js:9:94921)
at iq (4c0f0bd7-1ed51791cc24bfc2.js:9:92567)
at iH (4c0f0bd7-1ed51791cc24bfc2.js:9:92005)
at MessagePort.M (7751-af2060ea9e8ca0b2.js:25:1665)
window.console.error @ 7751-af2060ea9e8ca0b2.js:1
Claude Code 源码泄露事件后续越来越精彩了。
有人拿泄露的源码丢给 OpenAl 的 Codex 分
析,竟然找到了 Claude Code 疯狂消耗 token
的元凶-autoCompact(自动上下文压缩)机
制在失败后会无限重试,完全没有上限。据源码
注释记录,曾有会话连续失败高达 3272
次。
修复方法简单到离谱:加一个
MAX_CONSECUTIVE_AUTOCOMPACT_FAILU
RES=3 的限制,连续失败 3 次就停止重试。三
行代码,搞定。
打完补丁后,这位老哥表示使用额度恢复正常了
--之前被吐槽的"用两下就触发限速",很可能
有一部分就是这个 bug 在背后偷偷烧 token 。
我支持国货 Claude 会上瘾的
有交流群吗 对了 咋配 ai
支持下,开了 token plan ,正愁没地方用
网络不安全,我要回家
好家伙 我直呼好家伙
@terrancesiu 学习到了,只能查询近 24 个月办理记录。
3 月 30 日
回复了 crazytec 创建的主题 宽带症候群 上海新租房子宽带求推荐
别想着搞 PT 了,限速限死你。 公网 ip 可以一个电话给开。
1  2  3  4  5  6  7  8  9  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   2657 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 40ms · UTC 15:41 · PVG 23:41 · LAX 08:41 · JFK 11:41
♥ Do have faith in what you're doing.