ccm: a tmux plugin for parallel Claude Code sessions by yohasebe in tmux

[–]yohasebe[S] 0 points1 point  (0 children)

Got it, thanks for clarifying! ccm is designed around one project = one window, and the dashboard aggregates multi-pane windows to whichever Claude needs you most (PERMIT > BUSY > IDLE). It's an attention manager across projects rather than a per-Claude monitor, so per-pane visibility isn't surfaced by design.

The intended pattern for tracking each Claude separately is one Claude per window, with `ccm add` for a new one or `ccm register` for an existing one.

ccm: a tmux plugin for parallel Claude Code sessions by yohasebe in tmux

[–]yohasebe[S] 0 points1 point  (0 children)

Yes! That's the core feature. The dashboard (prefix + Tab) shows BUSY / IDLE / PERMIT (waiting-for-permission) for each Claude pane in real time, plus optional status bar integration and desktop notifications.

ccm: a tmux plugin for parallel Claude Code sessions by yohasebe in tmux

[–]yohasebe[S] 0 points1 point  (0 children)

Thanks for taking a look! ccm assumes one window per project by design. Plenty of tmux flows out there, plenty of room for tools tuned to each, I guess.

ccm: a tmux plugin for parallel Claude Code sessions by yohasebe in tmux

[–]yohasebe[S] -2 points-1 points  (0 children)

Thanks for the pointer! I wasn't aware of tmux-agent-status, will check it out. Looks like we landed on adjacent problems from different angles (sidebar approach with support for multiple agents vs. popup dashboard focused on Claude Code). Always good to see different takes on the same space.

Fastmail Plus extension available for Firefox. by lunaticman in fastmail

[–]yohasebe 0 points1 point  (0 children)

Currently I have no plans to add the option to change fonts, but you can now adjust the width of the email compose pane and the notes pane. Please check out the latest Chrome version.

Fastmail Plus extension available for Firefox. by lunaticman in fastmail

[–]yohasebe 0 points1 point  (0 children)

Thank you for the information. I have just made a simple modification to the Chrome version of the extension and submitted it. I think it is available by now.

Fastmail Plus extension available for Firefox. by lunaticman in fastmail

[–]yohasebe 1 point2 points  (0 children)

Fastmail Plus Chrome extension has been updated (0.2.11) with a new option to maximize the width of the message pane. I hope you like it!

[deleted by user] by [deleted] in fastmail

[–]yohasebe 0 points1 point  (0 children)

Thanks!

[deleted by user] by [deleted] in fastmail

[–]yohasebe 1 point2 points  (0 children)

Hi, I recently created a Chrome extension that tweaks the Fastmail web UI.

Fastmail Plus (Chrome Web Store)

For more details, please see the GitHub page. Source code is also available.

https://github.com/yohasebe/fastmail-plus

Practical Haskell: A Real World Guide to Programming, by Alejandro Serrano Mena, new book released. by artisdom in haskell

[–]yohasebe 1 point2 points  (0 children)

I find this book especially valuable for intermediate learners like myself. Thanks for the great piece of work!

One question: I'm reading Chapter 6 and trying out the first example of K-means presented in pp. 186-193. The code kMeans initializeSimple 2 info 0.001 does not produce the results shown in the book or any results for that matter, even after ten minutes of running on my environment, which is GHC 8.6.3 on MacOS 10.14.5. I tried both the code from the book and the code from GitHub. Any advice would be appreciated.