

I know that’s not a ready to use solution but blender has a very powerful python API which should allow you to automate everything including doing calls to a AI backend of your choice if needed.


I know that’s not a ready to use solution but blender has a very powerful python API which should allow you to automate everything including doing calls to a AI backend of your choice if needed.


Please, someone make a movie out of it!
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.


The difference between AI and Coder:
The Coder fixes it’s errors. AI is just pretending everything would just run fine.
Out of context, but this video showing the amount of freshwater on the planet in perspective was eye opening for me… I see water availability different since.
I feel like the LLM guy should be the psycho doctor doing unethical experience with the clinic patients…


This meme is so fedi!
I mean the JPN cover is much more true to the original game ascetic and is more artistically pleasing…
But c’mon the US cover looks like a frickin 80s fantasy trash movie poster. Retrospectively that’s so iconic.


Yes the moment the “article” framed modularity and replaceability as a problem it was clear for me that this is nothing else than product placement… Those things are features I would wish my car would have.


I thought it stood for “Kool Desktop Environment”


Of course they do. They want to keep control over monetization. They don’t care about creators at all.
Thanks for being nitpicky, so I didn’t had to.


Sony has committed official drivers for PS5 controller under Linux. The experience with it is really plug-and-play… just that you don’t plug it in.
Some people don’t like the layout others prefer it. I use it myself on my Linux computer. So I wanted to name this option here.
I think it’s much more impressive that stuff that was added in 2018 and 2019 has a much higher probability of being deleted today than if it was added 2017…
Wonder if that has anything to do with covid and maybe new businesses models opened 2 years before failing and therefore websites of this companies disappeared.
Also I think it would be nice to see a graph of new websites being opened other the same time span.
My best advice is:
Don’t listen too much about what strangers on the Internet say you should do or use.
Non of us has statistics to pull from. Mostly it’s individual experience mixed with personal preferences. All that could be different for someone else. E.g. some people will have problems with Nvidia, other with AMD.
Stick to the basic and add fancy stuff later on.
Don’t pick a distribution because of the Desktop environment. Or because someone said it has a nifty feature. People create new distros all the time just for fun and not because there would be a real reason for it. Looking on the release cycle would probably be the most basic decision you should take. Read about the differences between “rolling release” and “long time support” and decide base on you personal use case.
Have a backup strategy
This is nothing limited to Linux but since you are planing to switch your habits, there is a high possibility you will mess up at some point. Best would be you try to stimulate the worst case and look if you would be able to setup your system in a VM or something.
Don’t be afraid to try things out
Especially when you know that your backup is working. There is not much you can lose. Don’t be afraid of using Arch Linux e.g. just because someone on the Internet said it’s just for pros or something.
So this last one is maybe just the consequences of all the above. But yeah I guess that’s all I could say for now 😅
To be fair this is not a Reddit thing and it can be found in the fediverse too. I can remember some of such situations where a person just posted wrong stuff but in a very confident way. I was able to prove him wrong later but nobody cared anymore.


A moment of silence for your phones security… There is nothing worse than outdated mobile devices. Maybe start thinking about using a costume ROM.


Because all my statements about split screen are actually just coming from general knowledge about game development and working on a network multiplayer game and assuming what would not be needed in local co-op I actually did some research about this topic now to make sure I didn’t had false assumptions here.
This video here shows one Implementation of split screen https://youtu.be/tkBgYD0R8R4 of course this could be implemented differently by larian studios but I’m pretty sure the basic principle stays the same.
And the basic principle is not running the game two times. It’s running two Views at the same time in the same world. So obviously there is no need to have everything twice in memory. So right now I don’t see anything about what I said about split screen being proven wrong.
Of course there will be more load on the hardware for two players split screen but it’s not the game running two times.
No questions that the a slower RAM compared to X or PS5 is causing bottleneck on the series S, never denied this, but this bottlenecks will go down in FPS performance and all of this can be worked around by developers by “optimising” the game. At which point this optimisation is seen as reduction in quality is up to debate. That’s what I want to say.


Didn’t want to be offensive sorry if you felt that way.
I think I made my point clear. Maybe I’m wrong about some details about split screen maybe we talking all about the same stuff but misunderstanding each other IDK. But again my main point is a different.
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.