Just your typical internet guy with questionable humor

  • 2 Posts
  • 113 Comments
Joined 2 years ago
cake
Cake day: June 22nd, 2023

help-circle














  • I GM’d WFRP 2e a few times. In one session, a big ram that doubled as a mount for one of the players was slowly becoming a vessel for a daemon, culminating with an attack against the owner. Missed the first attack, but the second was a critical*: 27 points of damage (player characters usually have 12-14 hit points), which made it a one-hit-fatality, ripping the head clean out of the body. I kinda felt bad for the player, but the scene was just too good

    * In 2e, criticals are only when rolling for damage. If the D10 comes out 10, it’s a critical and you roll again, adding up. Rolling 10s again also count as critical and let you roll again.



  • I Cast Fist@programming.devtoSelfhosted@lemmy.worldWhat is Docker?
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    17
    ·
    23 days ago

    So instead of having problems getting the fucking program to run, you have problems getting docker to properly build/run when you need it to.

    At work, I have one program that fails to build an image because of a 3rd party package who forgot to update their pgp signature; one that builds and runs, but for some reason gives a 404 error when I try to access it on localhost; one that whoever the fuck made it literally never ran it, because the Dockerfile was missing some 7 packages in the apt install line.