No post body was provided.
Ask HN: What’s your current hot take in software engineering?
1–10 of 37 posts
Re: Ask HN: What’s your current hot take in software engineering?
#2Most single-page apps shouldn't be single-page apps. Start with server-rendered HTML and forms. Maybe sprinkle in some jQuery or Alpine or HTMX if you really need to.
Re: Ask HN: What’s your current hot take in software engineering?
#3The benefits of Kubernetes aren't worth its immense complexity in most organizations. If you want to put things in containers, just use Docker Swarm.
Re: Ask HN: What’s your current hot take in software engineering?
#4The 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?
#5Start with a monolith, not microservices.
Re: Ask HN: What’s your current hot take in software engineering?
#6The frontend "stack" has become unnecessarily complicated in the last ~5 years.
Re: Ask HN: What’s your current hot take in software engineering?
#7I 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?
#8Offshoring is a real threat to software development and salaries are going to drop in numbers reminiscent of 2001
Re: Ask HN: What’s your current hot take in software engineering?
#9Most places build their software using incredibly subpar tooling. This will not change anytime soon.
Re: Ask HN: What’s your current hot take in software engineering?
#10The 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.