Ask HN: Why hasn't x86 caught up with Apple M series?
431 points by stephenheron 2d ago 614 comments
Ask HN: Best codebases to study to learn software design?
103 points by pixelworm 4d ago 90 comments
Show HN: An embeddable log viewer for AWS, Sentry
2 aliatwa 0 8/28/2025, 3:33:29 PM benchwrk.com ↗
I built a small tool to solve a debugging pain I hit constantly: switching between Stripe dashboard, AWS CloudWatch, and Sentry just to track one error.
So I made an embeddable React log viewer that unifies logs from multiple services. You can drop it directly into your own Next.js/React app (e.g., an admin panel or dev tool) and see everything in one place.
What it does Connects to Stripe, AWS CloudWatch, and Sentry (more sources coming)
No comments yet