Same!
Posts by Ben Curtis
PDX ➡️ SEA … when the taxiing time exceeds the flight time. 😏
Catch the next one jn Reykjavík or Austin!
I’m super happy I made it to @microconf.com … the content, the conversations, and the connections have been fantastic!
@robwalling.com we have a good number of MCP users … and CLI. 😉
Excited to be @microconf.com this week … looking forward to connecting with peeps!
Our clipboard approach is better… you get the deets and decide what to do with them 😉
@simonwillison.net I liked the Cleanup Claude Code Paste tool you published.. thanks for making that! I made it into a PopClip extension: github.com/pilotmoon/Po...
The grave has no victory, and death has no sting. Happy Easter!
I had a great time chatting with @justinjackson.ca and @briancasel.com today on The Panel: panelpodcast.com/39
😏
I have opened 3 PRs so far this morning without using Claude. AMA
😉
perfect, no notes.
-- my review of 4'33" by john cage
Do I know anybody going to SREcon next week? I’d love to meet up if you’re going to be there.
The superpowers Claude plugin is pretty great.
I just added a one-shot script to install the Honeybadger CLI and a systemd service to get host metrics (CPU, RAM, and disk) sent to Insights:
github.com/honeybadger-...
For everybody who's missing FounderQuest, here's a guest pod appearance for you. ;)
I don't understand why it continues to be acceptable for people to ridicule followers of a religion (such as myself) with images like this.
I make myself sick when I gun it from a stop. :)
Awesome! I picked up a LiveWire S2 Alpinista over the summer... love it so much. :)
My favorite safari trick: opening a bunch of tabs, shift clicking to select them all, then dragging them all off to make a new window.
Yup! It’s cool!
You gotta watch this… it’s cool
Get somebody or an automated service to do penetration testing on your app... then you'll have some new errors to review. :)
Very cool!
“Three jobs are running on a regular schedule:
- LicenseStatusTransitionJob - runs hourly on the :00, typically 70-145ms
- ...
Everything looks healthy - all jobs are executing on schedule with consistent durations and no errors in the last 24 hours.”
So cool :)
It used the MCP server to get the project list, found the project, looked up the Insights query syntax, ran a query to find the event types, found ActiveJob events, and then ran a query to get those events. It gave me a list the last 20 job executions from the past 24 hours and then summarized:
...
I’m tracking events in Breakwater with Honeybadger Insights, and I wanted to know how my periodic background jobs were doing, so I used the Honeybadger MCP server in Claude Code with this prompt:
Can you show me the last few job executions from Honeybadger Insights for this project?
...