• 1 Post
  • 26 Comments
Joined 3 months ago
cake
Cake day: March 23rd, 2025

help-circle
rss
  • Maybe a silly question, but is simply having the thing doing the sailing running on what might be a docker container that only has access to the internet via a VPN connection okay? my friend told me this is his set up

    like, logically speaking this seems to be basically fine, since the sailing ship’s data is not visible to the ISP










  • Here’s my approach to documentation. It’s about habits as much as it’s about actually writing anything down:

    1. Never setup anything important via naked terminal commands that you will forget you did

    2. Always wrap important commands in some kind of “setup-xyz.sh” script and then run that script to see if your install worked.

    3. If you need to make a change to your service, ensure you update your script and so it can be re-run without braking anything

    Get into the habit of this and you are documenting as you go