LinuxDo 新帖推送
188 subscribers
254K photos
317K links
Download Telegram
标题: 求助!有没有根据现有卷子来生成相关知识点卷子的AI工具
作者: #Sunshine
板块: #搞七捻三
编号: 1035700
帖子: https://linux.do/t/topic/1035700
时间: 2025-10-11 22:47:37
摘要:
求助佬们,想拿一套密卷生成相关难度、知识点相同的卷子给学生练习,希望能减轻教师出练习的负担,但是用一部分AI(豆包、Gemini、claude)试用下来,主要有以下缺点:

很少有配图的题目(几何图形类),或许得多走一步,把生成好的题目继续喂给AI来生成配图
题目难度较为基础,跟学生所处学段的接受程度不搭边
排版问题,需多加调整(如基础计算题、画图题等)

目前试下来deepseek+豆包生成效果较为不错!

也许AI解题很强,但出题不一定能尽人意,市面上AI组卷软件也不一定实用且会员收费,如果要把此需求研发成一类能有所突破的教育技术产品,是否有前景或者说目前有没有解决的AI工具,烦请各位佬们不吝赐教!!
标题: 机场订阅链接更改后的规则,该如何分享呢
作者: #ye
板块: #资源荟萃
编号: 1035702
帖子: https://linux.do/t/topic/1035702
时间: 2025-10-11 22:47:40
摘要:
电脑上用的mihomo party,更改了一些机场订阅链接的规则,对于更改后的规则 有办法分享到其他设备吗,例如手机,路由器
如果没有的话,在这些设备上 也没有办法更改订阅规则呀,该如何灵活调整呢
标题: 一个特别特殊的Gemini AB Test
作者: #Earmer Carey
板块: #前沿快讯
编号: 1035703
帖子: https://linux.do/t/topic/1035703
时间: 2025-10-11 22:48:25
摘要:
这竟然是在Gemini App中遇到的!
不知道是否是我孤陋寡闻了,我还是头一遭在Gemini App中遇到AB Test。这是否说明哈基米3有可能了?
当然我知道3要来的消息传了半年了……
标题: 佬们看看这个配置值多少钱
作者: #etocs
板块: #搞七捻三
编号: 1035706
帖子: https://linux.do/t/topic/1035706
时间: 2025-10-11 22:49:54
摘要:
CPU:英特尔I5-13400F散10C/16T 2.5-4.6 GHZ
散热器:AVC/动力火车/九尾狐-四铜管
主板:双敏H610-M-ARGB
内存:光威8G D4
固态:雷克沙610PRO 1TB 3300MB
电源:TTW500 黑色
今天去电脑城升级组里的电脑,电脑城这个配置报价了2860其中包含150的服务费,不知道这个配置还有多少利润 ,有懂得佬友嘛
标题: 各个中转站的计费,定价是自己随便定的么?
作者: #jiji262
板块: #搞七捻三
编号: 1035711
帖子: https://linux.do/t/topic/1035711
时间: 2025-10-11 22:52:05
摘要:
纯好奇。
看到有佬说有些中转站直接拿droid当max卖,
论坛里还曝光过直接改回复消息里模型的。
有了解内幕的不?
标题: 求推荐个网盘,想通过openlist挂载网盘当影视库
作者: #球儿
板块: #搞七捻三
编号: 1035718
帖子: https://linux.do/t/topic/1035718
时间: 2025-10-11 22:54:59
摘要:
谁家网盘稳定点,开了会员后通过openlist访问速度快的?
标题: 写了一个强化代码库查询的工作流提示词,不知道有没有效,各位可以试一下
作者: #BHznJNs
板块: #开发调优
编号: 1035719
帖子: https://linux.do/t/topic/1035719
时间: 2025-10-11 22:55:26
摘要:
今天看到这个帖子介绍 Augment 的代码库搜索原理,我想到能不能编写一个工作流提示词来模拟这个过程。
提示词如下(我自己放在 Roo Code 的“所有模式的自定义指令”中):
# When you need to search something

When you are going to search something, you must follow the unchangeable process below:

