Hacker News new | ask | show | jobs
by sax 4810 days ago
Hi HN, I am working on debugging/log analysis service for developers that is designed to plug into continuous integration and act as the first filter for incoming crash/exception logs.

My submission never made it to HN front-page, but I would love any feedback on it. It's at www.bisect.cc. Thanks.

(Jaime, your service is really the kind of functionality that is missing from dev toolbox. Great job at solving real-world problems!)

2 comments

Hey sax, I have a comment. Most people will stop reading at:

Bisect allows users to test program state against expected values. Tests results are used as bisection READING STOPS HERE points to narrow-down towards the root-cause of the underlying issue.

The top three paragraphs still don't really explain what this does. Summarize, and show an example. That way, people will use it and come back to it.

Nayefc, thanks. Your comment was enlightening and makes total sense. Will fix.
Thank you sir. Glad to have you on board of this post :D The more the merrier.