(no title)
c2h5oh | 5 months ago
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|5 months ago
You can do a decent hardening job without too much effort, if follow some basic guidelines. You just have to be conscientious enough.
c2h5oh|5 months ago
I would love to say that this was an exception during almost 20 years of my professional career, but it wasn't. It was certainly the worst, but also much closer to average experience than it should have been.
1over137|5 months ago
c2h5oh|5 months ago
Source: most of the companies I worked or consulted for in the past 20 years.
jmclnx|5 months ago
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.
c2h5oh|5 months ago