HackerTrans
トップ新着トレンドコメント過去質問紹介求人

olliewagner

no profile record

投稿

Show HN: Remind – schedule Claude Code on your Mac

olliewagner.com
7 ポイント·投稿者 olliewagner·2 か月前·3 コメント

Show HN: Furwall – macOS menu bar app that blocks keys when your cat sits down

olliewagner.com
8 ポイント·投稿者 olliewagner·2 か月前·1 コメント

Show HN: Sfsym – Export Apple SF Symbols as Vector SVG/PDF/PNG

github.com
29 ポイント·投稿者 olliewagner·3 か月前·10 コメント

コメント

olliewagner
·2 か月前·議論
ToS read: I've gone through the terms directly, and I don't think this would be prohibited. Remind has a human-in-the-loop setting up these reminders, and uses `claude`'s documented extension points to do its business. I'm just a developer, so take this for what you will.

Notifications: Yeah, I think you could just ask Claude to notify you based on some interest condition. When it writes back into the reminder it's really just for bookkeeping and task continuations.

Recurring: Yes, this works cleanly. Remind marks the Reminder as complete at fire time, letting it roll forward.

CLI: You could have claude just call them, but you're asking if it could fire cli tools directly instead of through `claude`?

Last, I realized I didn't mention how to actually use Remind from `claude` itself: It installs a skill called `/remind` which you can invoke inside the chat.
olliewagner
·3 か月前·議論
Based on my research the ivar has been stable since macOS 13. I'll keep things up to date if that ever changes... To your second question, it's mostly for agents to pull icons as they go without interruption or you having to find whatever it chose to replace later. I've found Claude using batch mode after it does a lookup against the list to match a set of icons.
olliewagner
·3 か月前·議論
You're right. Just flipped the default to SVG on main. Honest answer: SVG wasn't fully working during early dev, so PDF was the working default and it stuck. Should've revisited.
olliewagner
·3 か月前·議論
Thanks! I'm not sure how animations would translate into these exported formats. SF Symbols animations are typically state driven, and that doesn't really translate to a standalone SVG/PNG/PDF. You'd get something that autoplays on loop, or fires once. Let me know if you had something else in mind.
olliewagner
·3 か月前·議論
Right, these are licensed by Apple for UI use on Apple platforms only. The README has a "Before you use this" callout up top about this. sfsym is an export tool; what you do with the output is on you.