• 1 Post
  • 129 Comments
Joined 9 months ago
cake
Cake day: October 7th, 2024

help-circle

  • otacon239@lemmy.worldtoProgramming Humor@lemmy.worldAI will replace us all
    link
    fedilink
    English
    arrow-up
    18
    arrow-down
    1
    ·
    18 hours ago

    It’s a fundamental limitation of how LLMs work. They simply don’t understand how to follow a set of rules in the same way as a traditional computer/game is programmed.

    Imagine you have only long-term memory that you can’t add to. You might get a few sentences of short-term memory before you’ve forgetting the context of the beginning of the conversation.

    Then add on the fact that chess is very much a forward-thinking game and LLMs don’t stand a chance against other methods. It’s the classic case of “When all you have is a hammer, everything looks like a nail.” LLMs can be a great tool, but they can’t be your only tool.











  • Yep. Had a roommate with a very chill parrot and the owner was clear on how to act around it because she didn’t want to be annoyed by it. It definitely knew when you were talking about it and would perk up into the conversation. Very cute, but lots of mental effort required to keep them well behaved.

    In short, pets are loved ones, not playmates.






  • otacon239@lemmy.worldtoTechnology@lemmy.worldBuilding a slow web
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    15 days ago

    I keep everything as flat as possible. Just the regular docker (+compose) package running on vanilla Debian. On the networking side, I’m lucky in that I have a government-run fiber provider that doesn’t care that much what I host, so it’s just using the normal ports.

    I did previously use C*mcast, and I remember there was an extra step I had to do to get it to redirect port 80 over 443, but I couldn’t tell you what that step was anymore.