• 0 Posts
  • 33 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.




  • It’s not self-hostable (yet). Would that be important (why?)…

    If I use it as a note taking + sharing with few friends. If I publish the notes on the open internet or use it as a pastebin with nice formatting then no.

    Though in the former case client side encryption also works otherwise.

    Also I generally prefer open and self hostable software cause vendor lockin, central service going down, enshittification etc. If the software is open users can contribute and fix bugs too which makes the service more featureful and robust.