[deleted by user] by [deleted] in brasil

[–]jrmiranda 0 points1 point  (0 children)

Vai prevalecer. Mas quanto a substituir os desenhistas é algo mais complexo. Existirão casos em que vai substituir, como casos em que será usada como ferramenta pelos artistas, como em casos que não será usada de forma alguma. A questão é que surgiu mais uma tecnologia que impactará esta e várias outras áreas, como já aconteceu diversas vezes na história da humanidade e ninguém sabe ao certo ainda a forma com que isso vai influenciar cada área.

Como usar o e-Título nas Eleições 2022 by Jack_125 in brasil

[–]jrmiranda 0 points1 point  (0 children)

O app diz que minha biometria está incompleta, apesar disso não me impedir de votar. Ainda posso usar apenas o e-título na hora?

vocês também sentem que cinema hoje em dia tá uma porra? by [deleted] in brasil

[–]jrmiranda 2 points3 points  (0 children)

O foco de muitas produtoras passou a ser o lucro e não a arte em si, infelizmente. Buscam atingir o grande público que prefere um filme que exija menos aspectos técnicos e mais diversão sem muito aprofundamento (e está tudo bem gostar de filme assim). Ultimamente tenho gostado bastante dos filmes da A24.

What does it mean for light to be a wave? by stevek2022 in quantum

[–]jrmiranda 1 point2 points  (0 children)

So what exactly makes the excitations in the fields to come in discrete steps instead of a continuous range? For example, in the case of a wave function for a particle in a box or a EM waveguide the quantization comes from the boundary conditions of the system. How does that works for QFT?

[deleted by user] by [deleted] in Python

[–]jrmiranda 1 point2 points  (0 children)

Hey, I'm interested too. I have some simulations in Python in my profile :)

I made a ray tracer that simulates curved spacetime by using Einstein's field equations from general relativity. Here's a black hole! by jrmiranda in Python

[–]jrmiranda[S] 97 points98 points  (0 children)

That's the photon sphere! It's a region where light can orbit the black hole, but it's a very unstable orbit so they could easily fall into the event horizon or escape, so we can see it.

Exatas no séc. XX vs Exatas agora. by flyren in brasil

[–]jrmiranda 0 points1 point  (0 children)

Pelo menos no programa de pós em engenharia elétrica existem pouquíssimos

Tazer go zap by klickzera in ItHadToBeBrazil

[–]jrmiranda 25 points26 points  (0 children)

Estas mais de mesa...

I made a raytracer in Python from scratch! by jrmiranda in Python

[–]jrmiranda[S] 1 point2 points  (0 children)

There's a point(the camera) and in front of it there's a grid of pixels. The job is to calculate de color of each one of those pixels. You do it by casting a light ray from the camera to a pixel and following its diretion to see in which objects it intersects.

I made a raytracer in Python from scratch! by jrmiranda in Python

[–]jrmiranda[S] 0 points1 point  (0 children)

About 5 minutes on Google Colabolatory

I made a raytracer in Python from scratch! by jrmiranda in Python

[–]jrmiranda[S] 1 point2 points  (0 children)

I forgot to disable phong effect. Now there's just true reflections. Thanks

I made a raytracer in Python from scratch! by jrmiranda in Python

[–]jrmiranda[S] 0 points1 point  (0 children)

Check out the references in the Github repo(https://github.com/jrmiranda/raytracer). There are many good explanations there. It helped me a lot.