Egregoros

Signal feed

Shawn Webb

@lattera@bsd.network

HardenedBSD cofounder, Emerald Onion Advisory Board member, employed in offensive cybersecurity, all around infosec wonk.

Posts

Latest notes

Weighed myself this morning. 141lbs. I'm 6 feet and 1 inches. I'm now at the weight at which I graduated high school.

I don't really want to be this weight. I would prefer to hover around 165-170. When we moved to Colorado three years ago, I weighed 195lbs.

I wonder if I have a parasite or something. I typically find myself in the kitchen every two to three hours. I'm eating a lot, but my body doesn't seem to be properly digesting stuff perhaps?

Today, I'm thankful for the combination of these two #FreeBSD features:

  1. geli-based storage encryption
  2. ZFS

Before I fly out to help with a family medical emergency, I'm backing up my most important bits to a geli-encrypted encrypted NVMe USB enclosure.

It's ZFS all the way down, so I can do something like:

# zpool import backups
$ zfs snapshot rpool/home/shawn@2026-06-27
$ zfs send -vp rpool/home/shawn@2026-06-27 > /backups/laptop/home-2026-06-27.zfs

Rinse and repeat for each ZFS dataset I'm interested in backing up, both for the laptop itself and for the ZFS datasets contained within the VMs on the laptop.