HackerTrans
TopNewTrendsCommentsPastAskShowJobs

deforciant

no profile record

Submissions

Is MCP authentication that complicated?

blog.helix.ml
2 points·by deforciant·9 mesi fa·0 comments

comments

deforciant
·3 mesi fa·discuss
github is fine, the package was only pushed into pypi directly
deforciant
·anno scorso·discuss
finally a good alternative to e2b. Minor nit - it would be good to also have a screenshot in the docs on how to inspect what agent is working on or how to debug if its stuck
deforciant
·anno scorso·discuss
as a primarily backend developer I find cursor and chatgpt/grok (for more compelx components) totally amazing. I can finally build UIs that I want for my projects :) I think I have good taste (lol) I just could never spend those hours and days polishing.

Now I can ask it to do some frontend while I focus on backend in the meantime.

We just need the sales agent now.
deforciant
·2 anni fa·discuss
going to try on my websites!
deforciant
·2 anni fa·discuss
I always thought that fine tuning is more like getting a style rather than memorizing information word to word or at least the facts. What are the next steps to ensure that it doesn't start pulling info from the base knowledge and reference the docs instead? How long does it usually take to train? 10-15 minutes on what doc size?
deforciant
·3 anni fa·discuss
happened to me after riding maybe five times on MT-09 :) Since my iphone was a bit old anyways decided to buy a new one and this time also get the apple insurance just in case. For navigation I now use Beeline. You need to get used a bit more for the way it gives instructions but it's also way less distracting than having a phone on your bike.

Ref: https://beeline.co/pages/beeline-moto
deforciant
·3 anni fa·discuss
have you tried other models to generate embeddings? I am going to that direction too to create an additional layer of helpers for search. Also, thinking if the document is not too big, it might fit into the initial context with the prompt
deforciant
·3 anni fa·discuss
Didn't want to sound disrespectful, I did like the UI and liked the idea of self-hosting. Regarding fork vs pr - just putting myself into their shoes I understand why there's probably no will to make the self-hosting easy and potentially make it a bit harder than it should be :)
deforciant
·3 anni fa·discuss
the problem with cal.com "open source" self-hosting is that they have made it quite difficult to run yourself. For example this https://developer.cal.com/self-hosting/docker actually doesn't provide docker images but you need to build it yourself because for some reason frontend needs hardcoded hostname. In no other app I have seen such limitations :) Also, an older version from a year ago just stopped working, couldn't fix it, couldn't update it either :D

It would be good if someone made a fork with fixed setup and docker images for self-hosting :)
deforciant
·4 anni fa·discuss
Paying for copilot :) at least in go it’s great to write tests and sometimes some smaller functions :) totally worth paying for it, even from your own pocket if the company wouldn’t allow expensing it
deforciant
·4 anni fa·discuss
It's great actually, you can run it with pretty much no maintenance overhead. I have been using it in prod in multiple companies for years now
deforciant
·4 anni fa·discuss
Could you please split it into multiple tickets that we no bigger than 3 points
deforciant
·7 anni fa·discuss
I also got this problem when using modules with go mod but then I did "go mod vendor" and all extensions are now happy again for that project! :)