Juuso Alasuutari
Juuso Alasuutari
> @manyoso we should check the md5 hashes prior to allowing model execution Better yet, check the SHA-256 at the very least. MD5 is past its "best before" date.
> Who is creating these models? It's quite pathetic that 1. It can't do basic mathematics which just about every model I've used can do. 2. Who programs it to...
> You people are insane. I post a damn log with a chatbot and you treat me like I'm beating your mother. Ban me. You people should get out in...
> As for the CMakeLists change, I'd like someone else to take a look at it. Maybe @imaami could take a look at that file and build scripts Which scripts...
*(Edit: updated script)* > > Which scripts specifically? I'm not too familiar with cmake. > > `build_linux.sh` and the newly added `build_mac.sh` thank you Quick summary: - The scripts should...
> To be honest, I rather not make these changes. It's out of the scope of what I'm doing here, and it should be a separate issue that's self-contained. >...
> @imaami Fair enough, I have deleted the Mac script. Now it's back to the way it was. 🤔 This isn't what I was trying to argue for, but I...
OK, here's my new attempt. Ended up only fixing the commit message (and rewriting my fix branch).
It should be possible, yes. I don't have much experience myself, either, but I've seen it being done.
`using namespace std` is a blunt instrument and I'd personally steer clear of using it. Why not just prepend `std::` to where it might be needed instead of undoing the...