| ▲ | raw_anon_1111 2 hours ago | ||||||||||||||||
Why? I’m as old timer as old timer can get - started programming as a hobby in 1986 in assembly on an Apple //e in 65C02 assembly language. But just today a bug was reported by a customer (we are still in testing not a production bug). I implemented this project myself from an empty git repo and an empty AWS account including 3 weeks of pre implementation discovery. I reproduced the issue and through the problem at Claude with nothing but two pieces of information - the ID of the event showing the bug and the description. It worked backwards looking at the event stream in the database, looking at the code that stored the event stream, looking at the code that generated the event stream (separate Lambda), looking at the actual config table and found the root cause in 3 minutes. After looking at the code locally, it even looked at the cached artifacts of my build and verified that what was deployed was the same thing that I had locally (same lambda deployment version in AWS as my artifacts). I had it document the debug steps it took in an md file. Why make life harder on myself? Even if it were something I was doing as a hobby, I have a wife who I want to spend time with, I’m a gym rat and I’m learning Spanish. Why would I waste 6 hours doing something that a computer could do for me in 5 minutes? Assuming he has a day job and gets off at 6, he would be spending all of his off time chasing down a bug that he could be using doing something else. | |||||||||||||||||
| ▲ | grebc 2 hours ago | parent | next [-] | ||||||||||||||||
It’s always the journey that matters. If you’re experienced as you are, you’re not learning the same way a junior assigned this might learn from it. | |||||||||||||||||
| |||||||||||||||||
| ▲ | LeCompteSftware 2 hours ago | parent | prev [-] | ||||||||||||||||
Did you miss this part?
That's why he should spend 6 hours on it, and not give up and run to the gym. That's like saying "I shouldn't spend an hour at the gym this week, lifting weights is hard and I want to watch TV. I'll just get my forklift to lift the weights for me!" | |||||||||||||||||
| |||||||||||||||||