
Ben Holmes
@BHolmesDev • 44,577 subscribers
The Whiteboard Guy @warpdotdev
Shorts
Videos

I never use planning mode in Codex. GPT 5.5 loves to research, so I just have a conversation and reach a pseudo-plan in chat. Then, I let it implement, maybe with a /fork beforehand to keep that plan as a revisit-able point. Probably the biggest switch coming from Claude Code
Ben Holmes154,419 次观看 • 20 天前

I made a state management library for React. It's called simple store. Goal: make Zustand way simpler ⭐ - Stores are like atom() in Jotai, so types are inferred - You can select nested values, and use *them* as stores too To understand that last point, watch to the end! 👀
Ben Holmes79,791 次观看 • 6 个月前

Everyone: GitHub Desktop is better! No, VS Code! Me: ...I just use `git add -p`. Walks you through each change, hunk for hunk, and lets you accept with `y`. It’s like a mini code review before you commit. Pair that with dandavison/delta, and you get syntax highlighting too 👀
Ben Holmes116,620 次观看 • 10 个月前

💡 Getting a lot of mileage out of this global rule in Claude: > Break up complex plans into multi-step phases with numbered headings for each phase. We do this to avoid having to implement all features at once. This lets me work through tasks in chunks or break off new convos
Ben Holmes27,446 次观看 • 4 个月前