Hacker Newsnew | past | comments | ask | show | jobs | submit | JAKWAI's commentslogin

Closing my eyes was a gamechanger.


Uhh thanks for your feedback. That's very valuable to me since I did not actually know anyone who regularly uses strace. I will definitely look into implementing these flags then!


Thanks! I was invested in improving the user experience of strace. Strace is incredibly useful for debugging but I wouldn't consider it particularly "accessible". Understanding the output is quite a challenge at first. My goal was to remove this burden and therefore make strace accessible to a broader audience. I probably should also mention that Julia Evan's talks also had quite an impact on me: https://www.youtube.com/watch?v=HfD9IMZ9rKY :)


Thanks for your feedback :D! I have actually never tested the performance compared to strace. I just used `time` to try to get a rough estimate and the two were basically taking the same time for the tasks I threw at them. I certainly think that there is _some_ overhead. Either in my _not fully optimized_ implementation or in the libc wrappers the *nix crate provides. Probably the former ;).


Oh right, that makes sense!


Hi! Like strace, lurk allows a user to trace system calls. It implements an opinionated subset of strace. Compared to strace, lurk is optimized for readability and supports structured output in JSON format.

I’d be happy to receive some feedback : )


After getting corrected: It's actually *procrustinators


Increasing the UX of a product never seems to be a mistake. And of course switching to another device is also part of the User Experience.


A tutorial on how to deploy a containerized Go application in a Docker container image and run that container on a Kubernetes cluster.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: