Live data from Hacker News

Ask HN: What’s your current hot take in software engineering?

news.ycombinator.com

1–10 of 37 posts

Re: Ask HN: What’s your current hot take in software engineering?

#4

The benefits of Kubernetes aren't worth its immense complexity in most organizations. If you want to put things in containers, just use Docker Swarm.

I work in DevOps and would argue this view is very reasonable and commonplace enough now that I wouldn't even consider it a hot take (and I also think it's correct). [Besides perhaps the Docker Swarm recommendation part specifically vs a managed service.]

Re: Ask HN: What’s your current hot take in software engineering?

#7
I don't trust any software involved in safety critical applications that can be updated after manufacture.

To clarify, I find that engineers rely too heavily to let their users find bugs in the field and most engineers tend to think "oh, I'm sure it isn't a big deal, and if it is we can just update the firmware/software".

Re: Ask HN: What’s your current hot take in software engineering?

#10

The frontend "stack" has become unnecessarily complicated in the last ~5 years.

Sometimes I've had the impression that new FE frameworks (or libraries) arise to solve the complexity problem to then become a big complexity problem themselves.
Post reply on HN