<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>LingJueyaa Blog</title><description>一个全栈产品工程师关于代码、产品和生活的记录</description><link>https://blog.forevers.love/</link><item><title>设计 AI Skill 的一些思路和踩过的坑</title><link>https://blog.forevers.love/blog/skill-design-methodology/</link><guid isPermaLink="true">https://blog.forevers.love/blog/skill-design-methodology/</guid><description>做了十几个 Skill 之后，发现让模型稳定执行任务的关键，不是写更长的提示词，而是找出任务里&quot;一旦被忽略就会出错&quot;的那些区别。这篇整理了一下过程中的思考和推导方法。</description><pubDate>Sun, 12 Jul 2026 00:00:00 GMT</pubDate></item><item><title>macOS 的 49.7 天定时炸弹：XNU 内核 TCP 时间戳溢出导致 TIME_WAIT 连接永不过期</title><link>https://blog.forevers.love/blog/xnu-tcp-timestamp-overflow-49-day-bug/</link><guid isPermaLink="true">https://blog.forevers.love/blog/xnu-tcp-timestamp-overflow-49-day-bug/</guid><description>我们在数台 Mac 上抓到了一个 XNU 内核 bug：系统运行超过 49.7 天后，一个 32 位毫秒计数器溢出导致 TCP 时钟冻结，TIME_WAIT 连接永不过期，最终端口耗尽、网络瘫痪。本文包含完整的实验复现、内核源码分析。</description><pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate></item><item><title>macOS VNC 黑屏排查记：一个被禁用的系统服务引发的血案</title><link>https://blog.forevers.love/blog/macos-vnc-black-screen-disabled-services/</link><guid isPermaLink="true">https://blog.forevers.love/blog/macos-vnc-black-screen-disabled-services/</guid><description>在优化 macOS 服务器性能时，我们可能会禁用一些&quot;看起来没什么用&quot;的系统服务。然而某些服务名字平平无奇，实际上却是 VNC 远程桌面正常工作的关键依赖。这篇文章记录了一次因禁用 replayd 服务导致 VNC 标准模式黑屏的完整排查过程。</description><pubDate>Sat, 10 Jan 2026 00:00:00 GMT</pubDate></item><item><title>macOS VNC 黑屏排查记：HDMI Dummy 在多用户场景下的坑</title><link>https://blog.forevers.love/blog/macos-vnc-black-screen-hdmi-dummy/</link><guid isPermaLink="true">https://blog.forevers.love/blog/macos-vnc-black-screen-hdmi-dummy/</guid><description>在无头 Mac 服务器上，HDMI Dummy（虚拟显示器适配器）常被用来模拟物理显示器连接。然而当涉及到多用户快速切换时，HDMI Dummy 可能会引发意想不到的 VNC 黑屏问题。这篇文章记录了我们是如何发现、分析并解决这个问题的。</description><pubDate>Sat, 10 Jan 2026 00:00:00 GMT</pubDate></item><item><title>macOS 多用户自动化服务：让服务在无人登录时也能拥有 GUI</title><link>https://blog.forevers.love/blog/macos-multi-user-gui-automation/</link><guid isPermaLink="true">https://blog.forevers.love/blog/macos-multi-user-gui-automation/</guid><description>在 macOS 上部署多用户服务时，最难的不是技术实现，而是如何在重启后、无人登录的情况下，让服务依然拥有完整的 GUI 上下文。这篇文章记录了我们在实现 iMessage 中继自动化项目 Prism 时的完整 debug 过程，以及如何一步步攻克&quot;零登录激活 GUI&quot;这个技术难题。</description><pubDate>Sat, 27 Dec 2025 00:00:00 GMT</pubDate></item><item><title>让聊天 AI 更像人：从工程到人格的几种实用做法</title><link>https://blog.forevers.love/blog/human-like-chat-ai/</link><guid isPermaLink="true">https://blog.forevers.love/blog/human-like-chat-ai/</guid><description>在今天已有的工具条件下，怎么从工程实现、记忆结构、人格设定等几个层面，把一个普通的聊天 AI 打磨得更有「活人感」，并结合一些实际项目经验做一些整理和分享。</description><pubDate>Tue, 02 Dec 2025 00:00:00 GMT</pubDate></item><item><title>在 macOS 上构建多用户服务管理 TUI</title><link>https://blog.forevers.love/blog/macos-tui-multi-user-architecture/</link><guid isPermaLink="true">https://blog.forevers.love/blog/macos-tui-multi-user-architecture/</guid><description>在一台 macOS 上同时托管多组服务进程时，如何用 Go、Bubble Tea 和 LaunchAgent/LaunchDaemon 设计一套安全、可维护的多用户服务管理 TUI，从架构分层到权限预热与自动拉起的完整实践思路。</description><pubDate>Tue, 25 Nov 2025 00:00:00 GMT</pubDate></item><item><title>macOS iMessage 自动化完全指南：从数据库到 AI 机器人</title><link>https://blog.forevers.love/blog/macos-imessage-automation-guide/</link><guid isPermaLink="true">https://blog.forevers.love/blog/macos-imessage-automation-guide/</guid><description>深入探索 iMessage 自动化的技术细节，从 SQLite 数据库读取、macOS 安全机制突破，到 AppleScript 消息发送与实时监控。本文详细介绍如何构建 iMessage 自动回复机器人、消息分析工具和 AI 聊天助手的完整技术方案。</description><pubDate>Sun, 16 Nov 2025 00:00:00 GMT</pubDate></item><item><title>我发现让 AI 多怼自己几遍，答案会好很多</title><link>https://blog.forevers.love/blog/ai-adversarial-thinking/</link><guid isPermaLink="true">https://blog.forevers.love/blog/ai-adversarial-thinking/</guid><description>不让 AI 给你第一反应的答案，让它自己反着说一遍、辩一轮、预演一下失败——出来的东西会完全不一样。</description><pubDate>Mon, 22 Sep 2025 00:00:00 GMT</pubDate></item><item><title>零知识证明到底在证明什么</title><link>https://blog.forevers.love/blog/zero-knowledge-proof-explained/</link><guid isPermaLink="true">https://blog.forevers.love/blog/zero-knowledge-proof-explained/</guid><description>我能证明我知道答案，但我不告诉你答案是什么——这句话听起来像耍赖，但零知识证明做的就是这个。</description><pubDate>Tue, 12 Aug 2025 00:00:00 GMT</pubDate></item><item><title>14.4 亿美元被盗之后：区块链安全到底在变好还是变坏</title><link>https://blog.forevers.love/blog/blockchain-security-2025/</link><guid isPermaLink="true">https://blog.forevers.love/blog/blockchain-security-2025/</guid><description>2025 年 2 月 Bybit 被盗约 14.4 亿美元，刷新了加密史上最大单次攻击记录。但同一时期，DeFi 协议的损失却在持续下降。安全在从协议层转移到托管层，攻击者也在跟着迁移。</description><pubDate>Sun, 15 Jun 2025 00:00:00 GMT</pubDate></item><item><title>做了几个产品之后，我学会的几件小事</title><link>https://blog.forevers.love/blog/product-lessons-from-real-projects/</link><guid isPermaLink="true">https://blog.forevers.love/blog/product-lessons-from-real-projects/</guid><description>不是方法论，不是框架。就是做了几个产品之后，对用户、对需求、对人本身的一些零碎体会。</description><pubDate>Sun, 18 May 2025 00:00:00 GMT</pubDate></item></channel></rss>