• 1 Post
  • 430 Comments
Joined 2 years ago
cake
Cake day: December 28th, 2023

help-circle


  • It’s less that you think differently, and more that people are questioning how much you’re thinking in the first place.

    I’ve used AI enough to know that they struggle with basic concepts in things I understand well, which means I can’t trust it much on topics I’m unfamiliar with since the likelihood that it’s bad in my field (technology/programming) but good in others is drastically low. We regularly see how bad AI is in all kinds of fields, and the problems we see are all the same archetypical problems like hallucinations, basic misunderstanding of concepts, and it’s obsequiousness is out of control and regularly applied to incorrect user responses and corrections, and an inability to consistently follow basic directives.

    I struggle to see how this isn’t a bubble given how all of the money being pumped into AI is predicated on it becoming something useful, and so far the main use I’m seeing out of LLMs is revenge porn, copyright infringement, mass market propaganda, and lowering the quality of output across tons of sectors because people think this shit is useful when it spits out trash.

















  • I usually just do

    Docker compose down
    Docker compose up -d
    

    As I would with any service restart. The up -d command is supposed to reload it as well, but I prefer knowing for certain that the service restarted.

    Out of curiosity, what did you update and what broke? I had that happen a lot when I was first getting started with docker, and is part of how I learned. Once you have a basic template (or have dec supplies example files), it makes spinning up new services less of a hassle.

    Though I still get yelled at about the version entry in my fines because I haven’t touched mine in forever