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

potomak

no profile record

投稿

[untitled]

1 ポイント·投稿者 potomak·4 か月前·0 コメント

Show HN: Connect a Discord channel with Claude Code agents running in tmux

2 ポイント·投稿者 potomak·4 か月前·0 コメント

[untitled]

1 ポイント·投稿者 potomak·6 か月前·0 コメント

コメント

potomak
·3 か月前·議論
I prompted Claude code from my phone to revive Draw!, a pixel art editor I first published 15 years ago as an exploration using Redis as a DB.

The new version is live at http://pixel.drawbang.com after 1 week of prompting Opus 4.6 with a max subscription.
potomak
·3 年前·議論
I built an app for a family member, who is a nutritionist, that makes it easier for her to stay connected with her patients via WhatsApp. It keeps track of appointments and sends automatic reminders.

Lately I decided to jump on the ChatGPT bandwagon and added a feature that integrates with the OpenAI API to suggest replies to messages from her patients.

It was overall a fun project. It gave me the chance to explore the integration with WhatsApp Business API (used to communicate with patients), OpenAI API (used to suggest message replies), Discord (used to notify events).

Apart from the APIs, it has zero dependencies. It’s deployed as a static website hosted on GitHub. The backend is written as a set of AWS Lambda functions. Data is stored in DynamoDB. Frontend is vanilla JS.