• 4 Posts
  • 97 Comments
Joined 3 years ago
cake
Cake day: June 11th, 2023

help-circle






  • Feyter@programming.devtocats@lemmy.world🥺🤬😾
    link
    fedilink
    arrow-up
    77
    arrow-down
    1
    ·
    2 days ago

    I have to ruin the joke but this is not really accurate.

    Cat’s are not thinking about “killing” when they have this look. It’s the “play & snack mode” a very positive feeling for the cat. They don’t have the idea that they might hurt or kill another living being in the process.

    The real “kill mode” is when having a dispute with other cats (or cat like animals) that they identity not as a snack but as a cat like thing. And this look is much closer to the left picture.




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