arc9693's comments

arc9693 | 2 years ago | on: How to build toxic software teams

And when devs come asking for leaves, show authority by asking them to reschedule their leave plans for later dates and attend to current priority- making better soup.

arc9693 | 2 years ago | on: Textual Paint – MS Paint in your terminal

My thought was exactly same, “but why?”. It is indeed very cool. But ‘cool’ not enough to drive such an effort for me i guess. I realize the importance, as it can be used over SSH too. A TUI can be very helpful for graphic less servers, say.

arc9693 | 2 years ago | on: Mimicking Production Behavior with Generated Mocks

While it gives a nice approach to generate data for parameters with which functions can be tested, I have doubt about the correctness of returned values of say mocked functions. Since this is not a TDD approach, and relies on correctness of functions - function callers etc. in production, how reliably can we say that the generated mock data based upon monitored data in production is correct? What I mean to say is, a corrupt function will give corrupt outputs, be it in prod or dev env. Isn’t it more reliable to have the code author write mock functions?

arc9693 | 2 years ago | on: TypeChat

TL;DR: It's asking ChatGPT to format response according to a schema.
page 1