Hacker News new | ask | show | jobs
by forgottenpass 3502 days ago
without at any point refuting his point about the incentive

Grandparent post described a way to create incentive. He posited that without it there wasn't incentive, he did not prove - nor even attempt to argue - that it was the only (or best) way to create incentive.

ability to respond quickly to outages

Depending on the nature of a problem and training of the people involved, there is zero reason to assume the programmer of an application is more qualified to triage and remedy an outage than someone specializing in operations. The problem could be in the infrastructure around the app. Even if the underlying problem is something the developer is well suited to fix, they still might not be have the expertise to deliver the best temporary solution to get online ASAP, and stay there until the real fix can be landed in the codebase.

To conclude, parent poster does not need to waste breath articulating why such obviously fallacious reasoning is bullshit.

1 comments

> ... there is zero reason to assume the programmer of an application is more qualified to triage and remedy an outage than someone specializing in operations.

That's why we've got AWS, Azure, Google Cloud, and so on, right? The programmer gets to deal with only their code and let someone else worry about the rest of the infrastructure.

Unless you're talking about AWS lambda, all of those things still have software infrastructure that need system administrators.