开一个全南通健身房,会盈利吗?
开在成都应该比较有前景
48 posts - 40 participants
Read full topic
via LINUX DO - 热门话题 (author: 我也要死吗)
开在成都应该比较有前景
48 posts - 40 participants
Read full topic
via LINUX DO - 热门话题 (author: 我也要死吗)
马斯克的底裤要被扒光了,超级爆料一个多小时, xAI 工程师被火速解雇
参考链接:
WTF is happening at xAI | Sulaiman Ghori
马斯克的底裤要被扒光了,超级爆料一个多小时, xAI 工程师被火速解雇-36氪
44 posts - 37 participants
Read full topic
via LINUX DO - 热门话题 (author: 𝓵𝓮𝔃𝓲𝓼𝓱𝓮𝓷)
Invalid media:
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
参考链接:
WTF is happening at xAI | Sulaiman Ghori
马斯克的底裤要被扒光了,超级爆料一个多小时, xAI 工程师被火速解雇-36氪
44 posts - 37 participants
Read full topic
via LINUX DO - 热门话题 (author: 𝓵𝓮𝔃𝓲𝓼𝓱𝓮𝓷)
Invalid media:
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
image
新版Claude Cli强制/login
在新系统上安装claude code时发现cc强制/login。添加完’“hasCompletedOnboarding”: true‘之后仍然显示“invalid API key Please run /login”,并且有橙字一直提醒现在anthropic不用npm管理了。
之后尝试版本回退到2.1.14,仍然存在同样问题。
解决方法:
1.卸载claude,清除相关文件(非必须)
npm uninstall -g @anthropic-ai/claude-code
rm -rf ~/.claude
rm -rf ~/.claude.json*
rm -rf ~/.local/bin/claude
rm -rf ~/.local/lib/@anthropic*
2.使用官方脚本安装claude code
curl -fsSL https://claude.ai/install.sh | bash
3.使用hash -r 清除命令缓存(非必须)
4.修改~/.claude.json
对比新旧json,发现anthropic简直阴得没边,两个json中差很多内容。对比后尝试把下面这几行加入到.claude.json末尾:
“hasCompletedOnboarding”: true,
“lastOnboardingVersion”: “1.0.98”,
“hasOpusPlanDefault”: false,
“isQualifiedForDataSharing”: false,
“subscriptionNoticeCount”: 0,
“hasAvailableSubscription”: false,
“hasUsedBackslashReturn”: true,
“changelogLastFetched”: 1768708093113,
“lastReleaseNotesSeen”: “2.1.14”,
“hasAcknowledgedCostThreshold”: true,
“sonnet45MigrationComplete”: true,
“sonnet45MigrationTimestamp”: 1760632448891,
“opus45MigrationComplete”: true,
“officialMarketplaceAutoInstallAttempted”: true,
“officialMarketplaceAutoInstalled”: true,
“thinkingMigrationComplete”: true,
“opusProMigrationComplete”: true,
“cachedChromeExtensionInstalled”: false
保存后重新使用claude code就不用登录了
23 posts - 22 participants
Read full topic
via LINUX DO - 热门话题 (author: bernard)
在新系统上安装claude code时发现cc强制/login。添加完’“hasCompletedOnboarding”: true‘之后仍然显示“invalid API key Please run /login”,并且有橙字一直提醒现在anthropic不用npm管理了。
之后尝试版本回退到2.1.14,仍然存在同样问题。
解决方法:
1.卸载claude,清除相关文件(非必须)
npm uninstall -g @anthropic-ai/claude-code
rm -rf ~/.claude
rm -rf ~/.claude.json*
rm -rf ~/.local/bin/claude
rm -rf ~/.local/lib/@anthropic*
2.使用官方脚本安装claude code
curl -fsSL https://claude.ai/install.sh | bash
3.使用hash -r 清除命令缓存(非必须)
4.修改~/.claude.json
对比新旧json,发现anthropic简直阴得没边,两个json中差很多内容。对比后尝试把下面这几行加入到.claude.json末尾:
“hasCompletedOnboarding”: true,
“lastOnboardingVersion”: “1.0.98”,
“hasOpusPlanDefault”: false,
“isQualifiedForDataSharing”: false,
“subscriptionNoticeCount”: 0,
“hasAvailableSubscription”: false,
“hasUsedBackslashReturn”: true,
“changelogLastFetched”: 1768708093113,
“lastReleaseNotesSeen”: “2.1.14”,
“hasAcknowledgedCostThreshold”: true,
“sonnet45MigrationComplete”: true,
“sonnet45MigrationTimestamp”: 1760632448891,
“opus45MigrationComplete”: true,
“officialMarketplaceAutoInstallAttempted”: true,
“officialMarketplaceAutoInstalled”: true,
“thinkingMigrationComplete”: true,
“opusProMigrationComplete”: true,
“cachedChromeExtensionInstalled”: false
保存后重新使用claude code就不用登录了
23 posts - 22 participants
Read full topic
via LINUX DO - 热门话题 (author: bernard)
太不容易了 终于修好了
A\ 又疯了
早早早好久以前的版本 就出现的问题现象 有的人百分百复现 我却无法复现 一直没能探查到问题根源 (锅该谁背)
然而这跟我做的状态栏有牵扯 这锅成粘锅了 不懂的肯定只会说用不了就弃用了 (摊手)
直到昨天的 2.1.15 我发现终于百分百复现了该现象 通过对比前一个我没有问题的版本
发现Anthropic 完全启用了 他撰写的新渲染引擎 而移除了云控开关
这也是为什么有的人会有此现象有的人没有的关键
ref:
● [BUG] Statusline symbols get rendered in the message stream · Issue #19820 · anthropics/claude-code · GitHub
● [BUG] Ghost characters from status area appear in scrollable content · Issue #17519 · anthropics/claude-code · GitHub
● Visual rendering glitches on Windows Terminal + PowerShell (scattered characters/artifacts) · Issue #66 · Haleclipse/CCometixLine · GitHub
● ccline的问题还是claude的问题?
题外话 搞了个用ast来diff压缩代码的玩意 通过观察历史版本差异 我发现Anthropic还是有在对 频闪问题 做努力的 这真喷不了 也不是他们的锅
ink这玩意挺难评的 说到底还是基础工作太难做了
参考资料: The Signature Flicker | Peter Steinberger
睡觉睡觉 🫠
34 posts - 29 participants
Read full topic
via LINUX DO - 热门话题 (author: 哈雷彗星)
Invalid media:
image
image
image
A\ 又疯了
早早早好久以前的版本 就出现的问题现象 有的人百分百复现 我却无法复现 一直没能探查到问题根源 (锅该谁背)
然而这跟我做的状态栏有牵扯 这锅成粘锅了 不懂的肯定只会说用不了就弃用了 (摊手)
直到昨天的 2.1.15 我发现终于百分百复现了该现象 通过对比前一个我没有问题的版本
发现Anthropic 完全启用了 他撰写的新渲染引擎 而移除了云控开关
这也是为什么有的人会有此现象有的人没有的关键
ref:
● [BUG] Statusline symbols get rendered in the message stream · Issue #19820 · anthropics/claude-code · GitHub
● [BUG] Ghost characters from status area appear in scrollable content · Issue #17519 · anthropics/claude-code · GitHub
● Visual rendering glitches on Windows Terminal + PowerShell (scattered characters/artifacts) · Issue #66 · Haleclipse/CCometixLine · GitHub
● ccline的问题还是claude的问题?
题外话 搞了个用ast来diff压缩代码的玩意 通过观察历史版本差异 我发现Anthropic还是有在对 频闪问题 做努力的 这真喷不了 也不是他们的锅
ink这玩意挺难评的 说到底还是基础工作太难做了
参考资料: The Signature Flicker | Peter Steinberger
睡觉睡觉 🫠
34 posts - 29 participants
Read full topic
via LINUX DO - 热门话题 (author: 哈雷彗星)
Invalid media:
image
image
image
【纯水】这个请假理由太天才了吧
刚刷到的,我下次也要用 🤣 🤣 🤣
3 posts - 3 participants
Read full topic
via LINUX DO - 最新话题 (author: k1eran)
Invalid media: image
刚刷到的,我下次也要用 🤣 🤣 🤣
3 posts - 3 participants
Read full topic
via LINUX DO - 最新话题 (author: k1eran)
Invalid media: image
关于codex 0.88.0版本项目级config.toml失效
Releases · openai/codex
需要在
以防有佬友遇到同样的问题感到困惑。
1 post - 1 participant
Read full topic
via LINUX DO - 最新话题 (author: Rhyme)
Invalid media: image
Releases · openai/codex
需要在
~/.codex/config.toml中添加对项目绝对路径的信任即可恢复。[projects."/path/to/project"]
trust_level = "trusted"
以防有佬友遇到同样的问题感到困惑。
1 post - 1 participant
Read full topic
via LINUX DO - 最新话题 (author: Rhyme)
Invalid media: image
Epic每周限免:《Rustler (Grand Theft Horse)》中世紀GTA限時免費 (2026年1月30日00:00截止)
各位佬友早啊, 今天是周五, 又到了E宝Epic每周限免的发放日,
本週限免中世纪版GTA《Rustler (Grand Theft Horse)》,由Jutsu Games开发,採用3D俯视角开放世界动作冒险。玩家化身闹事暴徒,在荒谬中世纪製造混乱:改装马匹如跑车、卫兵骑警示灯马追捕;雇用吟游诗人当音乐,一拳换曲。武器含剑矛弩弓粪便,可射牛上天、扮死神吓民、马车画巨图。领取至1月30日00:00截止,领取后永久保存。
还没领的佬友们快点领
传送门 :
https://store.epicgames.com/zh-CN/p/rustler-grand-theft-horse-21a7ca
2 posts - 2 participants
Read full topic
via LINUX DO - 最新话题 (author: jv-kssma)
各位佬友早啊, 今天是周五, 又到了E宝Epic每周限免的发放日,
本週限免中世纪版GTA《Rustler (Grand Theft Horse)》,由Jutsu Games开发,採用3D俯视角开放世界动作冒险。玩家化身闹事暴徒,在荒谬中世纪製造混乱:改装马匹如跑车、卫兵骑警示灯马追捕;雇用吟游诗人当音乐,一拳换曲。武器含剑矛弩弓粪便,可射牛上天、扮死神吓民、马车画巨图。领取至1月30日00:00截止,领取后永久保存。
还没领的佬友们快点领
传送门 :
https://store.epicgames.com/zh-CN/p/rustler-grand-theft-horse-21a7ca
2 posts - 2 participants
Read full topic
via LINUX DO - 最新话题 (author: jv-kssma)
(领完啦)送各位佬友7天GLM Coding Plan
我在使用GLM Coding Plan,数小时内完成过去需要数周的开发工作,赠送你1张7天AI Coding体验卡,一起来用吧:智谱AI开放平台
7 posts - 7 participants
Read full topic
via LINUX DO - 最新话题 (author: H.I.A)
我在使用GLM Coding Plan,数小时内完成过去需要数周的开发工作,赠送你1张7天AI Coding体验卡,一起来用吧:智谱AI开放平台
7 posts - 7 participants
Read full topic
via LINUX DO - 最新话题 (author: H.I.A)
Edge浏览器深夜更新给我整的大活-以及BewlyCat插件求助?
Edge浏览器在昨天后台偷偷更新了版本
插件的整体工作流程是,contentScript(浏览器前端环境)发送message给background,background请求接口,然后把结果通过message返回给contentScript……
问题出现在了最后一步,message返回给contentScript了undefined
其余的chrome、firefox等浏览器均正常。只有edge的这个版本异常,甚至更新到beta版本都正常……有点难绷。
----------------------
昨晚吭哧吭哧的排查BUG和修BUG,反倒是修了几个陈年老BUG,提升了chrome和firefox的使用体验,但对edge毫无帮助 :distorted_face: 排查到2点扛不住了直接睡了。
1 post - 1 participant
Read full topic
via LINUX DO - 最新话题 (author: celeus)
Edge浏览器在昨天后台偷偷更新了版本
144.0.3719.82,然后大批的使用BewlyBewly和BewlyCat的edge浏览器用户反馈异常,无法显示登录状态,无法加载数据。插件的整体工作流程是,contentScript(浏览器前端环境)发送message给background,background请求接口,然后把结果通过message返回给contentScript……
问题出现在了最后一步,message返回给contentScript了undefined
其余的chrome、firefox等浏览器均正常。只有edge的这个版本异常,甚至更新到beta版本都正常……有点难绷。
----------------------
昨晚吭哧吭哧的排查BUG和修BUG,反倒是修了几个陈年老BUG,提升了chrome和firefox的使用体验,但对edge毫无帮助 :distorted_face: 排查到2点扛不住了直接睡了。
1 post - 1 participant
Read full topic
via LINUX DO - 最新话题 (author: celeus)
记录一下在香港云服务器上配置Dify访问Gemini API的过程
当时买的时候想着香港位置更近当代理使的, 最近新创了个google账户正好有赠金, 就打算部署个Dify玩玩, 但香港IP直接访问gemini API会返回400 user location not support错误, 于是在站内搜了下给Dify容器配置代理的教程: 【最新适配】Dify 海外模型代理配置(一次通关). 过程太复杂了懒得折腾, 于是考虑直接修改baseURL, 用手头另一个日本的服务器转发.
但直接在nginx中配置转发后发现还是400错误, 我还以为没配成功, 最后在日本服务器试了下发现可能因为是机房IP, 直接访问也是400, 只能考虑用cloudflare WARP出站.
我用的是3x-ui, 出站规则里可以直接配置WARP, 然后创建一个本地http入站, 在路由规则里设置这个入站用WARP出站
最后让AI生成了个小脚本, 得先把nginx的流程转到flask服务的端口, 再用flask转给3x-ui上的代理, 感觉也挺复杂, 有没有佬知道更简便的方法 😇
3 posts - 3 participants
Read full topic
via LINUX DO - 最新话题 (author: 明实 吴)
Invalid media: image
当时买的时候想着香港位置更近当代理使的, 最近新创了个google账户正好有赠金, 就打算部署个Dify玩玩, 但香港IP直接访问gemini API会返回400 user location not support错误, 于是在站内搜了下给Dify容器配置代理的教程: 【最新适配】Dify 海外模型代理配置(一次通关). 过程太复杂了懒得折腾, 于是考虑直接修改baseURL, 用手头另一个日本的服务器转发.
但直接在nginx中配置转发后发现还是400错误, 我还以为没配成功, 最后在日本服务器试了下发现可能因为是机房IP, 直接访问也是400, 只能考虑用cloudflare WARP出站.
我用的是3x-ui, 出站规则里可以直接配置WARP, 然后创建一个本地http入站, 在路由规则里设置这个入站用WARP出站
最后让AI生成了个小脚本, 得先把nginx的流程转到flask服务的端口, 再用flask转给3x-ui上的代理, 感觉也挺复杂, 有没有佬知道更简便的方法 😇
from flask import Flask, request, Response
import requests
app = Flask(__name__)
# 31699是3x-ui上配置的本地代理端口
PROXIES = {
'http': 'http://127.0.0.1:31699',
'https': 'http://127.0.0.1:31699'
}
# Gemini 官方 API 域名
TARGET_URL = 'https://generativelanguage.googleapis.com'
@app.route('/<path:path>', methods=['GET', 'POST', 'PUT', 'DELETE'])
def proxy(path):
# 构造请求 URL
url = f"{TARGET_URL}/{path}"
# 获取原始请求的查询参数
params = request.args
# 获取原始请求的 Header,并移除 Host 避免冲突
headers = {k: v for k, v in request.headers if k.lower() != 'host'}
try:
# 转发请求到 Google,并使用本地代理
resp = requests.request(
method=request.method,
url=url,
headers=headers,
data=request.get_data(),
params=params,
proxies=PROXIES,
stream=True, # 支持流式输出
timeout=300
)
# 构造响应给 Nginx
excluded_headers = ['content-encoding', 'content-length', 'transfer-encoding', 'connection']
headers = [(name, value) for (name, value) in resp.raw.headers.items()
if name.lower() not in excluded_headers]
return Response(resp.iter_content(chunk_size=1024), resp.status_code, headers)
except Exception as e:
return str(e), 500
if __name__ == '__main__':
app.run(host='127.0.0.1', port=5346)
3 posts - 3 participants
Read full topic
via LINUX DO - 最新话题 (author: 明实 吴)
Invalid media: image
量变引起质变 质变引起量变
你说要提供表达能力,人家一天说的话比你一个月还多,你拿什么比?
你说要学会吹牛,别人一天吹的牛,比你一辈子的还多,你拿什么比?
你说要学会赞美,别人天天在用,你拿什么比?
…… 想要什么,就去做什么,动起来吧 😀
1 post - 1 participant
Read full topic
via LINUX DO - 最新话题 (author: adalia)
你说要提供表达能力,人家一天说的话比你一个月还多,你拿什么比?
你说要学会吹牛,别人一天吹的牛,比你一辈子的还多,你拿什么比?
你说要学会赞美,别人天天在用,你拿什么比?
…… 想要什么,就去做什么,动起来吧 😀
1 post - 1 participant
Read full topic
via LINUX DO - 最新话题 (author: adalia)
谷歌号被送中怎么解决?
两个号都登不上aistudio了,很烦恼😩,求大佬指点迷津。
6 posts - 6 participants
Read full topic
via LINUX DO - 最新话题 (author: gavin)
两个号都登不上aistudio了,很烦恼😩,求大佬指点迷津。
6 posts - 6 participants
Read full topic
via LINUX DO - 最新话题 (author: gavin)
分享我写的一套自研工作流引擎,低代码底座模型源码
最近逛帖子,看到好多人想集成低代码,但是不是市面上那种saas,想要私有化部署,并且支持二开的,,,我想到我最近写的这个了,想分享出来,但是又怕各位大佬说缺失基础功能啥的,我写的这个只是实现了部分核心功能,算了说我就说我吧,我脸皮厚,希望能帮助到大家。有什么不足的功能或者建议欢迎交流,我也会继续努力的。
上一波地址,知录AdminAdmin
4 posts - 3 participants
Read full topic
via LINUX DO - 最新话题 (author: 美式~)
Invalid media: image
最近逛帖子,看到好多人想集成低代码,但是不是市面上那种saas,想要私有化部署,并且支持二开的,,,我想到我最近写的这个了,想分享出来,但是又怕各位大佬说缺失基础功能啥的,我写的这个只是实现了部分核心功能,算了说我就说我吧,我脸皮厚,希望能帮助到大家。有什么不足的功能或者建议欢迎交流,我也会继续努力的。
上一波地址,知录AdminAdmin
4 posts - 3 participants
Read full topic
via LINUX DO - 最新话题 (author: 美式~)
Invalid media: image
332分高考还有救吗
我弟成绩惨不忍睹啊,四科加起来还没我以前一科数学高,明年高考了咋办啊佬们
26 posts - 20 participants
Read full topic
via LINUX DO - 最新话题 (author: Z.wan.YI)
Invalid media: image
我弟成绩惨不忍睹啊,四科加起来还没我以前一科数学高,明年高考了咋办啊佬们
26 posts - 20 participants
Read full topic
via LINUX DO - 最新话题 (author: Z.wan.YI)
Invalid media: image
库克交棒信号:50 岁少壮派 John Ternus 接管设计大权,成苹果最热 CEO 接班人
彭博社昨日(1 月 22 日)发布博文,报道称苹果硬件工程主管约翰 · 特纳斯(John Ternus)已于 2025 年底接管苹果设计团队(含硬件与软件设计),此举被视为其接任苹果首席执行官的关键铺垫。
7 posts - 4 participants
Read full topic
via LINUX DO - 最新话题 (author: anyuge)
彭博社昨日(1 月 22 日)发布博文,报道称苹果硬件工程主管约翰 · 特纳斯(John Ternus)已于 2025 年底接管苹果设计团队(含硬件与软件设计),此举被视为其接任苹果首席执行官的关键铺垫。
7 posts - 4 participants
Read full topic
via LINUX DO - 最新话题 (author: anyuge)
问一下cursor现在无限续杯的方式
想问一下佬友,在群里看到有人发的新版的无限续杯,这是有什么坑吗,据他介绍是什么模型都可以用
7 posts - 6 participants
Read full topic
via LINUX DO - 最新话题 (author: 胥渡)
Invalid media: image
想问一下佬友,在群里看到有人发的新版的无限续杯,这是有什么坑吗,据他介绍是什么模型都可以用
7 posts - 6 participants
Read full topic
via LINUX DO - 最新话题 (author: 胥渡)
Invalid media: image
jetbrain codex免费使用
今天更新了新版jetbrain ai,发现加进来了codex,而且写的免费使用。看了下官网,找到一篇博客。
The JetBrains Blog
Codex Is Now Integrated Into JetBrains IDEs | The JetBrains AI Blog
OpenAI Codex is now natively integrated into the JetBrains AI chat, giving you another powerful option for tackling real development tasks right inside your IDE. You can use Codex with a JetB
16 posts - 13 participants
Read full topic
via LINUX DO - 最新话题 (author: mahaonan)
Invalid media:
image
image
image
image
今天更新了新版jetbrain ai,发现加进来了codex,而且写的免费使用。看了下官网,找到一篇博客。
The JetBrains Blog
Codex Is Now Integrated Into JetBrains IDEs | The JetBrains AI Blog
OpenAI Codex is now natively integrated into the JetBrains AI chat, giving you another powerful option for tackling real development tasks right inside your IDE. You can use Codex with a JetB
16 posts - 13 participants
Read full topic
via LINUX DO - 最新话题 (author: mahaonan)
Invalid media:
image
image
image
image
哈基米彻底上不去了
两个号都登不上去了,似乎是被封号了,除此以外油管和邮箱功能都正常。
1 post - 1 participant
Read full topic
via LINUX DO - 最新话题 (author: wanllow)
两个号都登不上去了,似乎是被封号了,除此以外油管和邮箱功能都正常。
1 post - 1 participant
Read full topic
via LINUX DO - 最新话题 (author: wanllow)
请教佬友ccnexus配置好端点,vscode能正常修改代码,这个报错原因及怎么处理
新手小白,才学配置cc。VScode里装的 Claude Code for VS Code插件,能调用随时跑路公益站修改代码,就是不知道为啥报错
1 post - 1 participant
Read full topic
via LINUX DO - 最新话题 (author: 花果山的一棵树)
Invalid media: image
新手小白,才学配置cc。VScode里装的 Claude Code for VS Code插件,能调用随时跑路公益站修改代码,就是不知道为啥报错
1 post - 1 participant
Read full topic
via LINUX DO - 最新话题 (author: 花果山的一棵树)
Invalid media: image
当我在七进七出,突然断电
昨晚突然在打王者,直接跳闸断网,
直接王者没法玩了,快速连接手机热点恳求队友不要举报,最后还是举报了…卑微
然后出去看,是线路烧了
两个师傅来维修,一个是国网外包,只负责烧的部分,师傅说现在好像必须在30min还是1h内接单,不然会罚款2k,一会儿就修好了
物业师傅说经常跳闸是因为用电过大,断线器太老,需要换一个,因为是合租房,人太多可以理解,询问了房东之后同意报销,让物业换上去了,付款需要200,我寻思也还好,报销的时候房东搜图才发现不到10元,这也太暴利了吧!!!
7 posts - 7 participants
Read full topic
via LINUX DO - 最新话题 (author: 小艺术家🌸)
Invalid media:
image
image
image
昨晚突然在打王者,直接跳闸断网,
直接王者没法玩了,快速连接手机热点恳求队友不要举报,最后还是举报了…卑微
然后出去看,是线路烧了
两个师傅来维修,一个是国网外包,只负责烧的部分,师傅说现在好像必须在30min还是1h内接单,不然会罚款2k,一会儿就修好了
物业师傅说经常跳闸是因为用电过大,断线器太老,需要换一个,因为是合租房,人太多可以理解,询问了房东之后同意报销,让物业换上去了,付款需要200,我寻思也还好,报销的时候房东搜图才发现不到10元,这也太暴利了吧!!!
7 posts - 7 participants
Read full topic
via LINUX DO - 最新话题 (author: 小艺术家🌸)
Invalid media:
image
image
image
我使用谷歌学生资格认证显示出错该怎么解决
3 posts - 2 participants
Read full topic
via LINUX DO - 最新话题 (author: 茫然忘言语)
Invalid media: image
3 posts - 2 participants
Read full topic
via LINUX DO - 最新话题 (author: 茫然忘言语)
Invalid media: image