**Step 1: Analyze Requirements and Formulate a Search Plan** Before delegating a task, you must first engage in independent thinking and planning to clarify the following:
1. Core Objective: What is the exact core functionality I am looking for? Describe it clearly in a single sentence.
- Example: "Find the core business logic for handling file uploads to S3."
2. Clues & Keywords: Based on the objective, list all possible search clues.
- Semantic Clues: Descriptive terms for codebase_search (e.g., "user authentication", "JWT generation", "data processing pipeline").
- Precise Clues: Specific identifiers for search_files (e.g., function name process_payment, library name boto3, API endpoint /api/users/:id).
- High-Probability Locations: Directories or files where the functionality is most likely to exist (e.g., controllers/, services/, utils/).
3. Expected Outcome: What do I need the sub-task to return? Define the format and content of the deliverable.
- Example: "I need a list of complete code snippets for the core handling functions, each accompanied by its file path and a brief functional description. I do not need import statements or logging code."

**Step 2: Initiate Sub-task and Issue Clear Instructions** Based on the plan from Step 1, formulate a clear instruction for the sub-task. This instruction should contain these three core elements:
1. The Goal: Clearly state what core functionality the sub-task needs to find. Use the core objective you defined in Step 1.
2. Suggested Strategy: Provide the sub-task with an efficient starting point and a recommended exploration path. You can suggest:
- Which tool to start with (codebase_search or search_files).
- Which keywords to prioritize.
- How to dig deeper after finding initial clues (e.g., "Once you find a relevant function, read the entire file to understand its context").
3. Deliverable Requirements: Explicitly state what to return and what not to return. This is the most critical part to ensure you receive refined, high-value information.
- Emphasize summarization: Require the sub-task to summarize the code it finds.
- Emphasize filtering: Clearly instruct the sub-task to eliminate code, comments, logs, and other noise irrelevant to the core objective.
- Emphasize context: Require the source of the code snippets (e.g., file path, class name, or function name).
标题: Claude Code 执行Bash命令,耗时过长
作者: #BlueSkye
板块: #搞七捻三
编号: 1035723
帖子: https://linux.do/t/topic/1035723
时间: 2025-10-11 22:57:49
摘要:
如题,比如运行创建目录的命令(mkdir),运行时间大概要2-3分钟。其他非耗时的bash命令也是如此。我是wsl系统,我自己手动在wsl执行mkdir命令,0秒创建完成
标题: 因为最新版openlist在koyeb,claw上部署麻烦,我打包了一个镜像.......
作者: #鲎
板块: #开发调优
编号: 1035724
帖子: https://linux.do/t/topic/1035724
时间: 2025-10-11 22:57:58
摘要:
新版本openlist在claw,koyeb这样的平台部署实在是过于麻烦,需要自行构建镜像且十分复杂。于是,我用我的git小号写了一个项目。



github.com






GitHub - Lsc0223/openlist-for-PaaS: 一个openlist改版,使其更方便在PaaS平台部署使用。

一个openlist改版,使其更方便在PaaS平台部署使用。












在支持 Docker 的 PaaS 平台(如 koyeb、claw 等)上,只需将 Docker 镜像地址替换为:
ghcr.io/lsc0223/openlist-for-paas:main

