←back to thread

462 points jakevoytko | 2 comments | | HN request time: 0.555s | source
Show context
jonnycoder ◴[] No.43490289[source]
I’m not even close to being on par with other faang engineers but this is far from being a very difficult bug in my experience. The hardest bugs are the ones where the repro takes days to repro. But nonetheless the op’s tenacity is all that matters and I would trust them to solve any of the hard problems Ive faced in the past.
replies(1): >>43490353 #
jakevoytko ◴[] No.43490353[source]
Hi, author here! At my job before Google I had to debug these kinds of bugs for our mobile robotics / computer vision stack, but I found them fun so they didn't feel "hard" per se. The most time-consuming one took a month on basically a camera-mounted computer vision system, where after an hour of use the system would start stuttering unusably. But the journey took us through heat throttling on 2009-era gaming laptops, esoteric windows APIs, hardware design, and ultimately distributed queuing. But fixing it was a blast! I learned a ton. I hated that project but fixing that bug was the highlight of it.
replies(2): >>43490706 #>>43494381 #
1. Scramblejams ◴[] No.43494381[source]
I’d read that blog post!
replies(1): >>43495675 #
2. jakevoytko ◴[] No.43495675[source]
Thanks for the suggestion, I may do that next month if I can remember enough of the details!