• 0 Posts
  • 10 Comments
Joined 2 years ago
cake
Cake day: June 29th, 2023

help-circle

  • I’m a big Mega Man (mostly Classic) fan. I think MN9 was judged way too harshly. It’s not a bad game in its own right, not markedly great either, but certainly a passable and enjoyable one nonetheless.

    People were hoping for another Mega Man X but of course it was never going to be exactly that. They need fangames and ROM hacks for that, not someone who could lose pretty much everything (job, work, money) if they stray too close to Capcom’s IP. I don’t know exactly how much Comcept promised and how much was hype built up by fans, but somewhere along the way expectations became misaligned and people were pissed and disappointed.

    But yeah, going into it without any big expectations certainly helped me enjoy it.









  • madsen@lemmy.worldtoTechnology@lemmy.world*deleted by creator*
    link
    fedilink
    English
    arrow-up
    16
    arrow-down
    5
    ·
    edit-2
    10 months ago

    I wouldn’t trust an LLM to produce any kind of programming answer. If you’re skilled enough to know it’s wrong, then you should do it yourself, if you’re not, then you shouldn’t be using it.

    I’ve seen plenty of examples of specific, clear, simple prompts that an LLM absolutely butchered by using libraries, functions, classes, and APIs that don’t exist. Likewise with code analysis where it invented bugs that literally did not exist in the actual code.

    LLMs don’t have a holistic understanding of anything—they’re your non-programming, but over-confident, friend that’s trying to convey the results of a Google search on low-level memory management in C++.