即可正常使用(是的,无缝切换)。如果使用环境变量,正常传入即可。
如有问题或建议,欢迎提交 Issue 或 Pull Request!
标题: gemini3还有多久出哎
作者: #yangtb2024
板块: #搞七捻三
编号: 1035729
帖子: https://linux.do/t/topic/1035729
时间: 2025-10-11 23:00:50
摘要:
佬们清楚吗 。
标题: 感觉Sora2并没有那么厉害……
作者: #ji233
板块: #搞七捻三
编号: 1035740
帖子: https://linux.do/t/topic/1035740
时间: 2025-10-11 23:05:39
摘要:
真感觉Sora2没有这么厉害,远没有网上自媒体吹的那么神,感觉和Veo3、海螺、可灵这些差距不大,甚至可以说在某些方面打不过它们这些几个月前的模型……
至于什么以假乱真云云,但是Sora2的画面AI味真的很重啊(尤其是动态画面)
标题: sora2永久邀请码
作者: #Qtfymzty
板块: #搞七捻三
编号: 1035743
帖子: https://linux.do/t/topic/1035743
时间: 2025-10-11 23:07:12
摘要:
在网上找了会邀请码都是别人用过的,然后就到找到了贴吧,他说官方发了sora2永久邀请码, 官方发了永久有效邀请码 MXFREE【sora2吧】_百度贴吧
佬友们可以试试能不能激活,我用这个好像确实激活了,不能我就删了
标题: 手变得粉粉的了
作者: #𝓫𝓪𝓷𝓵𝓪𝓷
板块: #搞七捻三
编号: 1035745
帖子: https://linux.do/t/topic/1035745
时间: 2025-10-11 23:07:36
摘要:
,谁说得吃火龙果了那个汁搞在手上了之后会变黑的
标题: 服了,给电脑加无线网卡竟发生这种事
作者: #Cookies_0777
板块: #搞七捻三
编号: 1035746
帖子: https://linux.do/t/topic/1035746
时间: 2025-10-11 23:07:38
摘要:
原本想偷个懒,机箱没放倒就装玻璃盖板,结果手一抖,磕到机箱,玻璃碎一地,再也不立着装玻璃了
标题: cursor pro 现在毫无付费的意义
作者: #Clbi88
板块: #开发调优
编号: 1035747
帖子: https://linux.do/t/topic/1035747
时间: 2025-10-11 23:09:44
摘要:
claude-4.5-sonnet-thinking max 用没多少就  US$46.00,直接变AUTO
现在也只有旧500次的套餐能用用
标题: 感觉cloudflare更新ui后快了不少
作者: #yangtb2024
板块: #搞七捻三
编号: 1035755
帖子: https://linux.do/t/topic/1035755
时间: 2025-10-11 23:12:45
摘要:
加载比以前快多了
标题: 想自己部一个 crs 三五个朋友共享 claude max,香港 IP 可以吗?
作者: #Jens
板块: #开发调优
编号: 1035756
帖子: https://linux.do/t/topic/1035756
时间: 2025-10-11 23:13:22
摘要:
有一台吃灰的香港服务器还挺稳定,如果能利用起来刚好。
我准备直接用自己账号的美国信用卡支付,然后一直保持香港 IP 使用,我自己还会时不时用一下 claude desktop, 会有风险不?
标题: oect刷armbian以及使用,记录一下
作者: #ewey
板块: #开发调优
编号: 1035761
帖子: https://linux.do/t/topic/1035761
时间: 2025-10-11 23:15:50
摘要:
前段时间买了一台oect,刷了armbian系统
一、刷机
首先安装刷机驱动,接着打开刷机软件。如果是初次刷机,需要拆机短接1v8和GND,我之前刷过机了,只需要用取卡针摁住reset小孔,再插上typec数据线即可

同样,由于之前刷过机,只需要刷入armbian镜像文件,点击执行,右边出现下载完成就好了

二、一些设置
插上网线通电开机,在路由器后台看一下ip地址,用终端工具进行ssh连接,初始密码1234,改一下密码
先装个1panel
bash -c "$(curl -sSL https://resource.fit2cloud.com/1panel/package/v2/quick_start.sh)"


安装完成,ip:端口/安全入口 进入

小主机内置的是8g emmc,装完系统就不剩多少了,所以先挂载一下插在里面的sata硬盘
其实直接用1panel的磁盘管理就可以挂载,但是我弄完了才知道
mkdir -p /mnt/disk
lsblk #查看sata硬盘分区名
blkid #查看硬盘UUID
nano /etc/fstab
#在文件底部填入
UUID= /mnt/disk auto defaults,nofail 0 2

添加docker镜像源,我添加的是毫秒镜像https://docker.1ms.run

把docker迁移到sata硬盘
systemctl stop docker docker.socket #停止docker服务
mkdir -p /mnt/disk/docker
rsync -avzP /var/lib/docker/ /mnt/disk/docker/
nano /etc/docker/daemon.json
#在镜像源上面添加
"data-root": "/mnt/disk/docker",
systemctl start docker docker.socket #启动docker服务

三、安装需要的docker容器
在1panel的容器页面,点击编排,创建编排,以下是我需要