L. Pereira

Results 285 comments of L. Pereira

Thinking about a macro that lets you write this: ```C char *buffer; FOR_EACH_STDOUT_LINE(buffer, "some-command %d", with_int_argument) { // Do something with buffer } ``` This will: - If there are...

Another thing that I'd like to see in Info is the ability to create MoreInfo. For instance, the firmware view could benefit from this right now. The API can be...

The problem in using only colors is that this makes it harder for color-blind people to distinguish those icons. Using the :warning: or :heavy_check_mark: are better choices. Even :+1: might...

Icons look better with distinctive shapes, but it would be nicer if they were using the same style as the rest of the icons.

I looked at how things like CPU-Z does in Windows and it's even worse: it's all hardcoded (e.g. "if vendor == intel && family == 6 && stepping > 5...

Yeah, I've punted this for so long just because it's a lot of repetitive, boring work. The WikiChip data is machine readable; I wonder if they're willing to provide a...

Yeah, that might be an option. Found this thing here which might be helpful to fool around: https://github.com/LouisT/node-wikichip

That's also an option, but I'd rather avoid this; WikiChip has all the information CPU-Z will have, and it's possible to easily search it. I did some experiments and we...

Another source of information: http://www.cpu-world.com/CPUs/Core_i3/Intel-Core%20i3%20i3-8100.html They provide an application that sends them CPUID information to match against their database: http://www.cpu-world.com/Download/CPU_identification.html (API isn't public, apparently.)

https://blogs.gnome.org/hughsie/2019/08/28/gnome-firmware-updater/