Hacker News new | ask | show | jobs
by omeid2 810 days ago
Efficient caching exists when caching makes sense, layers are meaningfully cached.

What most people need but don't use is base layers that are upstream of their code repo and released regularly, not at each commit.

Containerisation has made reproducible environments so easy that people want to reproduce it at each CI run, a bit too much.