HackerTrans
TopNewTrendsCommentsPastAskShowJobs

GreenHeuristics

no profile record

comments

GreenHeuristics
·5 ปีที่แล้ว·discuss
So is a GPU
GreenHeuristics
·5 ปีที่แล้ว·discuss
The story is literally about Tesla buying 1.5B usd worth of it. Sure Elon has some interests in the direction but I doubt Tesla is going to use the bought Bitcoin for drugs.
GreenHeuristics
·5 ปีที่แล้ว·discuss
You are not querying the mesh you are querying the accel structure.

To show why it is wrong: Change the mesh every frame.
GreenHeuristics
·5 ปีที่แล้ว·discuss
Think of it like so:

float distance_to_surface_of_model(x, y, z);

For every point in 3d space you can get the distance to the surface. So, if you have a camera you can shoot a ray into the scene and pick some points on it to ask if it is inside the model. if so you paint that pixel with the surface material of the model. Then it's just a matter of picking a good way of sampling points along the camera ray. usually this distance function is some basic math (distance to sphere or so). But here they take a 3d mesh and create a neural network that can answer the question of distance to it (since meshes are very slow at that).
GreenHeuristics
·6 ปีที่แล้ว·discuss
Did you do the same for this?

https://wtop.com/dc/2020/05/dc-protests-of-george-floyds-dea...
GreenHeuristics
·6 ปีที่แล้ว·discuss
> If it’s controversial, the writing will tend towards the careful middle.

No, it will tend towards the side of those who has the most admin rights and most time for reverts. They will have no interest in neutrality
GreenHeuristics
·6 ปีที่แล้ว·discuss
The first letter of it is the character 'S'.
GreenHeuristics
·6 ปีที่แล้ว·discuss
They (Nvidia) have not actually been given the green light to do so (buy Arm) yet.
GreenHeuristics
·6 ปีที่แล้ว·discuss
Simply the first google result. The internet is full of them, here is another first result

https://www.thesun.co.uk/news/3063752/barack-obamas-brother-...

So again, why are you calling Obamas family racist?
GreenHeuristics
·6 ปีที่แล้ว·discuss
Why are you calling Obamas grandmother, brother and sister racist?

https://www.israelnationalnews.com/Blogs/Message.aspx/3074
GreenHeuristics
·6 ปีที่แล้ว·discuss
Great! I will then sideline all your ideas from now on.
GreenHeuristics
·6 ปีที่แล้ว·discuss
If you challenge it before hand you have no damages to base a case on.
GreenHeuristics
·6 ปีที่แล้ว·discuss
If only there was some way of auditing an election to calm peoples fears.
GreenHeuristics
·6 ปีที่แล้ว·discuss
Yes they did. Democrats cried about Bernie Sanders getting defrauded of his election by other Democrats.

https://evidence2020.wordpress.com/2020/11/17/strong-evidenc...

Hillary is still going around claiming they stole the election from her.

https://thefederalist.com/2020/10/26/four-years-later-bitter...
GreenHeuristics
·6 ปีที่แล้ว·discuss
The US Democratic party.
GreenHeuristics
·6 ปีที่แล้ว·discuss
'had input' = can be accepted, not 'is also based on'
GreenHeuristics
·6 ปีที่แล้ว·discuss
Often it has been that Vulkan is closer to how GPUs work simply due to GPU manufacturers having to change their GPUs to work well with Vulkan. To for example add a co-processor to the GPU so that it can do job scheduling in a more Vulkanish way.

Vulkan was after all a spec from one GPU manufacturer (AMD), there are a handfull others with their own archs developed with their own assumptions.
GreenHeuristics
·6 ปีที่แล้ว·discuss
OpenGL supports multi-threading via creation of multiple contexts, sharing resources (textures, shaders etc) between them.
GreenHeuristics
·6 ปีที่แล้ว·discuss
Mithraists, in Norway, 1200 years ago?
GreenHeuristics
·6 ปีที่แล้ว·discuss
AArch64/ARM64 was developed from the ground up, not bolted on to the old 32-bit ISA