cat9life

cat9life

V2EX member #16572, joined on 2012-02-10 08:48:58 +08:00
Today's activity rank 2709
Per cat9life's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
cat9life's recent replies
3h 1m ago
Replied to a topic by Ethan9527 AI Agent 智能体 AI 最大的风险,不是写错代码
这中问题类似“从前车马慢,一生只能 ai 一个人”。不是问题不存在,只是慢,所以显示少
@XuHuan1025 #9 大佬执行力满分👍。
3h 9m ago
Replied to a topic by beginor grok grok build 开源了, 老马大手笔!
支持老马。说是 x 也会在检查完安全问题后开源
前几天没蹬,落空了。
昨天使劲蹬了,又落空了。
@mintyvovo #4 我也用了一张重置卡。奥特曼赔钱
然而哈基米告诉我不需要计算。

import mmap

def search_large_pi(search_target, file_path):
target_bytes = str(search_target).encode('utf-8')

with open(file_path, "r+b") as f:
# 创建内存映射
with mmap.mmap(f.fileno(), 0, access=mmap.ACCESS_READ) as mm:
position = mm.find(target_bytes)
if position != -1:
print(f"找到位置:小数点后第 {position + 1} 位")
else:
print("未在此大文件中找到该数字")
3 days ago
Replied to a topic by MaiGe 分享发现 Codex 用 CLIProxyAPI 反代不会封号
我也是要笑死了。官方推荐
3 days ago
Replied to a topic by burnsby 程序员 grok-4.5 真的比 gpt-5.6 sol 好用吧
Grok4.5 很好。我个人的体感(叠甲),是超过 GLM 的。如果把速度、性价比也算上,我甚至觉得它超过 gpt
对 token 的消耗多吗?
3 days ago
Replied to a topic by isbase Claude 如你所愿 Fable 5 延期到 7.19
去他喵的吧
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5183 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 18ms · UTC 03:50 · PVG 11:50 · LAX 20:50 · JFK 23:50
♥ Do have faith in what you're doing.