And then the troubleshooting steps are like reset the app, reset your account and if that doesn’t fix it reinstall Windows. If it still won’t work, buy a new computer.
It’s terrible, just give me the info I need to figure out the root cause. It’s probably very easy to fix. Instead of the ol’ nuke it from orbit approach.
And it’s not just on the side of consumers either. More and more people are using docker to run shit and just reset or reinstall whenever an issue pops up. Sure that’s often faster and it might work, but it won’t prevent the issue from returning and you won’t have learned anything. I learned the most from fixing broken shit. It requires you to figure out how it should work and what’s preventing it from working like that. We are making ourselves dumber this way.
Docker is not made that way so people can get out of fixing shit that breaks constantly. The point is more to get rid of once-in-a-lifetime errors for which a reinstall or restart would be faster for anyway, but the main reason is that you get to sleep because if something fucky happens at 3AM, it’s more likely the system will just right itself.
I certainly wouldn’t call debugging a blinking container easier than just fixing shit on the server. In a container though, I can be sure the issue is fixed and it’s not just another bandaid on a growing pile that is going to explode as soon as the guy building the pile retires.
And then the troubleshooting steps are like reset the app, reset your account and if that doesn’t fix it reinstall Windows. If it still won’t work, buy a new computer.
It’s terrible, just give me the info I need to figure out the root cause. It’s probably very easy to fix. Instead of the ol’ nuke it from orbit approach.
And it’s not just on the side of consumers either. More and more people are using docker to run shit and just reset or reinstall whenever an issue pops up. Sure that’s often faster and it might work, but it won’t prevent the issue from returning and you won’t have learned anything. I learned the most from fixing broken shit. It requires you to figure out how it should work and what’s preventing it from working like that. We are making ourselves dumber this way.
Docker is not made that way so people can get out of fixing shit that breaks constantly. The point is more to get rid of once-in-a-lifetime errors for which a reinstall or restart would be faster for anyway, but the main reason is that you get to sleep because if something fucky happens at 3AM, it’s more likely the system will just right itself.
I certainly wouldn’t call debugging a blinking container easier than just fixing shit on the server. In a container though, I can be sure the issue is fixed and it’s not just another bandaid on a growing pile that is going to explode as soon as the guy building the pile retires.