• 2 Posts
  • 94 Comments
Joined 1 year ago
cake
Cake day: July 5th, 2024

help-circle



  • If I read out loud faster than certain limit the pronunciation becomes gibberish. Silent reading is much faster. OTOH when I read out loud, I focus on speech, my attention and hence understanding rate drops. So it takes even longer.

    For complicated writing I sometimes even have to re read silently to understand the complete meaning.













  • Nowadays I deploy most self hosted services as containers. If something is not available as such, I install it inside container and make a Dockerfile of it. Snap is useful too here (cf nextcloud). For some rust/go projects I just run the binary on the host directly as a systemd service. The corresponding update service pulls the release, builds it locally and restarts the service appropriately.

    Which means it totally depends on the project structure, scale and security administration which in turn depend on user. Somebody else might want something totally different but I would suggest go for container.