2 Commits

Author SHA1 Message Date
b8b29f86d5 Update 4 files
- /_data/other_repo_list.csv
- /_data/links.csv
- /nilaila-verify.txt
- /index.html
2026-07-18 09:39:55 +00:00
0e4e4d2fb7 Update 4 files
- /_data/other_repo_list.csv
- /_data/ai-cache.json
- /bo-ke-verify-24f0040157c07cc424b28b7b52ea734d.txt
- /_posts/2026-07-01-vibe-coding.md
2026-07-14 12:07:34 +00:00
7 changed files with 100 additions and 52 deletions

View File

@ -178,5 +178,6 @@
"/2026/03/01/llm3.html": "这篇文章介绍了作者近期在LLM部署和应用方面的经历主要包括以下几个方面\n\n首先作者升级硬件从单张RTX4090 48GiB升级到双路RTX4090 48GiB并购买了TRX40+TR 3960X的主板套装用于运行GPT-OSS模型。随后作者尝试使用vLLM框架替换Ollama并成功配置了GPT-OSS模型达到了接近190Tps的性能。\n\n其次作者体验了DeepSeek 1M上下文模型发现其在处理长上下文任务时表现出色能够展现摘要无法捕捉的细节并成功生成简历、分析人格等。\n\n此外作者还尝试使用DeepSeek重构Mabbs并发现DeepSeek能够识别作者的博客信息这表明训练样本中包含了作者的信息。\n\n最后作者在8GiB内存的MacBook Pro上运行了LFM2.5-1.2B-Thinking模型并使用了Apollo软件体验了其快速的推理速度和良好的思考能力。作者总结认为AI的发展令人惊叹软件优化使其在有限硬件环境下也能运行。", "/2026/03/01/llm3.html": "这篇文章介绍了作者近期在LLM部署和应用方面的经历主要包括以下几个方面\n\n首先作者升级硬件从单张RTX4090 48GiB升级到双路RTX4090 48GiB并购买了TRX40+TR 3960X的主板套装用于运行GPT-OSS模型。随后作者尝试使用vLLM框架替换Ollama并成功配置了GPT-OSS模型达到了接近190Tps的性能。\n\n其次作者体验了DeepSeek 1M上下文模型发现其在处理长上下文任务时表现出色能够展现摘要无法捕捉的细节并成功生成简历、分析人格等。\n\n此外作者还尝试使用DeepSeek重构Mabbs并发现DeepSeek能够识别作者的博客信息这表明训练样本中包含了作者的信息。\n\n最后作者在8GiB内存的MacBook Pro上运行了LFM2.5-1.2B-Thinking模型并使用了Apollo软件体验了其快速的推理速度和良好的思考能力。作者总结认为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/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更有效可以避免浪费时间和精力。"
} }

View File

@ -2,7 +2,7 @@ title,link,feed_url,description
花火学园,https://www.sayhanabi.net/,,和谐融洽的ACG交流以及资源聚集地 花火学园,https://www.sayhanabi.net/,,和谐融洽的ACG交流以及资源聚集地
资源统筹局,https://gkdworld.com/,,统筹保管用户分享的资源 资源统筹局,https://gkdworld.com/,,统筹保管用户分享的资源
贫困的蚊子,https://mozz.ie/,https://mozz.ie/index.xml, 贫困的蚊子,https://mozz.ie/,https://mozz.ie/index.xml,
极客兔兔,https://geektutu.com/,https://geektutu.com/atom.xml,致力于分享有趣的技术实践 极客兔兔,https://geektutu.com/,https://geektutu.com/feed.xml,致力于分享有趣的技术实践
维基萌,https://www.wikimoe.com/,https://www.wikimoe.com/rss,萌即是正义一名热爱acg的前端设计师的小站 维基萌,https://www.wikimoe.com/,https://www.wikimoe.com/rss,萌即是正义一名热爱acg的前端设计师的小站
7gugu's blog,https://www.7gugu.com/,https://7gugu.com/index.php/feed/,"一个用来存放我爱好的地方,编程,摄影之类的空间" 7gugu's blog,https://www.7gugu.com/,https://7gugu.com/index.php/feed/,"一个用来存放我爱好的地方,编程,摄影之类的空间"
Kingfish404,https://blog.kingfish404.cn/,https://blog.kingfish404.cn/index.xml,"Stay curious,stay naive. WUT. Jin Yu's Blog" Kingfish404,https://blog.kingfish404.cn/,https://blog.kingfish404.cn/index.xml,"Stay curious,stay naive. WUT. Jin Yu's Blog"

