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

help-circle





  • Maalus@lemmy.worldtoMemes@sopuli.xyzCan confirm
    link
    fedilink
    arrow-up
    1
    ·
    7 months ago

    The “spry” part depends on the lifestyle and the work you do a lot. A dude that’s been in construction won’t be “spry”, their body will be ruined. A welder will not have the lung capacity. Shipyard workers will have their brain rotted because of the two part paints they use that fucks with your nervous system. It all goes to shit later in life the longer you work, and being spry at 70 is a luxury. But at 30, naaah dude, something has gone terribly wrong with you if that’s the case.




  • Maalus@lemmy.worldtoMemes@sopuli.xyzI'll just take the bus
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    7 months ago

    No, you didn’t “kill it”, you gave it what it needs and then released the clutch. Slowly letting go till it bites doesn’t make any sense, especially when going uphill. The clutch can take moving a tiny bit faster, the engine cannot take it moving a lot slower. If you lurch, you gave it a ton of gas, instead of keeping it at like 3k range max.

    Basically, train on a level surface. Push in the clutch fully, break fully. Then let go of break, and push the gas in slightly. Learn how far you need to push it to keep it at 3k or so, depending on your vehicle. Then, the most important part. Gas doesn’t make your vehicle go, the release of the clutch does. Once you figure out that it’s the left leg that makes it “go” instead of the right, you’ll get it every time, uphill or not. It only needs the tiny amount of initial gas to be good.

    None of this "wait till the cars starts rolling and then you have a quarter of a milisecond to add gas before it dies on you.




  • 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.