10 Commits

Author SHA1 Message Date
mayx
c217a52c70 Update 3 files
- /_posts/2026-09-01-vibe-coding2.md
- /_data/links.csv
- /_data/other_repo_list.csv
2026-08-31 16:00:07 +00:00
mayx
4b94d48330 Update 3 files
- /assets/js/blog-console.js
- /_data/proxylist.yml
- /_tools/envs_post-receive
2026-08-06 10:50:42 +00:00
mayx
2ec9345113 Update 3 files
- /assets/js/blog-console.js
- /_data/other_repo_list.csv
- /_data/proxylist.yml
2026-08-06 09:47:54 +00:00
mayx
987c604dea Update 3 files
- /assets/js/blog-console.js
- /BlogCard.svg
- /_layouts/default.html
2026-08-04 13:49:00 +00:00
mayx
8e0b6e11b3 Update 2 files
- /_data/other_repo_list.csv
- /games.md
2026-08-02 08:32:36 +00:00
mayx
317f5bdce7 Update 2 files
- /games.md
- /_data/ai-cache.json
2026-07-31 16:32:56 +00:00
mayx
89a0af5632 Update 5 files
- /_data/other_repo_list.csv
- /_posts/2026-08-01-terminal.md
- /index.html
- /_tools/envs_post-receive
- /games.md
2026-07-31 16:00:40 +00:00
Mayx
798f65eb97 Merge pull request #206 from Jingyuan-Zheng/codex/add-jingyuan-link
Add Jingyuan's blog
2026-07-27 19:50:32 +08:00
Jingyuan Zheng
05998cdc3f Use Chinese friend link details 2026-07-27 13:47:43 +02:00
Jingyuan Zheng
5d87b2c9d4 Add Jingyuan friend link 2026-07-27 13:42:42 +02:00
12 changed files with 1315 additions and 179 deletions

View File

@@ -77,7 +77,7 @@
y="0" y="0"
class="header" class="header"
data-testid="header" data-testid="header"
>Mayx's Blog Article</text> >Mayx's Blog Posts</text>
</g> </g>
</g> </g>

View File

@@ -179,5 +179,6 @@
"/2026/04/14/ai-agent.html": "这篇文章介绍了“AI个人助理”Agent的发展现状和各种尝试。作者体验了OpenClaw、QClaw、WorkBuddy、Cline、LuckClaw和ApkClaw等不同的Agent项目发现它们在功能、易用性和性能上各有优劣。OpenClaw安装和使用存在困难国内大厂的QClaw和WorkBuddy则更易于上手但免费额度有限。作者认为开发任务更适合在编辑器集成AI中进行如GitHub Copilot。LuckClaw在微型开发板上运行表现出色ApkClaw则利用手机的优势操作移动应用。尽管Agent技术仍存在诸多问题但其应用场景不断拓展有望吸引更多人参与其中推动AI应用化进程。", "/2026/04/14/ai-agent.html": "这篇文章介绍了“AI个人助理”Agent的发展现状和各种尝试。作者体验了OpenClaw、QClaw、WorkBuddy、Cline、LuckClaw和ApkClaw等不同的Agent项目发现它们在功能、易用性和性能上各有优劣。OpenClaw安装和使用存在困难国内大厂的QClaw和WorkBuddy则更易于上手但免费额度有限。作者认为开发任务更适合在编辑器集成AI中进行如GitHub Copilot。LuckClaw在微型开发板上运行表现出色ApkClaw则利用手机的优势操作移动应用。尽管Agent技术仍存在诸多问题但其应用场景不断拓展有望吸引更多人参与其中推动AI应用化进程。",
"/2026/05/01/virtual-net.html": "这篇文章介绍了作者在尝试异地组网搭建虚拟局域网时对多种组网工具的探索和体验。作者首先尝试了n2n但由于其项目停止更新且在NAT后的机器间存在掉线问题最终选择了WireGuard作为主要方案。文章详细描述了WireGuard的配置过程包括在Linux、OpenWrt和openEuler系统上的安装和配置并遇到了各种各样的挑战例如在红米AX3000路由器上找不到内核模块以及在openEuler上缺少WireGuard相关包。此外文章还提到了Netmaker和Headscale等WireGuard的控制平面以及VNT和EasyTier等其他组网工具并总结了最终选择WireGuard的原因简单、够用、可靠性不错且已经投入了大量配置。", "/2026/05/01/virtual-net.html": "这篇文章介绍了作者在尝试异地组网搭建虚拟局域网时对多种组网工具的探索和体验。作者首先尝试了n2n但由于其项目停止更新且在NAT后的机器间存在掉线问题最终选择了WireGuard作为主要方案。文章详细描述了WireGuard的配置过程包括在Linux、OpenWrt和openEuler系统上的安装和配置并遇到了各种各样的挑战例如在红米AX3000路由器上找不到内核模块以及在openEuler上缺少WireGuard相关包。此外文章还提到了Netmaker和Headscale等WireGuard的控制平面以及VNT和EasyTier等其他组网工具并总结了最终选择WireGuard的原因简单、够用、可靠性不错且已经投入了大量配置。",
"/2026/06/01/dedupe.html": "这篇文章介绍了如何通过优化游戏资源文件来节约游戏占用的硬盘空间。作者由于Mac只有256GiB的硬盘存储空间在下载了几十部游戏后空间不足于是寻找解决方法。文章主要介绍了以下几点\n\n1. 使用jdupes工具去除重复素材作者发现许多游戏使用相同的引擎和素材导致硬盘空间浪费。通过使用jdupes工具进行硬链接可以有效去除重复文件节约空间。\n\n2. 不同引擎的处理方式:\n - 对于RPG制作大师MV/MZ作者使用RPG Maker Decrypter工具解密资源文件并将图片转换为WebP格式以压缩空间。\n - 对于RPG制作大师XP/VX/VA作者使用mkxp-z工具跨平台运行游戏并通过RPG Maker Decrypter解包资源文件与RTP素材合并后进行去重。\n - 对于Ren'Py游戏作者使用unrpa工具解包rpa文件但由于公共资源不多仅在系列游戏情况下进行解包。\n\n3. 最终效果通过以上优化作者成功将游戏文件夹大小从47G降至33G节约了大量硬盘空间。", "/2026/06/01/dedupe.html": "这篇文章介绍了如何通过优化游戏资源文件来节约游戏占用的硬盘空间。作者由于Mac只有256GiB的硬盘存储空间在下载了几十部游戏后空间不足于是寻找解决方法。文章主要介绍了以下几点\n\n1. 使用jdupes工具去除重复素材作者发现许多游戏使用相同的引擎和素材导致硬盘空间浪费。通过使用jdupes工具进行硬链接可以有效去除重复文件节约空间。\n\n2. 不同引擎的处理方式:\n - 对于RPG制作大师MV/MZ作者使用RPG Maker Decrypter工具解密资源文件并将图片转换为WebP格式以压缩空间。\n - 对于RPG制作大师XP/VX/VA作者使用mkxp-z工具跨平台运行游戏并通过RPG Maker Decrypter解包资源文件与RTP素材合并后进行去重。\n - 对于Ren'Py游戏作者使用unrpa工具解包rpa文件但由于公共资源不多仅在系列游戏情况下进行解包。\n\n3. 最终效果通过以上优化作者成功将游戏文件夹大小从47G降至33G节约了大量硬盘空间。",
"/2026/07/01/vibe-coding.html": "这篇文章介绍了作者使用AI Agent进行Vibe Coding的体验。作者通过AI Agent生成代码实现了博客的PJAX功能和一个立直麻将Wordle小游戏。在使用AI Agent的过程中作者发现它能够理解整个项目的代码并且能够根据需求进行修改和优化。然而作者也遇到了一些问题例如生成的代码质量不高需要手动优化和调试。\n\n作者首先使用AI Agent为博客添加了PJAX功能实现了无刷新加载页面。虽然生成的代码质量不高但作者还是成功地实现了该功能。接着作者使用AI Agent生成了一个立直麻将Wordle小游戏并对其进行了优化和修改。作者还遇到了一些技术问题例如字体兼容性和役种计算问题但最终都通过AI Agent解决了。\n\n通过这次体验作者认为Vibe Coding的体验相当不错但也存在一些问题。完全由AI生成的代码可能会出现问题需要手动优化和调试。然而如果能够正确地使用AI Agent也可以实现高质量的代码。作者还提到有时候自己调查和研究比问AI更有效可以避免浪费时间和精力。" "/2026/07/01/vibe-coding.html": "这篇文章介绍了作者使用AI Agent进行Vibe Coding的体验。作者通过AI Agent生成代码实现了博客的PJAX功能和一个立直麻将Wordle小游戏。在使用AI Agent的过程中作者发现它能够理解整个项目的代码并且能够根据需求进行修改和优化。然而作者也遇到了一些问题例如生成的代码质量不高需要手动优化和调试。\n\n作者首先使用AI Agent为博客添加了PJAX功能实现了无刷新加载页面。虽然生成的代码质量不高但作者还是成功地实现了该功能。接着作者使用AI Agent生成了一个立直麻将Wordle小游戏并对其进行了优化和修改。作者还遇到了一些技术问题例如字体兼容性和役种计算问题但最终都通过AI Agent解决了。\n\n通过这次体验作者认为Vibe Coding的体验相当不错但也存在一些问题。完全由AI生成的代码可能会出现问题需要手动优化和调试。然而如果能够正确地使用AI Agent也可以实现高质量的代码。作者还提到有时候自己调查和研究比问AI更有效可以避免浪费时间和精力。",
"/2026/08/01/terminal.html": "这篇文章介绍了作者利用AI助手制作终端版博客的经历。起初作者想在博客上添加一个终端功能允许用户在浏览器中使用真正的Linux访问博客。作者选择了基于WASM Linux的方案并让AI助手开发了一个可以在浏览器中执行JS的设备文件以实现与外界的通信。在此基础上作者实现了列出文章、查看文章、打开文章和查看评论等功能。然而该系统存在一些限制如不能使用管道符和异步操作。作者还尝试了另一种方案即基于JSNix的版本虽然不是真正的Linux但模拟得非常到位且具有更好的兼容性和加载速度。最终作者成功制作了两个版本的终端版博客并表示对AI助手的强大功能感到满意。"
} }

View File

@@ -24,3 +24,5 @@ RavelloH's Blog,https://ravelloh.com,https://ravelloh.com/feed.xml,Beginning of
初然忆,https://www.imcry.vip,https://www.imcry.vip/index.xml,初心如初见,然忆似流年。 初然忆,https://www.imcry.vip,https://www.imcry.vip/index.xml,初心如初见,然忆似流年。
姓王者,https://xingwangzhe.fun/,https://xingwangzhe.fun/rss.xml,探索、学习、进步、创造无限可能! 姓王者,https://xingwangzhe.fun/,https://xingwangzhe.fun/rss.xml,探索、学习、进步、创造无限可能!
EXYONE@BLOG:~$,https://exyon.ee,https://exyon.ee/feed.xml,一隅藏天地,流水遇知音。 EXYONE@BLOG:~$,https://exyon.ee,https://exyon.ee/feed.xml,一隅藏天地,流水遇知音。
小景,https://jingyuan-zheng.github.io/zh/,https://jingyuan-zheng.github.io/zh/index.xml,随心分享有趣的技术、开源项目与生活记录。
热汤茶馆,https://blog.hotsouprealm.top/,https://blog.hotsouprealm.top/atom.xml,茶凉了可以续话断了可以接这里是hahahotsoup的茶馆。
1 title link feed_url description
24 初然忆 https://www.imcry.vip https://www.imcry.vip/index.xml 初心如初见,然忆似流年。
25 姓王者 https://xingwangzhe.fun/ https://xingwangzhe.fun/rss.xml 探索、学习、进步、创造无限可能!
26 EXYONE@BLOG:~$ https://exyon.ee https://exyon.ee/feed.xml 一隅藏天地,流水遇知音。
27 小景 https://jingyuan-zheng.github.io/zh/ https://jingyuan-zheng.github.io/zh/index.xml 随心分享有趣的技术、开源项目与生活记录。
28 热汤茶馆 https://blog.hotsouprealm.top/ https://blog.hotsouprealm.top/atom.xml 茶凉了可以续,话断了可以接,这里是hahahotsoup的茶馆。

View File

