Ben Holmes (@bholmesdev) 's Twitter Profile
Ben Holmes

@bholmesdev

The Whiteboard Guy @warpdotdev

ID: 1042799721948098560

linkhttps://bholmes.dev calendar_today20-09-2018 15:36:42

12,12K Tweet

33,33K Followers

873 Following

Warp (@warpdotdev) 's Twitter Profile Photo

Warp now has a much better secret redaction UX! 🔒 Default regex for common patterns (IP, Google API) 🔒 No more leaking secrets in demos or livestreams 🔒 Add your own custom regex pattern

Ben Holmes (@bholmesdev) 's Twitter Profile Photo

👀 Did you know Chrome DevTools has a watch function? Type any JS expression, and it’ll update in real time. Great for watching focused elements or aria attributes

David K 🎹 (@davidkpiano) 's Twitter Profile Photo

Things I wish were table-stakes in every web app: - Typing auto-focuses main input - Enter submits forms - Esc closes modals - Validation on blur, not while I'm typing - Let me decide whether a link opens in a new tab or not What else?

Ben Holmes (@bholmesdev) 's Twitter Profile Photo

I just listened to the 6 hour DHH interview with Lex Fridman. It was incredible. Still, there was one part I disagreed with: open source should be driven by self interest. I have some perspective from working at Astro, so I wrote a response. Enjoy 🙏 bholmes.dev/blog/open-sour…

I just listened to the 6 hour <a href="/dhh/">DHH</a>
interview with <a href="/lexfridman/">Lex Fridman</a>. It was incredible.

Still, there was one part I disagreed with: open source should be driven by self interest. I have some perspective from working at Astro, so I wrote a response. Enjoy 🙏

bholmes.dev/blog/open-sour…
Warp (@warpdotdev) 's Twitter Profile Photo

At Warp, we have something called fix-it Fridays where we code fixes for top user issues/feature requests. Here are some we've been working on lately. ❤️MCP Session restoration ❤️Warp as default terminal ❤️Keyboard configs for Agent Mode vs Terminal Mode ❤️Better starter prompts

Ben Holmes (@bholmesdev) 's Twitter Profile Photo

Man, I just love modeling state in Svelte 🧡 - State vars are just properties on a class - Complex values, like this cursor position, can be $derived from other state. Svelte figures out when to recompute - Go-to definition shows all the usages of that state too