eatmoreduck’s Blog

Code & Lifestyle & AI

AI-助力每一个梦想之二

前言 在上一篇 AI-助力每一个梦想 中,我记录了用 Claude Code 配合 glm5 开发跨平台技能管理工具的经历。 这一次,我把目标对准了自己的博客。在12小时内,在 AI 的协助下,我完成了一系列以前不敢想或者觉得太麻烦的改造工作。 ...

March 26, 2026  · eatmoreduck

AI-助力每一个梦想之一

过去的几年里,AI 发展迅猛。我记忆犹新的是2年前我订阅了 POE ($20/月), 当时复制报错代码粘到 POE 中,一边阅读源学习新的语法和框架的用法。今天,使用 AI 的方式已经彻底,或者与其说是使用 ai ,不如说是与 AI 协作。 也才仅仅过去了两年的时间,AI的发展真是令人咋舌,焦虑无处不在,如影随形。半个月之前,我在不怎么熟悉golang的情况下,紧靠Claude Code配合glm5 ,写出了SkillManager一个专门管理skill跨平台小工,地址在这 https://github.com/eatmoreduck/SkillManager.git 。 ...

March 25, 2026  · eatmoreduck

Easydict 发送到 Anki 插件开发

一直都想做一个插件,来实现anki英语单词的制卡。去年年中就已经起了项目,想做谷歌插件,网页划词之后,直接发送到anki,包括读音、图片一类,但今年重新回看的时候,却发现那个方案有一定局限性。主要源自于插件无法捕获全局的事件,即为当我在其他见面时无法进行划词。 正好看到我一直在用的Easydict,实际已经实现了Mac OS下的全局快捷键捕获。一拍脑袋就想着花一点时间扩展一下功能,初步想法,直接查词之后,能够将查到的单词发送到我本地的anik制卡。 ...

March 24, 2026  · eatmoreduck

run-qwen-3.5-9B-on-macmini

ollama 官网 https://ollama.com/ 脚本安装ollama curl -fsSL https://ollama.com/install.sh | sh 配置config加速 cat ~/.ollama/config.json { "registry": { "mirrors": { "registry.ollama.ai": "https://registry.ollama.ai" } } } run qwen qwen3.5-9b url https://ollama.com/library/qwen3.5:9b ollama run qwen3.5:9b --verbose 如果要后台运行,直接 ollama serve 即可,可以从本地的http://localhost:11434 访问到 api

March 11, 2026  · eatmoreduck

让小爱音响聪明起来

本文参见 https://github.com/idootop/migpt-next 绿联nas内安装 docker方式启动 docker-compose.yaml services: migpt: image: idootop/migpt-next:latest container_name: migpt-next stdin_open: true # 对应 -i tty: true # 对应 -t volumes: - ./config.js:/app/config.js # 假设 config.js 在同级目录 复制 https://github.com/idootop/migpt-next/blob/main/apps/example/config.js docker-compose.yaml 同级目录的config.js 里 ...

February 27, 2026  · eatmoreduck

OpenClaw 从零到一

记录下openclaw安装流程,以macOS为例 安装node 安装brew install node 可指定版本,但openclaw 要求大于22 验证 node –version 出现版本号,版本号大于20即可 安装git brew install git git --version 输出有值即可 git version 2.39.5 (Apple Git-154) 安装并配置openclaw 安装openclaw luna@ppmac  ~  curl -fsSL https://openclaw.ai/install.sh | bash 🦞 OpenClaw Installer Because texting yourself reminders is so 2024. ✓ Detected: macos Install plan OS: macos Install method: npm Requested version: latest [1/3] Preparing environment ✓ Homebrew already installed ✓ Node.js v25.6.1 found · Active Node.js: v25.6.1 (/opt/homebrew/bin/node) · Active npm: 11.9.0 (/opt/homebrew/bin/npm) [2/3] Installing OpenClaw ✓ Git already installed · Installing OpenClaw v2026.2.26 ✓ OpenClaw npm package installed ✓ OpenClaw installed [3/3] Finalizing setup · Refreshing loaded gateway service ✓ Gateway service metadata refreshed ✓ Gateway service restarted ✗ Probing gateway service failed — re-run with --verbose for details error: unknown option '--probe' (Did you mean one of --no-probe, --profile?) 🦞 OpenClaw installed successfully (2026.2.26)! I'm in. Let's cause some responsible chaos. · Config already present; running doctor · Running doctor to migrate settings ✓ Doctor complete · Config already present; skipping onboarding · Starting setup 配置openclaw ...

February 26, 2026  · eatmoreduck

一天时间重构人生

摘抄自 https://x.com/thedankoe/status/2010751592346030461 使用沉浸式翻译插件翻译,2026伊始,收藏,学习,自用 If you’re anything like me, you think new years resolutions are stupid. 如果你和我一样,你就会觉得新年决心很愚蠢。 Because most people go about changing their lives in the completely wrong way. They create these resolutions because everyone else does – we create a superficial meaning out of status games – but they don’t meet the requirements for true change, which goes a lot deeper than convincing yourself you’re going to be more disciplined or productive this year. 因为大多数人改变生活的方式完全错误。他们制定这些计划只是因为其他人都这么做——我们把这种追求地位的游戏赋予了肤浅的意义——但这些计划并不符合真正改变的要求,真正的改变远比说服自己今年会更加自律或高效要深刻得多。 ...

February 25, 2026  · eatmoreduck

屏蔽macOS更新

为什么要屏蔽更新 macOS 26 出新之后,隔三岔五的弹窗更新,总让我担心手滑点到「立即更新」,虽然有二次确认。但最近更新频繁,我想找个一劳永逸的办法。 我想要屏蔽更新的几个原因: ...

December 29, 2025  · eatmoreduck

ZeroTier Planet 组网完全指南:从原理到实践

在当今时代,远程访问和跨地域网络连接已成为工作和生活的必需品。无论是远程办公访问公司资源,还是在家控制智能设备,抑或承担不起云上高额费用,想让家中旧设备焕发活力,我们都需要一种安全、高效且稳定,且高性价比的网络解决方案。ZeroTier就是一款强大的工具,它能让我们轻松搭建跨越互联网的虚拟局域网。 ...

November 5, 2025  · eatmoreduck

新开始

最近行业里的波动有点让人措手不及,同业群里的状态简直像开盲盒 —— 有人抱着 “等个 N+1 也不错” 的心态彻底躺平,有人已经急着改简历四处投,还有些大佬稳得很,该唱歌该聚会一点不耽误。​ ...

October 11, 2025  · eatmoreduck
×
扫码关注
公众号二维码

公众号

个人微信二维码

个人微信