• 0 Posts
  • 26 Comments
Joined 4 months ago
cake
Cake day: July 19th, 2025

help-circle

  • This sounds like analysis paralysis. If you have 5 games, it’s easy to select one. If you have 416, it’s difficult to select one.

    I’ve often found that the more options I have, the more difficult it is to come to a decision. And when you think about “what game should I play,” it sounds like a silly problem to have. But when you extend it to other problems in life, like “what should I have for dinner,” then you see it start to cause some pretty serious problems.

    Lately I think I spend more time trying to decide what to play than I do playing games. Then I’m not always successful in making a decision, or might run out of time, and then I don’t play any games. Following the same reasoning, sometimes I don’t eat dinner.

    If you start to notice this is becoming an actual problem, the good news is there are tools and techniques that can help you make a decision. About a thousand of them. Good luck picking one.














  • Git is what’s known as “Version Control Software” which basically means that it keeps track of the changes you make.

    It’s primarily used for software development, and where it shines is when multiple people are collaborating on a project which will receive many changes. You can create a “branch” of the project with the changes you want to “commit” and then after they’re reviewed in a “pull request” you can “merge” them back inyo the main branch. If at any point in the process you discover that the changes cause issues, a history allows you to “revert” those changes back to what you had previously.

    As you can probably see, there’s a fair bit of terminology in git. It’s a powerful tool that has a learning curve in order to use it.

    While git is primarily used in software development, it doesn’t have to be. In fact, you could use it for any collection of files that receive changes. It’s not uncommon to see it used for technical writing , wikis, or large collaborative documents. I recall seeing a compelling argument that it could be used for drafting legislation, although I’m not aware of any government which uses it for that purpose.

    Some people argue about whether or not you should use git with non-text files because the changes are much larger, but you don’t have to rigidly follow dogma.

    I knew a guy who liked to use git for his RPG campaign notes. The main branch held his setting info, and when he’d run a game he’d create a new branch. If he was pleased with the game and wanted to enshrine it in canon, he’d merge it into main. Otherwise, he could leave the branch alone, but he’d still always be able to go back and look at the adventure with the details of the setting as it was at that time. I thought it was overkill, but he had fun.





  • My interpretation is that people hate AI, but an individual’s rage against the machine isn’t enough to hurt it. Something I agree with.

    Then it goes on to say that AI is just here to help, which I think is supposed to evoke sympathy for something that was unfairly demonized. Something I don’t agree with.

    If you try to distill it further, I read this as dissatisfaction against AI is futile and unjustified. It reads as though AI was a benevolent force designed to help people, which unfortunately just isn’t true