HN user

maverick98

24 karma
Posts6
Comments25
View on HN
[dead] 7 months ago

This is my next iteration of deepdrone (an LLM interface to control drones with natural language). Added a chatGPT like UI and tested it with Webots on Macbook using DJI Mavic Pro 2.

I know that this is a slippery slope. I just meant with this that even if I get diagnosed it wouldn't really change anything in my daily life, because people in my country are not very well educated on these issues anyway.

I found this article very interesting, because I feel that I fall in the category of people that think they have it, although I probably don't. My psychiatrist who is not an expert on autism told me I display autistic traits but that doesn't necessarily put me on the spectrum. Also my RAADS-R scores fall into the autistic spectrum but on the low end. Another psychiatrist diagnosed me with OCD. I am in my late 20s and I don't see how I could ever know for sure or if I am autistic or not, but nowadays most people in my country would say "we are all somewhat autistic in some way or another"

[dead] 1 year ago

I've been working on MVCP (Model Version Control Protocol), inspired by the Model Context Protocol (MCP), a lightweight Git-compatible tool designed specifically for AI agents to track their progress during code transformations, built using Python.

[dead] 1 year ago

I build a VS code extension that helps you connect to your local/remote servers with ssh and monitor their health. It supports integration with Prometheus and added a chat functionality to help you send the alerts to your favorite LLM APIs. It is still in beta and my intention is to build an SRE agent, integrate it with GitHub and help with root cause analysis, suggest fixes and find if any commit broke production and why.

I started this with the focus being on speed set it up run thencommand and see the output. Harlequin seems to have a bit more hassle. We d also like to add a gui at some point if the user wants to open it on browser

While working on other projects, I found myself always having to connect and use SELECT * to see dummy entries or new users. I favored the CLI for monitoring my database entries, especially because I was testing and just adding dummy users + our first normal users in projects. So it became a bit tiring always having to connect to postgres, mysql and give select * queries from the CLI.