TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

DevOps Is a Poorly Executed Scam

7 pointsby harporoederover 2 years ago

5 comments

daviddever23boxover 2 years ago
&quot;If you deploy to Linux, you develop on Linux. No more of this coding on your Macbook Pro and deploying to Ubuntu: that is why you can&#x27;t have nice things.&quot;<p>Nope. Use containers on whatever *nix platform you like. Use languages that cross-compile easily.
评论 #34437099 未加载
nickd2001over 2 years ago
To me, DevOps largely means really good automated build, test deployment and automated tests so that you can see what&#x27;s going on quickly. This is worth its weight in gold. Can&#x27;t see why this would be a scam. Its also not entirely new. I wrote shell scripts in the mid-90s to automate huge C++ builds, for various different release branches.
yuppie_scumover 2 years ago
Have fun fixing whatever manually-deployed, completely undocumented BS is running on a server that this guy built in five years
_madmax_over 2 years ago
The author seems to be a devotee of the Asshole Driven Development methodology.<p>Also there&#x27;s a ton of books &#x2F; course so that they can learn <i>just like they learn scrum</i><p>Waste of time of an article, nobody needs to hear your shit.
评论 #34423247 未加载
makeitrainover 2 years ago
Instead of trying to “do dev ops” why not try to build a functional continuous integration pipeline that developers like to use. You can name it whatever you want.