Comment by aeonik
2 days ago
I ran into a weird joystick bug the other week, and I wanted ChatGPT to figure out the exact code flow of how a specific paramter is set.
I had it analyze different related libraries, and it zeroed in on SDL and Wine codebases, and it found the exact lines of code related to the logic error in Winebus.
It really helps me dig deep for certain hard to track bugs.
I really like using o3 to help with thorny architecture problems by researching existing related solutions on the internet, distilling them, and comparing trade-offs with me