• 0 Posts
  • 16 Comments
Joined 1 month ago
cake
Cake day: May 2nd, 2026

help-circle





  • Like all VPN-like things, some amount of data has to flow through their system. But almost everything is encrypted nowadays so it’s generally not too big of a worry.

    For Tailscale though, they see way less. They see your IP during device setup, and maybe during use if things are making it hard for them to enable a direct connection. Depending on your DNS setup, they may see some of your DNS requests.

    Its also really easy to setup your own headscale sever and then nothing goes to them at all. I recommend a small VPS for that, rather than running it on your home internet connection.




  • BartyDeCanter@piefed.socialtoLinux@lemmy.mlDo you use vim?
    link
    fedilink
    English
    arrow-up
    5
    ·
    12 days ago

    In college, my advisor/boss was basically the emacs guy, so I picked up enough to do some basic text editing but didn’t go further because I didn’t feel like spending hours reading man pages.

    Later I worked at a place where a shared computer only had vi, so same story. I learned about a half dozen commands and left it with that.

    Then I went though a series of other editors and IDEs at different jobs, Notepad++, StyledEdit, CodeWarrior, CodeComposer, some weird proprietary Netbeans based thing, VS Code, etc. I still used vi for minor config editing on the occasional remote machine.

    Then I got a job where I would be doing a ton of work on headless remotes, so I decided to get serious about learning something purely terminal based. I tried a couple of things, but ended up with Helix because:

    1. it runs pretty great on my 15 year old laptop
    2. the vi commands I remembered worked
    3. it has actual command discoverability out of the box
    4. I didn’t have to install 153 plugins and write a 2834 line config file to make it useful

    Now I’m all helix all the time and really enjoying it.






  • I recently did a big expansion on my home networking infrastructure, and backups were one of bigger triggers.

    My setup is based on a local NAS + Hetzner storage box. The NAS runs Immich, Paperless, and the arr stack. Immich and Paperless back up to the storage box via borg, along with the configuration and docker files, but not the media. I either have physical copies of that or don’t really care because I can just download it again.

    My computers also back up to the storage box via borg, except for the Photos, Music and Video directories, for the same reasons. My partners Mac is currently backing up to an external USB drive, but the plan is to move them to Backblaze for the easy SAF and/or the NAS as a Timemachine target.