Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BL
Posts
0
Comments
110
Joined
2 yr. ago

  • Not a direct answer to your question, but I read How to be Perfect last year. Michael Schur (creator of Parks and Rec) wrote the book as an exploration of the research they did to make The Good Place.

    It’s a survey of philosophy for non-philosophers and does a great job breaking down how to make good choices without being preachy.

    Here’s the link

  • I agree with using rsync.

    Open a screen then use something like this command:

     
        
    rsync -arvzip --progress {$remote}:/path/to/remote/files /path/to/local/files
    
      

    If you are using a different port for SSH, you’ll need to pass an option like -e 'ssh -p 12345'

  • Why do you need a VPN and not a reverse proxy and dyndns?

    My setup uses some docker containers to:

    1. Update my WAN IP with cloudflare every 60s
    2. Nginx proxy manager to map URLs to services running on my host server
    3. Port forwarding to route traffic to the correct container
    4. Cloudflare zero trust or baked in app authentication
  • We are still in the early days of the fediverse. Once this thing gets figured out and stabilized, I think we could see some progress in consolidating duplicate communities…

    But does the broader group of users want this model?