• 4 Posts
  • 105 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle









  • Looking at the blog post Shyfer found, Pathfinder 2e and Daggerheart diverge from D&D 5e in opposite directions. PF2e puts a lot of emphasis on game balance, battlemat tactics, and specific named actions. Daggerheart looks to be quite loose with rules and trying to be cinematic rather than balanced.

    They could both be good games, but Final Fantasy Tactics isn’t going to scratch that Dynasty Warriors itch or vice versa.








  • cURL is a very commonly used program to download individual files from the command line and worth installing to have it around in the future.

    sudo apt update
    sudo apt install curl

    The first command tells your package manager to update its list so you ask for the latest version. You can skip it if you’ve already updated today. The second command tells your package manager to install cURL.

    This will happen every now and then, especially when building a package from source. You won’t have some common utility that the documentation writer assumed you had, and you will need to find what package provides it and install the package.


  • From your other responses, this is a system issue not a problem with the website.

    Lemmy.world’s code has this font list for sans-serif: system-ui,-apple-system,“Segoe UI”,Roboto,“Helvetica Neue”,“Noto Sans”,“Liberation Sans”,Arial,sans-serif,“Apple Color Emoji”,“Segoe UI Emoji”,“Segoe UI Symbol”,“Noto Color Emoji”

    I’d use the dev tools to check which font is being rendered. I’m on Windows so I get Segoe UI, which I find entirely acceptable.