1 title link feed_url description
2 花火学园 https://www.sayhanabi.net/ 和谐融洽的ACG交流以及资源聚集地
3 资源统筹局 https://gkdworld.com/ 统筹保管用户分享的资源
4 贫困的蚊子 https://mozz.ie/ https://mozz.ie/index.xml
5 极客兔兔 https://geektutu.com/ https://geektutu.com/atom.xml https://geektutu.com/feed.xml 致力于分享有趣的技术实践
6 维基萌 https://www.wikimoe.com/ https://www.wikimoe.com/rss 萌即是正义!一名热爱acg的前端设计师的小站!
7 7gugu's blog https://www.7gugu.com/ https://7gugu.com/index.php/feed/ 一个用来存放我爱好的地方,编程,摄影之类的空间
8 Kingfish404 https://blog.kingfish404.cn/ https://blog.kingfish404.cn/index.xml Stay curious,stay naive. WUT. Jin Yu's Blog

View File

@ -23,7 +23,6 @@ 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://git.rootfinlay.co.uk/mayx/blog
https://gitea.belanjaparts.com/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
@ -45,7 +44,6 @@ 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://git.sitenevis.com/mayx/blog
https://dreamplacesai.de/mayx/blog https://dreamplacesai.de/mayx/blog
https://git.lekai.info/mayx/blog https://git.lekai.info/mayx/blog
https://git.novaa.xyz/mayx/blog https://git.novaa.xyz/mayx/blog
@ -61,7 +59,6 @@ https://gitea.vilcap.com/mayx/blog
http://8.138.142.17:3000/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 https://git.dotb.cloud/mayx/blog
https://gitea.augeo.dev/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 https://git.imvictor.tech:2/mayx/blog
http://e19510c831.iok.la/mayx/blog http://e19510c831.iok.la/mayx/blog
@ -95,18 +92,14 @@ http://47.103.78.70:3000/mayx/blog
http://47.100.208.160:51300/mayx/blog http://47.100.208.160:51300/mayx/blog
http://120.210.80.160:3000/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
https://git.erfmann.dev/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 http://8.131.93.145:54082/mayx/blog
https://gitea.doinlab.com/mayx/blog
https://git.7af.ru/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.johntsai.online/mayx/blog
https://git.f4e.lol/mayx/blog https://git.f4e.lol/mayx/blog
http://47.113.145.232:3000/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 https://lishan148.synology.me:3014/mayx/blog_cn
http://110.42.101.39:13000/mayx/blog_cn http://110.42.101.39:13000/mayx/blog_cn
@ -121,7 +114,6 @@ 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 http://82.156.111.58:3000/mayx/blog_cn
https://git.cool2645.com/mayx/blog_cn https://git.cool2645.com/mayx/blog_cn
https://gitlab.liruwei.cn/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
@ -130,10 +122,8 @@ 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://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://36.153.162.171:3000/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.gnyra.com/mayx/blog
https://git.graveyard.sh/mayx/blog https://git.graveyard.sh/mayx/blog
https://git.nathanspackman.com/mayx/blog https://git.nathanspackman.com/mayx/blog
http://git.mynas71.myds.me/mayx/blog http://git.mynas71.myds.me/mayx/blog
@ -142,32 +132,22 @@ 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://gitea.hello.faith/mayx/blog
https://git.violka-it.net/mayx/blog https://git.violka-it.net/mayx/blog
https://git.adityagupta.dev/mayx/blog
https://git.danpeak.co.uk/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.automathon.org/mayx/blog
https://git.esen.gay/mayx/blog https://git.esen.gay/mayx/blog
https://git.webtims.ru/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://gitea.nacsity.cn/mayx/blog
https://git.zakum.cn/mayx/blog https://git.zakum.cn/mayx/blog
https://gitea.kamilklecha.dev/mayx/blog
http://47.109.103.110:9000/mayx/blog_cn http://47.109.103.110:9000/mayx/blog_cn
http://49.232.183.190:3000/mayx/blog_cn
https://code.wemediacn.com/mayx/blog_cn
http://51.159.198.233:3000/mayx/blog http://51.159.198.233:3000/mayx/blog
https://gitea.adriangonzalezbarbosa.eu/mayx/blog https://gitea.adriangonzalezbarbosa.eu/mayx/blog
https://git.legatus.ru/mayx/blog https://git.legatus.ru/mayx/blog
https://git.kayashov.keenetic.pro/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://119.96.62.56:3000/mayx/blog_cn
https://gitea.gentronhealth.com/mayx/blog_cn
http://43.143.209.246:6300/mayx/blog_cn http://43.143.209.246:6300/mayx/blog_cn
http://yidaima.cn:6008/mayx/blog_cn
http://zgd.synology.me:8418/mayx/blog_cn
http://58.221.216.202:3000/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://www.xshideserver.com:3000/mayx/blog_cn
http://159.75.131.235:3001/mayx/blog_cn http://159.75.131.235:3001/mayx/blog_cn
@ -177,7 +157,6 @@ 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://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://code.tczkiot.com/mayx/blog_cn
https://gitea.wuyuank.com/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 https://gitea.myat4.com/mayx/blog_cn
@ -185,11 +164,9 @@ http://118.24.161.24:3000/mayx/blog_cn
http://githanea.s.odn.cc/mayx/blog_cn http://githanea.s.odn.cc/mayx/blog_cn
https://git.dev.chuweizi.com/mayx/blog 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://git.chatumbrella.online/mayx/blog
https://silica.codes/mayx/blog https://silica.codes/mayx/blog
https://git.crystalyx.net/mayx/blog https://git.crystalyx.net/mayx/blog
https://gittea.dev/mayx/blog https://gittea.dev/mayx/blog
https://git.newnaturalphilosophy.org/mayx/blog
https://code.infininov.com/mayx/blog https://code.infininov.com/mayx/blog
https://src.enterpriselinux.social/mayx/blog https://src.enterpriselinux.social/mayx/blog
https://gitea.grxe.io/mayx/blog https://gitea.grxe.io/mayx/blog
@ -198,26 +175,19 @@ 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://git.fedaya.net/mayx/blog
https://redev.lol/mayx/blog https://redev.lol/mayx/blog
http://git.zfxfzb.com/mayx/blog
https://papi.tkpups.com/mayx/blog https://papi.tkpups.com/mayx/blog
https://git.beyond-a-i.org/mayx/blog https://git.beyond-a-i.org/mayx/blog
http://huanghomenas2.myqnapcloud.com:4000/mayx/blog_cn http://huanghomenas2.myqnapcloud.com:4000/mayx/blog_cn
http://1.117.66.197:3000/mayx/blog_cn
http://git.zhmight.com/mayx/blog_cn http://git.zhmight.com/mayx/blog_cn
https://intl-dev.gaia888.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
https://ofibohost.com/mayx/blog
http://www.arkproject.top/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
http://222.85.214.245:9776/mayx/blog
https://git.kraevsky.ru/mayx/blog
https://ruyiscx.cloud:3000/mayx/blog
https://git.0xee.eu/mayx/blog https://git.0xee.eu/mayx/blog
https://gitea.deitglobal.com/mayx/blog
https://git.crwlr.ir/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
@ -226,12 +196,10 @@ http://47.108.255.216:3000/mayx/blog_cn
https://gitea.molietech.com/mayx/blog_cn https://gitea.molietech.com/mayx/blog_cn
http://58.87.88.234:3000/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://119.91.212.17: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://namonba.asuscomm.com:3001/mayx/blog
http://109.199.98.226:3001/mayx/blog http://109.199.98.226:3001/mayx/blog
https://git.extra.eiffel.com/mayx/blog
https://gitea.digitanie.org/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://qlcodegitserver.online/mayx/blog
@ -245,10 +213,7 @@ 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://git.csi-kjsce.org/mayx/blog
https://hiwifi.denq.us:8418/mayx/blog https://hiwifi.denq.us:8418/mayx/blog
http://39.108.124.198:3000/mayx/blog
http://1090391-twk8saas.tmweb.ru/mayx/blog
https://git.msoucy.me/mayx/blog https://git.msoucy.me/mayx/blog
https://git.niisse.net/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.thunder-data.cn/mayx/blog_cn
@ -263,20 +228,14 @@ https://git.wieerwill.dev/mayx/blog
https://git.etwo.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.h4xx0r.club/mayx/blog
https://git.trevorbotha.net/mayx/blog https://git.trevorbotha.net/mayx/blog
https://viacivis.de/mayx/blog https://viacivis.de/mayx/blog
http://www.wybpohro.com:3000/mayx/blog_cn http://www.wybpohro.com:3000/mayx/blog_cn
https://gitea.jobiglo.com/mayx/blog_cn https://gitea.jobiglo.com/mayx/blog_cn
http://118.31.7.2:3000/mayx/blog_cn http://118.31.7.2:3000/mayx/blog_cn
http://www.dothing.com:6999/mayx/blog_cn http://www.dothing.com:6999/mayx/blog_cn
http://121.43.244.209:30000/mayx/blog_cn
http://101.37.147.115:3000/mayx/blog_cn http://101.37.147.115:3000/mayx/blog_cn
https://git.fast-blast.uk/mayx/blog_cn
https://gitea.originaltech.cn/mayx/blog_cn https://gitea.originaltech.cn/mayx/blog_cn
http://yuerton.oicp.net:13000/mayx/blog_cn
https://gitea.wsszn.com/mayx/blog_cn
https://gitea.katiethe.dev/mayx/blog_cn
https://git.akarmain.ru/mayx/blog_cn https://git.akarmain.ru/mayx/blog_cn
https://git.georgew.dev/mayx/blog https://git.georgew.dev/mayx/blog
https://gitea.keymantek.com:777/mayx/blog https://gitea.keymantek.com:777/mayx/blog
@ -287,13 +246,9 @@ 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://tacticallysolved.com/mayx/blog
https://git.juntekim.com/mayx/blog https://git.juntekim.com/mayx/blog
https://git.loverde.com.br/mayx/blog
https://git.unioit.com/mayx/blog
https://git.jangoo.us:3010/mayx/blog
https://git.farmtowntech.com/mayx/blog https://git.farmtowntech.com/mayx/blog
https://gitea.viperlance.net/mayx/blog https://gitea.viperlance.net/mayx/blog
https://git.woopwoopserver.com/mayx/blog https://git.woopwoopserver.com/mayx/blog
https://git.sfere.pro/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 https://gitea.octifor.synology.me:60443/mayx/blog
@ -301,15 +256,104 @@ http://gitea.mikarsoft.com/mayx/blog
https://git.zhewen-tong.cc/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.sunfamily.site/mayx/blog
https://git.dreamdares.com/mayx/blog
https://git.vgorl.is/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 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
http://47.120.49.189:3000/mayx/blog
https://git.sleepeesoftware.fr/mayx/blog https://git.sleepeesoftware.fr/mayx/blog
https://daemez.io/mayx/blog https://git.everestlinux.org/mayx/blog
https://scm.macke.it/mayx/blog https://git.devinmajor.com/mayx/blog
https://git.netzbyte.com/mayx/blog
https://repo.saticogroup.com/mayx/blog
https://ataymakhzan.com/mayx/blog
https://repo.qruize.com/mayx/blog
https://git.xneon.org/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://git.liestral.io/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
https://git.xiongyi.xin/mayx/blog
https://git.pdy.ph/mayx/blog
http://188.66.0.25:3000/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
https://git.jingflowai.com/mayx/blog
https://git.ritonquilol.fr/mayx/blog
https://bis127.vse.cz/mayx/blog
https://gitea.diereimers.org/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://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.kemomimi.site/mayx/blog
https://gitea.kolesarhome.com/mayx/blog
http://sexy6688.vip/mayx/blog
https://gitbucket.aint-no.info/mayx/blog
https://gitea.emulab.it/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://a-t-g.ru/mayx/blog
http://qiubei-git.cn/mayx/blog_cn
http://wangbeibei.xyz:6002/mayx/blog
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://yidaima.cn:6008/mayx/blog_cn
https://gitea.kdlsvps.top/mayx/blog_cn
http://8.148.31.14:3000/mayx/blog_cn
http://58.17.14.95:8001/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.jingchengdl.com/mayx/blog_cn
https://gitea.detr.top/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
https://gitea.liyongzheng.fun/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://hdtime.space/mayx/blog_cn
http://219.151.177.172: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://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

