425
Linus Torvalds is OK with vibe coding as long as it's not used for anything that matters
(www.theregister.com)
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
As someone who is not a great coder. I can help in cases of double checking in addition to learning.
I made a USB HID report & device descriptor, it works fine everywhere except it causes KDE settings Game Controller menu to segfault when identifying USB devices.
I know there is a 99% chance that it is due to my descriptor being wrong. AI found my mistake of carrying over the logical min/max number of bits to the report size and my logical minimum was 1 too small. Haven't had a chance to test yet, but maybe I saved the KDE maintainers annoyance of a false alarm bug report.
But sounds like there is still a bug, KDE settings shouldn't segfault with malformed reports/descriptors. Might want to write a bug report or do PR yourself.