|
|
|
|
|
by rcpt
498 days ago
|
|
I don't know what to say. I've been able to get code working in libraries that I'm wholly unfamiliar with pretty rapidly by asking the LLM what to do. As an example, this weekend I got a new mechanical keyboard. I like to use caps+hjkl as arrows and don't want to remap in software because I'll connect to multiple computers. Turns out there's a whole open source system for this called QMK that requires one to write C to configure the keyboard. It's been over a decade since I touched a Makefile and I never really knew C anyway but I was able get the keyboard configured and also have some custom RGB lighting on it pretty easily by going back and forth with the LLM. |
|