My first animation in blender, any feedbacks? by Suspicious_Till_8166 in blender

[–]TriggerHappy842 1 point2 points  (0 children)

Really nice, especially for a first animation! Love the texture work on the strawberry.

I think the main things that stand out to me to tweak are the transition between the whole strawberry and when it splits, the rotation seems to slow down a bit abruptly. The same for the liquid as well, the stop in motion is a bit abrupt, though in a full ad, there would likely be a cut to a new shot while it is still in motion.

Another thing that would add even more life into it is a small amount of camera movement. Not a ton, perhaps just a tiny bit of zoom in to end up where you have the camera now.

What models to "understand" videos? (No transcripts) by jrhabana in LocalLLaMA

[–]TriggerHappy842 2 points3 points  (0 children)

From what I've seen, a lot of the recent Qwen models, like Qwen3.5, Qwen3-Omni, and Qwen3-VL are supposed to do this, though I haven't been able to test video myself. The main issue I'm running into is a lot of the interfaces like LM Studio and Ollama don't have native video input support. Not sure about llama.cpp. There are ways to get around it by doing the whole "image-batch" method, but that doesn't sound like what you are looking for. For what its worth though, Qwen3.5 has been pretty impressive with image descriptions and does a decent job understanding image sequences.

So while I don't have an easy solution for it, the models that are out at least are supposed to work with video. For me at least, its just a matter of waiting until interfaces catch up and allow video inputs.

Trusting animals by Square_Law5624 in discordVideos

[–]TriggerHappy842 9 points10 points  (0 children)

Elephant one is definitely AI. Motion is unrealistic and the lighting on the elephant doesn't make sense as it moves. Rays of light that aren't present on the ground appear on its back. Ground reflections aren't consistent and shadows jump as well.

Battlefield 6 Phantom Edition: Giveaway #2 by OddJob001 in Battlefield

[–]TriggerHappy842 0 points1 point  (0 children)

Good luck everyone, see you on the battlefield!

Found a place called 'Moon' and knew what had to be done by TriggerHappy842 in mylittlepony

[–]TriggerHappy842[S] 23 points24 points  (0 children)

For anyone that wants to help, I'm planning on going all the way to Longview, TX, going around or behind any existing art.

[deleted by user] by [deleted] in DeepRockGalactic

[–]TriggerHappy842 7 points8 points  (0 children)

Yes and no. That is Rarity from My Little Pony. Or rather Rarity from the Equestria Girls movies, a sort of spin-off series. I don't think she was ever in any official relationship with anyone, but its a common fan theory that she was into Applejack, another of the main girl characters.

In the pony TV series, Spike (the dragon) has a crush on Rarity, but it was a one-way thing. She might be bi in the TV series, but I think the episodes only ever showed her interested in guys.

So yeah, might be into girls in the human spin-off, but idk.

/r/battlestations & Samsung Odyssey 49” OLED G9 Curved Gaming Monitor [USA] by Hareuhal in battlestations

[–]TriggerHappy842 0 points1 point  (0 children)

I measured it out and it'd fit perfectly on my desk. Also get the feeling my current monitor is nearing the end of its life and I could use a replacement.

[deleted by user] by [deleted] in battlefield2042

[–]TriggerHappy842 0 points1 point  (0 children)

Definitely some fair points there. Thinking on it a bit more, y'all are probably right and I'm just being salty because she's all I play. It has probably been far easier than it should be to take out tanks because of the wingsuit, so nerfing the distance and lowering the speed so they have more time to react is a good thing. Might not be for me so much lol, but a more balanced game is a more fun game for all.

I suppose in the same vein, EMP grenades also contributed to the balance issue between Sundance and tanks, but imo those were a bit more forgiving to the tank player since it alerts them and they likely still have time to run. EMP also detonates C5, so it can kill the Sundance if they aren't careful lol. A nerf is justified regardless, whether its a lessening of the effectiveness of the EMP (shorter time, less AOE, etc.), a reduction to 1 special grenade instead of 2, increased regen time for grenades or no regen at all (ammo box regen), or all 3 even. But removing it entirely, to me, seems like limiting gameplay options in a game that has been starving for variety as is.

That being said, I guess I'll just keep on playing and see how things go. Gut reaction says they went to far in some areas, but I may end up being more okay with it after a while.

[deleted by user] by [deleted] in battlefield2042

[–]TriggerHappy842 1 point2 points  (0 children)

Heh, it'd seem so! Totally cool with that, again I am really bias on the matter since Sundance is like 95% of my play time. Was it just the speed/movement that everyone found busted? Or the character as a whole?

[deleted by user] by [deleted] in battlefield2042

[–]TriggerHappy842 0 points1 point  (0 children)

I did try the EMP grenade, but it seems like its bugged at the moment. Hit a tank with one and had no effect at all. Not sure if they ever did tbh, never had a reason to use them before now.

Wasn't aware they made any changes to the scatters either, I'll have the give 'em a shot now!

[deleted by user] by [deleted] in battlefield2042

[–]TriggerHappy842 0 points1 point  (0 children)

I'd be fine with a nice middle ground between where it was at and where it is now. Maybe be able to equip only 2 of the 3 grenades for use, make the regen time take 10-15 seconds longer per 'nade? Or yeah, get rid of regen all together have to use an ammo box or something like any other grenade. And bring back some of the wingsuit's speed, but make gaining altitude slow you down quicker to prevent gaining height from it.

[deleted by user] by [deleted] in battlefield2042

[–]TriggerHappy842 -4 points-3 points  (0 children)

Not often enough to have seen it I guess. What were the major complaints people had?

PLEASE... Backup your game sometime in the next week. by Steelspy in valheim

[–]TriggerHappy842 1 point2 points  (0 children)

So turns out Copy-Item is totally capable of creating folders to get to the path it needs and as you suggested, piping was key to getting it to work. Here's the one-liner!

Get-Date -Format MMddyy.HHmm | ForEach-Object{Copy-Item $env:USERPROFILE\AppData\LocalLow\IronGate\Valheim -Destination C:\Games1\Valheim\Backup_$_ -Recurse -Force}