• 1 Post
  • 89 Comments
Joined 3 years ago
cake
Cake day: June 11th, 2023

help-circle


  • I try to add something to the understand.

    Especially in old games, the program code (what happens if you press a button, what happen if your health bar goes to zero…) is often handled in the same memory structure as the game data (sprites, your entered player name, you inventory…) If you glitch a function that should edit a memory block of game data (e.g. reduce the players money or rename a Pokémon) to do it’s operation on a program code block instead, you can reprogram the game while you are playing it and even make it a different game.

    A different famous example is Super Mario Land. If you glitch trough the level borders the game is displaying all kind of data (game data and program code) as level blocks that you can walk on. Some of those level blocks are distructable, which is setting this memory block to a different value. By carefully destructing the correct blocks, you can change things like how many life’s you have. But if you hit a wrong block, the game will potentially crash because you changed the program code to something that doesn’t make sense.






  • So as a user you should actually be more concerned about what regulations exist in the region you’re living, not of the region the server is histed. Because that’s the law you have to abide by.

    Worst thing regarding the law of the server position is, that your post will be deleted / account will be banned.

    And in the context of Online behavior I would argue, that in general all American/European laws are the same.

    If we want to talk about details: In germany a very serious crime that is activly enfored, is to downplay crimes of the nazis. Even something like saying “trivial thing x is as bad as what the nazis did” could be interpreted as such a crime.







  • I think this libcudnn is a Nvidia CUDA thing. I guess you have checked that the correct CUDA libs are installed and blended has permission and knows where to look for them?

    First start for learning blender Python API would be it’s documentation: https://docs.blender.org/api/current/index.html

    In general you can skip anything that you can do on the user interface. But video editing is just a very small part of this and if you don’t have any programming experience yet this could be overkill for what you are looking for.

    Perhaps someone had the same problems like you before and implemented something. Maybe searching explicitly for blender video editing automation or Python API will give you some results.





  • Feyter@programming.devtoLinux@lemmy.mlVirus
    link
    fedilink
    arrow-up
    4
    ·
    1 year ago

    Man this Story hat so many plot twists in it…

    Takeaway for the Story is: If you don’t have a backup of your file and you don’t monitor the backup process and you don’t tested that your backup can actually be restored and you don’t have a redundancy backup… Than yours file isn’t saved.