我让我的几个 Claude 账号自己换着用了
重度 Claude Code 用户的老问题:五小时用量墙说撞就撞,切号还得重新登录、丢掉正在跑的会话。 我做了一套工具解决它:clauth fork 负责在活跃会话底下无感热切换 + 无人值守自动轮换, ccsbar 负责在菜单栏里把每个账号的余量、预报和健康状况摆在明面上。这篇讲痛点、讲产品、讲它怎么解决。
重度 Claude Code 用户的老问题:五小时用量墙说撞就撞,切号还得重新登录、丢掉正在跑的会话。 我做了一套工具解决它:clauth fork 负责在活跃会话底下无感热切换 + 无人值守自动轮换, ccsbar 负责在菜单栏里把每个账号的余量、预报和健康状况摆在明面上。这篇讲痛点、讲产品、讲它怎么解决。
I run several Claude accounts and kept hitting the 5-hour wall mid-session. Switching meant logging out. So I built a daemon that hot-swaps the active login under a running session — and the whole thing turned on one non-obvious fact about how macOS stores an auth token.
Last week I surveyed 8 open-source meeting recorders. My friend tried every one. Verdict: ASR is bad, summaries are bad, UI/UX is bad. So I dug deeper. The real problem is structural — every project I recommended is built on Whisper, and Whisper has been outpaced by 2-4× on Chinese benchmarks for over a year. This is the deeper survey: data, the issues that maintainers themselves admit, the dumb-but-effective hack everyone overlooked, and four projects I missed the first time.
A friend asked for a meeting recorder. Zoom/Teams native AI is unusable. Granola and Krisp work but cost ~$200/yr per seat. He's on Google Workspace but doesn't use Meet, so the bundled Gemini summarizer is dead weight. I spent a night on GitHub and found a whole constellation — from Meetily at 11.6k stars down to single-digit-star personal toys, all racing to commoditize the same three Lego pieces.
I wanted a voice-to-notes pipeline. The internet said build a watchOS app. A friend who tried said don't. Thirty minutes later — with Claude Code doing the heavy lifting — I had a zero-cost, zero-dependency solution using nothing but Voice Memos, iCloud, and one Gemini API call.
How I built a hybrid read+write WeChat automation pipeline on macOS — the tools, the architecture, and the 6 pitfalls that'll save you hours
用 AppleScript 和 Python 实现 macOS 微信自动化——批量发送节日祝福、客户消息、活动通知。
© Xingfan Xia 2024 - 2026 · CC BY-NC 4.0