Clemens Brunner
Clemens Brunner
Right, it was just a little surprising that on my Linux system, which uses `gcc` by default (and I assume this is true for most Linux distributions), `pip` installed via...
This is ready for review.
While I'm at it, I don't get any CPU name on my Mac, and at least for macOS I have an easy fix. Do you want me to include it...
This gives ``` Apple M2 Pro (12 cores) ``` instead of ``` arm (12 cores) ``` I can try to get this to work on Linux and Windows tomorrow.
OK, this is now ready again. I've tested on all three platforms and got nice CPU strings as well as the correct memory size, but if you have hardware such...
I'm using `wmic` on Windows, but I just found out that [Microsoft is deprecating this tool](https://techcommunity.microsoft.com/t5/windows-it-pro-blog/wmi-command-line-wmic-utility-deprecation-next-steps/ba-p/4039242). I'll see if I can replace it with some Powershell commands like they suggest....
> Can we not output GB instead of GiB? no-one except for a few CS and IT / tech-savvy folks will know what GiB is Only if we really show...
OK, but this changes the numbers then. Previously, we computed GiB but erroneously wrote GB.
> IMO, GiB is not that esoteric and people can always look it up with their search engine if they're not familiar. I agree! In principle, I don't care what...
I mean, it's only the memory calculation which is currently failing. I could try and play around a bit more, but I'm also fine with moving it to 1.9.