LinuxDo 新帖推送
185 subscribers
253K photos
316K links
Download Telegram
标题: Antigravity反重力又回来了吗?
作者: #MilkZz
板块: #开发调优
编号: 1744458
帖子: https://linux.do/t/topic/1744458
时间: 2026-03-13 08:39:21
摘要:
昨天跟同事说反重力限额了,今天早上同事跟我说他的额度又变成5h了,我看了下我的,确实变成5h了,难道说大善人又回来了吗?
标题: 周五了,地球上有什么好消息吗
作者: #imnhld
板块: #搞七捻三
编号: 1744461
帖子: https://linux.do/t/topic/1744461
时间: 2026-03-13 08:40:30
摘要:
收到请回答,收到请回答,over
标题: GitHub copilot学生包反代依旧能成功
作者: #best_joker
板块: #前沿快讯
编号: 1744462
帖子: https://linux.do/t/topic/1744462
时间: 2026-03-13 08:40:33
摘要:
今天时3月13日,上L站后发现有佬反映copilot学生包被降级了,不能再自己只当模型了
但是up今天刚刚试了一下,在使用 copilot反代工具 接入Claude code,目前任然能够使用指定的Claude-sonnet-4.5等模型
标题: 不知道AI是不是一种竭泽而渔
作者: #末路狂猫
板块: #搞七捻三
编号: 1744471
帖子: https://linux.do/t/topic/1744471
时间: 2026-03-13 08:41:49
摘要:
我觉得AI本身是搜索引擎的一种变种或者升级,AI本身也不是自己思考的内容,也是把网络上的信息整合,只不过是搜索引擎是把你直接引导到网站上,AI是把网站的信息提取整合出来直接 给你,但是结果是网站就没有流量没有收入了,当大家都放弃做网站的时候,AI的信息又从哪里来呢
(当然,对于一些用来真正当工具的除外,比如编程,生成视频等等)
标题: PC淘宝已上线,可mcp
作者: #粥粥启
板块: #前沿快讯
编号: 1744475
帖子: https://linux.do/t/topic/1744475
时间: 2026-03-13 08:42:12
摘要:
淘宝出pc版了,龙虾神力了



pc.taobao.com





淘宝客户端 -下载淘宝app流畅购物一键开启,直播秒杀快人一步! 随时随地逛遍全球好货!