@@ -2,358 +2,244 @@ repo_url
http://gdatura24gtdy23lxd7ht3xzx6mi7mdlkabpvuefhrjn4t5jduviw5ad.onion/Mayx/mayx http://gdatura24gtdy23lxd7ht3xzx6mi7mdlkabpvuefhrjn4t5jduviw5ad.onion/Mayx/mayx
http://git.dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion/mayx/blog http://git.dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion/mayx/blog
http://giteabolfdejtdzblkooalqei6jr67imiugmhtsh6ocw4hlj5a4q.b32.i2p/mayx/blog http://giteabolfdejtdzblkooalqei6jr67imiugmhtsh6ocw4hlj5a4q.b32.i2p/mayx/blog
https://lavaforge.org/mayx/blog
https://sij.ai/mayx/blog
https://repobase.net/mayx/blog
https://gitlab.lain.la/mayx/mayx.pages.lain.la https://gitlab.lain.la/mayx/mayx.pages.lain.la
https://gitplac.si/mayx/mayx.gitpage.si https://gitplac.si/mayx/mayx.gitpage.si
https://gitnet.fr/mayx/blog https://gitnet.fr/mayx/blog
https://opencommit.eu/mayx/blog
https://forge.fedoraproject.org/mabbs/blog https://forge.fedoraproject.org/mabbs/blog
https://tilde.club/~mayx/git/blog.git/ https://tilde.club/~mayx/git/blog.git/
https://git.envs.net/Mayx/mayx https://git.envs.net/Mayx/mayx
https://tildegit.org/Mayx/mayx https://tildegit.org/Mayx/mayx
https://git.tilde.town/mayx/blog https://git.tilde.town/mayx/blog
https://gitlab.haskell.org/mayx/mayx https://gitlab.haskell.org/mayx/mayx
https://lavaforge.org/mayx/blog
https://repo2.serv00.com/git/pub/Mayx/mayx/ https://repo2.serv00.com/git/pub/Mayx/mayx/
https://sij.ai/mayx/blog
https://git.projectnightcrawler.dev/mayx/blog
https://codefloe.com/mayx/blog https://codefloe.com/mayx/blog
https://git.pixie.town/mayx/blog https://git.pixie.town/mayx/blog
https://git.minetest.land/Mayx/blog https://git.minetest.land/Mayx/blog
http://1.6.141.109:3000/mayx/blog http://1.6.141.109:3000/mayx/blog
https://code.dsconce.space/mayx/blog
https://mygit.iexercice.com/mayx/blog https://mygit.iexercice.com/mayx/blog
http://162.215.134.149:4000/mayx/blog http://162.215.134.149:4000/mayx/blog
http://45.33.87.87/mayx/blog http://45.33.87.87/mayx/blog
https://gitea.belanjaparts.com/mayx/blog
http://185.208.225.190:3000/mayx/blog http://185.208.225.190:3000/mayx/blog
https://git.Apture.io/mayx/blog https://git.Apture.io/mayx/blog
http://8.134.61.107:3000/mayx/blog http://8.134.61.107:3000/mayx/blog
http://219.157.255.213:25311/mayx/blog http://219.157.255.213:25311/mayx/blog
http://116.236.50.103:8789/mayx/blog http://116.236.50.103:8789/mayx/blog
https://git.daoyoucloud.com/mayx/blog
https://repo.gusdya.net/mayx/blog https://repo.gusdya.net/mayx/blog
https://gitea.synapsetec.cn/mayx/blog https://gitea.synapsetec.cn/mayx/blog
http://gitea.yunshanghub.com:8081/mayx/blog http://gitea.yunshanghub.com:8081/mayx/blog
http://113.177.27.200:2033/mayx/blog http://113.177.27.200:2033/mayx/blog
http://152.69.204.151:3000/mayx/blog http://152.69.204.151:3000/mayx/blog
https://gitea.ontoast.uk/mayx/blog
http://187.216.152.151:9999/mayx/blog http://187.216.152.151:9999/mayx/blog
http://116.63.173.179:8001/mayx/blog http://116.63.173.179:8001/mayx/blog
https://k0ki-dev.com/mayx/blog
https://git.furcom.org/mayx/blog https://git.furcom.org/mayx/blog
https://git.karma-riuk.com/mayx/blog https://git.karma-riuk.com/mayx/blog
https://git.7o9o.net/mayx/blog https://git.7o9o.net/mayx/blog
https://git.gupaoedu.cn/mayx/blog https://git.gupaoedu.cn/mayx/blog
https://git.7milch.com/mayx/blog https://git.7milch.com/mayx/blog
https://dreamplacesai.de/mayx/blog
https://git.lekai.info/mayx/blog
https://git.novaa.xyz/mayx/blog
https://gitea.sciotech.cn/mayx/blog https://gitea.sciotech.cn/mayx/blog
https://git.gloje-rinchen-dorjee-rinpoche-buddhist-monastery.org/mayx/blog
https://gitea.micro-stack.org/mayx/blog https://gitea.micro-stack.org/mayx/blog
http://106.54.211.95:3000/mayx/blog http://106.54.211.95:3000/mayx/blog
http://172.172.102.93:3000/mayx/blog http://172.172.102.93:3000/mayx/blog
http://223.108.157.174:3000/mayx/blog
http://120.24.249.56/mayx/blog http://120.24.249.56/mayx/blog
http://120.211.66.170:8418/mayx/blog http://120.211.66.170:8418/mayx/blog
https://gitea.vilcap.com/mayx/blog
http://8.138.142.17:3000/mayx/blog
http://209.127.59.74:3000/mayx/blog http://209.127.59.74:3000/mayx/blog
https://git.dotb.cloud/mayx/blog
http://121.41.2.71:3000/mayx/blog http://121.41.2.71:3000/mayx/blog
https://git.imvictor.tech:2/mayx/blog
http://e19510c831.iok.la/mayx/blog http://e19510c831.iok.la/mayx/blog
http://119.45.49.212:3000/mayx/blog http://119.45.49.212:3000/mayx/blog
https://code.antopie.org/mayx/blog https://code.antopie.org/mayx/blog
https://git.serenetia.com/mayx/blog https://git.serenetia.com/mayx/blog
https://code.wxk8.com/mayx/blog
http://fanlibo.i234.me:8418/mayx/blog
https://git.temporaryname.org/mayx/blog https://git.temporaryname.org/mayx/blog
https://Repo.gusdya.net/mayx/blog https://Repo.gusdya.net/mayx/blog
https://git.flymiracle.com/mayx/blog
https://git.stormrain.cn/mayx/blog https://git.stormrain.cn/mayx/blog
https://git.deuxfleurs.fr/mayx/blog https://git.deuxfleurs.fr/mayx/blog
https://www.simpra.org:3000/mayx/blog https://www.simpra.org:3000/mayx/blog
https://www.arcbyte.dev/mayx/blog
https://scm.bcorex.e3labs.net/mayx/blog
https://gitea.tecamino.com/mayx/blog
https://git.tobiasweise.dev/mayx/blog https://git.tobiasweise.dev/mayx/blog
https://code.cif.su/mayx/blog
https://git.cynic.moe/mayx/blog
https://git.muellers-software.org/mayx/blog
https://repos.fbpx.io/mayx/blog
https://git.cavemanon.xyz/mayx/blog https://git.cavemanon.xyz/mayx/blog
http://svn.rivastudio.cn/mayx/blog http://svn.rivastudio.cn/mayx/blog
http://118.178.172.49:3000/mayx/blog http://118.178.172.49:3000/mayx/blog
https://gitea.lasallesaintdenis.com/mayx/blog
http://8.130.135.159:3000/mayx/blog http://8.130.135.159:3000/mayx/blog
https://git.suo0.com/mayx/blog
https://git.dshkabatur.ru/mayx/blog https://git.dshkabatur.ru/mayx/blog
http://47.103.78.70:3000/mayx/blog http://47.103.78.70:3000/mayx/blog
http://47.100.208.160:51300/mayx/blog
http://120.210.80.160:3000/mayx/blog
http://194.5.152.156:3000/mayx/blog http://194.5.152.156:3000/mayx/blog
http://58.65.162.118:3000/mayx/blog http://58.65.162.118:3000/mayx/blog
https://git.arkon.solutions/mayx/blog https://git.arkon.solutions/mayx/blog
http://8.131.93.145:54082/mayx/blog
https://git.7af.ru/mayx/blog
https://gitea.yimoyuyan.cn/mayx/blog https://gitea.yimoyuyan.cn/mayx/blog
http://221.203.14.217:3000/mayx/blog http://221.203.14.217:3000/mayx/blog
https://dev.kiramtech.com/mayx/blog https://dev.kiramtech.com/mayx/blog
https://git.f4e.lol/mayx/blog https://git.f4e.lol/mayx/blog
http://72.61.229.93:4000/mayx/blog http://72.61.229.93:4000/mayx/blog
https://lishan148.synology.me:3014/mayx/blog_cn
http://110.42.101.39:13000/mayx/blog_cn
http://39.101.74.135:5000/mayx/blog_cn http://39.101.74.135:5000/mayx/blog_cn
http://123.57.130.140:3000/mayx/blog_cn http://123.57.130.140:3000/mayx/blog_cn
http://118.24.46.223:3000/mayx/blog_cn http://118.24.46.223:3000/mayx/blog_cn
http://s3.v100.vip:31057/mayx/blog_cn http://s3.v100.vip:31057/mayx/blog_cn
https://www.syq.im:2025/mayx/blog_cn
http://101.33.225.95:3000/mayx/blog_cn http://101.33.225.95:3000/mayx/blog_cn
http://45.55.138.82:3000/mayx/blog_cn http://45.55.138.82:3000/mayx/blog_cn
http://118.24.129.148:3000/mayx/blog_cn http://118.24.129.148:3000/mayx/blog_cn
http://120.48.141.82:3000/mayx/blog_cn http://120.48.141.82:3000/mayx/blog_cn
http://82.156.111.58:3000/mayx/blog_cn
https://git.cool2645.com/mayx/blog_cn
http://175.27.229.211:3000/mayx/blog_cn http://175.27.229.211:3000/mayx/blog_cn
https://git.yidaimingjvn.xyz/mayx/blog_cn https://git.yidaimingjvn.xyz/mayx/blog_cn
http://39.105.67.143:3000/mayx/blog_cn http://39.105.67.143:3000/mayx/blog_cn
http://82.156.89.21:3000/mayx/blog_cn http://82.156.89.21:3000/mayx/blog_cn
http://xujiesoft.vicp.net:3000/mayx/blog_cn http://xujiesoft.vicp.net:3000/mayx/blog_cn
https://git.mingliqiye.com/mayx/blog_cn https://git.mingliqiye.com/mayx/blog_cn
http://119.29.194.155:8894/mayx/blog_cn
http://58.213.60.6:19000/mayx/blog_cn http://58.213.60.6:19000/mayx/blog_cn
http://47.92.113.131:3000/mayx/blog http://47.92.113.131:3000/mayx/blog
http://gyc.myds.me:4000/mayx/blog http://gyc.myds.me:4000/mayx/blog
https://git.graveyard.sh/mayx/blog https://git.graveyard.sh/mayx/blog
https://git.nathanspackman.com/mayx/blog
http://git.mynas71.myds.me/mayx/blog
https://git.veraskolivna.net/mayx/blog
https://git.lifetop.net/mayx/blog
https://gitea.jnyuxia.com/mayx/blog https://gitea.jnyuxia.com/mayx/blog
https://gitea.hello.faith/mayx/blog
https://git.violka-it.net/mayx/blog
https://git.danpeak.co.uk/mayx/blog
https://gitea.mynas-lechner.de/mayx/blog https://gitea.mynas-lechner.de/mayx/blog
https://git.esen.gay/mayx/blog
https://git.webtims.ru/mayx/blog
https://gitlab.iplusus.com/mayx/blog https://gitlab.iplusus.com/mayx/blog
https://git.miasma-os.com/mayx/blog https://git.miasma-os.com/mayx/blog
https://gitea.nacsity.cn/mayx/blog
https://git.zakum.cn/mayx/blog https://git.zakum.cn/mayx/blog
http://47.109.103.110:9000/mayx/blog_cn http://47.109.103.110:9000/mayx/blog_cn
http://51.159.198.233:3000/mayx/blog
https://gitea.adriangonzalezbarbosa.eu/mayx/blog
https://git.legatus.ru/mayx/blog
http://47.104.241.192:19999/mayx/blog_cn http://47.104.241.192:19999/mayx/blog_cn
http://47.98.148.146:1026/mayx/blog_cn http://47.98.148.146:1026/mayx/blog_cn
http://119.96.62.56:3000/mayx/blog_cn
http://43.143.209.246:6300/mayx/blog_cn http://43.143.209.246:6300/mayx/blog_cn
http://39.100.183.95:88/mayx/blog_cn http://39.100.183.95:88/mayx/blog_cn
http://www.xshideserver.com:3000/mayx/blog_cn
http://159.75.131.235:3001/mayx/blog_cn
http://1.117.67.95:3000/mayx/blog_cn
http://81.70.102.154/mayx/blog_cn http://81.70.102.154/mayx/blog_cn
http://111.228.34.40:3000/mayx/blog_cn
http://36.133.248.69:3088/mayx/blog_cn http://36.133.248.69:3088/mayx/blog_cn
http://220.205.16.27:18081/mayx/blog_cn
http://183.204.60.122:10081/mayx/blog_cn http://183.204.60.122:10081/mayx/blog_cn
https://gitea.wuyuank.com/mayx/blog_cn
http://47.106.222.181:20511/mayx/blog_cn http://47.106.222.181:20511/mayx/blog_cn
https://gitea.myat4.com/mayx/blog_cn
http://118.24.161.24:3000/mayx/blog_cn http://118.24.161.24:3000/mayx/blog_cn
http://githanea.s.odn.cc/mayx/blog_cn
https://git.dev.chuweizi.com/mayx/blog
http://36.138.125.206:3000/mayx/blog_cn http://36.138.125.206:3000/mayx/blog_cn
https://silica.codes/mayx/blog
https://git.crystalyx.net/mayx/blog https://git.crystalyx.net/mayx/blog
https://gittea.dev/mayx/blog
https://code.infininov.com/mayx/blog
https://src.enterpriselinux.social/mayx/blog
https://gitea.grxe.io/mayx/blog https://gitea.grxe.io/mayx/blog
https://gitea.accept.dev.dbf.nl/mayx/blog https://gitea.accept.dev.dbf.nl/mayx/blog
https://git.jhossain.online/mayx/blog https://git.jhossain.online/mayx/blog
https://barhoum-lab.fr/mayx/blog https://barhoum-lab.fr/mayx/blog
https://git.fedaya.net/mayx/blog
https://redev.lol/mayx/blog
https://papi.tkpups.com/mayx/blog
https://git.beyond-a-i.org/mayx/blog
http://huanghomenas2.myqnapcloud.com:4000/mayx/blog_cn
http://git.zhmight.com/mayx/blog_cn
https://intl-dev.gaia888.com/mayx/blog_cn
http://gitea.snailtrack.cn/mayx/blog_cn http://gitea.snailtrack.cn/mayx/blog_cn
https://code.draussenfunker.de/mayx/blog_cn https://code.draussenfunker.de/mayx/blog_cn
https://git.dinsor.co.th/mayx/blog https://git.dinsor.co.th/mayx/blog
http://www.arkproject.top/mayx/blog
http://www.bkandssp.cn:30/mayx/blog http://www.bkandssp.cn:30/mayx/blog
http://gitea.ydxtool.com/mayx/blog http://gitea.ydxtool.com/mayx/blog
https://gitea.malxte.de/mayx/blog https://gitea.malxte.de/mayx/blog
https://git.0xee.eu/mayx/blog
https://git.crwlr.ir/mayx/blog
https://git.nozora.top/mayx/blog https://git.nozora.top/mayx/blog
https://git.edenit.co.kr/mayx/blog https://git.edenit.co.kr/mayx/blog
https://git.catgirlsneed.homes/mayx/blog https://git.catgirlsneed.homes/mayx/blog
http://47.108.255.216:3000/mayx/blog_cn http://47.108.255.216:3000/mayx/blog_cn
https://gitea.molietech.com/mayx/blog_cn
http://58.87.88.234:3000/mayx/blog_cn
http://210.75.240.13:3000/mayx/blog_cn http://210.75.240.13:3000/mayx/blog_cn
http://git.hbg99.com:8080/mayx/blog_cn http://git.hbg99.com:8080/mayx/blog_cn
https://git.eplg.services/mayx/blog https://git.eplg.services/mayx/blog
http://namonba.asuscomm.com:3001/mayx/blog
http://109.199.98.226:3001/mayx/blog
https://gitea.digitanie.org/mayx/blog
https://git.xleed.com/mayx/blog https://git.xleed.com/mayx/blog
https://qlcodegitserver.online/mayx/blog
https://git.supernets.org/mayx/blog https://git.supernets.org/mayx/blog
https://git.digitaltelepresence.com/mayx/blog https://git.digitaltelepresence.com/mayx/blog
https://git.hrfee.pw/mayx/blog https://git.hrfee.pw/mayx/blog
https://git.libregaming.org/mayx/blog https://git.libregaming.org/mayx/blog
https://git.kaki87.net/mayx/blog https://git.kaki87.net/mayx/blog
https://forgejo.vanten-s.com/mayx/blog https://forgejo.vanten-s.com/mayx/blog
http://ysx.myds.me:3005/mayx/blog
http://124.71.169.183:3000/mayx/blog http://124.71.169.183:3000/mayx/blog
https://git.csi-kjsce.org/mayx/blog
https://hiwifi.denq.us:8418/mayx/blog
https://git.msoucy.me/mayx/blog https://git.msoucy.me/mayx/blog
http://140.120.108.238:49308/mayx/blog http://140.120.108.238:49308/mayx/blog
http://git.chilidoginteractive.com:3000/mayx/blog_cn http://git.chilidoginteractive.com:3000/mayx/blog_cn
https://git.thunder-data.cn/mayx/blog_cn
https://git.cukak.com/mayx/blog_cn
https://git.ixu.me/mayx/blog_cn
http://git.uhfdemo.com/mayx/blog_cn http://git.uhfdemo.com/mayx/blog_cn
http://43.143.142.38:7001/mayx/blog_cn http://43.143.142.38:7001/mayx/blog_cn
https://gitea.smartechouse.com/mayx/blog_cn
http://git.feashow.cn/mayx/blog_cn
http://git.yangben365.com/mayx/blog_cn
https://git.wieerwill.dev/mayx/blog
https://git.etwo.dev/mayx/blog
https://git.panda-number.one/mayx/blog https://git.panda-number.one/mayx/blog
https://datacortex.pl/mayx/blog https://datacortex.pl/mayx/blog
https://git.trevorbotha.net/mayx/blog
https://viacivis.de/mayx/blog
http://www.wybpohro.com:3000/mayx/blog_cn
https://gitea.jobiglo.com/mayx/blog_cn
http://118.31.7.2:3000/mayx/blog_cn
http://www.dothing.com:6999/mayx/blog_cn
http://101.37.147.115:3000/mayx/blog_cn
https://gitea.originaltech.cn/mayx/blog_cn
https://git.akarmain.ru/mayx/blog_cn
https://git.georgew.dev/mayx/blog
https://gitea.keymantek.com:777/mayx/blog https://gitea.keymantek.com:777/mayx/blog
http://git.realrobots.net/mayx/blog
https://www.tksea.top/mayx/blog
https://wtrb.uk:8443/mayx/blog
http://www.souper.ee/mayx/blog
https://git.tirtapakuan.co.id/mayx/blog https://git.tirtapakuan.co.id/mayx/blog
https://tacticallysolved.com/mayx/blog
https://git.juntekim.com/mayx/blog
https://git.farmtowntech.com/mayx/blog
https://gitea.viperlance.net/mayx/blog
https://git.woopwoopserver.com/mayx/blog
http://tian-you.top:7020/mayx/blog http://tian-you.top:7020/mayx/blog
http://34.17.182.140/mayx-gogs/blog http://34.17.182.140/mayx-gogs/blog
https://gitea.octifor.synology.me:60443/mayx/blog
http://gitea.mikarsoft.com/mayx/blog http://gitea.mikarsoft.com/mayx/blog
https://git.zhewen-tong.cc/mayx/blog
https://mcgit.place/mayx/blog https://mcgit.place/mayx/blog
https://git.sunfamily.site/mayx/blog
https://git.vgorl.is/mayx/blog
https://forgejo.rekallservices.com/mayx/blog https://forgejo.rekallservices.com/mayx/blog
https://git.serradavid.fr/mayx/blog
http://git.instal.org.cn/mayx/blog http://git.instal.org.cn/mayx/blog
https://git.smart-family.net/mayx/blog https://git.smart-family.net/mayx/blog
https://git.chiasson.cloud/mayx/blog https://git.chiasson.cloud/mayx/blog
https://git.sleepeesoftware.fr/mayx/blog
https://git.everestlinux.org/mayx/blog https://git.everestlinux.org/mayx/blog
https://git.devinmajor.com/mayx/blog
https://git.netzbyte.com/mayx/blog https://git.netzbyte.com/mayx/blog
https://repo.saticogroup.com/mayx/blog
https://ataymakhzan.com/mayx/blog https://ataymakhzan.com/mayx/blog
https://repo.qruize.com/mayx/blog https://repo.qruize.com/mayx/blog
https://git.xneon.org/mayx/blog https://git.xneon.org/mayx/blog
https://git.lamby.gay/mayx/blog https://git.lamby.gay/mayx/blog
https://imperionblast.org/mayx/blog
https://donkey.abanbytes.eu/mayx/blog
https://lab.dutt.ch/mayx/blog https://lab.dutt.ch/mayx/blog
https://git.liestral.io/mayx/blog
https://gitea.dabit.synology.me/mayx/blog https://gitea.dabit.synology.me/mayx/blog
http://www.javabrew.org/mayx/blog
https://git.joinplu.me/mayx/blog https://git.joinplu.me/mayx/blog
http://otter.top/mayx/blog http://otter.top/mayx/blog
https://git.xiongyi.xin/mayx/blog
https://git.pdy.ph/mayx/blog
http://188.66.0.25:3000/mayx/blog http://188.66.0.25:3000/mayx/blog
https://gitea.deliverables.io/mayx/blog https://gitea.deliverables.io/mayx/blog
https://git.sevenvm.de/mayx/blog
https://code.letsbe.solutions/mayx/blog
https://git.mlhub.it/mayx/blog
https://git.coastit.co.za/mayx/blog
https://git.0bin.in/mayx/blog
https://jsuse.com/mayx/blog
https://git.truncgil.com/mayx/blog
http://23.182.16.150:3000/mayx/blog http://23.182.16.150:3000/mayx/blog
https://git.jingflowai.com/mayx/blog
https://git.ritonquilol.fr/mayx/blog https://git.ritonquilol.fr/mayx/blog
https://bis127.vse.cz/mayx/blog https://bis127.vse.cz/mayx/blog
https://gitea.diereimers.org/mayx/blog
https://app.gitpasha.com/mayx/blog https://app.gitpasha.com/mayx/blog
http://www.flowzl.top/mayx/blog
https://git.psg.net.au/mayx/blog
https://shaman2025.site/mayx/blog https://shaman2025.site/mayx/blog
https://gitea.ccllc.pro/mayx/blog
https://gitea.hpdocker.hpress.de/mayx/blog
https://vertpartneerss.club/mayx/blog
https://git.jhammah.com/mayx/blog https://git.jhammah.com/mayx/blog
https://git.kemomimi.site/mayx/blog https://git.kemomimi.site/mayx/blog
https://gitea.kolesarhome.com/mayx/blog https://gitea.kolesarhome.com/mayx/blog
http://sexy6688.vip/mayx/blog
https://gitbucket.aint-no.info/mayx/blog https://gitbucket.aint-no.info/mayx/blog
https://gitea.emulab.it/mayx/blog
https://git.wikeo.ovh/mayx/blog https://git.wikeo.ovh/mayx/blog
https://gitea.finesoft.club:4431/mayx/blog
https://gitea.precia.site/mayx/blog
https://git.bitscat.vn/mayx/blog
http://arch52.co.uk/mayx/blog
https://devcraft-dot.tech/mayx/blog https://devcraft-dot.tech/mayx/blog
https://a-t-g.ru/mayx/blog https://a-t-g.ru/mayx/blog
http://qiubei-git.cn/mayx/blog_cn http://qiubei-git.cn/mayx/blog_cn
http://wangbeibei.xyz:6002/mayx/blog http://wangbeibei.xyz:6002/mayx/blog
http://8.141.82.163:20000/mayx/blog_cn http://8.141.82.163:20000/mayx/blog_cn
http://152.136.126.252:3000/mayx/blog_cn
https://home.zhupei.me:3000/mayx/blog_cn
http://gitea.coderpath.com/mayx/blog_cn
https://gitea.quiztimes.nl/mayx/blog_cn
https://www.chenisgod.com:3096/mayx/blog_cn
http://81.70.30.91:3000/mayx/blog_cn http://81.70.30.91:3000/mayx/blog_cn
http://yidaima.cn:6008/mayx/blog_cn http://yidaima.cn:6008/mayx/blog_cn
https://gitea.kdlsvps.top/mayx/blog_cn
http://8.148.31.14:3000/mayx/blog_cn http://8.148.31.14:3000/mayx/blog_cn
http://58.17.14.95:8001/mayx/blog_cn http://58.17.14.95:8001/mayx/blog_cn
http://39.99.175.172:8000/mayx/blog_cn http://39.99.175.172:8000/mayx/blog_cn
http://39.171.252.63:3000/mayx/blog_cn
https://git.lucas-michel.fr/mayx/blog_cn
https://git.archieri.fr/mayx/blog_cn
https://git.cdev.su/mayx/blog
https://root-kit.ru/mayx/blog
https://git.gnyra.com/mayx/blog_cn
https://git.newnaturalphilosophy.org/mayx/blog_cn https://git.newnaturalphilosophy.org/mayx/blog_cn
https://git.jingchengdl.com/mayx/blog_cn
https://gitea.detr.top/mayx/blog_cn https://gitea.detr.top/mayx/blog_cn
http://175.178.193.35:3000/mayx/blog_cn http://175.178.193.35:3000/mayx/blog_cn
http://frp5.mmszxc.xin:55469/mayx/blog_cn
http://gitea.jb1000.com:88/mayx/blog_cn http://gitea.jb1000.com:88/mayx/blog_cn
https://gitea.liyongzheng.fun/mayx/blog_cn
http://www.22ai.vip/mayx/blog_cn http://www.22ai.vip/mayx/blog_cn
https://git.tutulab.online/mayx/blog_cn
http://voodoo.plus/mayx/blog_cn
https://git.extra.eiffel.com/mayx/blog_cn https://git.extra.eiffel.com/mayx/blog_cn
https://hdtime.space/mayx/blog_cn
http://219.151.177.172:3000/mayx/blog_cn http://219.151.177.172:3000/mayx/blog_cn
http://62.234.20.54:3000/mayx/blog_cn http://62.234.20.54:3000/mayx/blog_cn
https://git.urnas.cn/mayx/blog_cn
http://20.6.159.133:3000/mayx/blog_cn
https://gitea.4gunn.cn:52443/mayx/blog_cn https://gitea.4gunn.cn:52443/mayx/blog_cn
https://git.4tempo.com/mayx/blog_cn
https://gitea.nightdev.cn:9527/mayx/blog_cn
https://git.hivetasks.com/mayx/blog_cn
https://git.ddns.net/mayx/blog_cn
http://jdunlap.com/mayx/blog http://jdunlap.com/mayx/blog
https://git.silica.codes/mayx/blog
https://www.vitelgrid.app/mayx/blog
https://gitruhub.ru/mayx/blog
https://git.linuxposting.xyz/mayx/blog
https://git.techworkshop42.ru/mayx/blog
http://speedyfox.app/mayx/blog
https://mjjtop.com/mayx/blog
https://forgejo.wanderingmonster.dev/mayx/blog
http://v.udvip.com/mayx/blog
https://git.edavmig.ru/mayx/blog
https://gitea.ns5001k.sigma2.no/mayx/blog
https://fzsimo.com/mayx/blog
https://git.hemangvyas.com/mayx/blog
https://gitav.ru/mayx/blog
https://git.sakuzyo.net/mayx/blog
http://www.365rise.top/mayx/blog
https://git.ifuntanhub.dev/mayx/blog
https://git.aptcloud.ru/mayx/blog
https://gitlab.dev.genai-team.ru/mayx/blog
https://d.roxyipt.com/mayx/blog
https://git.umervtilte.lol/mayx/blog
https://git.bitpak.ru/mayx/blog
https://git.amamedis.de/mayx/blog
https://git.kunstglass.de/mayx/blog
https://git.kry008.xyz/mayx/blog
https://gitea.onfing.ir/mayx/blog
https://gitea.augeo.dev/mayx/blog_cn
http://36.213.200.127:23000/mayx/blog_cn
http://20.219.0.85:3000/mayx/blog_cn
https://git.niisse.net/mayx/blog_cn
https://gitea.yfandxt.asia/mayx/blog_cn
http://81.69.57.215:3000/mayx/blog_cn
https://git.dglyoo.com/mayx/blog_cn
http://c8202.top:3000/mayx/blog_cn
http://nojava.fun/mayx/blog_cn
https://gitimn.com/mayx/blog
http://git.zapthisblog.com/mayx/blog
https://git.resacachile.cl/mayx/blog
https://git.vycsucre.gob.ve/mayx/blog
https://newtrafficworksgit.online/mayx/blog
https://git.uj-s.com/mayx/blog
https://git.albiobola.nl/mayx/blog
http://gitea.amm.ar/mayx/blog
https://git.83channel.net/mayx/blog
https://git.zeppone.com/mayx/blog
https://git.telecom.quest/mayx/blog
https://repo.paperless.rs/mayx/blog
https://urbal.dev/mayx/blog
https://git.pwarde.nl/mayx/blog
https://presko.info/mayx/blog
https://bolha.dev/mayx/blog
https://git.checkerwars.com/mayx/blog
1 repo_url
2 http://gdatura24gtdy23lxd7ht3xzx6mi7mdlkabpvuefhrjn4t5jduviw5ad.onion/Mayx/mayx
3 http://git.dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion/mayx/blog
4 http://giteabolfdejtdzblkooalqei6jr67imiugmhtsh6ocw4hlj5a4q.b32.i2p/mayx/blog
https://lavaforge.org/mayx/blog
https://sij.ai/mayx/blog
https://repobase.net/mayx/blog
5 https://gitlab.lain.la/mayx/mayx.pages.lain.la
6 https://gitplac.si/mayx/mayx.gitpage.si
7 https://gitnet.fr/mayx/blog
8 https://opencommit.eu/mayx/blog
9 https://forge.fedoraproject.org/mabbs/blog
10 https://tilde.club/~mayx/git/blog.git/
11 https://git.envs.net/Mayx/mayx
12 https://tildegit.org/Mayx/mayx
13 https://git.tilde.town/mayx/blog
14 https://gitlab.haskell.org/mayx/mayx
15 https://lavaforge.org/mayx/blog
16 https://repo2.serv00.com/git/pub/Mayx/mayx/
17 https://sij.ai/mayx/blog
18 https://git.projectnightcrawler.dev/mayx/blog
19 https://codefloe.com/mayx/blog
20 https://git.pixie.town/mayx/blog
21 https://git.minetest.land/Mayx/blog
22 http://1.6.141.109:3000/mayx/blog
https://code.dsconce.space/mayx/blog
23 https://mygit.iexercice.com/mayx/blog
24 http://162.215.134.149:4000/mayx/blog
25 http://45.33.87.87/mayx/blog
https://gitea.belanjaparts.com/mayx/blog
26 http://185.208.225.190:3000/mayx/blog
27 https://git.Apture.io/mayx/blog
28 http://8.134.61.107:3000/mayx/blog
29 http://219.157.255.213:25311/mayx/blog
30 http://116.236.50.103:8789/mayx/blog
https://git.daoyoucloud.com/mayx/blog
31 https://repo.gusdya.net/mayx/blog
32 https://gitea.synapsetec.cn/mayx/blog
33 http://gitea.yunshanghub.com:8081/mayx/blog
34 http://113.177.27.200:2033/mayx/blog
35 http://152.69.204.151:3000/mayx/blog
https://gitea.ontoast.uk/mayx/blog
36 http://187.216.152.151:9999/mayx/blog
37 http://116.63.173.179:8001/mayx/blog
https://k0ki-dev.com/mayx/blog
38 https://git.furcom.org/mayx/blog
39 https://git.karma-riuk.com/mayx/blog
40 https://git.7o9o.net/mayx/blog
41 https://git.gupaoedu.cn/mayx/blog
42 https://git.7milch.com/mayx/blog
https://dreamplacesai.de/mayx/blog
https://git.lekai.info/mayx/blog
https://git.novaa.xyz/mayx/blog
43 https://gitea.sciotech.cn/mayx/blog
https://git.gloje-rinchen-dorjee-rinpoche-buddhist-monastery.org/mayx/blog
44 https://gitea.micro-stack.org/mayx/blog
45 http://106.54.211.95:3000/mayx/blog
46 http://172.172.102.93:3000/mayx/blog
http://223.108.157.174:3000/mayx/blog
47 http://120.24.249.56/mayx/blog
48 http://120.211.66.170:8418/mayx/blog
https://gitea.vilcap.com/mayx/blog
http://8.138.142.17:3000/mayx/blog
49 http://209.127.59.74:3000/mayx/blog
https://git.dotb.cloud/mayx/blog
50 http://121.41.2.71:3000/mayx/blog
https://git.imvictor.tech:2/mayx/blog
51 http://e19510c831.iok.la/mayx/blog
52 http://119.45.49.212:3000/mayx/blog
53 https://code.antopie.org/mayx/blog
54 https://git.serenetia.com/mayx/blog
https://code.wxk8.com/mayx/blog
http://fanlibo.i234.me:8418/mayx/blog
55 https://git.temporaryname.org/mayx/blog
56 https://Repo.gusdya.net/mayx/blog
https://git.flymiracle.com/mayx/blog
57 https://git.stormrain.cn/mayx/blog
58 https://git.deuxfleurs.fr/mayx/blog
59 https://www.simpra.org:3000/mayx/blog
https://www.arcbyte.dev/mayx/blog
https://scm.bcorex.e3labs.net/mayx/blog
https://gitea.tecamino.com/mayx/blog
60 https://git.tobiasweise.dev/mayx/blog
https://code.cif.su/mayx/blog
https://git.cynic.moe/mayx/blog
https://git.muellers-software.org/mayx/blog
https://repos.fbpx.io/mayx/blog
61 https://git.cavemanon.xyz/mayx/blog
62 http://svn.rivastudio.cn/mayx/blog
63 http://118.178.172.49:3000/mayx/blog
https://gitea.lasallesaintdenis.com/mayx/blog
64 http://8.130.135.159:3000/mayx/blog
https://git.suo0.com/mayx/blog
65 https://git.dshkabatur.ru/mayx/blog
66 http://47.103.78.70:3000/mayx/blog
http://47.100.208.160:51300/mayx/blog
http://120.210.80.160:3000/mayx/blog
67 http://194.5.152.156:3000/mayx/blog
68 http://58.65.162.118:3000/mayx/blog
69 https://git.arkon.solutions/mayx/blog
http://8.131.93.145:54082/mayx/blog
https://git.7af.ru/mayx/blog
70 https://gitea.yimoyuyan.cn/mayx/blog
71 http://221.203.14.217:3000/mayx/blog
72 https://dev.kiramtech.com/mayx/blog
73 https://git.f4e.lol/mayx/blog
74 http://72.61.229.93:4000/mayx/blog
https://lishan148.synology.me:3014/mayx/blog_cn
http://110.42.101.39:13000/mayx/blog_cn
75 http://39.101.74.135:5000/mayx/blog_cn
76 http://123.57.130.140:3000/mayx/blog_cn
77 http://118.24.46.223:3000/mayx/blog_cn
78 http://s3.v100.vip:31057/mayx/blog_cn
https://www.syq.im:2025/mayx/blog_cn
79 http://101.33.225.95:3000/mayx/blog_cn
80 http://45.55.138.82:3000/mayx/blog_cn
81 http://118.24.129.148:3000/mayx/blog_cn
82 http://120.48.141.82:3000/mayx/blog_cn
http://82.156.111.58:3000/mayx/blog_cn
https://git.cool2645.com/mayx/blog_cn
83 http://175.27.229.211:3000/mayx/blog_cn
84 https://git.yidaimingjvn.xyz/mayx/blog_cn
85 http://39.105.67.143:3000/mayx/blog_cn
86 http://82.156.89.21:3000/mayx/blog_cn
87 http://xujiesoft.vicp.net:3000/mayx/blog_cn
88 https://git.mingliqiye.com/mayx/blog_cn
http://119.29.194.155:8894/mayx/blog_cn
89 http://58.213.60.6:19000/mayx/blog_cn
90 http://47.92.113.131:3000/mayx/blog
91 http://gyc.myds.me:4000/mayx/blog
92 https://git.graveyard.sh/mayx/blog
https://git.nathanspackman.com/mayx/blog
http://git.mynas71.myds.me/mayx/blog
https://git.veraskolivna.net/mayx/blog
https://git.lifetop.net/mayx/blog
93 https://gitea.jnyuxia.com/mayx/blog
https://gitea.hello.faith/mayx/blog
https://git.violka-it.net/mayx/blog
https://git.danpeak.co.uk/mayx/blog
94 https://gitea.mynas-lechner.de/mayx/blog
https://git.esen.gay/mayx/blog
https://git.webtims.ru/mayx/blog
95 https://gitlab.iplusus.com/mayx/blog
96 https://git.miasma-os.com/mayx/blog
https://gitea.nacsity.cn/mayx/blog
97 https://git.zakum.cn/mayx/blog
98 http://47.109.103.110:9000/mayx/blog_cn
http://51.159.198.233:3000/mayx/blog
https://gitea.adriangonzalezbarbosa.eu/mayx/blog
https://git.legatus.ru/mayx/blog
99 http://47.104.241.192:19999/mayx/blog_cn
100 http://47.98.148.146:1026/mayx/blog_cn
http://119.96.62.56:3000/mayx/blog_cn
101 http://43.143.209.246:6300/mayx/blog_cn
102 http://39.100.183.95:88/mayx/blog_cn
http://www.xshideserver.com:3000/mayx/blog_cn
http://159.75.131.235:3001/mayx/blog_cn
http://1.117.67.95:3000/mayx/blog_cn
103 http://81.70.102.154/mayx/blog_cn
http://111.228.34.40:3000/mayx/blog_cn
104 http://36.133.248.69:3088/mayx/blog_cn
http://220.205.16.27:18081/mayx/blog_cn
105 http://183.204.60.122:10081/mayx/blog_cn
https://gitea.wuyuank.com/mayx/blog_cn
106 http://47.106.222.181:20511/mayx/blog_cn
https://gitea.myat4.com/mayx/blog_cn
107 http://118.24.161.24:3000/mayx/blog_cn
http://githanea.s.odn.cc/mayx/blog_cn
https://git.dev.chuweizi.com/mayx/blog
108 http://36.138.125.206:3000/mayx/blog_cn
https://silica.codes/mayx/blog
109 https://git.crystalyx.net/mayx/blog
https://gittea.dev/mayx/blog
https://code.infininov.com/mayx/blog
https://src.enterpriselinux.social/mayx/blog
110 https://gitea.grxe.io/mayx/blog
111 https://gitea.accept.dev.dbf.nl/mayx/blog
112 https://git.jhossain.online/mayx/blog
113 https://barhoum-lab.fr/mayx/blog
https://git.fedaya.net/mayx/blog
https://redev.lol/mayx/blog
https://papi.tkpups.com/mayx/blog
https://git.beyond-a-i.org/mayx/blog
http://huanghomenas2.myqnapcloud.com:4000/mayx/blog_cn
http://git.zhmight.com/mayx/blog_cn
https://intl-dev.gaia888.com/mayx/blog_cn
114 http://gitea.snailtrack.cn/mayx/blog_cn
115 https://code.draussenfunker.de/mayx/blog_cn
116 https://git.dinsor.co.th/mayx/blog
http://www.arkproject.top/mayx/blog
117 http://www.bkandssp.cn:30/mayx/blog
118 http://gitea.ydxtool.com/mayx/blog
119 https://gitea.malxte.de/mayx/blog
https://git.0xee.eu/mayx/blog
https://git.crwlr.ir/mayx/blog
120 https://git.nozora.top/mayx/blog
121 https://git.edenit.co.kr/mayx/blog
122 https://git.catgirlsneed.homes/mayx/blog
123 http://47.108.255.216:3000/mayx/blog_cn
https://gitea.molietech.com/mayx/blog_cn
http://58.87.88.234:3000/mayx/blog_cn
124 http://210.75.240.13:3000/mayx/blog_cn
125 http://git.hbg99.com:8080/mayx/blog_cn
126 https://git.eplg.services/mayx/blog
http://namonba.asuscomm.com:3001/mayx/blog
http://109.199.98.226:3001/mayx/blog
https://gitea.digitanie.org/mayx/blog
127 https://git.xleed.com/mayx/blog
https://qlcodegitserver.online/mayx/blog
128 https://git.supernets.org/mayx/blog
129 https://git.digitaltelepresence.com/mayx/blog
130 https://git.hrfee.pw/mayx/blog
131 https://git.libregaming.org/mayx/blog
132 https://git.kaki87.net/mayx/blog
133 https://forgejo.vanten-s.com/mayx/blog
http://ysx.myds.me:3005/mayx/blog
134 http://124.71.169.183:3000/mayx/blog
https://git.csi-kjsce.org/mayx/blog
https://hiwifi.denq.us:8418/mayx/blog
135 https://git.msoucy.me/mayx/blog
136 http://140.120.108.238:49308/mayx/blog
137 http://git.chilidoginteractive.com:3000/mayx/blog_cn
https://git.thunder-data.cn/mayx/blog_cn
https://git.cukak.com/mayx/blog_cn
https://git.ixu.me/mayx/blog_cn
138 http://git.uhfdemo.com/mayx/blog_cn
139 http://43.143.142.38:7001/mayx/blog_cn
https://gitea.smartechouse.com/mayx/blog_cn
http://git.feashow.cn/mayx/blog_cn
http://git.yangben365.com/mayx/blog_cn
https://git.wieerwill.dev/mayx/blog
https://git.etwo.dev/mayx/blog
140 https://git.panda-number.one/mayx/blog
141 https://datacortex.pl/mayx/blog
https://git.trevorbotha.net/mayx/blog
https://viacivis.de/mayx/blog
http://www.wybpohro.com:3000/mayx/blog_cn
https://gitea.jobiglo.com/mayx/blog_cn
http://118.31.7.2:3000/mayx/blog_cn
http://www.dothing.com:6999/mayx/blog_cn
http://101.37.147.115:3000/mayx/blog_cn
https://gitea.originaltech.cn/mayx/blog_cn
https://git.akarmain.ru/mayx/blog_cn
https://git.georgew.dev/mayx/blog
142 https://gitea.keymantek.com:777/mayx/blog
http://git.realrobots.net/mayx/blog
https://www.tksea.top/mayx/blog
https://wtrb.uk:8443/mayx/blog
http://www.souper.ee/mayx/blog
143 https://git.tirtapakuan.co.id/mayx/blog
https://tacticallysolved.com/mayx/blog
https://git.juntekim.com/mayx/blog
https://git.farmtowntech.com/mayx/blog
https://gitea.viperlance.net/mayx/blog
https://git.woopwoopserver.com/mayx/blog
144 http://tian-you.top:7020/mayx/blog
145 http://34.17.182.140/mayx-gogs/blog
https://gitea.octifor.synology.me:60443/mayx/blog
146 http://gitea.mikarsoft.com/mayx/blog
https://git.zhewen-tong.cc/mayx/blog
147 https://mcgit.place/mayx/blog
https://git.sunfamily.site/mayx/blog
https://git.vgorl.is/mayx/blog
148 https://forgejo.rekallservices.com/mayx/blog
https://git.serradavid.fr/mayx/blog
149 http://git.instal.org.cn/mayx/blog
150 https://git.smart-family.net/mayx/blog
151 https://git.chiasson.cloud/mayx/blog
https://git.sleepeesoftware.fr/mayx/blog
152 https://git.everestlinux.org/mayx/blog
https://git.devinmajor.com/mayx/blog
153 https://git.netzbyte.com/mayx/blog
https://repo.saticogroup.com/mayx/blog
154 https://ataymakhzan.com/mayx/blog
155 https://repo.qruize.com/mayx/blog
156 https://git.xneon.org/mayx/blog
157 https://git.lamby.gay/mayx/blog
https://imperionblast.org/mayx/blog
https://donkey.abanbytes.eu/mayx/blog
158 https://lab.dutt.ch/mayx/blog
https://git.liestral.io/mayx/blog
159 https://gitea.dabit.synology.me/mayx/blog
http://www.javabrew.org/mayx/blog
160 https://git.joinplu.me/mayx/blog
161 http://otter.top/mayx/blog
https://git.xiongyi.xin/mayx/blog
https://git.pdy.ph/mayx/blog
162 http://188.66.0.25:3000/mayx/blog
163 https://gitea.deliverables.io/mayx/blog
https://git.sevenvm.de/mayx/blog
https://code.letsbe.solutions/mayx/blog
https://git.mlhub.it/mayx/blog
https://git.coastit.co.za/mayx/blog
https://git.0bin.in/mayx/blog
https://jsuse.com/mayx/blog
https://git.truncgil.com/mayx/blog
164 http://23.182.16.150:3000/mayx/blog
https://git.jingflowai.com/mayx/blog
165 https://git.ritonquilol.fr/mayx/blog
166 https://bis127.vse.cz/mayx/blog
https://gitea.diereimers.org/mayx/blog
167 https://app.gitpasha.com/mayx/blog
http://www.flowzl.top/mayx/blog
https://git.psg.net.au/mayx/blog
168 https://shaman2025.site/mayx/blog
https://gitea.ccllc.pro/mayx/blog
https://gitea.hpdocker.hpress.de/mayx/blog
https://vertpartneerss.club/mayx/blog
169 https://git.jhammah.com/mayx/blog
170 https://git.kemomimi.site/mayx/blog
171 https://gitea.kolesarhome.com/mayx/blog
http://sexy6688.vip/mayx/blog
172 https://gitbucket.aint-no.info/mayx/blog
https://gitea.emulab.it/mayx/blog
173 https://git.wikeo.ovh/mayx/blog
https://gitea.finesoft.club:4431/mayx/blog
https://gitea.precia.site/mayx/blog
https://git.bitscat.vn/mayx/blog
http://arch52.co.uk/mayx/blog
174 https://devcraft-dot.tech/mayx/blog
175 https://a-t-g.ru/mayx/blog
176 http://qiubei-git.cn/mayx/blog_cn
177 http://wangbeibei.xyz:6002/mayx/blog
178 http://8.141.82.163:20000/mayx/blog_cn
http://152.136.126.252:3000/mayx/blog_cn
https://home.zhupei.me:3000/mayx/blog_cn
http://gitea.coderpath.com/mayx/blog_cn
https://gitea.quiztimes.nl/mayx/blog_cn
https://www.chenisgod.com:3096/mayx/blog_cn
179 http://81.70.30.91:3000/mayx/blog_cn
180 http://yidaima.cn:6008/mayx/blog_cn
https://gitea.kdlsvps.top/mayx/blog_cn
181 http://8.148.31.14:3000/mayx/blog_cn
182 http://58.17.14.95:8001/mayx/blog_cn
183 http://39.99.175.172:8000/mayx/blog_cn
http://39.171.252.63:3000/mayx/blog_cn
https://git.lucas-michel.fr/mayx/blog_cn
https://git.archieri.fr/mayx/blog_cn
https://git.cdev.su/mayx/blog
https://root-kit.ru/mayx/blog
https://git.gnyra.com/mayx/blog_cn
184 https://git.newnaturalphilosophy.org/mayx/blog_cn
https://git.jingchengdl.com/mayx/blog_cn
185 https://gitea.detr.top/mayx/blog_cn
186 http://175.178.193.35:3000/mayx/blog_cn
http://frp5.mmszxc.xin:55469/mayx/blog_cn
187 http://gitea.jb1000.com:88/mayx/blog_cn
https://gitea.liyongzheng.fun/mayx/blog_cn
188 http://www.22ai.vip/mayx/blog_cn
https://git.tutulab.online/mayx/blog_cn
http://voodoo.plus/mayx/blog_cn
189 https://git.extra.eiffel.com/mayx/blog_cn
https://hdtime.space/mayx/blog_cn
190 http://219.151.177.172:3000/mayx/blog_cn
191 http://62.234.20.54:3000/mayx/blog_cn
https://git.urnas.cn/mayx/blog_cn
http://20.6.159.133:3000/mayx/blog_cn
192 https://gitea.4gunn.cn:52443/mayx/blog_cn
https://git.4tempo.com/mayx/blog_cn
https://gitea.nightdev.cn:9527/mayx/blog_cn
https://git.hivetasks.com/mayx/blog_cn
https://git.ddns.net/mayx/blog_cn
193 http://jdunlap.com/mayx/blog
194 https://git.silica.codes/mayx/blog
195 https://www.vitelgrid.app/mayx/blog
196 https://gitruhub.ru/mayx/blog
197 https://git.linuxposting.xyz/mayx/blog
198 https://git.techworkshop42.ru/mayx/blog
199 http://speedyfox.app/mayx/blog
200 https://mjjtop.com/mayx/blog
201 https://forgejo.wanderingmonster.dev/mayx/blog
202 http://v.udvip.com/mayx/blog
203 https://git.edavmig.ru/mayx/blog
204 https://gitea.ns5001k.sigma2.no/mayx/blog
205 https://fzsimo.com/mayx/blog
206 https://git.hemangvyas.com/mayx/blog
207 https://gitav.ru/mayx/blog
208 https://git.sakuzyo.net/mayx/blog
209 http://www.365rise.top/mayx/blog
210 https://git.ifuntanhub.dev/mayx/blog
211 https://git.aptcloud.ru/mayx/blog
212 https://gitlab.dev.genai-team.ru/mayx/blog
213 https://d.roxyipt.com/mayx/blog
214 https://git.umervtilte.lol/mayx/blog
215 https://git.bitpak.ru/mayx/blog
216 https://git.amamedis.de/mayx/blog
217 https://git.kunstglass.de/mayx/blog
218 https://git.kry008.xyz/mayx/blog
219 https://gitea.onfing.ir/mayx/blog
220 https://gitea.augeo.dev/mayx/blog_cn
221 http://36.213.200.127:23000/mayx/blog_cn
222 http://20.219.0.85:3000/mayx/blog_cn
223 https://git.niisse.net/mayx/blog_cn
224 https://gitea.yfandxt.asia/mayx/blog_cn
225 http://81.69.57.215:3000/mayx/blog_cn
226 https://git.dglyoo.com/mayx/blog_cn
227 http://c8202.top:3000/mayx/blog_cn
228 http://nojava.fun/mayx/blog_cn
229 https://gitimn.com/mayx/blog
230 http://git.zapthisblog.com/mayx/blog
231 https://git.resacachile.cl/mayx/blog
232 https://git.vycsucre.gob.ve/mayx/blog
233 https://newtrafficworksgit.online/mayx/blog
234 https://git.uj-s.com/mayx/blog
235 https://git.albiobola.nl/mayx/blog
236 http://gitea.amm.ar/mayx/blog
237 https://git.83channel.net/mayx/blog
238 https://git.zeppone.com/mayx/blog
239 https://git.telecom.quest/mayx/blog
240 https://repo.paperless.rs/mayx/blog
241 https://urbal.dev/mayx/blog
242 https://git.pwarde.nl/mayx/blog
243 https://presko.info/mayx/blog
244 https://bolha.dev/mayx/blog
245 https://git.checkerwars.com/mayx/blog