1 repo_url
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://git.rootfinlay.co.uk/mayx/blog
26 https://gitea.belanjaparts.com/mayx/blog
27 http://185.208.225.190:3000/mayx/blog
28 https://git.Apture.io/mayx/blog
44 https://git.7o9o.net/mayx/blog
45 https://git.gupaoedu.cn/mayx/blog
46 https://git.7milch.com/mayx/blog
https://git.sitenevis.com/mayx/blog
47 https://dreamplacesai.de/mayx/blog
48 https://git.lekai.info/mayx/blog
49 https://git.novaa.xyz/mayx/blog
59 http://8.138.142.17:3000/mayx/blog
60 http://209.127.59.74:3000/mayx/blog
61 https://git.dotb.cloud/mayx/blog
https://gitea.augeo.dev/mayx/blog
62 http://121.41.2.71:3000/mayx/blog
63 https://git.imvictor.tech:2/mayx/blog
64 http://e19510c831.iok.la/mayx/blog
92 http://47.100.208.160:51300/mayx/blog
93 http://120.210.80.160:3000/mayx/blog
94 http://194.5.152.156:3000/mayx/blog
https://git.erfmann.dev/mayx/blog
95 http://58.65.162.118:3000/mayx/blog
96 https://git.arkon.solutions/mayx/blog
97 http://8.131.93.145:54082/mayx/blog
https://gitea.doinlab.com/mayx/blog
98 https://git.7af.ru/mayx/blog
99 https://gitea.yimoyuyan.cn/mayx/blog
100 http://221.203.14.217:3000/mayx/blog
101 https://dev.kiramtech.com/mayx/blog
https://git.johntsai.online/mayx/blog
102 https://git.f4e.lol/mayx/blog
http://47.113.145.232:3000/mayx/blog
103 http://72.61.229.93:4000/mayx/blog
104 https://lishan148.synology.me:3014/mayx/blog_cn
105 http://110.42.101.39:13000/mayx/blog_cn
114 http://120.48.141.82:3000/mayx/blog_cn
115 http://82.156.111.58:3000/mayx/blog_cn
116 https://git.cool2645.com/mayx/blog_cn
https://gitlab.liruwei.cn/mayx/blog_cn
117 http://175.27.229.211:3000/mayx/blog_cn
118 https://git.yidaimingjvn.xyz/mayx/blog_cn
119 http://39.105.67.143:3000/mayx/blog_cn
122 https://git.mingliqiye.com/mayx/blog_cn
123 http://119.29.194.155:8894/mayx/blog_cn
124 http://58.213.60.6:19000/mayx/blog_cn
http://36.153.162.171:3000/mayx/blog_cn
125 http://47.92.113.131:3000/mayx/blog
126 http://gyc.myds.me:4000/mayx/blog
https://git.gnyra.com/mayx/blog
127 https://git.graveyard.sh/mayx/blog
128 https://git.nathanspackman.com/mayx/blog
129 http://git.mynas71.myds.me/mayx/blog
132 https://gitea.jnyuxia.com/mayx/blog
133 https://gitea.hello.faith/mayx/blog
134 https://git.violka-it.net/mayx/blog
https://git.adityagupta.dev/mayx/blog
135 https://git.danpeak.co.uk/mayx/blog
136 https://gitea.mynas-lechner.de/mayx/blog
https://git.automathon.org/mayx/blog
137 https://git.esen.gay/mayx/blog
138 https://git.webtims.ru/mayx/blog
139 https://gitlab.iplusus.com/mayx/blog
140 https://git.miasma-os.com/mayx/blog
141 https://gitea.nacsity.cn/mayx/blog
142 https://git.zakum.cn/mayx/blog
https://gitea.kamilklecha.dev/mayx/blog
143 http://47.109.103.110:9000/mayx/blog_cn
http://49.232.183.190:3000/mayx/blog_cn
https://code.wemediacn.com/mayx/blog_cn
144 http://51.159.198.233:3000/mayx/blog
145 https://gitea.adriangonzalezbarbosa.eu/mayx/blog
146 https://git.legatus.ru/mayx/blog
https://git.kayashov.keenetic.pro/mayx/blog
147 http://47.104.241.192:19999/mayx/blog_cn
148 http://47.98.148.146:1026/mayx/blog_cn
149 http://119.96.62.56:3000/mayx/blog_cn
https://gitea.gentronhealth.com/mayx/blog_cn
150 http://43.143.209.246:6300/mayx/blog_cn
http://yidaima.cn:6008/mayx/blog_cn
http://zgd.synology.me:8418/mayx/blog_cn
http://58.221.216.202:3000/mayx/blog_cn
151 http://39.100.183.95:88/mayx/blog_cn
152 http://www.xshideserver.com:3000/mayx/blog_cn
153 http://159.75.131.235:3001/mayx/blog_cn
157 http://36.133.248.69:3088/mayx/blog_cn
158 http://220.205.16.27:18081/mayx/blog_cn
159 http://183.204.60.122:10081/mayx/blog_cn
https://code.tczkiot.com/mayx/blog_cn
160 https://gitea.wuyuank.com/mayx/blog_cn
161 http://47.106.222.181:20511/mayx/blog_cn
162 https://gitea.myat4.com/mayx/blog_cn
164 http://githanea.s.odn.cc/mayx/blog_cn
165 https://git.dev.chuweizi.com/mayx/blog
166 http://36.138.125.206:3000/mayx/blog_cn
https://git.chatumbrella.online/mayx/blog
167 https://silica.codes/mayx/blog
168 https://git.crystalyx.net/mayx/blog
169 https://gittea.dev/mayx/blog
https://git.newnaturalphilosophy.org/mayx/blog
170 https://code.infininov.com/mayx/blog
171 https://src.enterpriselinux.social/mayx/blog
172 https://gitea.grxe.io/mayx/blog
175 https://barhoum-lab.fr/mayx/blog
176 https://git.fedaya.net/mayx/blog
177 https://redev.lol/mayx/blog
http://git.zfxfzb.com/mayx/blog
178 https://papi.tkpups.com/mayx/blog
179 https://git.beyond-a-i.org/mayx/blog
180 http://huanghomenas2.myqnapcloud.com:4000/mayx/blog_cn
http://1.117.66.197:3000/mayx/blog_cn
181 http://git.zhmight.com/mayx/blog_cn
182 https://intl-dev.gaia888.com/mayx/blog_cn
183 http://gitea.snailtrack.cn/mayx/blog_cn
184 https://code.draussenfunker.de/mayx/blog_cn
185 https://git.dinsor.co.th/mayx/blog
https://ofibohost.com/mayx/blog
186 http://www.arkproject.top/mayx/blog
187 http://www.bkandssp.cn:30/mayx/blog
188 http://gitea.ydxtool.com/mayx/blog
189 https://gitea.malxte.de/mayx/blog
http://222.85.214.245:9776/mayx/blog
https://git.kraevsky.ru/mayx/blog
https://ruyiscx.cloud:3000/mayx/blog
190 https://git.0xee.eu/mayx/blog
https://gitea.deitglobal.com/mayx/blog
191 https://git.crwlr.ir/mayx/blog
192 https://git.nozora.top/mayx/blog
193 https://git.edenit.co.kr/mayx/blog
196 https://gitea.molietech.com/mayx/blog_cn
197 http://58.87.88.234:3000/mayx/blog_cn
198 http://210.75.240.13:3000/mayx/blog_cn
http://119.91.212.17:3000/mayx/blog_cn
199 http://git.hbg99.com:8080/mayx/blog_cn
200 https://git.eplg.services/mayx/blog
201 http://namonba.asuscomm.com:3001/mayx/blog
202 http://109.199.98.226:3001/mayx/blog
https://git.extra.eiffel.com/mayx/blog
203 https://gitea.digitanie.org/mayx/blog
204 https://git.xleed.com/mayx/blog
205 https://qlcodegitserver.online/mayx/blog
213 http://124.71.169.183:3000/mayx/blog
214 https://git.csi-kjsce.org/mayx/blog
215 https://hiwifi.denq.us:8418/mayx/blog
http://39.108.124.198:3000/mayx/blog
http://1090391-twk8saas.tmweb.ru/mayx/blog
216 https://git.msoucy.me/mayx/blog
https://git.niisse.net/mayx/blog
217 http://140.120.108.238:49308/mayx/blog
218 http://git.chilidoginteractive.com:3000/mayx/blog_cn
219 https://git.thunder-data.cn/mayx/blog_cn
228 https://git.etwo.dev/mayx/blog
229 https://git.panda-number.one/mayx/blog
230 https://datacortex.pl/mayx/blog
https://git.h4xx0r.club/mayx/blog
231 https://git.trevorbotha.net/mayx/blog
232 https://viacivis.de/mayx/blog
233 http://www.wybpohro.com:3000/mayx/blog_cn
234 https://gitea.jobiglo.com/mayx/blog_cn
235 http://118.31.7.2:3000/mayx/blog_cn
236 http://www.dothing.com:6999/mayx/blog_cn
http://121.43.244.209:30000/mayx/blog_cn
237 http://101.37.147.115:3000/mayx/blog_cn
https://git.fast-blast.uk/mayx/blog_cn
238 https://gitea.originaltech.cn/mayx/blog_cn
http://yuerton.oicp.net:13000/mayx/blog_cn
https://gitea.wsszn.com/mayx/blog_cn
https://gitea.katiethe.dev/mayx/blog_cn
239 https://git.akarmain.ru/mayx/blog_cn
240 https://git.georgew.dev/mayx/blog
241 https://gitea.keymantek.com:777/mayx/blog
246 https://git.tirtapakuan.co.id/mayx/blog
247 https://tacticallysolved.com/mayx/blog
248 https://git.juntekim.com/mayx/blog
https://git.loverde.com.br/mayx/blog
https://git.unioit.com/mayx/blog
https://git.jangoo.us:3010/mayx/blog
249 https://git.farmtowntech.com/mayx/blog
250 https://gitea.viperlance.net/mayx/blog
251 https://git.woopwoopserver.com/mayx/blog
https://git.sfere.pro/mayx/blog
252 http://tian-you.top:7020/mayx/blog
253 http://34.17.182.140/mayx-gogs/blog
254 https://gitea.octifor.synology.me:60443/mayx/blog
256 https://git.zhewen-tong.cc/mayx/blog
257 https://mcgit.place/mayx/blog
258 https://git.sunfamily.site/mayx/blog
https://git.dreamdares.com/mayx/blog
259 https://git.vgorl.is/mayx/blog
260 https://forgejo.rekallservices.com/mayx/blog
261 https://git.serradavid.fr/mayx/blog
262 http://git.instal.org.cn/mayx/blog
263 https://git.smart-family.net/mayx/blog
264 https://git.chiasson.cloud/mayx/blog
http://47.120.49.189:3000/mayx/blog
265 https://git.sleepeesoftware.fr/mayx/blog
266 https://daemez.io/mayx/blog https://git.everestlinux.org/mayx/blog
267 https://scm.macke.it/mayx/blog https://git.devinmajor.com/mayx/blog
268 https://git.netzbyte.com/mayx/blog
269 https://repo.saticogroup.com/mayx/blog
270 https://ataymakhzan.com/mayx/blog
271 https://repo.qruize.com/mayx/blog
272 https://git.xneon.org/mayx/blog
273 https://git.lamby.gay/mayx/blog
274 https://imperionblast.org/mayx/blog
275 https://donkey.abanbytes.eu/mayx/blog
276 https://lab.dutt.ch/mayx/blog
277 https://git.liestral.io/mayx/blog
278 https://gitea.dabit.synology.me/mayx/blog
279 http://www.javabrew.org/mayx/blog
280 https://git.joinplu.me/mayx/blog
281 http://otter.top/mayx/blog
282 https://git.xiongyi.xin/mayx/blog
283 https://git.pdy.ph/mayx/blog
284 http://188.66.0.25:3000/mayx/blog
285 https://gitea.deliverables.io/mayx/blog
286 https://git.sevenvm.de/mayx/blog
287 https://code.letsbe.solutions/mayx/blog
288 https://git.mlhub.it/mayx/blog
289 https://git.coastit.co.za/mayx/blog
290 https://git.0bin.in/mayx/blog
291 https://jsuse.com/mayx/blog
292 https://git.truncgil.com/mayx/blog
293 http://23.182.16.150:3000/mayx/blog
294 https://git.jingflowai.com/mayx/blog
295 https://git.ritonquilol.fr/mayx/blog
296 https://bis127.vse.cz/mayx/blog
297 https://gitea.diereimers.org/mayx/blog
298 https://app.gitpasha.com/mayx/blog
299 http://www.flowzl.top/mayx/blog
300 https://git.psg.net.au/mayx/blog
301 https://shaman2025.site/mayx/blog
302 https://gitea.ccllc.pro/mayx/blog
303 https://gitea.hpdocker.hpress.de/mayx/blog
304 https://vertpartneerss.club/mayx/blog
305 https://git.jhammah.com/mayx/blog
306 https://git.kemomimi.site/mayx/blog
307 https://gitea.kolesarhome.com/mayx/blog
308 http://sexy6688.vip/mayx/blog
309 https://gitbucket.aint-no.info/mayx/blog
310 https://gitea.emulab.it/mayx/blog
311 https://git.wikeo.ovh/mayx/blog
312 https://gitea.finesoft.club:4431/mayx/blog
313 https://gitea.precia.site/mayx/blog
314 https://git.bitscat.vn/mayx/blog
315 http://arch52.co.uk/mayx/blog
316 https://devcraft-dot.tech/mayx/blog
317 https://a-t-g.ru/mayx/blog
318 http://qiubei-git.cn/mayx/blog_cn
319 http://wangbeibei.xyz:6002/mayx/blog
320 http://8.141.82.163:20000/mayx/blog_cn
321 http://152.136.126.252:3000/mayx/blog_cn
322 https://home.zhupei.me:3000/mayx/blog_cn
323 http://gitea.coderpath.com/mayx/blog_cn
324 https://gitea.quiztimes.nl/mayx/blog_cn
325 https://www.chenisgod.com:3096/mayx/blog_cn
326 http://81.70.30.91:3000/mayx/blog_cn
327 http://yidaima.cn:6008/mayx/blog_cn
328 https://gitea.kdlsvps.top/mayx/blog_cn
329 http://8.148.31.14:3000/mayx/blog_cn
330 http://58.17.14.95:8001/mayx/blog_cn
331 http://39.99.175.172:8000/mayx/blog_cn
332 http://39.171.252.63:3000/mayx/blog_cn
333 https://git.lucas-michel.fr/mayx/blog_cn
334 https://git.archieri.fr/mayx/blog_cn
335 https://git.cdev.su/mayx/blog
336 https://root-kit.ru/mayx/blog
337 https://git.gnyra.com/mayx/blog_cn
338 https://git.newnaturalphilosophy.org/mayx/blog_cn
339 https://git.jingchengdl.com/mayx/blog_cn
340 https://gitea.detr.top/mayx/blog_cn
341 http://175.178.193.35:3000/mayx/blog_cn
342 http://frp5.mmszxc.xin:55469/mayx/blog_cn
343 http://gitea.jb1000.com:88/mayx/blog_cn
344 https://gitea.liyongzheng.fun/mayx/blog_cn
345 http://www.22ai.vip/mayx/blog_cn
346 https://git.tutulab.online/mayx/blog_cn
347 http://voodoo.plus/mayx/blog_cn
348 https://git.extra.eiffel.com/mayx/blog_cn
349 https://hdtime.space/mayx/blog_cn
350 http://219.151.177.172:3000/mayx/blog_cn
351 http://62.234.20.54:3000/mayx/blog_cn
352 https://git.urnas.cn/mayx/blog_cn
353 http://20.6.159.133:3000/mayx/blog_cn
354 https://gitea.4gunn.cn:52443/mayx/blog_cn
355 https://git.4tempo.com/mayx/blog_cn
356 https://gitea.nightdev.cn:9527/mayx/blog_cn
357 https://git.hivetasks.com/mayx/blog_cn
358 https://git.ddns.net/mayx/blog_cn
359 http://jdunlap.com/mayx/blog

View File

@ -12,7 +12,7 @@ tags: [Vibe Coding, AI, PJAX, 麻将]
# 关于PJAX的改造 # 关于PJAX的改造
虽然说AI生成的东西可靠性并不是很高但至少在网上已经有很多例子的代码应该不至于乱生成吧……其实我一直都想给我的博客增加全站无刷新的功能但是每次看到PJAX都要自己重新调用当前页面的各种函数就懒得动手了😂。不过其实这也不是什么复杂的事情主要是一个一个分析函数比较麻烦所以既然有AI了不如直接让AI帮我做吧。于是我让它克隆了我的仓库分析并写出PJAX的代码。 虽然说AI生成的东西可靠性并不是很高但至少在网上已经有很多例子的代码应该不至于乱生成吧……其实我一直都想给我的博客增加全站无刷新的功能但是每次看到PJAX都要自己重新调用当前页面的各种函数就懒得动手了😂。不过其实这也不是什么复杂的事情主要是一个一个分析函数比较麻烦所以既然有AI了不如直接让AI帮我做吧。于是我让它克隆了我的仓库分析并写出PJAX的代码。
用AI Agent最大的好处就是能让它了解整个项目的所有代码如果是直接在对话里让AI修改的话就很难做到这一点。总之我告诉它之后等了一会它真的写出来了我试了一下确实能用虽然刚开始有不少问题主要是因为我用了[Live2D](/Live2dHistoire/)主要问题也是这个引起的。不过只要我告诉它问题在哪里,它总是能给我改好,先不论它实现的代码怎么样,但至少从效果来说还是相当不错的。 用AI Agent最大的好处就是能让它了解整个项目的所有代码如果是直接在对话里让AI修改的话就很难做到这一点。总之我告诉它之后等了一会它真的写出来了我试了一下确实能用虽然刚开始有不少问题主要是因为我用了[Live2D](/Live2dHistoire/)不少问题也是这个功能引起的。不过只要我告诉它问题在哪里,它总是能给我改好,先不论它实现的代码怎么样,但至少从效果来说还是相当不错的。
最终生成的代码我看了一下代码质量非常糟糕把我在别处的代码到处复制粘贴到PJAX用的代码里了但是体验效果不错……所以没办法虽然代码很糟糕但先用着吧。不过我觉得优化应该也能交给AI Agent只是它有时候改来改去还会把正常代码改坏所以优化看起来还是只能自己做…… 最终生成的代码我看了一下代码质量非常糟糕把我在别处的代码到处复制粘贴到PJAX用的代码里了但是体验效果不错……所以没办法虽然代码很糟糕但先用着吧。不过我觉得优化应该也能交给AI Agent只是它有时候改来改去还会把正常代码改坏所以优化看起来还是只能自己做……
最终的代码就是:[pjax.js](/assets/js/pjax.js),虽然我对这个代码质量不是很满意,但是毕竟能用,效果也不错,就先这样用吧~ 最终的代码就是:[pjax.js](/assets/js/pjax.js),虽然我对这个代码质量不是很满意,但是毕竟能用,效果也不错,就先这样用吧~

View File

@ -0,0 +1 @@
24f0040157c07cc424b28b7b52ea734d

View File

@ -66,6 +66,7 @@ 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 %}/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="{% 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="{% unless site.github %}https://mabbs.github.io{% endunless %}/riichi-mahjong-wordle/">立直麻将 Wordle</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="{% unless site.github %}https://mabbs.github.io{% endunless %}/brainfuck-visualizer/">Brainfuck可视化演示</a><br />

1
nilaila-verify.txt Normal file
View File

@ -0,0 +1 @@
32691808d04b4e838d0c0610ec848ca2