淘宝客户端,一键开启你的无忧购物之旅!海量商品,大到家电数码,小至美妆饰品,应有尽有。超全分类,精准搜索,心仪好物轻松 get。贴心客服,随时答疑;便捷支付,安全无忧;物流跟踪,送货上门。轻松一点,实惠、品质、便捷全拥有。别犹豫,快下载淘宝客户端,解锁便捷购物新体验!
标题: 抽5个稳定Team车位,今天20:00开奖
作者: #Easondevin
板块: #福利羊毛
编号: 1744484
帖子: https://linux.do/t/topic/1744484
时间: 2026-03-13 08:44:12
摘要:
抽1个刚开的team车位,今天中午开奖
标题: 求助openclaw docker部署配置?
作者: #Newhackerman
板块: #开发调优
编号: 1744485
帖子: https://linux.do/t/topic/1744485
时间: 2026-03-13 08:44:28
摘要:
使用docker + NewAPI +Telegram 部署后,发消息一直没有回复,日志级别是debug,也没有任何日志?还望大佬们指教(newapi在newapi的界面上是可以正常使用的):
下面是我的配置文件 openclaw.json:
{
meta: {
lastTouchedVersion: ‘2026.3.11’,
lastTouchedAt: ‘2026-03-13T00:31:56.211Z’,
},
wizard: {
lastRunAt: ‘2026-03-09T07:35:29.710Z’,
lastRunVersion: ‘2026.3.11’,
lastRunCommand: ‘onboard’,
lastRunMode: ‘local’,
},
logging: {
consoleLevel: ‘debug’,
},
update: {
channel: ‘beta’,
auto: {
enabled: true,
betaCheckIntervalHours: 8,
},
},
models: {
mode: ‘merge’,
providers: {
newapi: {
baseUrl: ‘https://api.xx.eu.org’,
apiKey: ‘OPENCLAW_REDACTED’,
api: ‘openai-completions’,
models: [
{
id: ‘newapi/gpt-5-codex’,
name: ‘newapi/gpt-5-codex’,
api: ‘openai-completions’,
reasoning: false,
input: [
‘text’,
],
cost: {
input: 0,
output: 0,
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 200000,
maxTokens: 8192,
},
],
},
},
bedrockDiscovery: {},
},
agents: {
defaults: {
model: {
primary: ‘newapi/gpt-5-codex’,
},
models: {
‘newapi/gpt-5-codex’: {},
},
workspace: ‘/home/node/.openclaw/workspace’,
compaction: {
mode: ‘safeguard’,
},
maxConcurrent: 4,
subagents: {
maxConcurrent: 8,
},
sandbox: {
mode: ‘off’,
},
},
},
tools: {
profile: ‘minimal’,
allow: ,
},
messages: {
ackReactionScope: ‘group-mentions’,
},
commands: {
native: ‘auto’,
nativeSkills: ‘auto’,
restart: true,
ownerDisplay: ‘raw’,
},
session: {
dmScope: ‘per-channel-peer’,
},
channels: {
telegram: {
enabled: true,
dmPolicy: ‘open’,
botToken: ‘OPENCLAW_REDACTED’,
groups: {
‘': {
requireMention: true,
},
},
allowFrom: [
'’,
],
groupPolicy: ‘open’,
streaming: ‘partial’,
},
},
gateway: {
port: 18999,
mode: ‘local’,
bind: ‘lan’,
controlUi: {
allowedOrigins: [
‘http://localhost:18999’,
‘http://127.0.0.1:18999’,
‘https://openclaw.xx’,
‘https://oneai.xx.xx’
],
allowInsecureAuth: true,
},
auth: {
mode: ‘token’,
token: ‘OPENCLAW_REDACTED’,
},
trustedProxies: [
‘131.186.xx.xx’,
‘127.0.0.1’,
‘172.16.0.0/12’,
‘192.168.0.0/16’,
‘131.1xx.xx.xx’,
],
tailscale: {
mode: ‘off’,
resetOnExit: false,
},
nodes: {
denyCommands: [
‘camera.snap’,
‘camera.clip’,
‘screen.record’,
‘contacts.add’,
‘calendar.add’,
‘reminders.add’,
‘sms.send’,
],
},
},
skills: {
allowBundled: ,
load: {
watch: true,
},
install: {
preferBrew: true,
nodeManager: ‘npm’,
},
},
plugins: {
allow: [
‘telegram’,
],
},
}
标题: 周五了 epic又喜加二
作者: #胥渡
板块: #搞七捻三
编号: 1744486
帖子: https://linux.do/t/topic/1744486
时间: 2026-03-13 08:45:07
摘要:
epic喜加二:
《伊松佐河》 : https://store.epicgames.com/zh-CN/p/isonzo
《Cozy Grove》 : https://store.epicgames.com/zh-CN/p/cozy-grove
标题: Adobe CEO 将辞职
作者: #stevessr
板块: #前沿快讯
编号: 1744488
帖子: https://linux.do/t/topic/1744488
时间: 2026-03-13 08:45:22
摘要:
msn.com





MSN














3 月 12 日(路透社)——设计软件制造商 Adob​​e 周四表示,一旦任命了继任者,该公司长期担任首席执行官的 Shantanu Narayen 将离职,该公司股价在盘中交易中下跌超过 7%,原因是该公司应对人工智能颠覆的战略再次引发担忧。
Narayen 卸任之前,他曾担任 Adob​​e 负责人 18 年,在此期间,他帮助该公司的旗舰软件 Photoshop、Illustrator、Premiere Pro 和 InDesign 成为全世界创意人士的家喻户晓的产品。
标题: 60人左右的开发团队,计划采购AI开发工具。有什么建议?
作者: #Fragile5144
板块: #开发调优
编号: 1744493
帖子: https://linux.do/t/topic/1744493
时间: 2026-03-13 08:47:06
摘要:
领导让我做调研。需求就是能开发票。我自己想肯定是能用国外模型最好。
目前考虑github copilot或者cursor + Azure ai foundry,感觉比较省心也不用考虑网络环境。轻量用户用ide,重度用户azure api兜底。请问佬们有什么推荐的吗?
标题: GPT TEAM 用不了 5.4 了?
作者: #猪娃娃
板块: #搞七捻三
编号: 1744495
帖子: https://linux.do/t/topic/1744495
时间: 2026-03-13 08:47:37
摘要:
The ‘gpt-5.4’ model is not supported when using Codex with a ChatGPT account
标题: 三星 计划在美国发布 Samsung Galaxy Card
作者: #stevessr
板块: #前沿快讯
编号: 1744497
帖子: https://linux.do/t/topic/1744497
时间: 2026-03-13 08:48:01
摘要:
SammyGuru – 12 Mar 26





Samsung May Soon Launch a Credit Card in the US

The credit card will likely be part of Samsung Wallet, expanding its push into digital payments and financial services.