View File

@@ -1,6 +1,5 @@
proxies: proxies:
- https://blog.mayx.workers.dev/ - https://blog.mayx.workers.dev/
- https://mayx.deno.dev/
- https://mayx.val.run/ - https://mayx.val.run/
- https://mayx.azion.app/ - https://mayx.azion.app/
- https://yuki.gear.host/ - https://yuki.gear.host/
@@ -16,7 +15,6 @@ mirrors:
- https://mayx.gitpage.si/ - https://mayx.gitpage.si/
- https://mayx.serv00.net/ - https://mayx.serv00.net/
- https://mayx.vercel.app/ - https://mayx.vercel.app/
- https://mayx-blog.pgs.sh/
- https://mayx.netlify.app/ - https://mayx.netlify.app/
- https://mayx.gitnet.page/ - https://mayx.gitnet.page/
- https://mayx.stormkit.dev/ - https://mayx.stormkit.dev/

View File

@@ -117,6 +117,7 @@ layout: xslt_container
<script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script> <script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script>
<!--[if !IE]> --> <!--[if !IE]> -->
<script src="/assets/js/main_new.js"></script> <script src="/assets/js/main_new.js"></script>
<script src="/assets/js/blog-console.js"></script>
<script src="/Live2dHistoire/live2d/js/live2d.js"></script> <script src="/Live2dHistoire/live2d/js/live2d.js"></script>
<script src="/Live2dHistoire/live2d/js/message.js"></script> <script src="/Live2dHistoire/live2d/js/message.js"></script>
<script src="/assets/js/jquery.pjax.min.js"></script> <script src="/assets/js/jquery.pjax.min.js"></script>

