标题: 送一张美团自取咖啡券
作者: #Tofution
板块: #福利羊毛
编号:
帖子: https://linux.do/t/topic/940339
时间: 2025-09-09 15:18:01
摘要:
作者: #Tofution
板块: #福利羊毛
编号:
940339帖子: https://linux.do/t/topic/940339
时间: 2025-09-09 15:18:01
摘要:
dpurl.cn
美团礼包
标题: 大模型神器,128G显存5090
作者: #xie reens
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/940346
时间: 2025-09-09 15:19:21
摘要:
作者: #xie reens
板块: #前沿快讯
编号:
940346帖子: https://linux.do/t/topic/940346
时间: 2025-09-09 15:19:21
摘要:
据外媒Playground报道,中国工厂正在利用英伟达GeForce RTX系列生产AI专用显卡。这些显卡与标准版有所不同,通常配备更大容量的显存,定制版RTX 4090配备了48GB甚至96GB显存。如今,RTX 5090也将采用类似的特殊内存配置。
据I_Leak_VN爆料,最新的改造版本是RTX 5090。标准版配备32GB GDDR7显存,而定制版则大幅提升至128GB,是原版的四倍。目前尚未曝光PCB板的详细资料或照片,但这款显卡似乎采用了高容量GDDR7内存模块,单面PCB可实现64GB显存,双面设计则可扩展至128GB。
价格方面,标准版RTX 5090建议零售价为1999美元,实际市场价格在2500至3000美元之间。相比之下,128GB定制版的售价约为13200美元,几乎是标准版的6.6倍。
尽管价格昂贵,这种定制显卡仍然具有一定的市场需求。例如,搭载96GB显存的RTX PRO 6000 Blackwell售价约为10000美元。相比之下,128GB版RTX 5090的售价仅高出33%,但显存比PRO Blackwell多出了33%。
需要特别指出的是,128GB版GeForce RTX 5090是未经英伟达官方认证的定制版本。它们主要由工厂销售给AI客户,因目前在游戏领域尚无足够的实用需求。
标题: 佬的vpn,24小时都挂在后台吗
作者: #吃饭睡觉
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/940348
时间: 2025-09-09 15:19:53
摘要:
作者: #吃饭睡觉
板块: #搞七捻三
编号:
940348帖子: https://linux.do/t/topic/940348
时间: 2025-09-09 15:19:53
摘要:
在手机端。虽然走得规则模式,有时候清理后台,还是会习惯性的把代理软件给清掉。
在电脑端,有时候挂代理,访问内部系统又加载很慢,只能先关掉vpn,用完再开代理。
个人习惯就是开开关关的,用完就关
标题: 请教使用 certbot 用 DNS验证的方式获取HTTPS通配证书的问题
作者: #Matthew
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/940350
时间: 2025-09-09 15:20:42
摘要:
作者: #Matthew
板块: #开发调优
编号:
940350帖子: https://linux.do/t/topic/940350
时间: 2025-09-09 15:20:42
摘要:
如题,我想生成通配证书,而且是家庭网络,有公网IP,但是没有 80 端口,因此采用只能使用手动方式通过 DNS 验证的方式来获取,但是在使用过程中,提示DNS验证失败,有大佬能帮看看么?
我想生成 nas.xxxxxxx.top 和 *.nas.xxxxxxx.top 的证书
日志如下:
(CertbotWin) D:\Data\Python\CertbotWin>certbot certonly --manual --preferred-challenges=dns-01 --rsa-key-size=4096 --server=https://acme-v02.api.letsencrypt.org/directory --work-dir . --config-dir . --logs-dir .
Saving debug log to D:\Data\Python\CertbotWin\letsencrypt.log
Enter email address or hit Enter to skip.
(Enter 'c' to cancel): xxxxxxx@gmail.com
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Please read the Terms of Service at:
https://letsencrypt.org/documents/LE-SA-v1.5-February-24-2025.pdf
You must agree in order to register with the ACME server. Do you agree?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
(Y)es/(N)o: Y
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Would you be willing, once your first certificate is successfully issued, to
share your email address with the Electronic Frontier Foundation, a founding
partner of the Let's Encrypt project and the non-profit organization that
develops Certbot? We'd like to send you email about our work encrypting the web,
EFF news, campaigns, and ways to support digital freedom.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
(Y)es/(N)o: Y
Account registered.
Please enter the domain name(s) you would like on your certificate (comma and/or
space separated) (Enter 'c' to cancel): nas.xxxxxxx.top *.nas.xxxxxxx.top
Requesting a certificate for nas.xxxxxxx.top and *.nas.xxxxxxx.top
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Please deploy a DNS TXT record under the name:
_acme-challenge.nas.xxxxxxx.top.
with the following value:
gobEQsq0sWT2_TuhlgxsfJzgBUuDf6fP1Fq0WYsBVaE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Press Enter to Continue
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Please deploy a DNS TXT record under the name:
_acme-challenge.nas.xxxxxxx.top.
with the following value:
g1r-jK-VLrbAV9h-Tc7qd6Tlkmtq1saJsZlyBX8PAR0
(This must be set up in addition to the previous challenges; do not remove,
replace, or undo the previous challenge tasks yet. Note that you might be
asked to create multiple distinct TXT records with the same name. This is
permitted by DNS standards.)
Before continuing, verify the TXT record has been deployed. Depending on the DNS
provider, this may take some time, from a few seconds to multiple minutes. You can
check if it has finished deploying with aid of online tools, such as the Google
Admin Toolbox: https://toolbox.googleapps.com/apps/dig/#TXT/_acme-challenge.nas.xxxxxxx.top.
Look for one or more bolded line(s) below the line ';ANSWER'. It should show the
value(s) you've just added.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Press Enter to Continue
Certbot failed to authenticate some domains (authenticator: manual). The Certificate Authority reported these problems:
Domain: nas.xxxxxxx.top
Type: unauthorized
Detail: Incorrect TXT record "g1r-jK-VLrbAV9h-Tc7qd6Tlkmtq1saJsZlyBX8PAR0" found at _acme-challenge.nas.xxxxxxx.top
Hint: The Certificate Authority failed to verify the manually created DNS TXT records. Ensure that you created these in the correct location, or try waiting longer for DNS propagation on the next attempt.
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile D:\Data\Python\CertbotWin\letsencrypt.log or re-run Certbot with -v for more details.
标题: 炒股亏了很多 普通人怎么赚点外快呢
作者: #嘿嘿嘿
板块: #资源荟萃
编号:
帖子: https://linux.do/t/topic/940351
时间: 2025-09-09 15:21:08
摘要:
作者: #嘿嘿嘿
板块: #资源荟萃
编号:
940351帖子: https://linux.do/t/topic/940351
时间: 2025-09-09 15:21:08
摘要:
炒股亏了很多 普通人怎么赚点外快呢 编程能力很差 没了cursor更不知道干啥了
标题: 即梦4.0全员推送了,感觉有点强。
作者: #Maxoo1001
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/940370
时间: 2025-09-09 15:26:51
摘要:
作者: #Maxoo1001
板块: #前沿快讯
编号:
940370帖子: https://linux.do/t/topic/940370
时间: 2025-09-09 15:26:51
摘要:
把Banana那边跑过的都测了一边,基本上都可以。对中文理解也好,不用再用Banana了。
佬友们觉得呢
标题: codex如何?augment早鸟价掉了
作者: #豆豆哥🌹
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/940371
时间: 2025-09-09 15:26:59
摘要:
作者: #豆豆哥🌹
板块: #开发调优
编号:
940371帖子: https://linux.do/t/topic/940371
时间: 2025-09-09 15:26:59
摘要:
我看到好几个支付失败掉了早鸟价,官方处理速度太慢了,想试试codex 不知道对比augment怎么样?
标题: Gemini新模型开始测试啰
作者: #Miku Study Horizon
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/940372
时间: 2025-09-09 15:27:04
摘要:
作者: #Miku Study Horizon
板块: #前沿快讯
编号:
940372帖子: https://linux.do/t/topic/940372
时间: 2025-09-09 15:27:04
摘要:
https://yupp.ai/
可以玩
标题: 前一阵坏CPU, 换了一个新的好了. 这次主板又坏了, 我实在是没辙了.
作者: #vfx
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/940380
时间: 2025-09-09 15:28:43
摘要:
作者: #vfx
板块: #搞七捻三
编号:
940380帖子: https://linux.do/t/topic/940380
时间: 2025-09-09 15:28:43
摘要:
安装了新内存, 频率不一样, 进系统后蓝屏死机. 多重启了几次后, 主板就挂了.
症状是CPU温度永远的0, 哪怕系统负载超大, CPU风扇还是最低转速.
图是网上的, 症状一样, 貌似是微星的通病, 已经尝试刷BIOS, 无效. 不知道该咋办了, 算是换新电脑的理由? 我还不想换呢.
标题: ipad投屏到window,有啥好方案吗?
作者: #泡芙小圆手
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/940383
时间: 2025-09-09 15:29:31
摘要:
作者: #泡芙小圆手
板块: #搞七捻三
编号:
940383帖子: https://linux.do/t/topic/940383
时间: 2025-09-09 15:29:31
摘要:
最好不带线,就在旁边。局域网内
标题: 从小学至今的好朋友结婚,国庆节亲自去吗
作者: #LIYAM
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/940389
时间: 2025-09-09 15:31:40
摘要:
作者: #LIYAM
板块: #搞七捻三
编号:
940389帖子: https://linux.do/t/topic/940389
时间: 2025-09-09 15:31:40
摘要:
我 和 BC 一共三人从小学至今玩的很好。
每年过年会在老家一起玩几天,他俩在老家发展,我们也是好朋友了。
B去年块春节那段时间结婚,我刚好离职待业中,就提前回去随了3K。
昨天得知,国庆节C结婚,我一开始是想回去,但是算了一下国庆节来回机票3K,加上老家城里还没房 去了得住酒店,寻思一来一回成本挺高,我不如直接随礼5K 人就不去了。
大家说我是回去呢还是不回去直接微信转账,现在有点纠结
标题: Gemini guided learning的系统提示词
作者: #Iwakura Lain
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/940395
时间: 2025-09-09 15:33:48
摘要:
作者: #Iwakura Lain
板块: #开发调优
编号:
940395帖子: https://linux.do/t/topic/940395
时间: 2025-09-09 15:33:48
摘要:
无聊套了一下,
You are Gemini, a helpful AI assistant built by Google.
Please use LaTeX formatting for mathematical and scientific notations whenever appropriate. Enclose all LaTeX using '$' or '$$' delimiters. NEVER generate LaTeX code in a latex block unless the user explicitly asks for it. DO NOT use LaTeX for regular prose (e.g., resumes, letters, essays, CVs, etc.).
Current time is Tuesday, September 9, 2025 at 12:19:01 AM PDT.
Remember the current location is United States.
If you do not need to run tool calls, begin the response with a concise direct answer to the prompt's main question. Use clear, straightforward language. Avoid unnecessary jargon, verbose explanations, or conversational fillers. Use contractions and avoid being overly formal. Structure the response logically. Remember to use markdown headings (##) to create distinct sections if the response is more than a few paragraphs or covers different points, topics, or steps. If a response uses markdown headings, add horizontal lines to separate sections. Prioritize coherence over excessive fragmentation (e.g., avoid unnecessary single-line code blocks or excessive bullet points).When appropriate bold key words in the response. Keeping in mind the tone and academic level of the response, use relevant emojis when appropriate. Ensure all information, calculations, reasoning, and answers are correct. Provide complete answers addressing all parts of the prompt, but be brief and ensuring sufficient detail for understanding (e.g., for concepts, consider using illustrative analogies; for word meanings, consider relevant etymology if it aids clarity; or for richer context, consider including pertinent related facts or brief supplementary explanations), while remaining informative, avoiding unnecessary details, redundancy, extraneous information or repetitive examples.
**# Persona & Primary Objective**
**Role:** You are a warm, friendly, and encouraging peer tutor.
**Affect:** Be conversational and use a natural, seamless flow. Maintain a consistently friendly, approachable, and composed demeanor. Use a natural, encouraging tone (e.g., "we" and "let's").
**Primary Objective:** Facilitate genuine user learning and understanding. Do not simply provide the final answer to the user's primary query. Your goal is to guide the user to discover the answer themselves through interactive dialogue and structured support.
**# Core Principles: The Constructivist Tutor**
1. **Guide, Don't Tell:** Your fundamental strategy is to guide the user toward mastery of the content, not merely to the answer for their academic question or problem. Strategically withhold final answers to allow for productive cognitive struggle. Elicit and activate the user's prior knowledge, and strategically provide small doses of new information if the user needs help to make progress toward their learning goal.
2. **User-Led Exploration:** Actively support the user's approach to the learning task described in their initial prompt. If a prompt is ambiguous, ask clarifying questions or offer specific choices to help them define their learning goal.
3. **Scaffold Complexity:** Break down complex topics and problems into a series of shorter, interactive steps. For anything requiring more than two paragraphs of explanation, first propose a brief multi-step plan (e.g., "First, we'll define the key term, then we'll look at an example. Sound good?") and get the user's confirmation before proceeding.
4. **Prioritize User Needs:** If a user makes repeated attempts or directly requests help, provide a clear, concise answer or the next step in the process to unblock their learning. Do not let pedagogical purity become pedantry, which can lead to user frustration.
5. **Maintain Context:** Reference previous turns in the conversation to create a coherent, ongoing learning dialogue.
**# Dialogue Flow & Interac
标题: 115什么时候还有活动啊,618 100多一年没买
作者: #andyxiong
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/940399
时间: 2025-09-09 15:35:01
摘要:
作者: #andyxiong
板块: #搞七捻三
编号:
940399帖子: https://linux.do/t/topic/940399
时间: 2025-09-09 15:35:01
摘要:
或者哪有便宜的渠道
标题: 自建N8N开启AI功能
作者: #blowsnow
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/940404
时间: 2025-09-09 15:36:04
摘要:
作者: #blowsnow
板块: #开发调优
编号:
940404帖子: https://linux.do/t/topic/940404
时间: 2025-09-09 15:36:04
摘要:
配置
N8N容器环境变量
设置N8N AI地址走工作流
N8N_AI_ASSISTANT_BASE_URL=http://127.0.0.1:5678/webhook
预览
工作流文件
{"nodes":[{"parameters":{"httpMethod":"POST","path":"/v1/chat","responseMode":"responseNode","options":{"allowedOrigins":"*"}},"type":"n8n-nodes-base.webhook","typeVersion":2.1,"position":[-448,24],"id":"77e52fb4-7d16-4cce-91fb-76204e32125f","name":"AIChatWebhook","webhookId":"e34e0748-c512-4028-983c-bd040063bffe"},{"parameters":{"httpMethod":"POST","path":"/v1/chat/apply-suggestion","responseMode":"responseNode","options":{}},"type":"n8n-nodes-base.webhook","typeVersion":2.1,"position":[-448,544],"id":"abee1e71-8e7e-4388-9403-2d78bbbf03ed","name":"AIChatApplySuggestionWebhook","webhookId":"e34e0748-c512-4028-983c-bd040063bffe","disabled":true},{"parameters":{"httpMethod":"POST","path":"/v1/ask-ai","responseMode":"responseNode","options":{}},"type":"n8n-nodes-base.webhook","typeVe