• 0 Posts
  • 242 Comments
Joined 1 year ago
cake
Cake day: February 1st, 2024

help-circle
  • It is really powerful per watt, and has a built-in UPS. Any homelab type things you could do with that? macOS+homebrew will give you a nice *NIX feel, very familiar if you’re a Linux user.

    I’m a fan of having a remote homelab computer+disk for off-site storage. This would be a good candidate in that it wouldn’t use excessive power at a friend/family’s place, but may be overkill (I use a pi3 for that).






  • Note re: mustard. It is not just an “other flavor,” it is also an emulsifier!

    It took me a while before I learned this. Even if you’re not going for a mustardy flavor, a little mustard goes a long way in keeping the oil and vinegar from separating. Definitely recommend using some with basically every dressing you make.













  • Same — rsync to a pi 3 with a (single) ZFS drive at family’s house. Retain some daily/weekly/monthly snapshots.

    I have a (free) VPS with static IPv4 which is how I connect everything.

    Both the VPS and the remote site have limited network speed (I think 50Mbps for VPS), so the initial sync was done sneakernet (well…“airplane net”). Nightly rsync is no problem bandwidth-wise, and is mostly just any new videos I’ve uploaded to my local Immich instance.


  • It is “backwards” from some other commands — usually you run copy/rsync/link from source to destination, but with tar the destination (tarball) is specified before the source (directory/files).

    That, and the flags not needing dashes always just throws me for a loop.

    And the icing on the cake is that I don’t use tar for tarring that often, so I lose all muscle memory (untaring a tgz or tar.bz2 is frequent enough that I can usually get that right at least…).