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.

  • 8 Posts
  • 4 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle
  • Neat. How much work was it? Any thoughts about doing a How-to?

    It was a lot of work to get it to fit because it’s not actually that deep. I managed to make it work by installing a longer cable for the display (it was too big with it in the normal position) and getting a 90° power adapter to allow the door to close. The filament spool is positioned on top and goes through a printed tube. There is also a small hole to allow cables to go out from the back. I could give instructions / answer questions if anyone is interested.

    After all Said and done did you notice any print quality differences?

    Yes, there was a big improvement. It stands under my window and the draft ruined a lot of prints. I struggled to print anything over 5 cm high.
    Now the temperature inside is higher (temperature sensor inside says it’s 34 °C) and the humidity is about ~15% lower than the rest of the room. Print quality has improved a lot.







  • qaz@lemmy.worldOPtoProgrammer Humor@programming.devPeak security
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    21 days ago

    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.