• 0 Posts
  • 30 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.



  • Even UTF-16 used by Windows isn’t fair because it needs twice as much space for hieroglyphs. Won’t someone think of the ancient Egyptians?

    Seriously, now that most display systems can handle putting accents on letters instead of needing a code point just for á, a new universal encoding would be nice. Purge it of Unicode’s precomposed letters, duplicated Chinese characters, and duplicated-in-retrospect letters and you could fit another few alphabets into Plane 0.

    But convincing tech companies to make webpages bigger seems difficult.











  • There’s nothing quite like Chrono Trigger.

    Dragon Quest IV/Dragon Warrior IV was a strong influence on Chrono Trigger’s medieval era. If you wanted an entire game about the Hero, DQ4 is the closest you’re ever likely to get. (Does that make Recettear a sister game to Chrono Trigger?)

    Phantasy Star IV has a similarly fast-moving and cinematic plot, but the graphics and gameplay are more archaic as befits a 1993 game. Strongly recommended if you want to play older JRPGs like DQ4.

    Final Fantasy VI (released as “Final Fantasy III”) is similar in quality and difficulty, but much longer and more complex.

    Radical Dreamers and Chrono Cross continue the story, but they have a much darker tone.

    Earthbound/Mother 2 came out the same year and is another of the greats, but that’s where most of the similarities end. Earthbound might be the only 16-bit classic whose tone is “all of them”. Earthbound can be quite hard early on, so don’t get discouraged.