View File

@@ -0,0 +1,31 @@
---
layout: post
title: 一次制作终端版博客的经历
tags: [WASM, 终端, Linux, 博客]
---
在浏览器上用真的Linux访问博客会是什么样的感觉<!--more-->
# 起因
在去年的时候我为了想在博客上加个终端,写过一篇关于[在浏览器中运行Linux](/2025/12/01/linux.html)的文章。不过那时候只是调查了有哪些可能的方法,并没有真的做出来,主要是自己做感觉太麻烦了😂。
但从上次进行了[Vibe Coding](/2026/07/01/vibe-coding.html)之后我意识到这可能不再是什么麻烦事也许只要和AI聊聊天就能轻松做出来了于是接着之前的方案我开始着手完成我的想法。
# 终端版博客的不同形式
## 基于WASM Linux的版本
在之前的文章里我其实更倾向于WASM Linux的方案尤其是[Thomas Stokes](https://github.com/tombl)制作的[WASM Linux](https://github.com/tombl/linux)因为它相比于虚拟机更轻量效率更高而且还能完美地在Safari中运行毕竟我用的是macOS😂因此接下来我计划用它为基础制作我的终端版博客。
不过之前我也说过目前这个WASM Linux还不能和外界通信不能和外界通信就不能读取我的文章。于是我打算先让AI解决这个问题。但如果我直接给它说想要和外界通信也许它会给我整一堆奇怪的实现所以我得自己先想一个实现起来最简单的方案。之前我记得Fabrice Bellard大神写的JSLinux中有一个剪贴板设备文件可以和外部通信那么干脆让AI写一个能在浏览器中执行JS的设备文件吧这样做出来只需要写简单的Shell脚本就可以和浏览器交互了也不需要考虑如何编译WASM程序于是就这样我开始让它实现这个功能。
最终经过几次调试和修改之后AI真的把这个设备文件给做出来了不过刚做出来的时候有些问题。因为在这个Linux中的进程都是在Web Worker中运行执行的JS也会在Web Worker中运行。但是Web Worker的局限性很大并不能和当前网页进行交互不过这种问题也都是小事发现了之后只要给AI一反馈也是轻轻松松就改好了……最终实现的效果我感觉相当不错既然如此那我就把AI做的这个驱动给上游[PR](https://github.com/tombl/linux/pull/24)一下吧,也算做个贡献。不过最终原作者不太喜欢这种实现方式,他好像更喜欢标准化的方式,说是已经做了一个[VsockDevice](https://github.com/tombl/linux/blob/b36416c7f266a465361ab7dde7622eb37239cd7e/tools/wasm/src/virtio.ts#L354)可以直接使用Linux自带的驱动和外界通信所以把我的PR拒了看来AI Slop还是入不了大佬的法眼😂~~不过我问了一下AI它说用这个设备的话可能需要`ioctl()`系统调用就没办法直接用Shell操作了只能用别的语言写的程序才能用它通信所以我只好自己用这种不标准的方式了。~~ 虽然VsockDevice确实是不太好操作但是大佬随后又新增了一个ethernetDevice可以用来上网考虑到维护自己的分支实在是太麻烦了所以我让AI写了一个虚拟的HTTP服务使其能够执行JS顺便还增加了连接互联网的功能。这样我就可以直接使用上游的代码不需要再维护之前写的驱动了其实以太网比Vsock复杂多了只是因为可以用wget之类的客户端请求所以才简单😋
在做好与外界通信的通道后我就开始让AI写能和我博客交互的脚本不过在这个过程中也遇到了不少问题最开始的时候发现这个Shell的管道有些问题执行的时候会忽略管道前的命令后面的命令就没法执行了……感觉有点奇怪所以我要求它在实现交互脚本时不要使用管道符。除此之外我还发现反引号和`$()`这些能把执行结果插入字符串的语法也不能用……总之就是局限相当多,但它还是克服了这些困难最终把脚本给写出来了,最终实现了列出文章、查看文章、打开文章和查看评论等功能,效果还是相当不错。 ~~唯一的缺陷就是它不能进行异步操作,只能同步请求,所以在进行请求的时候会把浏览器卡住,体验稍有打折。~~ 后来用了网络版的JS执行服务后就可以异步了避免出现把浏览器卡住的情况。
不过这个系统如果管道符不能用的话效果会差一大截这可是Shell的灵魂啊所以我提交了一个[Issue](https://github.com/tombl/linux/issues/25)希望作者能修一下。结果作者真的强得离谱提出问题之后第二天就修复了实在是太强了😨。但修好这个问题之后作者又整了一堆别的花活把内存限制给取消了结果我在Safari上一运行就报OOM的错误……于是我把这个问题又[反馈](https://github.com/tombl/linux/pull/26#issuecomment-5018155963)了一下顺便让AI看看这个问题怎么解决结果AI也不辜负我的期待轻轻松松就解决了🤣。最终我除了会提出问题之外什么也不会做只能看着大佬和AI完成我的想法了😝。
后来增加的以太网网关也挺折腾原理其实并不复杂但直接给AI说想用这个接口上网的时候它会自己想办法搓一套漏洞百出的TCP/IP协议栈所以后来我在GitHub找了个[tcpip.js](https://github.com/chipmk/tcpip.js)库让它集成BUG就比它自己手搓的少了不少。后来我又想加一个TLS终止功能因为在浏览器上没办法直接让系统里的程序发送原始的TLS数据包去请求网站但我又希望它能够请求带有https协议的网址所以要提前对TLS进行解密再转换成`fetch()`这时候我就没让AI自己手搓了在网上找了个[node-forge](https://github.com/digitalbazaar/forge)库让AI对接就可以避免出现一堆奇怪的BUG了。
做好网关之后我又突发奇想想做一个展示终端内状态的页面但是目前JS并不能主动和里面的系统直接通信所以又让AI搓了一个通过Service Worker访问系统内网络服务的功能然后用busybox的httpd执行sh写的cgi程序就可以被前端读取到了。随后我还给原作者发了个[Issue](https://github.com/tombl/linux/issues/34)展示这个Service Worker的效果结果人家已经做了这个功能我还是太Naive了😂。
最终做好的网站可以在[这里](https://mabbs.github.io/linux/)查看效果真的不是一般的好相比于其他模仿终端形式的博客简直是降维打击毕竟这是真的Linux啊虽然目前依然有些BUG但是原作者修BUG的速度还是挺快的相信等他发布正式版之后体验会更进一步。
## 基于JSNix的版本
虽然我觉得追求真实感很重要,但是我又回去看了一下为我提供想法的[JSNix](https://github.com/Erzbir/jsnix)。虽然这个项目并不是真的Linux但是我让AI看了一遍之后它对这个项目的评价也很高说是作者对Linux的了解非常深入很多细节模拟的也非常到位。而且为WASM Linux制作的那些脚本在这个JSNix上其实完全可以实现还更简单于是我直接让AI参考给WASM Linux写的脚本把那些功能全部移植到这个JSNix上。也许是因为AI更擅长编写网页很快它就完成了这些功能而且效果非常不错基本上和WASM Linux上面的效果一样表现也相当不错最终生成的结果可以在[这里](https://mabbs.github.io/jsnix/)查看。
不过假的毕竟还是假的和真的Linux差异还是有不少的像正经的Shell可以在终端中直接用if、for和while之类的语法写一些东西它这个就必须要编写成脚本才可以而且解析也有相当多的问题。各种命令的运行结果很多都是硬编码的只是编了一段对应命令的输出参数做得也不全。另外著名的Linux文本三剑客grep、sed和awk在这个系统里实现得也非常差只做了一些非常基础的功能基本上就是完全不可用。所以说这个系统还是不够真实只能做最基础的体验不能够深究。
但并不是说它没有优点它作为纯粹的JS不像WASM Linux那样容易出现兼容性问题比如很多手机浏览器不支持跨源隔离导致SharedArrayBuffer之类的API没法用所以手机上只能体验这个JSNix的版本另外WASM Linux的体积虽然说并不算很大但也有好几MiB不像这个JSNix连1MiB都不到还有这个系统没有启动过程相比于WASM Linux来说加载更快而且在编写和修改功能的时候比WASM Linux简单不少像给WASM Linux做的终端状态展示在JSNix上根本不需要折腾什么Service Worker以及请求网络之类的也非常简单直接`fetch()`就可以也正是如此JSNix的版本AI没一会儿就做完了……总之就是只要不涉及具体功能方面JSNix都比WASM Linux要强不少不过这样说有点“抛开事实不谈”的感觉了😂。
# 感想
最终做出来的这两个版本的终端版博客基本上所有的代码都不是我写的真的做到了仅仅是和AI聊聊天就把东西做出来了……只能说AI现在真的不是一般的强啊当然方案还是得自己考虑因为AI一旦走错了方向就很容易往一个方向不停地钻结果就是花了很长时间可能效果会很差尤其是现在的AI还特别喜欢自己造轮子所以这时候还是自己找找看已经有的方案然后告诉它会比较好。
从效果来说这次写的东西也让我非常满意,我想我这次做的这个博客界面估计是前所未有的,毕竟这可是在浏览器上用**真的**Linux访问博客啊其他人做的都是假的。至于虚拟机那些方案可能也是因为太重所以基本上没人用而WASM Linux只有Thomas Stokes做的效果最好但是又没有受到应有的关注……总之从我个人的角度来看这次做的东西还挺Cool就是不知道会不会吸引其他人来看呢……可能还是太小众了吧😂。

View File

@@ -0,0 +1,63 @@
---
layout: post
title: Vibe Coding 新体验2
tags: [Vibe Coding, AI, Agent]
---
AI is Everything!<!--more-->
# 起因
在两个月前,我[体验了现在的Vibe Coding](/2026/07/01/vibe-coding.html)不过那时候我其实还是没有完全信任AI认为它的能力可能还不够强大多数内容依然需要人来做。
但是自从上次做了[终端版博客](/2026/08/01/terminal.html)之后我意识到它的能力也许比我想象的更强可能真的能做到超越99%的开发者了因此在最近一段时间我一直使用AI做我想做的各种东西结果就是一次又一次地让我感到难以置信现在的AI真的实在是太强了😨。而且我做的这一切并不是用最先进的那批AI仅仅是国内被大家不怎么看好的免费模型——[腾讯混元Hy3](https://huggingface.co/tencent/Hy3)那么我很难想象如果我能用像GPT 5.6 Sol或者Fable 5那样当下最先进的AI我做的这些东西得有多完美啊……
# 最近Vibe Coding出来的各种项目
## Blog API + WebMCP
在上次做完[终端版博客](/2026/08/01/terminal.html)之后我就在想用Linux终端来呈现博客的形式真的是个好选择吗毕竟Linux在浏览器上并不是原生的尽管用了[WASM Linux](https://github.com/tombl/linux)可以做到WASM原生运行Linux但这还是额外添加的东西。于是我就想JavaScript应该也能作为终端吧就像Node.js一样REPL也可以作为终端使用正好那段时间DeepSeek-V4-Flash正式版出了就让它直接写了[一个Demo](https://github.com/Mabbs/jsnix/blob/main/repl.html)出来试试看,可以点开[这里](https://mabbs.github.io/jsnix/repl.html)体验。
写出来效果还挺不错的,和之前做的终端版博客的主要区别就是我写的是函数,而不是命令,不管怎么说也算是“真的”终端吧,唯一体验不太好的可能就是函数需要带个括号才能运行,稍微有点麻烦。
但后来我想了想明明开发者工具中就有个控制台根本没必要搞什么REPL终端啊直接把要用的功能提出来作为函数在控制台中运行效果比那个终端的效果要好得多啊而且这样就可以直接集成到我的博客中不需要单独搞个页面感觉体验更好一些。
既然有了函数,我觉得只给人类用就太浪费了,前段时间看到谷歌搞了个[WebMCP](https://webmachinelearning.github.io/webmcp/)那我完全可以把这些函数做成WebMCP让AI来调用啊相比于其他乱七八糟给AI的协议至少WebMCP是有谷歌和微软撑腰的所以加一个也不错。
最终我把WebMCP的文档以及之前实现的REPL代码直接发给AI让它帮我实现对应的函数以及应用WebMCP API没几分钟它就把所有功能实现好了最终代码就是[blog-console.js](/assets/js/blog-console.js)。在开发的过程中AI严格按照文档中的要求实现了结果我在实际测试的时候发现Chrome在实现`registerTool`方法的时候和文档的实现有差异文档说这个方法会返回Promise但Chrome实际并没有返回所以AI调用`.then()`时直接报错了😓……没办法就只能手动给它套一层Promise才算是能正常工作。毕竟这还是一个没有正式上线的API出点问题倒也能理解吧。
虽然东西已经实现了不过到底怎么才能让其他人知道我用了WebMCP的技术呢我发现网上有一个WebMCP Directory专门收录使用了WebMCP技术的网站于是我就随手提交了一下现在在[这里](https://webmcp.com/sites/mabbs.github.io)就能看到我博客的WebMCP信息了。
## 某个即将关服的游戏的离线快照
最近一段时间我在玩的一个使用Unity3D引擎制作的立直麻将游戏发了篇公告说是要关服了还给全服所有玩家送了一堆抽卡资源。我听到这个消息之后感觉还是挺遗憾的那个游戏总体来说做得还算不错吧而且画风也符合我的口味角色模型有点米哈游的那种感觉。我曾经遇到过几次游戏关服的事件但是每一次我都无能为力只能看着游戏消失然后逐渐被遗忘。然而现在我有了AI也许一切会变得不一样吧这次我要使用AI让即将消失的游戏不再消失。
### 重放大厅数据
最开始我其实想得很简单游戏登录之后其实没有和服务器有太多的通信像账号中有的角色以及各种材料等信息在登录的时候就已经发送了直到进入对局之前客户端都没有和服务器有什么有效的沟通而我主要需要的也就是能登进去看看角色听听语音就好了。那么接下来我只需要让AI把整个游戏资源下载下来然后抓个包让它给客户端重放就好了也不需要什么逆向操作。
AI分析了一下之后发现它用的是WebSocket+Protobuf协议正常来说如果要使用Protobuf协议得要有.proto接口定义文件才可以不过既然我的要求只是重放它就没去考虑逆向了只是简单分析了一下编码规则就用Python把服务端给写出来了。
不过如果这个快照必须本地启动一个服务器玩起来就有点麻烦了这样搞得我估计就没心思玩它了但是自从我做了终端版博客之后我觉得浏览器可能没有做不到的事情既然Python能运行服务器那JavaScript一样可以于是我就要求AI让游戏和服务端一起运行在浏览器中。
结果它还真折腾出来了在JavaScript中似乎一切都可以被覆盖于是AI就替换了浏览器的WebSocket对象让客户端以为它连接到了真实的服务器然后再按照之前录制的包发送就好了折腾了一段时间之后游戏真的能正常启动了真的是太离谱了😨。
### 制作对局引擎
其实这基本上已经满足我的要求了,但我还是有点好奇,这个客户端里真的没有.proto接口定义文件吗正常来说既然客户端知道怎么和服务端通信那么这个文件应该是必须要有的吧反正目的已经达到了接下来就让AI瞎折腾看看。
在我要求完之后它又折腾了好长时间,结果.proto也被它给搞出来了😨也许对于会逆向Unity3D游戏的人来说这不算什么但这已经让我很震惊了……既然有了这些也许完成一个完整的服务端将不再是难事。
于是我让它录制了几把我实际对局的包并理解整个对局中数据包的时序开始考虑如何做出完整的麻将对局。首先作为离线运行的游戏来说和人对局肯定是做不出来了那就得想办法搓个人机出来。我最先想到的是著名的麻将AI [Mortal](https://github.com/Equim-chan/Mortal)之前用它在雀魂上打了几把之后结果号没了😂不过我确实觉得和人打麻将没什么意思感觉麻将如果全按最优解打的话结果就全是靠运气……不过后来我想了一下还是不用Mortal了首先这个模型不小整个模型要好几百MiB而且三麻和四麻的模型还不一样还有三麻的模型还是收费的……另外真和Mortal打的话感觉难度也确实有点高除了运气因素外至少人机犯错的概率比人要低不少那打起来估计会很难受。所以我就对AI说做一个降低向听数为主的全攻型人机其他细节让它自己考虑另外我想到上次做的那个麻将Wordle它自己写的役种分析实在是有点烂所以这次就告诉它必须要使用现成的[Riichi](https://github.com/takayama-lily/riichi)库,免得出乱七八糟的问题。
在连续跑了好几个小时之后AI成功把完整的[对局引擎](https://github.com/Mabbs/mahjong-dream-snapshot/blob/main/mock/riichi.js)给搓出来了,真的是相当了不起,要知道这个东西正常来说人开发怎么说也得好几周吧?它就几个小时开发出来了,还理解了数据包的时序,用之前分析的.proto文件成功接入到了游戏中实在是太强了……当然因为我没有用大量真实牌谱去测试有BUG也是正常的比如目前的引擎还存在立直之后完全没法开杠这样的边缘问题就只能慢慢修了不过这都是小问题它能做到目前的水平已经不是一般人能做到的了。
最终做出来的项目可以在[这里](https://github.com/Mabbs/mahjong-dream-snapshot)看到,还可以通过[GitHub Pages](https://mabbs.github.io/mahjong-dream-snapshot/)上的部署直接游玩。
### 隐藏彩蛋
在AI做完整个服务端之后我闲得没事瞎改对战人机的角色和皮肤因为游戏中的皮肤ID有一定的规律所以可以根据角色ID来猜皮肤ID。在这个时候我发现其中有一个角色在游戏中没有对应的泳装皮肤但是我把人机的角色按照规律配置推测的泳装皮肤ID是能显示出来的……那也就是说这个游戏可能在配置中隐藏了这个皮肤但是并没有删掉美术资源所以接下来我就想着能不能让AI把这个隐藏的皮肤显示出来这样就能在游戏中直接使用了。
所以我根据自己推测的信息告诉AI在这个游戏中有一个皮肤编号3708002头像编号1018的资源被隐藏了其中关于这些资源的配置应该在commonconfigs中帮我解包并分析考虑如何将这个皮肤和头像恢复显示然后重新打包资源使其可以正常加载。就这么个需求它从Bundle的解包到分析FlatBuffers然后又处理XAsset的校验……最终花了3个小时就给我做出来了而且我试了一下非常完美简直就像这个皮肤本来就存在一样不过原本这就是被官方隐藏的嘛解除隐藏自然就和真的存在一样啊😂。
## 能在WASM Linux中运行的SSG
之前我做完终端版博客之后就在想让这个完整的Linux只用来展示博客似乎有点浪费感觉它还能做更多事但对我来说编译在这个系统中能运行的二进制程序还是有一点困难虽然我有用AI但是我的Agent是运行在macOS上的所以编译Linux二进制程序有点困难……不过单是BusyBox其实就能做相当多的事情了毕竟我当年可是在手机上用ash做出了论坛系统[Mabbs](https://github.com/Mabbs/Mabbs.project),那它能做的事情应该还有很多。
最近我在和群友聊天的时候发现有人用C#做了个静态网站生成器也是用AI做的看起来挺有意思。其实SSG的原理还是挺简单的说到底就是些文字转换罢了。于是我就想要不然我就让AI搓个能在WASM Linux中运行的SSG出来吧
当然直接搓我还是会有一点怀疑AI的能力所以又找了点素材之前在[体验Tilde社区](/2025/08/10/tilde.html)的时候发现了[bashblog](https://github.com/cfenollosa/bashblog)其实这就已经是一个现成的SSG了只不过它用的是Bash语法得让AI转换成POSIX风格的语法。另外它还依赖使用Perl语言编写的[Markdown库](https://daringfireball.net/projects/markdown/)我这个系统里可没有Perl啊也得想办法找个可以替代的东西。
我想了一下在BusyBox中最适合处理文本的大概就是awk了所以我首先应该找找有没有用awk编写的Markdown转换程序。结果搜了一下还真被我找到了有一个叫做[d.awk](https://github.com/wernsey/d.awk)的库里面包含一个完全用awk写的Markdown转换程序那么接下来我只需要把这两个项目丢给AI让它以bashblog为基础以d.awk为引擎制作一个兼容性极强的POSIX SSG吧。
这种问题果然还是太简单了,它只用了一两个小时的时间,就真的做出来了,最终它把这个项目起名叫做[possg](https://gist.github.com/Mabbs/3db745dc403d752a1d59d3e06938e310)并且我把这个程序粘贴到了我的终端版博客中运行了一下效果也是非常完美……如果哪一天我抛弃了Jekyll也许就会用这个possg吧😂。
## 终端版博客的各种新功能
最近一段时间我在我的[终端版博客](https://github.com/Mabbs/linux)又有一些新的想法于是就对着AI反复许愿结果AI还真的能让愿望成真。以下就是从上次做完之后又新增的一些功能
### Markdown高亮
最初博客在终端中显示文章时是直接打印的Markdown原文感觉不太好看所以我就想着如果能加个高亮功能体验应该会更好吧最开始我要求AI做这个功能的时候它选择使用Shell+sed来实现那时候我还没有做possg没考虑用awk来做所以性能非常差。因为Shell在处理这种任务的时候要不停地调用sed这个系统开进程的开销又很大所以处理一篇文章得好几秒后来才考虑用awk来做结果性能确实好了不少最终的代码可以在[这里](https://github.com/Mabbs/linux/blob/initramfs/bin/mdhl)查看。
### 挂载本地文件夹
前段时间我看到作者合并了一个关于[virtiofs的PR](https://github.com/tombl/linux/pull/40)当时我看到这个PR的时候就想记得Chrome浏览器有一个[showDirectoryPicker API](https://developer.mozilla.org/zh-CN/docs/Web/API/Window/showDirectoryPicker)可以允许网页对指定的文件夹进行读写。现在有了这个驱动的话让AI做个将本地文件夹挂载到Linux的功能应该是个很简单的事情于是我直接就闭着眼睛让AI做了。
做完之后虽然能用但是我又回想起上次让AI搓的通过Service Worker访问系统内网络服务的功能结果人家原作者已经做了一样的功能我还给作者发了[Issue](https://github.com/tombl/linux/issues/34)推荐😅所以这次我得吸取教训看看作者是不是已经做了这个功能毕竟作者实现virtiofs的时候估计就有这个打算吧结果看了一眼还真[做了](https://github.com/tombl/distro/blob/main/packages/linux-guest/src/browser.ts)😆我闭着眼睛让这个垃圾AI去做看来确实有点着急了虽然我不知道原来我的AI做得到底怎么样但是我对它还是没什么信心也许作者这个代码也是AI写的但很明显他的AI比我的AI水平强得多所以让它参考作者做的这个版本重新写了一版。总之最终都能用写出来的代码就是[hostfs.js](https://github.com/Mabbs/linux/blob/main/hostfs.js),再配合上[mount_host](https://github.com/Mabbs/linux/blob/initramfs/bin/mount_host)脚本就可以实现挂载本地文件夹的功能了。
### 基于WebRTC的局域网内组网
我在制作网络模块的时候一直在想有没有办法能在不依靠服务器的情况下让两个这样的Linux系统互联呢正常来说要想让两个浏览器内的服务互相访问就必须有一个中转服务器因为浏览器肯定是不允许网页监听端口而且就算能监听我的这个网页还是放在GitHub Pages上使用了HTTPS也没办法访问HTTP资源搞证书也是个麻烦事。
但其实浏览器是有P2P功能的那就是[WebRTC](https://developer.mozilla.org/zh-CN/docs/Web/API/WebRTC_API)只是我不太确定这个技术能不能做到无服务器于是我问了问AI这个功能能不能不要服务器结果AI说可以只要两个机器在同一个局域网就可以通过手动交换SDP信令来实现P2P连接而且考虑到我基本上完全没有锥形NAT网络可以用所以就不搞STUN服务器了反正也连不上。那既然理论上可以的话就让AI实现吧。
最终花了一点时间AI就写出来了使用[webrtc-p2p.js](https://github.com/Mabbs/linux/blob/main/webrtc-p2p.js)配合[connector](https://github.com/Mabbs/linux/blob/initramfs/bin/connector)就可以实现同一个局域网内两台电脑上的浏览器中的Linux互联了。
这个功能做出来之后直接就有了无限的想象空间比如想用A电脑的浏览器控制B电脑浏览器中的Linux就可以在B电脑中执行`tcpsvd -v 0.0.0.0 4444 /usr/bin/script -qc 'stty -echo; /bin/sh -i' /dev/null`然后在A电脑用`nc 10.0.2.x 4444`去连接就可以了效果就像SSH一样而且配合之前做的挂载本地文件夹功能甚至可以直接操作B电脑中的文件另外之前做的Service Worker访问系统内网络服务也能用得上假如B电脑有一个网页想要分享给A电脑可以在B电脑上用`mount_host`把本地文件夹挂载到Linux的`/mnt/host`目录中,然后在那个目录执行`httpd -p 8080`A电脑可以执行`tcpsvd -v 0.0.0.0 8080 /usr/bin/nc 10.0.2.x 8080`转发,接下来打开`http/8080/`就可以访问到B电脑上的网页了。
总之只要有了网络这个系统的功能就能被无限扩大了只是……说是这么说其实还是依赖浏览器的功能所以这些功能就算用JavaScript直接做也完全没问题但毕竟是作为Linux终端有了这些能力之后就显得更完整了。
最终我仔细确认了原作者确实没有做这个功能,所以就发了个[Issue](https://github.com/tombl/distro/issues/156)看看他有没有兴趣把这个功能加到他的库中,如果被接受了也算是做出贡献了吧。
### 使用VLESS协议的网关
虽然之前已经加了基于浏览器Fetch API的网关但这个网关的局限性还是挺大的基本上也就只能请求网站了。那其他能在浏览器上运行系统的项目是怎么做的呢看了一下像v86用的是一个基于L2 Over WS的公共网关relay.widgetry.org而WebVM用的则是Tailscale。这两种我都不喜欢主要是这些东西基本上专门服务于这类在浏览器中运行的系统普通人并不会特意去搭建而我既不想用某个特定的服务也不想自己搭……那么有什么样的网络服务既随处可见又能在浏览器中使用呢这时候我就想到了VLESS协议它天生就适合运行在WebSocket中而且搭建起来极其简单比如有人用Cloudflare Workers做了一个叫做[edgetunnel](https://github.com/zizifn/edgetunnel)的脚本可以轻松将Cloudflare作为代理使用因此我决定接下来让AI实现一个基于VLESS+WSS的网关这样除了请求网站之外还能做点别的事情比如用`telnet towel.blinkenlights.nl`命令看ASCII版的《星球大战》😆。
只不过相比于其他项目用的那些L2的服务来说VLESS承载的是L4的协议所以我还得让AI实现TCP/IP协议栈……其实我不太想这样做的因为AI做这种事情容易出错但是它看了一下我之前用的[tcpip.js](https://github.com/chipmk/tcpip.js)库说是里面的API不满足要求……那没办法AI既然自己想搓就让它搓吧。不过VLESS协议这个我觉得还是得给它个[文档](https://github.com/XTLS/Xray-docs-next/blob/main/docs/en/development/protocols/vless.md),免得它开始瞎编。
不管怎么说它还是搓出来了虽然质量我不是特别满意……但毕竟手头用的AI不是最先进的AI就先这样吧最终的代码就是[vless-gateway.js](https://github.com/Mabbs/linux/blob/main/vless-gateway.js),用法也很简单,首先要有一个**证书合法**的VLESS+WSS节点然后在我的博客终端中按F12打开控制台输入`switchToVless("wss://domain:port/path", "UUID")`就可以将原来基于Fetch的网络切换到VLESS节点的网络了考虑到避免被滥用的情况我就不内置节点了如果有人有兴趣可以用自己的节点进行连接。
# 感想
做到这里可以感受到最近的AI所做的一切真的是令人难以置信它不仅知道几乎所有知识还有不知疲倦的思考能力以及足够的动手能力而这也仅仅建立在一个很一般的免费模型上。再回想起前段时间用的Agent做的什么[订阅源预览](/2025/04/08/feed.html)简直就太简单了😂。目前据我所知其他人使用更先进的AI已经可以解决人类没能解决的数学难题、自主设计处理器指令集架构在上面运行Doom、[从零开发一个Classic Mac OS](https://github.com/Kelsidavis/System7)、制作直接在UEFI中运行的软件、以及完全逆向Unity3D游戏把几款游戏混合起来做成一个新游戏……至于网上总传的什么DeepSeek的所谓的灰测模型搞出来的[各种Demo](https://github.com/6WENHAO/DS-Games)就算了根本比不了过去各种难以想象的东西都被轻松做出来了而这一切就发生在最近几个月我已经很难想象未来AI能做到什么样的地步了也许AI真的会带领人类走向无法想象的高度吧

View File

@@ -6,7 +6,6 @@ cd blog
mkdir Mabbs mkdir Mabbs
curl -L -o Mabbs/README.md https://github.com/Mabbs/Mabbs/raw/main/README.md curl -L -o Mabbs/README.md https://github.com/Mabbs/Mabbs/raw/main/README.md
bundle exec jekyll build -d ../public_html bundle exec jekyll build -d ../public_html
rsync --delete -rv ../public_html/ mayx@pgs.sh:/blog
tar czvf MayxBlog.tgz --exclude-vcs ../public_html/ tar czvf MayxBlog.tgz --exclude-vcs ../public_html/
mv MayxBlog.tgz ../public_html/ mv MayxBlog.tgz ../public_html/
cd ../public_html/ cd ../public_html/

1147
assets/js/blog-console.js Normal file

File diff suppressed because it is too large Load Diff

10
games.md Normal file
View File

@@ -0,0 +1,10 @@
---
layout: default
title: Mayx的游戏列表
---
# Mayx的游戏列表
- 凯露&危险生存( [CHS]({% unless site.github %}https://mabbs.github.io{% endunless %}/karyl-yabaival/?cn) \| [JA]({% unless site.github %}https://mabbs.github.io{% endunless %}/karyl-yabaival/) \| [KO]({% unless site.github %}https://mabbs.github.io{% endunless %}/karyl-yabaival/?kr)
- [立直麻将 Wordle]({% unless site.github %}https://mabbs.github.io{% endunless %}/riichi-mahjong-wordle/)
- [Brainfuck可视化演示]({% unless site.github %}https://mabbs.github.io{% endunless %}/brainfuck-visualizer/)
- [《激情麻将》关服前快照]({% unless site.github %}https://mabbs.github.io{% endunless %}/mahjong-dream-snapshot/) [国际服]({% unless site.github %}https://mabbs.github.io{% endunless %}/mahjong-dream-snapshot/?intl)

View File

@@ -66,10 +66,8 @@ image: https://screenshot.mayx.eu.org/
<h2>其他页面</h2> <h2>其他页面</h2>
<p> <p>
<a href="/service.html">Mayx的公开服务</a><br /> <a href="/service.html">Mayx的公开服务</a><br />
<a href="{% unless site.github %}https://mabbs.github.io{% endunless %}/linux/">Mayx's Blog Terminal</a><br /> <a href="{% unless site.github %}https://mabbs.github.io{% endunless %}/linux/">Mayx's Blog Terminal</a> (<a href="{% unless site.github %}https://mabbs.github.io{% endunless %}/jsnix/">Fake Version</a>)<br />
凯露&危险生存( <a href="{% unless site.github %}https://mabbs.github.io{% endunless %}/karyl-yabaival/?cn">CHS</a> | <a href="{% unless site.github %}https://mabbs.github.io{% endunless %}/karyl-yabaival/">JA</a> | <a href="{% unless site.github %}https://mabbs.github.io{% endunless %}/karyl-yabaival/?kr">KO</a> <br /> <a href="/games.html">Mayx的游戏列表</a><br />
<a href="{% unless site.github %}https://mabbs.github.io{% endunless %}/riichi-mahjong-wordle/">立直麻将 Wordle</a><br />
<a href="{% unless site.github %}https://mabbs.github.io{% endunless %}/brainfuck-visualizer/">Brainfuck可视化演示</a><br />
<a href="/message.html">留言板</a><br /> <a href="/message.html">留言板</a><br />
<a href="/links.html">Links</a><br /> <a href="/links.html">Links</a><br />
<a href="/proxylist.html">代理列表</a><br /> <a href="/proxylist.html">代理列表</a><br />