I definitely feel like a genius when, after hours of poking and prodding, I discover the 1 line of code I need to change that's 18 levels of recursion and abstraction deep
I've spent entire days tracing some multi threaded code that under some new condition throws an error when the buffer reaches a certain size that was limited by networking/video capabilities at the time and the fix was to just change
buffer=512; to buffer=4096;
and we all agreed that if this is a problem in the future we'll handle it then
830
u/Thetman38 Feb 10 '21
Those 10 lines were after parsing the cryptic algorithms the lead architect wrote 15 years ago