• 0 Posts
  • 10 Comments
Joined 3 years ago
cake
Cake day: June 11th, 2023

help-circle




  • Unarmed strikes with kicks and elbows and such aren’t just flavor, it’s written in the rules that you can use any part of your body.

    Instead of using a weapon to make a melee attack, you can use a punch, kick, head-butt, or similar forceful blow. In game terms, this is an Unarmed Strike—a melee attack that involves you using your body to damage, grapple, or shove a target within 5 feet of you.

    The mechanics don’t state you need a free hand anywhere.






  • I definitely feel the lab burnout, but I feel like Docker is kind of the solution for me… I know how docker works, its pretty much set and forget, and ideally its totally reproducible. Docker Compose files are pretty much self-documenting.

    Random GUI apps end up being waaaay harder to maintain because I have to remember “how do I get to the settings? How did I have this configured? What port was this even on? How do I back up these settings?” Rather than a couple text config files in a git repo. It’s also much easier to revert to a working version if I try to update a docker container and fail or get tired of trying to fix it.