标题: 开源一下自己的AI写小说的
作者: #侃侃而谈
板块: #资源荟萃
编号:
帖子: https://linux.do/t/topic/1781776
时间: 2026-03-19 12:03:43
摘要:
作者: #侃侃而谈
板块: #资源荟萃
编号:
1781776帖子: https://linux.do/t/topic/1781776
时间: 2026-03-19 12:03:43
摘要:
最近一直也在思考AI能带来什么额外的收入,也一直在往写小说这边想。于是自己就开始在工作之余使用AI开发了这个项目,个人感觉有点半成品的感觉。但是自己确实也靠这个项目写的小说,赚到了一点零花钱,所以打算让大家集思广益看看怎么来修改修改。希望佬友给点star。
项目地址
github.com
GitHub - 981029l/webnovel-writer
通过在 GitHub 上创建帐户来为 981029l/webnovel-writer 开发做出贡献。
界面如下
标题: 甲骨文注册几年都没成
作者: #eaa
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1781780
时间: 2026-03-19 12:04:32
摘要:
作者: #eaa
板块: #搞七捻三
编号:
1781780帖子: https://linux.do/t/topic/1781780
时间: 2026-03-19 12:04:32
摘要:
啥时候能成啊。。
标题: 最近大家都怎么开发,我真是麻了
作者: #narity
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1781786
时间: 2026-03-19 12:05:42
摘要:
作者: #narity
板块: #开发调优
编号:
1781786帖子: https://linux.do/t/topic/1781786
时间: 2026-03-19 12:05:42
摘要:
最近一年新词新方式真是层出不穷,感觉现在学什么最后都是没用
一开始是MCP,后来又是skills
刚听说tool use,又来了Agent
刚知道Vibe Coding,又搞个OpenSpec
正考虑买claude team,又听说了superpowers
刚学一半SDD,现在又开始提Harness了
大家到底用啥方式啊。感觉只需要等大模型发展就行了,人类挣扎这一堆模式概念一点意义都没有
标题: 如何填写使 singbox 的 dns 模块的 reject 动作生效?
作者: #Tigrex
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1781792
时间: 2026-03-19 12:07:14
摘要:
作者: #Tigrex
板块: #开发调优
编号:
1781792帖子: https://linux.do/t/topic/1781792
时间: 2026-03-19 12:07:14
摘要:
系统是 Windows 11,singbox 版本是 1.13.2。
例如把 baidu.com 屏蔽掉,在 dns 模块中用 reject 无法实现,在 route 模块中 reject 可以实现。
在 dns 模块中用 reject 的配置如下,请佬友们指点下问题所在:
{
"log": {
"disabled": false,
"level": "info",
"output": "",
"timestamp": false
},
"experimental": {
"clash_api": {
"external_controller": "127.0.0.1:21111",
"external_ui": "clash_web_ui",
"external_ui_download_url": "",
"secret": "ID_12345678",
"default_mode": "rule",
"access_control_allow_origin": [
"*"
],
"access_control_allow_private_network": false
},
"cache_file": {
"enabled": true,
"path": "cache.db",
"cache_id": "",
"store_fakeip": true,
"store_rdrc": true
}
},
"inbounds": [
{
"type": "mixed",
"tag": "mixed-in",
"listen": "127.0.0.1",
"listen_port": 20122
}
],
"outbounds": [
{
"type": "direct",
"tag": "DIRECT",
"domain_resolver": {
"server": "DNS_DHCP",
"strategy": "prefer_ipv6"
}
}
],
"route": {
"rules": [
{
"action": "sniff",
"inbound": "tun-in"
},
{
"action": "hijack-dns",
"protocol": "dns",
"inbound": "tun-in"
}
],
"rule_set": [
{
"tag": "MyAdSet",
"type": "inline",
"rules": [
{
"domain_suffix": [
"baidu.com"
]
}
]
},
{
"tag": "CATEGORY-ADS-ALL",
"type": "remote",
"format": "binary",
"url": "https://gcore.jsdelivr.net/gh/SagerNet/sing-geosite@rule-set/geosite-category-ads-all.srs",
"download_detour": "DIRECT"
}
],
"final": "DIRECT",
"auto_detect_interface": true,
"default_domain_resolver": {
"server": "DNS_DHCP",
"strategy": "prefer_ipv6",
"detour": "DIRECT"
}
},
"dns": {
"servers": [
{
"type": "dhcp",
"tag": "DNS_DHCP",
"detour": "DIRECT"
}
],
"rules": [
{
"action": "reject",
"rule_set": [
"MyAdSet",
"CATEGORY-ADS-ALL"
]
}
],
"final": "DNS_DHCP",
"strategy": "prefer_ipv6",
"disable_cache": false,
"disable_expire": false,
"independent_cache": true,
"reverse_mapping": false
}
}
标题: 关于邀请码的问题
作者: #Enze
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1781797
时间: 2026-03-19 12:08:39
摘要:
作者: #Enze
板块: #搞七捻三
编号:
1781797帖子: https://linux.do/t/topic/1781797
时间: 2026-03-19 12:08:39
摘要:
发邀请链接的人会知道自己成功邀请了谁吗?
标题: Codex 用量非常快,求助佬友
作者: #geekifan
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1781799
时间: 2026-03-19 12:08:55
摘要:
作者: #geekifan
板块: #搞七捻三
编号:
1781799帖子: https://linux.do/t/topic/1781799
时间: 2026-03-19 12:08:55
摘要:
佬友们,我最近使用 codex 发现用量非常快。我的是 chatgpt plus 号,在 crs 里用的。我目前蹬了 84 刀左右,已经用掉了 62% 的周限额了。莫非我的号没有被设置为双倍用量?此外,我今天早上发现我的 5h 窗口也很少,具体如图:
害怕,我的号不会被 openai 标记了吧
标题: 雷鸟的头戴显示眼镜观影体验方面怎么样?
作者: #车
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1781816
时间: 2026-03-19 12:12:37
摘要:
作者: #车
板块: #搞七捻三
编号:
1781816帖子: https://linux.do/t/topic/1781816
时间: 2026-03-19 12:12:37
摘要:
有没有大佬使用时间比较多的?
主要是比较想增加手机屏幕尺寸,
各种因素叠加,现在娱乐基本只靠手机了。
76g重,常规是有线连接,智能盒子要另外购买。无交互只有显示功能。
缺点似乎也比较明显。价格倒是比好一点的显示器还便宜。
海鲜市场上的价格也比较坚挺(主要是可能卖家并没有同步京东国补后的价格,我看二手跟新的价格差挺小的)
看起来流入二手的并不多,不知道是不是买的人都还比较满意的。
标题: OpenClaw 2026.3.13 的 Chrome DevTools MCP 浏览器自动化
作者: #张牧之
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1781820
时间: 2026-03-19 12:13:44
摘要:
作者: #张牧之
板块: #开发调优
编号:
1781820帖子: https://linux.do/t/topic/1781820
时间: 2026-03-19 12:13:44
摘要:
佬们有体验过这个新特性吗?来聊一聊使用心得。
或者有啥应用场景之类的,我想是否可以用来做自动化测试啥的?
标题: 去郑州玩2天,有什么推荐的?
作者: #_12
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1781821
时间: 2026-03-19 12:13:48
摘要:
作者: #_12
板块: #搞七捻三
编号:
1781821帖子: https://linux.do/t/topic/1781821
时间: 2026-03-19 12:13:48
摘要:
周五、周六玩2天,郑州有什么推荐的地方吗?
标题: 额,各位有没有去视频的水印快捷指令?
作者: #Jambo
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1781823
时间: 2026-03-19 12:14:13
摘要:
作者: #Jambo
板块: #搞七捻三
编号:
1781823帖子: https://linux.do/t/topic/1781823
时间: 2026-03-19 12:14:13
摘要:
如题,好几个快捷指令都不能用了,想问问大佬们都是从哪里获取快捷指令的
标题: mimotts接入openclaw
作者: #xmszm
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1781834
时间: 2026-03-19 12:17:28
摘要:
作者: #xmszm
板块: #搞七捻三
编号:
1781834帖子: https://linux.do/t/topic/1781834
时间: 2026-03-19 12:17:28
摘要:
笑死我了,我接入openclaw 让他和我说话
voice-1773893589026.zip (231.6 KB)
标题: Ai做PPT有什么好方法吗
作者: #huluwaa
板块: #开发调优
编号:
帖子: https://linux.do/t/topic/1781841
时间: 2026-03-19 12:21:22
摘要:
作者: #huluwaa
板块: #开发调优
编号:
1781841帖子: https://linux.do/t/topic/1781841
时间: 2026-03-19 12:21:22
摘要:
因为经常要做PPT,各位佬有什么好的办法来生成吗?接模型和生图吗?
标题: 佬友们,我似乎被管理盯上了....
作者: #LAMCLOD
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1781844
时间: 2026-03-19 12:22:04
摘要:
作者: #LAMCLOD
板块: #搞七捻三
编号:
1781844帖子: https://linux.do/t/topic/1781844
时间: 2026-03-19 12:22:04
摘要:
我发现我发个帖子即便没请类别专家回应都有极大概率(100%)能看到管理现身。我是不是被管理盯上了啊…好可怕…
标题: 有没有感觉notebookLM里面的图片风格很不错
作者: #Raven01
板块: #搞七捻三
编号:
帖子: https://linux.do/t/topic/1781846
时间: 2026-03-19 12:22:41
摘要:
作者: #Raven01
板块: #搞七捻三
编号:
1781846帖子: https://linux.do/t/topic/1781846
时间: 2026-03-19 12:22:41
摘要:
有没有办法抽取出来做api调用,这样可以对本地文件做处理,更加方便
标题: 小米最新旗舰模型试用
作者: #vrustx
板块: #国产替代
编号:
帖子: https://linux.do/t/topic/1781849
时间: 2026-03-19 12:23:39
摘要:
作者: #vrustx
板块: #国产替代
编号:
1781849帖子: https://linux.do/t/topic/1781849
时间: 2026-03-19 12:23:39
摘要:
不知道是不是我使用 ohmyagent的问题还是确实是这个模型够厉害。
我是让他帮我用rust重构一个fluffos驱动。
这个项目我正在用gpt来做,所以新开了一个文件夹把最原始的fluffos复制了进去,并使用 ulw 帮我使用rust重构fluffos驱动 这个命令启动。
速度很快,并且分析项目很到位。很快出了一版规划,看了下很完整,考虑的也很细致。
让他开始后一直跑到现在了,已经开始做词法分析器了。
这个词法分析器和解析器也是最难的,因为LPC语言很小众,只有fluffos参考。 我用gpt复刻的时候做了两三天才做完。 目前他还在跑
最后做完我再来补充。
第一印象很好,希望国产崛起
标题: codex 50刀,启动
作者: #gcyt211
板块: #福利羊毛
编号:
帖子: https://linux.do/t/topic/1781852
时间: 2026-03-19 12:23:53
摘要:
作者: #gcyt211
板块: #福利羊毛
编号:
1781852帖子: https://linux.do/t/topic/1781852
时间: 2026-03-19 12:23:53
摘要:
“baseURL”: “AI新境 - AI API Gateway”,
“apiKey”: “sk-3723a54fb2d21764a633092dbac9890fd400d32788d6addfd5f279bee8af5d4f”
“models”: {
“gpt-5-codex”: {
“name”: “GPT-5 Codex”,
“limit”: {
“context”: 400000,
“output”: 128000
},
“options”: {
“store”: false
},
“variants”: {
“low”: {},
“medium”: {},
“high”: {}
}
},
“gpt-5.1-codex”: {
“name”: “GPT-5.1 Codex”,
“limit”: {
“context”: 400000,
“output”: 128000
},
“options”: {
“store”: false
},
“variants”: {
“low”: {},
“medium”: {},
“high”: {}
}
},
“gpt-5.1-codex-max”: {
“name”: “GPT-5.1 Codex Max”,
“limit”: {
“context”: 400000,
“output”: 128000
},
“options”: {
“store”: false
},
“variants”: {
“low”: {},
“medium”: {},
“high”: {}
}
},
“gpt-5.1-codex-mini”: {
“name”: “GPT-5.1 Codex Mini”,
“limit”: {
“context”: 400000,
“output”: 128000
},
“options”: {
“store”: false
},
“variants”: {
“low”: {},
“medium”: {},
“high”: {}
}
},
“gpt-5.2”: {
“name”: “GPT-5.2”,
“limit”: {
“context”: 400000,
“output”: 128000
},
“options”: {
“store”: false
},
“variants”: {
“low”: {},
“medium”: {},
“high”: {},
“xhigh”: {}
}
},
“gpt-5.3-codex-spark”: {
“name”: “GPT-5.3 Codex Spark”,
“limit”: {
“context”: 128000,
“output”: 32000
},
“options”: {
“store”: false
},
“variants”: {
“low”: {},
“medium”: {},
“high”: {},
“xhigh”: {}
}
},
“gpt-5.3-codex”: {
“name”: “GPT-5.3 Codex”,
“limit”: {
“context”: 400000,
“output”: 128000
},
“options”: {
“store”: false
},
“variants”: {
“low”: {},
“medium”: {},
“high”: {},
“xhigh”: {}
}
},
“gpt-5.2-codex”: {
“name”: “GPT-5.2 Codex”,
“limit”: {
“context”: 400000,
“output”: 128000
},
“options”: {
“store”: false
},
“variants”: {
“low”: {},
“medium”: {},
“high”: {},
“xhigh”: {}
}
},
“codex-mini-latest”: {
“name”: “Codex Mini”,
“limit”: {
“context”: 200000,
“output”: 100000
},
“options”: {
“store”: false
},
“variants”: {
“low”: {},
“medium”: {},
“high”: {}
}
标题: Hugging Face CEO 吐槽其最大开源仓库被 AI 垃圾内容淹没,GitHub 几乎无法使用
作者: #𝓵𝓮𝔃𝓲𝓼𝓱𝓮𝓷
板块: #前沿快讯
编号:
帖子: https://linux.do/t/topic/1781855
时间: 2026-03-19 12:25:02
摘要:
作者: #𝓵𝓮𝔃𝓲𝓼𝓱𝓮𝓷
板块: #前沿快讯
编号:
1781855帖子: https://linux.do/t/topic/1781855
时间: 2026-03-19 12:25:02
摘要:
x.com
clem 🤗
@ClementDelangue
Our biggest open-source repos are getting overwhelmed by AI slop which literally makes Github unusable (~a new pull request every 3 minutes).
Fun new challenges in an agentic world! pic.x.com/IazAjh2LAi
3:43 PM - 18 Mar 2026
940
81
https://github.com/huggingface/transformers/pulls?q=is:pr%20is:closed%20label:"Code%20agent%20slop"