L. Pereira

Results 62 issues of L. Pereira

The following program: ```Go func bla(xxx interface{}) { if f, ok := xxx.(int); ok { println("xxx is int", f) } else { f := xxx.(Foo) println("xxx is not int, it's...

- Network interfaces should list their IPv6 addresses - Change "ARP table" to "Neighbors", and list both the ARP table and the IPv6 NDP (`ip neigh`)

In my computer, I do have two identical memory modules, but their SPD information seems to be provided differently to the system: ![Screenshot from 2021-01-01 10-32-58](https://user-images.githubusercontent.com/15001/103444475-6c270500-4c60-11eb-9405-70a7e8629ee1.png) ![Screenshot from 2021-01-01 10-32-54](https://user-images.githubusercontent.com/15001/103444476-6d583200-4c60-11eb-81c5-34aea401a44a.png)...

HardInfo should avoid running benchmarks on certain conditions: - When on a laptop running on a battery - When running a `powersave` CPU governor - When load is over a...

It's now easy to do this, so let's do it. :)

One of the benchmarks received by the server had a board with the identification "Red Hat KVM RHEL-7.6.0 PC (Q35 + ICH9, 2009)", but the machine type is "unknown". We...

They should be sent/stored in English and translated in the client.

Some symbols (e.g. `lginterval`) are defined in multiple .so files, causing issues. Try to minimize amount of exported symbols (e.g. by making them static) and prefixing them with something (e.g....

I'd like to remove the current code to generate a Summary view. It has a few limitations that I don't want to fix, and it's better to stick with fewer...

feature request

[i-nex](https://github.com/i-nex/I-Nex/) project has a lot of [CPU information in machine-readable format (JSON)](https://github.com/i-nex/I-Nex/tree/master/I-Nex/i-nex/Database); maybe we could use it as well?

feature request