Maybe, what I said is admittedly mostly based on the experience I have with Blender's Cycles renderer, which is definitely not real time.
I'm not a computer graphics expert (though have at least a little experience with video game dev), but ~~considering Toy Story uses ray-traced lighting~~ I would say it at least depends on whether you have a ray-tracing capable GPU. If you don't, probably not. I would guess you could get something at least pretty close out of a modern day game engine otherwise.
Mr President, a second signal chat has hit the buildings
I'm assuming they're using that term because it's more accurate/inclusive than "gay", since it includes bisexual men too
I think supporters of Israels actions don't see genocide itself as inherently wrong, but more that some of the people victimized by the Holocaust were wrongly targeted. This one is against the "right" people.
I've used it most extensively for non-professional projects, where if I wasn't using this kind of tooling to write tests they would simply not be written. That means no tickets to close either. That said, I am aware that the AI is almost always at best testing for regression (I have had it correctly realise my logic is incorrect and write tests that catch it, but that is by no means reliable) Part of the "hand holding" I mentioned involves making sure it has sufficient coverage of use cases and edge cases, and that what it expects to be the correct is actually correct according to intent.
I essentially use the AI to generate a variety of scenarios and complementary test data, then further evaluating it's validity and expanding from there.
I most often just get it straight up misunderstanding how the test framework itself works, but I've definitely had it make strange decisions like that. I'm a little convinced that the only reason I put up with it for unit tests is because I would probably not write them otherwise haha.
I think its most useful as an (often wrong) line completer than anything else. It can take in an entire file and just try and figure out the rest of what you are currently writing. Its context window simply isn't big enough to understand an entire project.
That and unit tests. Since unit tests are by design isolated, small, and unconcerned with the larger project AI has at least a fighting change of competently producing them. That still takes significant hand holding though.
I knew something was wrong but I didn't put the dots together until my early 20s. I'd definitely had "I wanna be a girl" thoughts as a kid/teen but wasn't super aware that being trans was a thing so shoved them to the back of my brain and allowed myself to just kinda feel broken instead.
"Oh shit I'm a girl?"
You're right, it looks like they didn't (at least for most things?). They do mention raytracing briefly, and that the sampling stage can "combine point samples from this algorithm with point samples from other algorithms that have capabilities such as ray tracing", but it seems like they describe something like shadow mapping for shadows and regular raster shading techniques ("textures have also been used for refractions and shadows")?