|
|
|
|
|
by ajsnigrutin
113 days ago
|
|
On one hand, it's a "people problem"... on the other, it's a software problem too. "back in my time", you'd have some c code, one .conf file, you'd "make", edit the config (or hope it works with default settings), run, and you'd have a program running. Now you need five different services running, it comes in a docker, running on some random port, proxied to another random port, the configs are split into 12 yaml files, plus it needs 7 gigs of hdd space... ..sometimes providing the same functionality as the old 300kB software of the yesteryear. |
|