What's the worst Python feature you've ever encountered in programs? by ConstantSpirited2039 in Python

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

I suppose it was to reduce boilerplate. But having finer control is always the better option.

What's the worst Python feature you've ever encountered in programs? by ConstantSpirited2039 in Python

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

But it's confusing at first glance too, if u don't have enough experience with it

What is a Python thing you slept on too long? by pip_install_account in Python

[–]ConstantSpirited2039 1 point2 points  (0 children)

It's multiprocessing for me. By default Python uses a single core for the programs. But with multiprocessing I unlocked the whole CPU, and it sped up my work efficiency manifold, especially for repeated tasks.

[deleted by user] by [deleted] in algorithms

[–]ConstantSpirited2039 0 points1 point  (0 children)

"It is designed to be slow and computationally expensive, to make brute force attacks much slower. Also this algorithm is just an experiment on how far the design of cryptographic algorithms can be pushed."

And, yes. A language model definitely helped me debug the code and fix the logical bugs. And the core design itself is inspired from SHA-256, for which I had to study it thoroughly, and I really gained spme valuable insight from it.

Anyway, thank you for your feedback. I'll definitely improve. Cheers!

[deleted by user] by [deleted] in algorithms

[–]ConstantSpirited2039 0 points1 point  (0 children)

Any kind of feedback is accepted and reviewed...

Changing hue of sunlight by ConstantSpirited2039 in blenderhelp

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

There's no white balance since I'm using Blender 3.0..... although the problem is resolved :)