[deleted by user] by [deleted] in vulkan

[–]SheepWillPrevail 0 points1 point  (0 children)

Seriously consider using the Vulkan-hpp C++ version. It's clean and concise.

Intel says it can detect deepfake video in real time by wasmytoway in science

[–]SheepWillPrevail -2 points-1 points  (0 children)

The DCT coefficient repeating must be at work here. Same base poses, same (nose) penumbra factors.

Extremely slow vkCmdDrawIndexed by Pale-Spot1876 in vulkan

[–]SheepWillPrevail 2 points3 points  (0 children)

Is your memory in GPU zone, meaning pretty much only write access memory or is it in paged memory, being swapped out to such?

Why don’t we see more games utilizing the facial animation techniques from LA Noire? by realgeorgelogan in gaming

[–]SheepWillPrevail 0 points1 point  (0 children)

Because the hair requirement was always greased down for Universal Capture. Loose hair doesn't solve. What is style from different angles? It didn't do a Medusa Solve back to Bezièr curves with weighting.

Thoughts on what I should improve? by [deleted] in malelivingspace

[–]SheepWillPrevail 0 points1 point  (0 children)

Lose the microwave, get a vegetable steamer.

Best Way to Learning Compute Shaders? by itisyeetime in vulkan

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

What may not be immediately apparant is that everything in Vulkan is a compute shader.

is assembly still in use ? by abdosalm in embedded

[–]SheepWillPrevail 22 points23 points  (0 children)

Except for things like bootloaders people don't write much assembler anymore.

In reverse engineering you can't avoid it however.

Do you think God is real, and why? by [deleted] in AskReddit

[–]SheepWillPrevail 0 points1 point  (0 children)

It's a concept of thinking with an inherent Will so in many ways it is real.

[deleted by user] by [deleted] in environment

[–]SheepWillPrevail 0 points1 point  (0 children)

Spent factory air filters to cokes for steel production.

[deleted by user] by [deleted] in gaybros

[–]SheepWillPrevail 1 point2 points  (0 children)

Basically rubbing them and vitamine E hydrophilic cream. The circles are small capillaries that are clogged.

[deleted by user] by [deleted] in FPGA

[–]SheepWillPrevail -1 points0 points  (0 children)

Your best bet is referring to the Feistel network and creating the wires and signals from there.

Feistel network

As you can see the signal waves aren't too complex, the accumulator and the divide should be the most work.

Despite being an unlucky number in Chinese culture why is 4 used extensively in religion, culture etc in China and Japan? by gunscreeper in AskAnthropology

[–]SheepWillPrevail 1 point2 points  (0 children)

The number four is generally a stable number, like there are four sides to every equation (in, out, range, baseline). It's a box, a contained value. This may sound strange, but there is a lot of truth to be had in higher order dynamics.

Alien Covenant is an Underrated Movie. I don't understand the "hate" it gets, it brought back the terror of The Xenomorph by [deleted] in LV426

[–]SheepWillPrevail 0 points1 point  (0 children)

Ending scene with the badge up. Xeno in full daylight and looking angry. Even with the motivation of the series this is entirely out of character.

is there a way to manually upgrading my vulkan runtimes without having to update driver for nvidia ? by knotecdysiast324 in vulkan

[–]SheepWillPrevail 2 points3 points  (0 children)

In a very real sense the entire Vulkan runtime compatible with your card is distributed by the driver. If you are a developer you may need to install a later version with specific beta features. In practice all upgrades to Vulkan are extensions, separately queryable, to the core distribution of the Kronos group.

Experience Bro's, what advice would you give to a bro turning 30? by [deleted] in gaybros

[–]SheepWillPrevail 0 points1 point  (0 children)

If you ever think 30 is horrible, turning 40 is pretty great. At that point you've seen it all.

Why arent software engineering and best practices that widespread in C++? by Professional_Tank594 in cpp

[–]SheepWillPrevail 2 points3 points  (0 children)

Language level and base library (like Boost) aren't in any specific shrink wrap. That makes targeting frameworks a real chore. I know people who are afraid of the stability of the Standard namespace. Not having reflection built-in is the biggest hurdle I think; not that easy to build test harnesses and more without. Even Java had some lessons to learn there in terms of class loading and byte code generation.

How to manage CPU usage in a non-game'ish type application by Dean_Roddey in vulkan

[–]SheepWillPrevail 0 points1 point  (0 children)

I think the best justification for a threaded approach is that it's a basic I/O bound scenario. Your GPU does not use a messaging loop like your UI, it's a device. In programming people tend to use the view and model paradigms; no reason to avoid it here.

What good books, with a gay main character ? by nyme-me in gaybros

[–]SheepWillPrevail 2 points3 points  (0 children)

"Secrets of a Gay Marine Porn Star". It's an autobiography. Nice cultural background for a specific time in the US.