Est. reading time: 2 minutes













[!quote]+
三星可能正准备进军美国信用卡市场。该公司最近在美国注册了信用卡相关服务的商标。该卡可能会成为三星电子钱包的一部分,从而扩大其在数字支付和金融服务领域的业务。
2026 年 2 月,三星向美国专利商标局 (USPTO) 申请了“Samsung Galaxy Card”商标。该商标尚未获得批准,但列表确认该服务适用于信用卡。
此前有报道称,三星一直在与英国巴克莱银行洽谈在美国推出信用卡的事宜。该卡可以在全球 Visa 支付网络上运行。如果合作继续进行并且商标获得批准,新的申请可能会为“三星 Galaxy 卡”的推出铺平道路。




Android Authority – 12 Mar 26





Samsung doesn't look like it's given up on its credit card ambitions

Samsung has filed a trademark application in the US for the Samsung Galaxy Card, a new branded credit card that might live in Samsung Wallet.


Est. reading time: 2 minutes
标题: 微信Google Play版完成适配 全面支持Android 16KB内存页大小
作者: #葫芦里面有葫芦
板块: #前沿快讯
编号: 1744498
帖子: https://linux.do/t/topic/1744498
时间: 2026-03-13 08:48:05
摘要:
近日,微信(WeChat)Google Play版本正式完成技术适配,全面支持Android 15及以上设备的16KB内存页大小,成为首批响应Google Play兼容性要求的国民级应用之一。
技术背景:从4KB到16KB的内存管理革新
历史上,Android系统长期采用4KB内存页大小,以适配当时设备的平均内存容量。随着大内存设备普及,Android 15开始支持16KB页大小配置,这一变革能显著提升系统内存性能,包括应用启动速度提升3%-30%、界面响应更流畅、硬件资源利用效率更高。
根据Google Play规定,自2025年11月1日起,所有提交至平台且面向Android 15+设备的新应用及更新,必须在64位设备上支持16KB页大小。若应用直接或间接使用NDK原生库,需重新编译以确保在16KB设备上正常运行。
标题: 终于 终于 到达三级
作者: #misslan
板块: #搞七捻三
编号: 1744503
帖子: https://linux.do/t/topic/1744503
时间: 2026-03-13 08:48:53
摘要:
终于 终于 到达三级,喜怒哀乐都是生活,加油
标题: 佬们,泰国出差需要注意什么
作者: #ge li
板块: #搞七捻三
编号: 1744505
帖子: https://linux.do/t/topic/1744505
时间: 2026-03-13 08:49:04
摘要:
4月可能要去泰国出差一个月,目前去泰国需要注意什么吗,有什么可以薅的羊毛不。
标题: 【病情交流】Antigravity因反向代理遭封禁,各位佬友是否有申诉成功的?本人至今未申诉成功
作者: #hasakiikii
板块: #搞七捻三
编号: 1744506
帖子: https://linux.do/t/topic/1744506
时间: 2026-03-13 08:49:16
摘要:
如题
本人之前是google one的付费用户,后转为学生认证白嫖
google账号是我自己的大号,信用良好
之前通过Antigravity Manager反代,无事发生
openclaw爆火,本人前天反代玩openclaw后直接立刻遭遇账号封禁
前往Antigravity Manager github Issue后发现同样遭遇的人很多,遂不再使用反代
遂立刻发起申诉,但两天过去至今没有收到申诉邮件
标题: 常压 151K 超导温度新纪录,突破 30 多年极限
作者: #hanf
板块: #前沿快讯
编号: 1744509
帖子: https://linux.do/t/topic/1744509
时间: 2026-03-13 08:49:31
摘要:
休斯顿大学(UH)于 3 月 10 日发布博文,宣布携手来自美国得克萨斯超导中心(TcSUH)的物理学家,打破了保持 30 多年的 133 开尔文旧纪录,创造了 151 开尔文(约-122℃)的常压超导转变温度新世界纪录。
该团队将水银化合物 Hg-1223 在接近绝对零度的环境下施加 30 万倍大气压并迅速降压,**成功将其常压超导临界温度提升 18 开尔文,达到 151 开尔文(零下 122°C),创下高温超导体的新世界纪录。



ithome.com





提升 18℃:常压 151K 超导温度新纪录,突破 30 多年极限 - IT之家

休斯顿大学(UH)于 3 月 10 日发布博文,宣布携手来自美国得克萨斯超导中心(TcSUH)的物理学家,打破了常压超导的温度纪录。该团队成功在常压环境下,将超导转变温度(Tc)提升至 151 K(约零下 122 摄氏度)