• 0 Posts
  • 67 Comments
Joined 2 years ago
cake
Cake day: November 23rd, 2023

help-circle




  • I’ve been hosting 5e on Foundry for my regular group for years and have used it both as a player and as a GM (with both premade modules and my own custom setting). It’s pretty great, but can be a bit overwhelming as a GM at first. As a player it’s pretty intuitive but it doesn’t hurt to run through a tutorial video or something to become aware of the non-obvious controls.

    I’m hoping to run a Pathfinder game later this year (when oir current DM decides to promote himself to player) and after playing with the setup in a sandbox I’m pretty excited about it.








  • It’s not worth the headache IMO. Just run a docker VM and use lxc for the one-off systems that you want to experiment with.

    I have a “production” docker VM and a “sandbox” docker VM and prod only ever runs compose files that I’ve vetted in sandbox. Super stable, basically bulletproof, and still has the flexibility to experiment and break stuff without affecting my core services.




  • It is impossible for anything with mass to travel at light speed. Even if it were possible, entities traveling at light speed (1) do not experience time, at least not in the way that a sub-lightspeed entity does, and (2) are effectively unable to communicate with sub-lightspeed entities. In fact, the only thing they can “communicate” with is the thing they’re going to collide with due to relativistic beaming.

    So given the above: if you imagine that you were traveling at light speed toward a black hole, you’d have to think of it as experiencing your whole existence simultaneously. Your creation, crossing the event horizon, being stretched by tidal forces, and collision/absorption into whatever exists inside the sphere… all happens at once.


  • That’s not entirely true for a sufficiently large black hole. It’s possible to cross the event horizon before tidal forces are strong enough to cause problems. You’ll definitely be ripped apart eventually, but you’d at least be able to see the inside before you become atomic spaghet.





  • I have to agree, rolling release distributions are the greatest recent development in desktop linux because they make the surface area for updates small (fewer packages more frequently, so if something breaks you have fewer places to look). Immutable distros make reverting a bad update foolproof.

    I ran bazzite for a while but then my work changed their VPN endpoints to use oauth, which didn’t work on the openvpn2 version available. I switched back to Fedora (which updates pretty frequently, just not constantly) so I could install and use openvpn3. I’m sure I could have figured out a way to get it running by patching it into ostree, but that felt a bit like breaking the rules.

    Debian is the underpinning for all of my homelab gear.