cadekat
3.5e just had some much room to explore. Yeah, some parts sucked or didn't make sense, but I think that really led to some interesting characters and fun moments in games. I haven't played 5e much precisely because it's so smooth in comparison.
Eh, it's also much easier to slap a client-side detector on because you can use generic detection methods. When you're doing it server-side, you have to rely a lot on statistical analysis and it's all game specific.
In the end you can, of course, reduce it all to not shelling out money, but there is some nuance too.
We are not on tiktok.
FreeCAD is an option, but it's a bit of a mess. Does the job though!
It's almost like we need more axes to describe political views than just left and right.
Let me preface this by saying I don't see the value of 99% of NFTs either, but it is technically possible to make one that stores the image on the blockchain or on IPFS. Most don't, obviously, but it is possible.
I am aware. What processing is only possible in the cloud, and not locally?
Edit: My apologies, I didn't realize you weren't the same person I originally replied to. Please disregard!
Until homeomorphic encryption becomes a thing, cloud can't be secure or private.
Why do you need homeomorphic encryption? Isn't client-side encryption good enough for most use cases?
This looks like O(n)
, because you don't include constants when calculating Big-O. It's still ~26 times slower than the implementation without the inner loop.
~~This looks like O(n^2)
because of the sub
.~~
I was right the first time. sub
is "substring" and not "substitute".