• 1 Post
  • 17 Comments
Joined 2 years ago
cake
Cake day: September 25th, 2023

help-circle



  • FWIW that’s a good question but IMHO the better question is :

    What kind of small things have you vibed out that you needed that didn’t actually exist or at least you couldn’t find after a 5min search on open source forges like CodeBerg, Gitblab, Github, etc?

    Because making something quick that kind of works is nice… but why even do so in the first place if it’s already out there, maybe maintained but at least tested?










  • The user can choose whether the AI can run commands on its own or ask first.

    That implies the user understands every single code with every single parameters. That’s impossible even for experience programmers, here is an example :

    rm *filename

    versus

    rm * filename

    where a single character makes the entire difference between deleting all files ending up with filename rather than all files in the current directory and also the file named filename.

    Of course here you will spot it because you’ve been primed for it. In a normal workflow, with pressure, then it’s totally different.

    Also IMHO more importantly if you watch the video ~7min the clarified the expected the “agent” to stick to the project directory, not to be able to go “out” of it. They were obviously painfully wrong but it would have been a reasonable assumption.





  • Well I do have Home Assistant, been running it for years, but HA is solely for … well home assisting (or IoT). HA as integrations but let’s say I want to use HA with … any of my other services, e.g. CopyParty to maybe store logs and makes them available or PeerTube to have videos from my camera, I can look at HA integrations, or CopyParty… issues maybe, or PeerTube npm registry.

    My point being that HA is a good example with integrations but it’s just one example. If I do take this example seriously though, is there a mechanism beside manual search in the list of integration that would list integrations with my services directly?