▲ | c2h5oh 3 days ago | |||||||
The time spend on hardening software is always zero or very close to that unless the company makes that hardening a selling point of the product they make. In the world of VC powered growth race to bigger and bigger chunk of market seems to be the only thing that matters. You don't optimize your software, you throw money at the problem and get more VMs from your cloud provider. You don't work on fault tolerance, you add a retry on FE. You don't carefully plan and implement security, you create a bug bounty. It sucks and I hate it. | ||||||||
▲ | esafak 3 days ago | parent | next [-] | |||||||
Then you'll get hacked or have an outage, and unless you're a monopoly it will cost you. But will the people who made poor decisions be held accountable? You can do a decent hardening job without too much effort, if follow some basic guidelines. You just have to be conscientious enough. | ||||||||
| ||||||||
▲ | 1over137 3 days ago | parent | prev | next [-] | |||||||
c2h5oh: that does sound sucky. Perhaps it mostly describes web development though? Other software fields take this stuff more seriously. | ||||||||
| ||||||||
▲ | jmclnx 3 days ago | parent | prev [-] | |||||||
Depends upon the software. I find valgrind easy on Linux and ktrace(1) on OpenBSD easy to use. I do not spend much time, plus I find testing my items on Linux, OpenBSD and NetBSD tends to find most issues without a lot of work and time. | ||||||||
|