• 0 Posts
  • 206 Comments
Joined 2 years ago
cake
Cake day: June 18th, 2023

help-circle





  • I was joining a group of people who I didn’t know all that well. I was keen to try the D&D experience, and somewhat follow the implied path by the DM. The others were more into the “sandbox” experience. So we ended up doing little more than burn down a tavern after 4 hours of playing. Probably helps if the DM goes through and figures out people’s expectations. We were just kids tho. This was 20 years ago.


  • okamiueru@lemmy.worldtoxkcd@lemmy.worldxkcd #3015: D&D Combinatorics
    link
    fedilink
    English
    arrow-up
    12
    arrow-down
    1
    ·
    edit-2
    6 months ago

    I have never played R&D D&D (or, I did once, but had a bad experience), so bear with me.

    Is it ever allowed to simply do the thing, instead of rolling dice? For example in this case, to place 5+5 tokens upside down, and pick two of them? Or fold pieces of paper, etc?

    Edit: I meant D&D of course. Don’t know where the R came from.


  • I had mixed feelings about the whole Ondsel thing. And, please correct me if I’m wrong.

    Most of the significant features in 1.0, that supposedly came from Ondsel, are things that I’ve been using for perhaps 3 years now, with a fairly well known branch of FreeCAD called Linkstage3 by a user that goes by RealThunder.

    I don’t know how much he was involved in Ondsel, or the merging of those features into FreeCAD, but it sure looked like a whole lot of great work wasn’t credited to mind boggling amount of work by one person.

    I still use the Linkstage3 branch, because it has a lot more features still, than what was present in the 1.0 pre-release i tried some months ago. Maybe things have changed since then.






  • okamiueru@lemmy.worldtoLinux@lemmy.mlIs Linux As Good As We Think It Is?
    link
    fedilink
    arrow-up
    8
    arrow-down
    1
    ·
    edit-2
    9 months ago

    I’ve used DOS, 3.11 to all the way to 11. Switched to Linux as main driver around 2009. Used MacOS at work for over a year now. I occasionally boot into windows for rare game that uses some anti cheat that doesn’t play well with wine.

    I’m old enough that I just want things to work. I don’t care for any fanboyism. These are my opinions:

    • Windows is a mess. It has different UI from different decades, depending on what and where. NT kernel is ancient. The registry is a horror show. The only edge it has, is third party software, like propriatery drivers. that’s it. And that’s isn’t a merit of windows, but rather market share.

    • MacOS is inconsistent at every turn. It’s frustrating to use, and riddled with UX bugs, and seemingly deliberate lack of functionality. The core tooling, like the file manager, is absolute garbage. The only good thing it has going it, is that the Unix core is solid. In that year, I’ve experienced a soft brick once, that almost was a hard brick, and the reason was having set the display refresh rate from 120 to 60 Hz. Something I changed BTW, because certain animation transitions in MacOS took twice as long on 120 Hz… Yeah, top notch QA there Apple.

    • Linux. It has its own flaws. For sure. But as for “just works”, it happens so often, that it’s exactly why Windows and MacOS feels so frustrating. I’d have my grandmother use Linux.

    And, I’m not just saying this. When I upgraded components on windows, I spent 2 hours debugging problems. One of the problems was also that it reverted a GPU driver, where every single version information was unmistakably older. It also made it not work.

    I’ve also experienced that the WiFi network adapter also doesn’t work until I download some proprietary software over ethernet cable.

    On Linux? I didn’t need to do a single thing in either case. It for sure didn’t use to be this way. In 2009 I was hunting WiFi drivers for fedora over ethernet. But in the last, say 5 years, on Arch, it’s been amazing. Did I mention that I use arch?

    Ps: The last 4 times I’ve had problems on Linux have been:

      1. A Windows update fucks up grub.
      1. Reboot from windows doesn’t release hardware claim on WiFi adapter, so it doesn’t work on Linux.
      1. The system clock is wrong, which was easy to notice because of 2. leading to a lack of remote sync. This is due to Windows storing system time as local time, and not UTC. If you do software development, you’d know how dumb the former is.
      1. Raid partition destroyed because a windows 7 install decided to, unprompted, write a boot partition on a disk with “unknown” file system.




  • Sort of. It might be a good idea to see what the mentioned Heroic Launcher does. What I do is tedious and cumbersome.

    Edit: I tried Heroic Launcher. Use that. It’s exactly what I wanted. Ignore what I’ve now placed in the spoiler.

    spoiler
    1. Download all GoG install files for a particular game, and place them in some folder.
    2. “Add a non-steam game” from within steam, for the installer executable, with the corresponding working directory (“start in”).
    3. Run the “game”, with the proton compatibility mode enabled.
    4. After installing, change the entry from 1., to point to the game executable (you’ll have to search for it), and corresponding working directory. It should be somewhere in $HOME/.local/share/Steam/steamapps/compatdata/

    PS: Surround all paths with double quotes. Both the TARGET and START IN fields. The working directory is almost always the directory that the executable is in.

    When updating a game, it is sort of the same story. Download update files. Change the entry to run the update. Update. Change the entry back.

    I’m sure there are better ways to do this. So I’ll probably check the Heroic Launcher. I remember trying similar things in the past, and I wasn’t all that happy with it.