Kayana

joined 8 months ago
[–] [email protected] 3 points 1 month ago (5 children)

Point buy is completely deterministic, so I'm not sure what you mean by probabilities... Are you referring to statistics, like which stat is a certain value most of the time?

[–] [email protected] 1 points 1 month ago* (last edited 1 month ago) (7 children)

Well, one way to easily replicate point buy's range per stat (if not its distribution limit over all stats) would be 7 + 1d8. You could also do: Start every stat from 12, and if you want to increase one, you can do so by rolling a d4 as a bonus (rerolling on a 4). However, to do that you'll have to decrease a different one by another / the same d4. So you'll still have the same range, but like with point buy there's an element of control and choice to it.

Regarding bigger ranges, one way could be using that same method, only with bigger dice (and possibly other starting points). E.g. you could start from 11 and roll a d8, rerolling an 8 if you're adding it as a bonus. That example would give you values anywhere from 3 to 18, and it's much more swingy than 4d6dl. Of course, if the high variance is an issue, you can experiment with dropping highest or lowest on 2d8.

For example, if you're dropping lowest on bonus rolls and penalty rolls, you'll get characters with high highs and low lows, or if you're doing it the other way around, you'll get characters where each stat is fairly equal, without much variance to speak of.

There isn't much more I can say without knowing how much variance and player choice you want to include.

[–] [email protected] 16 points 2 months ago (1 children)

Possible formula: Tax for n-th house = n-th Fibonacci number + 5 * max(0, n - 2). So low numbers like three get penalized by that linear part, and high numbers grow exponentially due to the Fibonacci number.

[–] [email protected] 4 points 2 months ago (1 children)

Sollen das Temperaturen sein? Erinnert mich an diesen Edelstein.

[–] [email protected] 5 points 2 months ago* (last edited 2 months ago)

Mein Straßenverkehrsamt tendiert dazu, bei Leuten mit nur einem Namen in ihrem (bspw. indischen) Pass einfach den Namen als Vor- und Nachnamen zu nehmen, sodass bei ihnen dann auf dem Führerschein steht... Nur, weil die deutsche Bürokratie nicht mit nur einem Namen klarkommt.

[–] [email protected] 2 points 2 months ago (1 children)

Huh, interesting... You know, I've never really wondered about Humble Bundle specifically, but you're right, they seem to be selling your run-of-the-mill Steam keys, or at least you can activate them effortlessly in Steam. Maybe it's a case of Steam themselves handing out keys (instead of the publishers) to increase user retention? I honestly don't know, this is all just speculation.

I actually didn't click on your link at first, because I assumed it would just show other stores where you could purchase the whole game instead of a key, so I'm sorry that you had to clarify that.

[–] [email protected] 5 points 2 months ago (3 children)

As far as I know, they do - for Steam keys. If you're selling your game through other stores, not just a Steam key, there aren't any demands placed upon you. The OC might've been talking about that.

[–] [email protected] 11 points 3 months ago (3 children)

Can you even kill something that's already dead?

[–] [email protected] 2 points 3 months ago

Gotcha, I didn't catch that on my first read-through.

[–] [email protected] 1 points 3 months ago* (last edited 3 months ago) (2 children)

This seems wrong...

10^17 milligrams

-> 10^14 grams

-> 10^11 kilograms

-> 10^8 tons

So it should actually be 553 402 322 tons, which means that we can do it only using the rice produced in 2022.

[–] [email protected] 2 points 3 months ago* (last edited 3 months ago)

But you just completely ignored everything I said in that comment.

Mathematically, that is precisely how O notation works, only (as I've mentioned) we don't use it like that to get meaningful results. Plus, when looking at time, we can actually use O notation like normal, since computers can indeed calculate something for infinity.

Still, you're wrong saying that isn't how it works in general, which is really easy to see if you look at the actual definition of O(g(n)).

Oh, and your computer crashing is a thing that could happen, sure, but that actually isn't taken into account for runtime analysis, because it only happens with a certain chance. If it would happen after precisely three days every time, then you'd be correct and all algorithms would indeed have an upper bound for time too. However it doesn't, so we can't define that upper bound as there will always be calculations breaking it.

[–] [email protected] 6 points 3 months ago (2 children)

It's very pedantic, but he does have a point. Similar to how you could view memory usage as O(1) regardless of the algorithm used, just because a computer doesn't have infinite memory, so it's always got an upper bound on that.

Only that's not helpful at all when comparing algorithms, so we disregard that quirk and assume we're working with infinite memory.

view more: ‹ prev next ›