Hacker News new | ask | show | jobs
by pipeline_peak 346 days ago
The only problem I have with containerization is it’s not optimal. You’re adding all sorts of unnecessary overhead that’s not needed, often times to avoid an underlying problem.

Unfortunately, the real software world doesn’t solve underlying problems, they just want things up and running as soon as possible. So Containerization has proved to be pretty useful.

From a hacker perspective, it’s just boring in the same way I feel about AI. It takes the fun out of crafting software.