

I only use lemmy regularly.
I’ll still check specific subreddits which don’t have a lemmy equivalent, but not that often, and never signed in or with the official app.
I only use lemmy regularly.
I’ll still check specific subreddits which don’t have a lemmy equivalent, but not that often, and never signed in or with the official app.
Callbacks and decorators are fine, but callbacks/decorators to a function which itself takes a function pointer and returns another function pointer are crazy.
I’ve thankfully never had to use recursive callbacks or decorators, but it seems like it could very quickly become difficult to keep track of.
If you actually use code like this you’re insane.
Do you say shit like that because nobody can tell the difference between your watch and a cheap one?
I liked the visuals / cinematography of the 2021 version, but I haven’t gotten around to watching part 2 because I’m not really invested in the story.
It felt like a lore dump that didn’t really build much connection to the characters, followed by a bit of action and some heavy sequel-baiting.
Practically impossible for this developer? Maybe. Technically impossible? No.
We do have realtime GI solutions which don’t require raytracing (voxel cone tracing, sdfgi, screenspace, etc). None of which require any ‘special’ hardware.
Raytracing is just simpler and doesn’t need as much manual work to handle cases where traditional rasterisation might fail (eg; light leaking). But there’s not many things it can do which we can’t already achieve with rasterisation tricks.
Raytracing is mostly useful for developers who don’t have the time/budget/skillset to get the same visual quality with traditional rasterisation.
However, in an industry which seems to prioritise getting things released as cheaply and quickly as possible, we’re starting to see developers rely heavily on raytracing, and not allocating many resources into making their non-rt pipeline look nice.
Some are even starting to release games which require raytracing to work at all, because they completely cut the non-rt pipeline out of their budget.
So I’d argue that you’re incorrect in theory, but very correct in practise (and getting even more correct with time).