mirror of
https://github.com/Mabbs/mabbs.github.io
synced 2026-03-05 05:48:00 +08:00
Update 3 files
- /_data/ai-cache.json - /_data/proxylist.yml - /_data/other_repo_list.csv
This commit is contained in:
parent
23fff44d79
commit
c9dfb10733
@ -174,5 +174,6 @@
|
|||||||
"/2025/11/01/mirrors.html": "这篇文章讲述了作者为了提高博客的可靠性,探索利用被滥用的Git平台进行博客镜像的想法和实践。作者发现一些Git实例存在大量空仓库和异常用户,怀疑是SEO公司滥用,因此决定利用这些平台进行博客镜像备份,以应对平台倒闭或数据丢失的风险。作者选择Gitea和Forgejo平台作为目标,编写脚本自动注册账号并导入博客仓库,实现了自动化镜像分发。作者也意识到此类平台的稳定性存在不确定性,并思考了“量”和“质”两种方式确保博客永恒性的优劣,最终认为建立一个活跃的、自动执行维护操作的网络可能更有效。文章最后展示了作者创建的Git镜像列表,并表达了对博客永恒性的思考。",
|
"/2025/11/01/mirrors.html": "这篇文章讲述了作者为了提高博客的可靠性,探索利用被滥用的Git平台进行博客镜像的想法和实践。作者发现一些Git实例存在大量空仓库和异常用户,怀疑是SEO公司滥用,因此决定利用这些平台进行博客镜像备份,以应对平台倒闭或数据丢失的风险。作者选择Gitea和Forgejo平台作为目标,编写脚本自动注册账号并导入博客仓库,实现了自动化镜像分发。作者也意识到此类平台的稳定性存在不确定性,并思考了“量”和“质”两种方式确保博客永恒性的优劣,最终认为建立一个活跃的、自动执行维护操作的网络可能更有效。文章最后展示了作者创建的Git镜像列表,并表达了对博客永恒性的思考。",
|
||||||
"/2025/12/01/linux.html": "这篇文章介绍了在浏览器中运行Linux的各种方法,从最初的纯JS虚拟机JSLinux,到后来的WASM虚拟机如v86、WebVM、WebCM,再到容器化方案container2wasm,以及直接将Linux内核编译为WASM的方案。作者详细对比了这些方案的优缺点,包括性能、兼容性、功能和开发难度。文章还提到了模仿Linux环境的WebContainers和JupyterLite,并最终认为虚拟机方案更靠谱,但对WASM的未来充满期待。作者最后表示,博客上添加类似功能的计划还在考虑中,目前主要分享了各种方法的探索过程。",
|
"/2025/12/01/linux.html": "这篇文章介绍了在浏览器中运行Linux的各种方法,从最初的纯JS虚拟机JSLinux,到后来的WASM虚拟机如v86、WebVM、WebCM,再到容器化方案container2wasm,以及直接将Linux内核编译为WASM的方案。作者详细对比了这些方案的优缺点,包括性能、兼容性、功能和开发难度。文章还提到了模仿Linux环境的WebContainers和JupyterLite,并最终认为虚拟机方案更靠谱,但对WASM的未来充满期待。作者最后表示,博客上添加类似功能的计划还在考虑中,目前主要分享了各种方法的探索过程。",
|
||||||
"/2026/01/01/summary.html": "这篇文章介绍了作者对2025年的年终总结,主要表达了对自身状态的担忧和对未来的不确定感。作者认为自己在记忆和思考能力方面有所下滑,稳定性较低,且未能抓住资产保值的机会。同时,文章也记录了AI技术的飞速发展,以及自己博客内容与时代脱节的现象。尽管对未来感到迷茫,作者仍然抱有一丝希望,期望在2026年做出正确的选择,避免陷入危险。",
|
"/2026/01/01/summary.html": "这篇文章介绍了作者对2025年的年终总结,主要表达了对自身状态的担忧和对未来的不确定感。作者认为自己在记忆和思考能力方面有所下滑,稳定性较低,且未能抓住资产保值的机会。同时,文章也记录了AI技术的飞速发展,以及自己博客内容与时代脱节的现象。尽管对未来感到迷茫,作者仍然抱有一丝希望,期望在2026年做出正确的选择,避免陷入危险。",
|
||||||
"/2026/02/08/xslt.html": "这篇文章讲述了Google计划弃用XSLT技术,以及作者对这一决定的调查和应对方案。Google基于XSLT用户占比低、库存在漏洞等原因,建议将其从Web标准中删除。作者发现许多用户依赖XSLT进行博客订阅美化,甚至将其作为博客框架。为了对抗这一趋势,有人创建了网站https://xslt.rip,并开发了Polyfill库,通过WASM方式保持XSLT功能。虽然Polyfill库需要额外引用JS代码,但作者已将其提交至CDNJS。随后,作者探讨了替代方案,包括使用纯CSS美化订阅源(由AI生成feed.css),以及混合XHTML的方式,通过添加XHTML命名空间来实现链接等功能,但这种方法会产生“不纯粹”的警告。文章最后总结,技术可能会消失,但总有其他技术可以解决问题,并强调了适应浏览器厂商决策的重要性。"
|
"/2026/02/08/xslt.html": "这篇文章讲述了Google计划弃用XSLT技术,以及作者对这一决定的调查和应对方案。Google基于XSLT用户占比低、库存在漏洞等原因,建议将其从Web标准中删除。作者发现许多用户依赖XSLT进行博客订阅美化,甚至将其作为博客框架。为了对抗这一趋势,有人创建了网站https://xslt.rip,并开发了Polyfill库,通过WASM方式保持XSLT功能。虽然Polyfill库需要额外引用JS代码,但作者已将其提交至CDNJS。随后,作者探讨了替代方案,包括使用纯CSS美化订阅源(由AI生成feed.css),以及混合XHTML的方式,通过添加XHTML命名空间来实现链接等功能,但这种方法会产生“不纯粹”的警告。文章最后总结,技术可能会消失,但总有其他技术可以解决问题,并强调了适应浏览器厂商决策的重要性。",
|
||||||
|
"/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的发展令人惊叹,软件优化使其在有限硬件环境下也能运行。"
|
||||||
}
|
}
|
||||||
@ -6,7 +6,6 @@ https://gitlab.lain.la/mayx/mayx.pages.lain.la
|
|||||||
https://tvoygit.ru/Mayx/mayx
|
https://tvoygit.ru/Mayx/mayx
|
||||||
https://git.envs.net/Mayx/mayx
|
https://git.envs.net/Mayx/mayx
|
||||||
https://tildegit.org/Mayx/mayx
|
https://tildegit.org/Mayx/mayx
|
||||||
https://git.pixie.town/mayx/mayx
|
|
||||||
https://cgit.tilde.town/~mayx/blog
|
https://cgit.tilde.town/~mayx/blog
|
||||||
https://gitlab.haskell.org/mayx/mayx
|
https://gitlab.haskell.org/mayx/mayx
|
||||||
https://repo2.serv00.com/git/pub/Mayx/mayx/
|
https://repo2.serv00.com/git/pub/Mayx/mayx/
|
||||||
@ -78,13 +77,11 @@ https://git.tomlab.dev/mayx/blog
|
|||||||
http://182.92.109.202:8070/mayx/blog
|
http://182.92.109.202:8070/mayx/blog
|
||||||
https://git.unicom.studio/mayx/blog
|
https://git.unicom.studio/mayx/blog
|
||||||
http://frktedu.ru:3000/mayx/blog
|
http://frktedu.ru:3000/mayx/blog
|
||||||
https://git.lokalix.de/mayx/blog
|
|
||||||
https://git.influxfin.com/mayx/blog
|
https://git.influxfin.com/mayx/blog
|
||||||
http://219.157.255.213:25311/mayx/blog
|
http://219.157.255.213:25311/mayx/blog
|
||||||
https://git.melvincarvalho.com/mayx/blog
|
https://git.melvincarvalho.com/mayx/blog
|
||||||
https://gitea.aerwen.net/mayx/blog
|
https://gitea.aerwen.net/mayx/blog
|
||||||
https://git.vekus.ru/mayx/blog
|
https://git.vekus.ru/mayx/blog
|
||||||
https://gitea.blubeacon.com/mayx/blog
|
|
||||||
http://116.204.75.78:6180/mayx/blog
|
http://116.204.75.78:6180/mayx/blog
|
||||||
http://109.228.48.121:8000/mayx/blog
|
http://109.228.48.121:8000/mayx/blog
|
||||||
https://bk-house.synology.me:3081/mayx/blog
|
https://bk-house.synology.me:3081/mayx/blog
|
||||||
@ -92,7 +89,6 @@ https://git.sparrowcomm.com/mayx/blog
|
|||||||
https://git.hubhoo.com/mayx/blog
|
https://git.hubhoo.com/mayx/blog
|
||||||
https://git.ultra.pub/mayx/blog
|
https://git.ultra.pub/mayx/blog
|
||||||
http://27.124.12.222:3000/mayx/blog
|
http://27.124.12.222:3000/mayx/blog
|
||||||
https://saga.iao.ru:3043/mayx/blog
|
|
||||||
https://git.sayndone.ru/mayx/blog
|
https://git.sayndone.ru/mayx/blog
|
||||||
https://gitea.hintsight.com/mayx/blog
|
https://gitea.hintsight.com/mayx/blog
|
||||||
https://anzsco.co.nz/mayx/blog
|
https://anzsco.co.nz/mayx/blog
|
||||||
@ -134,7 +130,6 @@ http://octifor.synology.me:53000/mayx/blog
|
|||||||
https://git.daoyoucloud.com/mayx/blog
|
https://git.daoyoucloud.com/mayx/blog
|
||||||
https://git.entryrise.com/mayx/blog
|
https://git.entryrise.com/mayx/blog
|
||||||
https://code.bitahub.com/mayx/blog
|
https://code.bitahub.com/mayx/blog
|
||||||
https://git.daneric.dev/mayx/blog
|
|
||||||
http://malingshu.site:6010/mayx/blog
|
http://malingshu.site:6010/mayx/blog
|
||||||
https://repo.gusdya.net/mayx/blog
|
https://repo.gusdya.net/mayx/blog
|
||||||
https://gitea.tmartens.dev/mayx/blog
|
https://gitea.tmartens.dev/mayx/blog
|
||||||
@ -166,7 +161,6 @@ https://gitea.onfing.ir/mayx/blog
|
|||||||
https://lius.familyds.org:3000/mayx/blog
|
https://lius.familyds.org:3000/mayx/blog
|
||||||
https://git.morozoff.pro/mayx/blog
|
https://git.morozoff.pro/mayx/blog
|
||||||
https://gitea.questline.coop/mayx/blog
|
https://gitea.questline.coop/mayx/blog
|
||||||
https://git.poggerer.xyz/mayx/blog
|
|
||||||
https://git.wisptales.org/mayx/blog
|
https://git.wisptales.org/mayx/blog
|
||||||
http://git.chaojing-film.com:3000/mayx/blog
|
http://git.chaojing-film.com:3000/mayx/blog
|
||||||
https://git.nusaerp.com/mayx/blog
|
https://git.nusaerp.com/mayx/blog
|
||||||
@ -178,7 +172,6 @@ http://121.36.37.70:15501/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://git.iop.plus/mayx/blog
|
https://git.iop.plus/mayx/blog
|
||||||
http://47.114.82.162:3000/mayx/blog
|
|
||||||
http://114.116.79.196/mayx/blog
|
http://114.116.79.196/mayx/blog
|
||||||
http://git.yinas.cn/mayx/blog
|
http://git.yinas.cn/mayx/blog
|
||||||
http://git.chilidoginteractive.com:3000/mayx/blog
|
http://git.chilidoginteractive.com:3000/mayx/blog
|
||||||
@ -198,7 +191,6 @@ https://omegat.dmu-medical.de/mayx/blog
|
|||||||
http://52.23.128.62:3000/mayx/blog
|
http://52.23.128.62:3000/mayx/blog
|
||||||
http://85.214.41.219:49153/mayx/blog
|
http://85.214.41.219:49153/mayx/blog
|
||||||
http://6068688.xyz:3000/mayx/blog
|
http://6068688.xyz:3000/mayx/blog
|
||||||
https://git.881221.xyz/mayx/blog
|
|
||||||
http://120.46.222.128:10021/mayx/blog
|
http://120.46.222.128:10021/mayx/blog
|
||||||
http://120.26.108.239:9188/mayx/blog
|
http://120.26.108.239:9188/mayx/blog
|
||||||
https://git.van-peeren.de/mayx/blog
|
https://git.van-peeren.de/mayx/blog
|
||||||
@ -290,7 +282,6 @@ http://202.65.194.19:3000/mayx/blog
|
|||||||
https://git.maiasoft.jp/mayx/blog
|
https://git.maiasoft.jp/mayx/blog
|
||||||
https://gitea.xala.dev/mayx/blog
|
https://gitea.xala.dev/mayx/blog
|
||||||
http://101.201.34.43:3000/mayx/blog
|
http://101.201.34.43:3000/mayx/blog
|
||||||
https://git.ixu.me/mayx/blog
|
|
||||||
https://git.gloje-rinchen-dorjee-rinpoche-buddhist-monastery.org/mayx/blog
|
https://git.gloje-rinchen-dorjee-rinpoche-buddhist-monastery.org/mayx/blog
|
||||||
http://101.35.227.2:3000/mayx/blog
|
http://101.35.227.2:3000/mayx/blog
|
||||||
http://175.126.123.163:3000/mayx/blog
|
http://175.126.123.163:3000/mayx/blog
|
||||||
@ -298,7 +289,6 @@ https://vw-git.senecasense.com/mayx/blog
|
|||||||
http://git.uhfdemo.com/mayx/blog
|
http://git.uhfdemo.com/mayx/blog
|
||||||
http://47.108.217.75:3000/mayx/blog
|
http://47.108.217.75:3000/mayx/blog
|
||||||
https://git.jakubzabski.pl/mayx/blog
|
https://git.jakubzabski.pl/mayx/blog
|
||||||
https://www.git.omezaldama.xyz/mayx/blog
|
|
||||||
https://vila.go.ro/mayx/blog
|
https://vila.go.ro/mayx/blog
|
||||||
http://8.134.218.17:8013/mayx/blog
|
http://8.134.218.17:8013/mayx/blog
|
||||||
http://124.223.89.168:8080/mayx/blog
|
http://124.223.89.168:8080/mayx/blog
|
||||||
@ -308,7 +298,6 @@ http://209.141.47.52:3000/mayx/blog
|
|||||||
http://dapainas.asia:5990/mayx/blog
|
http://dapainas.asia:5990/mayx/blog
|
||||||
http://60.204.158.188:3000/mayx/blog
|
http://60.204.158.188:3000/mayx/blog
|
||||||
https://zqz5.com/mayx/blog
|
https://zqz5.com/mayx/blog
|
||||||
https://git.3dizart.ru/mayx/blog
|
|
||||||
http://119.3.252.2:3000/mayx/blog
|
http://119.3.252.2:3000/mayx/blog
|
||||||
http://60.204.156.211:3000/mayx/blog
|
http://60.204.156.211:3000/mayx/blog
|
||||||
https://git.yukaige.com/mayx/blog
|
https://git.yukaige.com/mayx/blog
|
||||||
@ -318,7 +307,6 @@ http://1.94.178.207:3000/mayx/blog
|
|||||||
https://gitea.tsaida.synology.me/mayx/blog
|
https://gitea.tsaida.synology.me/mayx/blog
|
||||||
http://xapple.ru:3000/mayx/blog
|
http://xapple.ru:3000/mayx/blog
|
||||||
https://git.teygaming.com/mayx/blog
|
https://git.teygaming.com/mayx/blog
|
||||||
https://git.alhsk.top/mayx/blog
|
|
||||||
http://8.138.4.170:8980/mayx/blog
|
http://8.138.4.170:8980/mayx/blog
|
||||||
http://210.211.116.85:3000/mayx/blog
|
http://210.211.116.85:3000/mayx/blog
|
||||||
http://osztromok.com:3164/mayx/blog
|
http://osztromok.com:3164/mayx/blog
|
||||||
@ -367,7 +355,6 @@ http://43.248.97.109:3000/mayx/blog
|
|||||||
http://113.207.86.104:3080/mayx/blog
|
http://113.207.86.104:3080/mayx/blog
|
||||||
http://down.luanhailiang.cn:9000/mayx/blog
|
http://down.luanhailiang.cn:9000/mayx/blog
|
||||||
http://39.96.195.72:10082/mayx/blog
|
http://39.96.195.72:10082/mayx/blog
|
||||||
https://gitea.klopfenstein.org/mayx/blog
|
|
||||||
http://8.148.24.160:3000/mayx/blog
|
http://8.148.24.160:3000/mayx/blog
|
||||||
https://221.219.181.35:30000/mayx/blog
|
https://221.219.181.35:30000/mayx/blog
|
||||||
http://172.172.102.93:3000/mayx/blog
|
http://172.172.102.93:3000/mayx/blog
|
||||||
@ -403,7 +390,6 @@ https://gitea.ysme.top/mayx/blog
|
|||||||
http://8.140.242.230:3000/mayx/blog
|
http://8.140.242.230:3000/mayx/blog
|
||||||
http://8.138.142.17:3000/mayx/blog
|
http://8.138.142.17:3000/mayx/blog
|
||||||
http://47.95.31.56:20080/mayx/blog
|
http://47.95.31.56:20080/mayx/blog
|
||||||
http://123.56.231.200:3000/mayx/blog
|
|
||||||
http://113.46.142.74:3000/mayx/blog
|
http://113.46.142.74:3000/mayx/blog
|
||||||
http://www.koelndom.cn:13030/mayx/blog
|
http://www.koelndom.cn:13030/mayx/blog
|
||||||
http://209.127.59.74:3000/mayx/blog
|
http://209.127.59.74:3000/mayx/blog
|
||||||
@ -450,7 +436,6 @@ https://code.wxk8.com/mayx/blog
|
|||||||
http://36.213.200.127:23000/mayx/blog
|
http://36.213.200.127:23000/mayx/blog
|
||||||
http://8.155.58.218:9000/mayx/blog
|
http://8.155.58.218:9000/mayx/blog
|
||||||
http://fanlibo.i234.me:8418/mayx/blog
|
http://fanlibo.i234.me:8418/mayx/blog
|
||||||
https://git.christophhagen.de/mayx/blog
|
|
||||||
http://rito.synology.me:3000/mayx/blog
|
http://rito.synology.me:3000/mayx/blog
|
||||||
http://www.dothing.com:6999/mayx/blog
|
http://www.dothing.com:6999/mayx/blog
|
||||||
http://8.217.32.95:3000/mayx/blog
|
http://8.217.32.95:3000/mayx/blog
|
||||||
@ -504,10 +489,22 @@ http://47.105.59.0:5132/mayx/blog
|
|||||||
http://104.254.131.244:3000/mayx/blog
|
http://104.254.131.244:3000/mayx/blog
|
||||||
https://gitea.alacloud.de/mayx/blog
|
https://gitea.alacloud.de/mayx/blog
|
||||||
https://git.tobiasweise.dev/mayx/blog
|
https://git.tobiasweise.dev/mayx/blog
|
||||||
http://176.124.216.7/mayx/blog
|
|
||||||
https://code.cif.su/mayx/blog
|
https://code.cif.su/mayx/blog
|
||||||
http://47.99.119.173:13000/mayx/blog
|
http://47.99.119.173:13000/mayx/blog
|
||||||
http://47.97.225.73:3000/mayx/blog
|
http://47.97.225.73:3000/mayx/blog
|
||||||
http://git.topsailiot.com/mayx/blog
|
|
||||||
https://git.cynic.moe/mayx/blog
|
https://git.cynic.moe/mayx/blog
|
||||||
https://git.muellers-software.org/mayx/blog
|
https://git.muellers-software.org/mayx/blog
|
||||||
|
http://47.98.168.177:3000/mayx/blog
|
||||||
|
http://8.130.128.130:3000/mayx/blog
|
||||||
|
https://repos.fbpx.io/mayx/blog
|
||||||
|
https://git.vladimirkutkovoy.ru/mayx/blog
|
||||||
|
https://git.alexavr.ru/mayx/blog
|
||||||
|
https://git.cavemanon.xyz/mayx/blog
|
||||||
|
http://116.204.12.56:3000/mayx/blog
|
||||||
|
http://120.24.203.75:3000/mayx/blog
|
||||||
|
http://www.danyuanblog.com:3000/mayx/blog
|
||||||
|
http://svn.rivastudio.cn/mayx/blog
|
||||||
|
https://gitea.lokach.ru/mayx/blog
|
||||||
|
https://kamtk.ru:4000/mayx/blog
|
||||||
|
https://git.weingardt.dev/mayx/blog
|
||||||
|
https://git.refinementservices.com/mayx/blog
|
||||||
|
|||||||
|
@ -14,7 +14,6 @@ mirrors:
|
|||||||
- https://mayx.serv00.net/
|
- https://mayx.serv00.net/
|
||||||
- https://mayx.vercel.app/
|
- https://mayx.vercel.app/
|
||||||
- https://mayx.netlify.app/
|
- https://mayx.netlify.app/
|
||||||
- https://mayx.pixie.homes/
|
|
||||||
- https://mabbs.kinsta.page/
|
- https://mabbs.kinsta.page/
|
||||||
- https://mayx.codeberg.page/
|
- https://mayx.codeberg.page/
|
||||||
- https://mayx.pages.lain.la/
|
- https://mayx.pages.lain.la/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user