dav1312

Results 140 comments of dav1312

What kind of issue is this

**The current "calculationsPerSecond"** that the web is using **is 4e10** = 40e9 = 40.000MH/s [Using a 2080ti](https://gist.github.com/binary1985/c8153c8ec44595fdabbf03157562763e) MD5 = 50.500MH/s = 50.5e9 MD5 + Salt = 27.200MH/s = 27.2e9 SHA1...

```py import platform def get_os(): uname = platform.uname() system = uname.system release = uname.release version = uname.version if system == "Windows" and int(version.split(".")[2]) >= 22000: release = "11" return system...

> what it returns on windows Windows 11: `Windows-10-10.0.22000-SP0`

> I haven't really studied the PR but do you keep track which passwords are hashed and which aren't? This will necessary for future db conversion. Hashed passwords will have...

> I read that it is recommended that hashing takes at least 0.5s CPU time to deter a brute force attack. That is huge of course if it has to...

Not sure why but this command will ignore some of the files ``` npx prettier --check "server/fishtest/static/{css/*.css,html/*.html,js/*[!highlight.diff.min].js}" Checking formatting... [warn] server\fishtest\static\css\application.css [warn] server\fishtest\static\js\spsa_new.js [warn] Code style issues found in 2...

> I don't see a .mak in the formatting command I don't think prettier supports mako templates, either format the scripts individually (copy and paste them here https://prettier.io/playground/) or move...

> btw, one feature for these admins could be to see the list of approvers. Right now, I think that's not easily found. It would be nice to have an...

I don't really know what an "idle" user is. A user that is not logged in? Or that it is?