| ▲ | theamk 2 hours ago | |||||||
> When a button breaks on a website, I have a model about what should have happened. Somewhere a contract got broken. [...] I might not have access to debug just an HTTP status 500, but I expect there to be somebody whose job is to understand why the endpoint is 500ing. The ownership is well-defined albeit opaque³. > For many users, however, the actual experience is roughly just "stupid thing sucks." Software already feels capricious; more failures just change the rate of frustration. I am betting author does not use cloud services much. It is not just "users", it's developers as well. Github is returning 5xx? AWS service does not work? Your email did not get delivered? Nothing we (developers) can do, "stupid thing sucks". | ||||||||
| ▲ | ryandrake an hour ago | parent | next [-] | |||||||
We see this fatalistic attitude all the time in software. "Bugs are inevitable." No, they aren't! Bugs are a choice. Almost all companies choose bugs because "no bugs" is too expensive. It's sometimes the right choice but we need to acknowledge that it's a choice and not some natural property of software. Imagine if people who built bridges or airplanes thought "bridge collapses and airplane crashes are inevitable, no way to solve it." | ||||||||
| ||||||||
| ▲ | simoncion 2 hours ago | parent | prev [-] | |||||||
> It is not just "users", it's developers as well. One can be simultaneously a developer and a user. Distributed systems [0] weren't invented five years ago, after all. ;) "Github owns this part that we rely on for correct operation and we can do fuckall about it when it fails." is a well-defined ownership model. [0] ...implying the existence of distinct parts that can be independently developed and independently fail... | ||||||||