Simple sabotage for software (2023)
11–20 of 83 posts
Re: Simple sabotage for software (2023)
#12Re: Simple sabotage for software (2023)
#13The major thing that springs to mind here is I've never seen a compelling reason to believe that the original CIA suggestions actually worked. In my experience workers like that exist naturally and organisations are great at just sidelining them. I think in that section the CIA was just writing a listicle that sounded good [0]. The way to cripple a company is to get bad people promoted into management and have them o…
People learn very quickly to manipulate the reporting, modeling, and accounting.
Just less than two decades ago we had the entire financial system lending massive amounts of money to the worst possible borrowers and REPORTING massive profits.
Re: Simple sabotage for software (2023)
#14Re: Simple sabotage for software (2023)
#15Re: Simple sabotage for software (2023)
#16Security and compliance benefit heavily from this approach, and I'm sure it can be extended elsewhere as well (architecture reviews etc).
Re: Simple sabotage for software (2023)
#17Clever framing of the authors own biases. I'd argue that for at least some of these, the opposite behaviour would be the true sabotage.
Re: Simple sabotage for software (2023)
#18I feel like this, in some capacity, is borderline inevitable in the modern architectures with a bunch of external services, or at the very least will 100% require that your devs are connected to the Internet all the time to be able to do anything, vs systems that are 100% self hostable.
Or even just running a complex Kubernetes cluster with a service mesh and other solutions on the test/staging/prod infra vs loosely mapping to more lightweight options locally, unless you have a super beefy setup. And even then, if everything is split into multiple separate services far enough, you just won't be able to run everything locally, meaning that you need to use some of the components from shared dev environments which will inevitably lead to stepping on each other's heels.
Once you go past something like Docker Compose for local environments, things can go sour.
Re: Simple sabotage for software (2023)
#19(Some may counter this with Hanlon's razor [2]; Never attribute to malice that which is adequately explained by stupidity.)