标题: AI程序员带着半开的笔记本电脑穿梭于机场、办公室和冰场
作者: #🐟
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/2164074
时间: 2026-05-12 22:26:52
摘要:
作者: #🐟
板块: #前沿快讯
编号:
2164074帖子: https://linux.do/t/topic/2164074
时间: 2026-05-12 22:26:52
摘要:
Business Insider
AI coders are carrying half-open laptops through airports, offices, and ice...
Techies are walking with their laptops open to keep their agents running. They told Business Insider their stories, from offices to school halls.
[!quote]+
随着代理狂热的兴起,像陈(Chan)这样的技术人员开始追求更长时间的AI编程时间。这些工具大多本地运行或依赖WiFi,关闭笔记本就意味着失去进度。
这就是为什么你那个被AI感染的朋友拿着打开的笔记本电脑走来走去:他们的 Agent 还在运行。
这台破裂的笔记本电脑成了梗,OpenAI通过TikTok向知情者眨眼发表了看法。《商业内幕》采访了八位开着笔记本电脑散步的人,了解他们为什么这么做。
标题: 买的原价plus登不上,需要接码
作者: #谢谢不吃香菜
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2164077
时间: 2026-05-12 22:27:04
摘要:
作者: #谢谢不吃香菜
板块: #开发调优
编号:
2164077帖子: https://linux.do/t/topic/2164077
时间: 2026-05-12 22:27:04
摘要:
买的原价plus登不上,需要接码,试了herosms和自己的中国手机号都不行,有推荐的吗
标题: 佬友们Claude被撤销访问权限的时候,有没有遇到A\发了封号邮件但是还能访问的情况?
作者: #hiugo
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2164084
时间: 2026-05-12 22:27:54
摘要:
作者: #hiugo
板块: #搞七捻三
编号:
2164084帖子: https://linux.do/t/topic/2164084
时间: 2026-05-12 22:27:54
摘要:
刚刚A\发了个封号邮件,但是账号的授权还在啊,现在还是Max5x
好奇怪
标题: MiMO 报错 *The reasoning_content in the thinking mode must be passed back to the API.*
作者: #Harry-zklcdc
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2164101
时间: 2026-05-12 22:32:09
摘要:
作者: #Harry-zklcdc
板块: #开发调优
编号:
2164101帖子: https://linux.do/t/topic/2164101
时间: 2026-05-12 22:32:09
摘要:
RT,佬们在使用 MiMO v2.5 的时候会有上面的报错吗?好像是晚上大规模出现,猜测可能有什么升级?
脱敏后的请求如下
{
"model": "mimo-v2.5",
"temperature": 0.6,
"user": "69ef64ec580a2a75b3d5df9b",
"stream": true,
"tools": [
{
"type": "function",
"function": {
"name": "query_structured",
"description": "Query",
"parameters": {
"type": "object",
"properties": {
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"title": "query_structuredArguments"
}
}
},
{
"type": "function",
"function": {
"name": "image_gen_oai",
"description": "Generates high-quality, original images based solely on text, not using any uploaded reference images.\n\nWhen to use `image_gen_oai`:\n- To create entirely new images from detailed text descriptions that do NOT reference any image files.\n\nWhen NOT to use `image_gen_oai`:\n- If the user has uploaded any images and requests modifications, enhancements, or remixing based on those uploads → use `image_edit_oai` instead.\n\nGenerated image IDs will be returned in the response, so you can refer to them in future requests made to `image_edit_oai`.",
"parameters": {
"type": "object",
"properties": {
"prompt": {
"type": "string",
"maxLength": 32000,
"description": "Describe the image you want in detail. \n Be highly specific—break your idea into layers: \n (1) main concept and subject,\n (2) composition and position,\n (3) lighting and mood,\n (4) style, medium, or camera details,\n (5) important features (age, expression, clothing, etc.),\n (6) background.\n Use positive, descriptive language and specify what should be included, not what to avoid. \n List number and characteristics of people/objects, and mention style/technical requirements (e.g., \"DSLR photo, 85mm lens, golden hour\").\n Do not reference any uploaded images—use for new image creation from text only."
},
"background": {
"type": "string",
"enum": [
"transparent",
"opaque",
"auto"
],
"description": "Sets transparency for the background. Must be one of transparent, opaque or auto (default). When transparent, the output format should be png or webp."
},
"quality": {
"type": "string",
"enum": [
"auto",
"high",
"medium",
"low"
],
"description": "The quality of the image. One of auto (default), high, medium, or low."
},
"size": {
"type": "string",
"enum": [
"auto",
"2560x1440",
"1440x2560",
"3072x2048",
"2048x3072",
"2576x1104",
"1104x2576",
"2048x2048",
"3840x2160",
"2160x3840",
"3264x2176",
"2176x3264",
"3808x1632",
"1632x3808",
"2880x2880",
"1376x768",
"768x1376",
"1536x1024",
"1344x576",
"576x1344",
"1024x1536",
"1024x1024"
],
"description": "The size of the generated image. One of 1024x1024, 1536x1024 (landscape), 1024x1536 (portrait), or auto (default)."
}
},
"required": [
"prompt"
]
}
}
},
{
"type": "function",
"function": {
"
标题: 最近沉迷于本地推理加速, 为了方便调试做了一个llama.cpp外壳
作者: #Ryens
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2164105
时间: 2026-05-12 22:32:24
摘要:
作者: #Ryens
板块: #开发调优
编号:
2164105帖子: https://linux.do/t/topic/2164105
时间: 2026-05-12 22:32:24
摘要:
本帖使用社区开源推广,符合推广要求。我申明并遵循社区要求的以下内容:
我的帖子已经打上 开源推广 标签: 是
我的开源项目完整开源,无未开源部分: 是
我的开源项目已链接认可 LINUX DO 社区: 是
我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是
以上选择我承诺是永久有效的,接受社区和佬友监督: 是
以下为项目介绍正文内容,AI生成、润色内容已使用截图方式发出
rt,可以非常方便地管理多个llama.cpp启动配置,还支持自定义参数来适应不同llama.cpp分支的功能,比如turboquant、Dflash等。
同时对比LM Studio等,只是个轻量级外壳,不会造成性能损失
欢迎各位佬友试用,有Star就更好了
github.com
GitHub - RyensX/LlamaCppHub
通过在 GitHub 上创建帐户来为 RyensX/LlamaCppHub 开发做出贡献。
我这边也整合了一些不同功能的分支和一键构建代码,需要的也可以看下
github.com
GitHub - RyensX/windows_llama.cpp: PowerShell automation to rebuild llama.cpp for a...
PowerShell automation to rebuild llama.cpp for a Windows environment.
标题: 五块钱烧4000wtoken,梁圣的恩情还不完
作者: #zipei
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2164110
时间: 2026-05-12 22:33:13
摘要:
作者: #zipei
板块: #搞七捻三
编号:
2164110帖子: https://linux.do/t/topic/2164110
时间: 2026-05-12 22:33:13
摘要:
在做一个博主更新监控和解析系统,mimov2.5pro实在太蠢,受不了就给DeepSeek冲了10块钱,结果基本上全命中缓存(97%左右),五块钱爽烧4000wtoken
标题: 求助:非常好的录音设备 就是可以录到会议声音人说话的那种
作者: #纯棉花
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2164113
时间: 2026-05-12 22:33:22
摘要:
作者: #纯棉花
板块: #搞七捻三
编号:
2164113帖子: https://linux.do/t/topic/2164113
时间: 2026-05-12 22:33:22
摘要:
朋友问我 有没有好的录音设备 会议开会 能录到专家说话(麦克风外扩)很精确的那种 转写文字好的用什么产品呢 文字总结用什么呢 这些都聚到一起效果好的有哪些呢
标题: 感觉讨论bmad-method工作流的好少
作者: #ethandash
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2164114
时间: 2026-05-12 22:33:28
摘要:
作者: #ethandash
板块: #搞七捻三
编号:
2164114帖子: https://linux.do/t/topic/2164114
时间: 2026-05-12 22:33:28
摘要:
RT,感觉讨论bmad-method工作流的好少,大多是superpowers,spec这些,大佬们你们都用什么工作流啊?另外就是虽然有工作流,但是现在使用codex开发,前端问题真的头痛啊,有没有前端的工作流推荐?
标题: 自己vibe了一个历史版:图寻游戏,根据全景图片推断朝代以及历史场景
作者: #Lickkk
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2164127
时间: 2026-05-12 22:34:42
摘要:
作者: #Lickkk
板块: #搞七捻三
编号:
2164127帖子: https://linux.do/t/topic/2164127
时间: 2026-05-12 22:34:42
摘要:
这是我与我朋友使用ai开发的一个网页端游戏,个人觉得还是比较有趣的,欢迎大家前来体验,也希望大家可以给一些改进建议!
地址:https://chrono.lickkk.xyz/
玩法介绍:
目前有单人与多人对战模式,以及好友邀请模式
玩法大概是,根据这张360度全景图,找关键线索,推断是处于哪个朝代以及对应的哪个历史事件
标题: 激动,终于要飞升了
作者: #enginewang
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2164143
时间: 2026-05-12 22:37:19
摘要:
作者: #enginewang
板块: #搞七捻三
编号:
2164143帖子: https://linux.do/t/topic/2164143
时间: 2026-05-12 22:37:19
摘要:
p.s.两万个帖子真的刷的累啊
注册好像很早了,有两三年了应该,24年刷了一会儿。最近几个月刷的比较厉害,尤其是Ai相关的话题,然后就刷飞升了。
因为我本身就是搞Ai Infra和Ai Agent相关的,在L站能刷到很多感兴趣的相关内容,一些佬的开源项目和交流贴也很有启发的。
学Ai,来L站~
标题: Token没掉,无限开蹬?Sub2AP出问题了?缓存命中100%?
作者: #HalfMelon
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2164164
时间: 2026-05-12 22:40:26
摘要:
作者: #HalfMelon
板块: #开发调优
编号:
2164164帖子: https://linux.do/t/topic/2164164
时间: 2026-05-12 22:40:26
摘要:
今天猛蹬了一整天,发现号池额度没什么变化,然后看了一下token消耗,一整天才消耗了84m。测试了一下,停用了绝大多数号,就留了几个号,又蹬了差不多40分钟吧,发现额度掉的极其缓慢,token消耗也极少。平时每天都要消耗最少200m,今天只消耗了84m,一看缓存命中居然100%???这是咋回事?
标题: 感觉gpt plus codex用量比昨天更坚挺了
作者: #it.null
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2164188
时间: 2026-05-12 22:42:58
摘要:
作者: #it.null
板块: #搞七捻三
编号:
2164188帖子: https://linux.do/t/topic/2164188
时间: 2026-05-12 22:42:58
摘要:
昨天我用codex开发2个功能完,基本就5h限制了,但今天2个功能,还有82%,是又有变化吗?佬友们有同等的感觉吗
标题: 佬友们怎么搞到一次性邮箱小号呢
作者: #owor
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2164195
时间: 2026-05-12 22:43:41
摘要:
作者: #owor
板块: #搞七捻三
编号:
2164195帖子: https://linux.do/t/topic/2164195
时间: 2026-05-12 22:43:41
摘要:
之前一直用qq邮箱更换别名的方式当一次性邮箱小号使用,但最近这个方法被制裁了,现在一年只能注册一个qq邮箱别名了。。。
所以佬友们还有别的方法搞到qq或者163这种常见后缀邮箱的小号接验证码吗,除了gmail的+tag别名。
标题: Claude code 如何无缝迁移到 codex
作者: #cocw
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2164196
时间: 2026-05-12 22:43:42
摘要:
作者: #cocw
板块: #开发调优
编号:
2164196帖子: https://linux.do/t/topic/2164196
时间: 2026-05-12 22:43:42
摘要:
如题。
写项目,会给了gpt pro,那么要切换到他们自家的codex了
目前claude code好不容易捂热了,有无缝迁移的流程吗
标题: iphone锁屏里的codex小组件
作者: #ttllss
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/2164200
时间: 2026-05-12 22:44:15
摘要:
作者: #ttllss
板块: #前沿快讯
编号:
2164200帖子: https://linux.do/t/topic/2164200
时间: 2026-05-12 22:44:15
摘要:
体验26.5新壁纸的时候发现chatgpt锁屏小组件里有一个codex诶(虽然点了之后跳转的还是正常gpt聊天对话框)
是不是要出官方手机codex了
如图:
标题: Mac上打开idea无法直接进入项目
作者: #CallMeJump
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/2164234
时间: 2026-05-12 22:47:54
摘要:
作者: #CallMeJump
板块: #开发调优
编号:
2164234帖子: https://linux.do/t/topic/2164234
时间: 2026-05-12 22:47:54
摘要:
最近新入手了Macbook Air,但是在使用idea和pycharm的过程中发现,mac上的这些软件无法像windows一样打开后直接进入到项目里,而是进入到一个启动页,需要点击才能进入项目界面。有佬知道怎么调整嘛?
标题: 分享一个开源skills:项目跨会话再也不需要重复输入信息了!
作者: #eva madlax
板块: #资源荟萃
编号:
帖子: https://linux.do/t/topic/2164238
时间: 2026-05-12 22:48:46
摘要:
作者: #eva madlax
板块: #资源荟萃
编号:
2164238帖子: https://linux.do/t/topic/2164238
时间: 2026-05-12 22:48:46
摘要:
本帖使用社区开源推广,符合推广要求。我申明并遵循社区要求的以下内容:
我的帖子已经打上 开源推广 标签: 是
我的开源项目完整开源,无未开源部分: 是
我的开源项目已链接认可 LINUX DO 社区: 是
我帖子内的项目介绍,AI生成、润色内容部分已截图发出: 是
以上选择我承诺是永久有效的,接受社区和佬友监督: 是
以下为项目介绍正文内容,AI生成、润色内容已使用截图方式发出
各位佬们,分享一个 Claude Code skill。
老板再也不担心我的 Ai 失忆了~
谁懂啊 项目上线就可以回家就差那么一点的时候我的工作搭子突然上下文满了 自动压缩上下文后就像变了一个人一样!心情急迫的我还得给它做记忆恢复复建?
现在好了装了这个项目脑 skills 新窗口随便问一嘴它都清清楚楚的知道项目进度
完整 skill + 模板:
GitHub: GitHub - Ethan-YS/project-brain: One folder. Every session knows where you left off. — An open-source methodology for AI-assisted projects. · GitHub
欢迎各位佬来尝试,给出建议~
标题: 农村自建房摄像头方案求建议推荐
作者: #wohahakawai
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2164253
时间: 2026-05-12 22:51:27
摘要:
作者: #wohahakawai
板块: #搞七捻三
编号:
2164253帖子: https://linux.do/t/topic/2164253
时间: 2026-05-12 22:51:27
摘要:
家里父母之前用的是电信的天翼云存储服务装的两个摄像头,一个在大门外面,一个是一楼客厅平时看老人什么的,每个月都要多交15的云存储服务费。最近父母说外面那个找电信师傅来看好像烧坏了,现在想把电信的服务退了,自己装两个不知道怎么搞好点,需要质量耐用,能在软件回看录像,能直接通过摄像头和老人对话,功能多点都可以,但是父母平时习惯交话费顺便就交了云存储的钱,用也是在天翼看家直接看。现在我觉得没必要用天翼的了,请问各位佬友有什么方案推荐一下吗?因为父母用惯了天翼的,希望有个方便父母的方案,平时我不在家也能及时看看,预算初步300 400以内,有性价比更高的方案都可以,耐用有以上需要的功能就好,好用的话后面再在父母店里装一个
标题: 开了中转站被抓,保真不?
作者: #深圳小王子
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/2164256
时间: 2026-05-12 22:52:17
摘要:
作者: #深圳小王子
板块: #搞七捻三
编号:
2164256帖子: https://linux.do/t/topic/2164256
时间: 2026-05-12 22:52:17
摘要: