Compare commits

..

2 Commits

Author SHA1 Message Date
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
6 changed files with 115 additions and 51 deletions

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/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/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

@ -2,9 +2,6 @@ repo_url
http://gdatura24gtdy23lxd7ht3xzx6mi7mdlkabpvuefhrjn4t5jduviw5ad.onion/Mayx/mayx
http://git.dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion/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://gitplac.si/mayx/mayx.gitpage.si
https://gitnet.fr/mayx/blog
@ -14,7 +11,11 @@ https://git.envs.net/Mayx/mayx
https://tildegit.org/Mayx/mayx
https://git.tilde.town/mayx/blog
https://gitlab.haskell.org/mayx/mayx
https://lavaforge.org/mayx/blog
https://repo2.serv00.com/git/pub/Mayx/mayx/
https://sij.ai/mayx/blog
https://repobase.net/mayx/blog
https://git.projectnightcrawler.dev/mayx/blog
https://codefloe.com/mayx/blog
https://git.pixie.town/mayx/blog
https://git.minetest.land/Mayx/blog
@ -58,7 +59,6 @@ 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
https://git.dotb.cloud/mayx/blog
http://121.41.2.71:3000/mayx/blog
https://git.imvictor.tech:2/mayx/blog
http://e19510c831.iok.la/mayx/blog
@ -69,18 +69,15 @@ https://code.wxk8.com/mayx/blog
http://fanlibo.i234.me:8418/mayx/blog
https://git.temporaryname.org/mayx/blog
https://Repo.gusdya.net/mayx/blog
https://git.flymiracle.com/mayx/blog
https://git.stormrain.cn/mayx/blog
https://git.deuxfleurs.fr/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://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
http://svn.rivastudio.cn/mayx/blog
http://118.178.172.49:3000/mayx/blog
@ -89,12 +86,10 @@ http://8.130.135.159:3000/mayx/blog
https://git.suo0.com/mayx/blog
https://git.dshkabatur.ru/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://58.65.162.118:3000/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
http://221.203.14.217:3000/mayx/blog
@ -130,15 +125,12 @@ 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.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://git.esen.gay/mayx/blog
https://git.webtims.ru/mayx/blog
https://gitlab.iplusus.com/mayx/blog
https://git.miasma-os.com/mayx/blog
https://gitea.nacsity.cn/mayx/blog
https://git.zakum.cn/mayx/blog
http://47.109.103.110:9000/mayx/blog_cn
http://51.159.198.233:3000/mayx/blog
@ -153,7 +145,6 @@ 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://111.228.34.40:3000/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
@ -161,25 +152,19 @@ https://gitea.wuyuank.com/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://githanea.s.odn.cc/mayx/blog_cn
https://git.dev.chuweizi.com/mayx/blog
http://36.138.125.206:3000/mayx/blog_cn
https://silica.codes/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.accept.dev.dbf.nl/mayx/blog
https://git.jhossain.online/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
https://code.draussenfunker.de/mayx/blog_cn
https://git.dinsor.co.th/mayx/blog
@ -188,7 +173,6 @@ http://www.bkandssp.cn:30/mayx/blog
http://gitea.ydxtool.com/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.edenit.co.kr/mayx/blog
https://git.catgirlsneed.homes/mayx/blog
@ -211,17 +195,14 @@ https://git.kaki87.net/mayx/blog
https://forgejo.vanten-s.com/mayx/blog
http://ysx.myds.me:3005/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
http://140.120.108.238:49308/mayx/blog
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://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
@ -229,19 +210,14 @@ https://git.etwo.dev/mayx/blog
https://git.panda-number.one/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
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://tacticallysolved.com/mayx/blog
@ -251,7 +227,6 @@ https://gitea.viperlance.net/mayx/blog
https://git.woopwoopserver.com/mayx/blog
http://tian-you.top:7020/mayx/blog
http://34.17.182.140/mayx-gogs/blog
https://gitea.octifor.synology.me:60443/mayx/blog
http://gitea.mikarsoft.com/mayx/blog
https://git.zhewen-tong.cc/mayx/blog
https://mcgit.place/mayx/blog
@ -266,42 +241,33 @@ https://git.sleepeesoftware.fr/mayx/blog
https://git.everestlinux.org/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
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
@ -309,9 +275,7 @@ 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
@ -321,17 +285,14 @@ 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
@ -350,10 +311,72 @@ 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
https://git.silica.codes/mayx/blog
http://xiaolee.space/mayx/blog
https://www.vitelgrid.app/mayx/blog
https://gitruhub.ru/mayx/blog
https://git.linuxposting.xyz/mayx/blog
http://www.jingdujiaoyu.net/mayx/blog
https://git.techworkshop42.ru/mayx/blog
http://speedyfox.app/mayx/blog
https://mjjtop.com/mayx/blog
https://git.noosfera.digital/mayx/blog
https://git.birdideas.net/mayx/blog
https://salamihub.ru/mayx/blog
https://forgejo.wanderingmonster.dev/mayx/blog
http://v.udvip.com/mayx/blog
https://gitea-fs0kwo8kccc4g88g0kk8k88c.gnextd.io/mayx/blog
https://git.edavmig.ru/mayx/blog
https://git.hashdesk.ru/mayx/blog
https://gitea.ns5001k.sigma2.no/mayx/blog
https://git.dongshan.tech/mayx/blog
https://fzsimo.com/mayx/blog
https://www.webetter.co.jp/mayx/blog
https://git.biddydev.com/mayx/blog
https://git.hemangvyas.com/mayx/blog
https://git.zotadevices.ru/mayx/blog
https://gitav.ru/mayx/blog
https://git.cribdev.com/mayx/blog
https://sapkyy.ru/mayx/blog
https://git.sakuzyo.net/mayx/blog
https://git.zefie.net/mayx/blog
https://gitea.redpowerfuture.com/mayx/blog
https://git.jinzhao.me/mayx/blog
http://www.365rise.top/mayx/blog
https://git.ifuntanhub.dev/mayx/blog
https://mahta-tech.com/mayx/blog
https://git.else-if.org/mayx/blog
http://kuiwisen.asia/mayx/blog
https://git.aptcloud.ru/mayx/blog
https://gitea.simssoftware.in/mayx/blog
https://gitlab.dev.genai-team.ru/mayx/blog
https://gitea.garandplg.com/mayx/blog
https://d.roxyipt.com/mayx/blog
https://git.umervtilte.lol/mayx/blog
https://infrared.xxx/mayx/blog
https://git.bitpak.ru/mayx/blog
https://git.amamedis.de/mayx/blog
https://gitea.neanderhub.com/mayx/blog
https://git.kunstglass.de/mayx/blog
https://git.kry008.xyz/mayx/blog
https://gitea.onfing.ir/mayx/blog
http://59.57.4.66:3000/mayx/blog_cn
https://git.tas2580.net/mayx/blog_cn
https://gitea.xala.dev/mayx/blog
https://gitea.augeo.dev/mayx/blog_cn
http://36.213.200.127:23000/mayx/blog_cn
http://47.115.221.71:3000/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
http://www.zhima.life/mayx/blog_cn
https://git.healparts.ru/mayx/blog_cn

Internal Server Error - Gitea: Git with a cup of tea

Internal Server Error

Gitea Version: 1.20.5