Damus

Recent Notes

Caleb James DeLisle · 5d
I don't use it much for coding, everything I have to code is usually too subtle to be able to trust it. I do ask a lot of questions - like a search engine but better.
nostrich profile picture
@Caleb James DeLisle @FourOh-LLC @Harblinger I also didn't used it much for programming so far but I progressively use it instead of search engines for everything technical. The time gained over troubleshooting through increasingly worse search results is just phenomenal.

I also learned a ton while using it. It's not magical of course (currently learning to use Pyinfra and half of the suggestions are just "hallucinations"), but it's very accurate most of the time
1
Harblinger · 4d
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqzn8fa7j6h9vdm88h4f63us22zf0lfa3sfgycggun3ldehkzna8wsdhzv6v nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqmh5a6mhm4u78glqxhltq7uexv6kddphycthlguvn0ux8ch72tc8qsf8cpz nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqdrgxr8g4cmldl3twk...
Harblinger · 5d
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqzn8fa7j6h9vdm88h4f63us22zf0lfa3sfgycggun3ldehkzna8wsdhzv6v >deletes prod >it's just a prank bro :kekgiga:
Harblinger · 1w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqzn8fa7j6h9vdm88h4f63us22zf0lfa3sfgycggun3ldehkzna8wsdhzv6v nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqclamz5n660wpqgsudxf5hs08unqcm4trvmwlsahtpshpxa63x72qqesqqc yes I would think so! Check this channel out https://www.youtube.com/@Mo...
lain, author of the quixote · 5w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpquywjem27uwersddqsmdy56up6r2dy53jhng6vm9v7k7qp7q5nqfqgysvam nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqzn8fa7j6h9vdm88h4f63us22zf0lfa3...
nostrich profile picture
@lain, author of the quixote @Harblinger So far I had better success by using Claude or Mistral as a "consultant" for when I have doubts about how I should implement something or how to rewrite part of the program I knew to be shoddy. I learned a lot by doing that. I set up gpt.el in Emacs for code and tend to use the web interfaces for questions that don't need a lot of context

The code produced by Mistral Vibe was getting a bit sloppy toward the end, like if it started missing some of the context along the way. I did nothing special regarding the feedback loop so that's most likely the issue

I did not try anything by OpenAI or Google yet, surely I must miss out but I slowly catch up with the new world
1
lain, author of the quixote · 5w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqzn8fa7j6h9vdm88h4f63us22zf0lfa3sfgycggun3ldehkzna8wsdhzv6v nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpquywjem27uwersddqsmdy56up6r2dy53jhng6vm9v7k7qp7q5nqfqgysvam indeed you are missing out. I wouldn’t want to go at a slow pace right...
nostrich profile picture
Currently trying Mistral Vibe to see if it can autonomously write the missing pieces for a Go project I'm sick to work on: HTTP handlers, missing bits from the "service" layer, entry point, and a few things in between.

It's a basic ass web service (a KMS over a set of plain text notes) so not a daunting task compared to what I read other people do with agentic AI but it's scifi-tier to see a bot writing valid code, testing and fixing what's wrong.

It produced me a compilable project while I was writing (so 5min top). It 404, but this still blows my mind.

1
Harblinger · 5w
nostr:nprofile1qy2hwumn8ghj7un9d3shjtnyd968gmewwp6kyqpqzn8fa7j6h9vdm88h4f63us22zf0lfa3sfgycggun3ldehkzna8wsdhzv6v I should mess with CLI AI again maybe, last year I experimented with Claude sonnet 3.6 wired up to https://aider.chat/ but I ended up just going back to the web interface and copy pastin...