Load previous page…
Working hard to get this week's project done. One of the biggest projects I've done yet. It's been so hard and so much work. I've been slowly grinding on this one for a month! Burning through a shit ton of tokens. 🥴
#25projects
I've added posting to wip.co to my Claude Code skill file.
Whenever I'm merging a pull request, it prompts me a suggested message. After edits/approval, I'm posting it through the API.
My setup in the skill file
### WIP.co post (after PR is created)
Post a completed todo to WIP:
- Read the API key from ~/.config/conductor/env
- Post: curl -s -X POST "api.wip.co/v1/todos?api_key=$…" -H "Content-Type: application/json" -d '{"body": "<summary>
#offertecc"}'
- The summary should be 1-2 casual sentences, like telling a friend what you shipped.
- We're not writing to market our product, we're writing small updates to celebrate progress.
- Never use em — dashes
- Show the summary to the user for confirmation before posting
Switch
#traits from OpenSea API (which deprecated a bunch of end points and is super slow) to Alchemy API
See the week starting well with the Bronze sponsor renewing for the 5th month in a row
#jobboardsearch
order Mous MacBook Pro minimal
protective sleeve for short trips so that I can bring just the Mac and not the rest of my tech
#life
Improved dev server management so preflight auto-cleans stray servers on workspace ports. Also documented the browse CLI for faster QA testing.
#offertecc