• 0 Posts
  • 185 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle

  • I am agnostic and even I still don’t agree with what you say here. Religion was likely used initially to form communities around. Heaven and hell are just ways to motivate people to participate in the moral code of the community.

    There are likely some people that truly believe in God but I think many people probably just believe that religion gives them a common community to work towards.

    Now, in recent times, I have no doubt that there are those in religion that use it for exploitation. But that is no reason to write an entire group off as bad. We would likely call that bigotry were we on the receiving end.










  • This is basically what I discovered as well. I have found that Ai writes code that is complex and “works” (at least most of the time) but it is heavily over engineered and often contains design choices that make expanding functionality effectively impossible without a full refactor.

    When I tried having the Ai fix a test failure the Ai would either fix the code, fix the test, or change the test and the code breaking everything else in the chain.

    I no longer use vibe coding because it is just faster/better for me to write the code.

    But for tiny scripts it is very good.