Looking for an alternative to reddit

  • 56 Posts
  • 330 Comments
Joined 3 years ago
cake
Cake day: July 28th, 2023

help-circle







  • Loved that guy! Need to rewatch xfiles…

    I actually did rewatch it all a few years ago. Its quite good, but I see now as a older guy that David Duchovny actually wasnt very good playing Moulder. Didnt notice it as a kid but yeah, he is just reading lines with the same facial expression all the time. If you havent noticed, try rewatching with that in mind… :)

    Gillian Anderson is amazing though, really good actress and she was paid much less than Moulder, despite being able to actually act properly.




  • What ive read, and what is accurate according to my experience, is that its very fast for creating smaller pieces of code, like scripts, foundations, docs etc. So with a small context, its great.

    As soon as you start to ask it to add features to a larger code base, it will mess things up and add code that is not necessary, and add extra complexity. And it will now be slower to use Ai than before, because now you are spending time iterating and correcting, and you may not even get a working solution at all.

    Thats my experience with Ai.

    I think it does speed things up, since it can generate syntax quickly, but its not very good code and leads to a big mess. Eventually you want to rewrite from scratch yourself.

    But I think it helps for sure. The alternative to find all syntax yourself and write it correctly is very time cons unik, although you also gain a much better understanding by doing that.