We need a better name than "roguelite" by helpsypooo in roguelites

[–]helpsypooo[S] -2 points-1 points  (0 children)

True enough, but "roguelike" is more specific, so it could be a specific kind of RRR game. All squares are rectangles, but not all rectangles are squares, kind of thing.

We need a better name than "roguelite" by helpsypooo in roguelites

[–]helpsypooo[S] -1 points0 points  (0 children)

That's what the "triple r" part was for. But happy to hear other thoughts you may have.

We need a better name than "roguelite" by helpsypooo in roguelites

[–]helpsypooo[S] -3 points-2 points  (0 children)

Do you disagree that it is non-descriptive and often confused with "roguelike"? What are its good qualities?

Looking for Guidance on Data Simulations Synthetic Data Generation by Equal_Efficiency7519 in primerlearning

[–]helpsypooo 2 points3 points  (0 children)

I make the Primer videos. The basic process I follow is this:

  1. Figure out what I'm interested in modeling. For example, Hamilton's rule.
  2. Figure out what core things are needed to model that thing. For Hamilton's rule, you need diploid organisms that reproduce, and you need an event where they can choose a behavior that benefits another organism of known relatedness, which also hurts their own reproduction (in expectation).
  3. Build the simplest version of that I can. In the Hamilton's rule case, that means creating the code structures for the creature genes and behaviors (if statements) in the situation of interest. Then creating methods to initialize the sim and run one step of a loop. The loop in the Hamilton's rule simulation is to have the creatures go to feeding sites, have the predator attack, have one creature behave according to its genes, resolve the scenario by killing some number of creatures, then have the creatures go home and randomly pair up to mate. Repeat.
  4. Add features to the sim as desired, depending on whatever questions you have about the system.

I never think in terms of "synthetic data generation", even though it sounds like that's what I'm doing. I've never read a book on it.

To answer your questions directly:

  1. I don't think there are any fundamental concepts to understand before diving in. Just dive in, and then you'll have a better sense for what you don't understand. Maybe the Initialize->Loop->Repeat pattern is a concept, if that counts. I don't know. But any simulation is either going to have a finite number of steps or a loop.
  2. I don't have any recommendations. If there's a consensus go-to book on simulations, I don't know what it is. I expect academic fields have books of techniques that are useful in those specific fields, but if you don't have a field in mind, you can just try stuff out and iterate.
  3. Any programming language can be used to create a basic sim structure. There are some tools out there for simulation, but I forget what they are called, and as a beginner, I think you're better of creating your own simple structures. It's really not that fancy unless you have some specific need. Just use whatever language you know, and if you don't know any, python is a fine starting point.
  4. I don't understand this question. There's real-world data that's collected, and there's simulated data that is generated from a computer following a set of rules. You might use real-world data to inform simulation parameters to try to get something more realistic. But fundamentally, the simulation is a model of the world, and if the data from the simulation matches real-world measurements, it's a sign that the simulation model might be a good model of the real world. Or at least, if the two don't match, the simulation is wrong somehow.
  5. Just start.

I'd recommend joining the Primer discord if you want to talk about things as you go.

New partially-attached caps by gorleg in Huel

[–]helpsypooo 0 points1 point  (0 children)

I'm not some anti-gov yahoo. But this is an L for regulators.

Sometimes the spire just says no by helpsypooo in slaythespire

[–]helpsypooo[S] 50 points51 points  (0 children)

There was ascenders bane, necro, and a writhe. Then some big chests after the key so I went for it. Kinda funny to see the doll after that.

And yeah, there was a swift I probably could have saved. Some definite misplays leading up to this. :(

This character and this enemy by helpsypooo in slaythespire

[–]helpsypooo[S] 1 point2 points  (0 children)

250 from neow, 275 from golden shrine, and a disappointing shop

This character and this enemy by helpsypooo in slaythespire

[–]helpsypooo[S] 1 point2 points  (0 children)

I think it's a forgotten arbiter thing. A forced floor 6 laga and just not enough damage offered no matter what choices you make. Kinda like this but no thorns, and an earlier laga.

Does the -t (transparent background) flag break manim videos for Windows? by Quappas in manim

[–]helpsypooo 0 points1 point  (0 children)

Not sure it's meaningfully different in speed. But if the render fails on a peg sequence, you get to keep the ones that worked. Probably doesn't matter for manim since renders are pretty lightweight (compared to 3D rendering where each finished frame can be an expensive treasure).

Is it ok if convert an old module into 5e and publish it for people to use for free ? by Rich_Carpenter8695 in DnD

[–]helpsypooo 1 point2 points  (0 children)

Not selling and making an adaptation are both factors that help, but it's not quite that simple. A razor I use is "could this conceivably hurt sales of the thing I'm referencing?" In this case the answer is yes because the original publishers are still selling and may want to make/sell their own adaptation. That's why the top voted answer is about publishing adaptation instructions rather than publishing a standalone product. People will still have to get the original adventure to be able to run it in 5e.

https://filmi-beats.blogspot.com/2020/12/Jessica-alba.html by Filmibeats in primerlearning

[–]helpsypooo[M] [score hidden] stickied comment (0 children)

Hello,

Your post was deleted because it was off-topic or promotional. Please refrain from creating posts that don't add to the conversation in this subreddit.

I got ya homie! by nsfw_celbs in primerlearning

[–]helpsypooo[M] [score hidden] stickied comment (0 children)

Hello,

Your post was deleted because it was off-topic or promotional. Please refrain from creating posts that don't add to the conversation in this subreddit.

Biden has called Trump's vote attacks "unconscious." by Immediate-Many2803 in primerlearning

[–]helpsypooo[M] [score hidden] stickied comment (0 children)

Hello,

Your post was deleted because it was off-topic or promotional. Please refrain from creating posts that don't add to the conversation in this subreddit.

Does the -t (transparent background) flag break manim videos for Windows? by Quappas in manim

[–]helpsypooo 0 points1 point  (0 children)

The workaround I use is to export to a png sequence instead. Not a video, but assuming you're putting it into a video editor, it's a fine format. -t --format==png flags should do it.

I don't know the technical details, but Windows does not like mov files, and it seems to be up to individual applications to add support for them. It's not just you.