• 0 Posts
  • 135 Comments
Joined 2 years ago
cake
Cake day: August 6th, 2023

help-circle

  • This isn’t “THE” solution though. Plenty of other options. My favourite is meal prepping - spend three hours cooking for the entire week, put it in the fridge. Instead of an hour / hour and a half each day. You only have to clean up after yourself once too.

    Issues are you need to prepare things that reheat well, or that you can quickly “cook up” each day without it taking too long. I.e. “just add the sauce to the salad” type of deal.







  • No, a human would just find an API that is publically available. And the fact that it knew the static class “Misc” means it knows the api. It just halucinated and responded with bullcrap. The entire concept can be summarized with “I want to color a player’s model in GAME using python and SCRIPTING ENGINE”.


  • I recently tried it for scripting simple things in python for a game. Yaknow, change char’s color if they are targetted. It output a shitton of word salad and code about my specific use case in the specific scripting jargon for the game.

    It all based on “Misc.changeHue(player)”. A function that doesn’t exist and never has, because the game is unable to color other mobs / players like that for scripting.

    Anything I tried with AI ends up the same way. Broken code in 10 lines of a script, halucinations and bullshit spewed as the absolute truth. Anything out of the ordinary is met with “yes this can totally be done, this is how” and “how” doesn’t work, and after sifting forums / asking devs you find out “sadly that’s impossible” or “we dont actually use cpython so libraries don’t work like that” etc.


  • An ex of mine would ‘tickle me with her eyelashes’. Similar concept but no eye touching. Would’ve probably evolved into that had we stayed together. My other ex would look at me dramatically with one eye (as if recoiling from something shocking) then switch the eyes and moving closer too. Ended up with her deep in my face sometimes.










  • Maalus@lemmy.worldtoProgrammer Humor@programming.devSenior Wisdom
    link
    fedilink
    arrow-up
    10
    arrow-down
    4
    ·
    4 months ago

    The only moment you write comments is when you are doing something extremely weird for a specific reason that will not be immediately obvious and you want to warn the person doing a refactor in the future. In any other case, writing self documenting code is the way. If you are unable to do that, then your code needs to be rewrtitten.