I am working on two things in parallel.
https://howareu.app/ is the first one. Of course, struggling with the making it publicly known and trusted. ;)
And the other thing I just started is a MCP server that will connect to Java remote debugging entry point. This way I will try to allow Claude to start debugging session by its own. And I hope that in pure back-end logics, it will easily trace and fix bugs. I now do it with log messages, but it is kind of annoying and dirty and error-prone to do it that way. I would like to try an approach that does not mess up the code so much. Let's see how it will go :)
howareu.app has a really interesting concept +1
Getting trust and visibility is the hardest part, but if people connect with it emotionally, it can grow fast. Keep pushing
I will :)
Sometimes, I really need someone to tell me that it makes sense. I hit so many walls trying to make this idea publicly visible, that I almost become desperate.
Most of the time, I am just treated as 'one more intruder'.
And the other thing I just started is a MCP server that will connect to Java remote debugging entry point. This way I will try to allow Claude to start debugging session by its own. And I hope that in pure back-end logics, it will easily trace and fix bugs. I now do it with log messages, but it is kind of annoying and dirty and error-prone to do it that way. I would like to try an approach that does not mess up the code so much. Let's see how it will go :)