I joined Lemmy back in 2020 and have been using it as @qaz@lemmy.ml until somewhere in 2023 when I switched to lemmy.world. I’m interested in systemd/Linux, FOSS, and Selfhosting.

  • 166 Posts
  • 1.41K Comments
Joined 3 年前
cake
Cake day: 2023年6月10日

help-circle





















  • qaz@lemmy.worldOPtoProgrammer Humor@programming.devPeak security
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    7 个月前

    A standard Docker container with a NodeJS/PHP/Python app is usually around 200-300 MB (yes really), the OpenJDK JVM is around a hundred MB, but a fully statically compiled rust binary that doesn’t even depend on libc is just a couple MB and can be deployed as a tiny distroless Docker container.

    It’s a lot heavier than your 8kb C++ executable but it’s nothing compared to what is required to deploy anything else.