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

mitchm

no profile record

投稿

Show HN: An assertion library for E2E testing and real user monitoring

github.com
8 ポイント·投稿者 mitchm·8 日前·2 コメント

Simple, declarative RUM and E2E tests for web apps

faultsense.com
2 ポイント·投稿者 mitchm·22 日前·0 コメント

Show HN: Uno – Us vs. Them. Humans vs. AI version of the card game

usvsthem.com
3 ポイント·投稿者 mitchm·先月·0 コメント

Show HN: Turn E2E tests into observability signals

faultsense.com
3 ポイント·投稿者 mitchm·2 か月前·2 コメント

Show HN: A real-time multiplayer card game built with Go and Htmx

usvsthem.com
1 ポイント·投稿者 mitchm·5 か月前·0 コメント

What if your users ran your E2E tests?

faultsense.org
2 ポイント·投稿者 mitchm·8 か月前·2 コメント

Show HN: Fault Sense – An Application Feature Monitor for Web Apps

faultsense.org
3 ポイント·投稿者 mitchm·8 か月前·0 コメント

コメント

mitchm
·2 か月前·議論
“ This is a test review from the debugging script. Please ignore it.” ?
mitchm
·5 か月前·議論
I’ve also been exploring this idea. What if you could bring your own (or pull in a 3rd party) “CPU player” into a game?

Using an LLM friendly api with a snapshot of game state and calculated heuristics, legal moves, and varying levels of strategy in working out nicely. They can play a web based game via curl.
mitchm
·7 か月前·議論
The personas were brutal in the best possible way. Great job
mitchm
·7 か月前·議論
Worth reading The Creative Act by Rick Rubin. May help your relationship with side projects.
mitchm
·8 か月前·議論
I should add, this is the instrumentation layer. You still send all the events generated to your event collection backend.
mitchm
·8 か月前·議論
This all started with a simple question: when metrics are down, how do you know part of your application isn’t broken for a subset of users?

Production for the frontend is the user’s device, and we all know things can go wrong without an explicit error. With the current state of frontend observability tools, how do you tell when something should have happened but didn’t?

Too bad we can’t just have our users run `it('opens checkout modal on click', …)`, right? What if we could..

Maybe the world doesn’t need more HTML attributes, but it’s my best attempt so far at improving frontend observability. I think the ends justify the means.