Spyke

Replies

games

Comment on

Ubisoft Co-Founder Claude Guillemot Dies In Plane Crash

Reply in thread

Splitting hairs is when the difference is meaningless. The difference we're discussing is between answering the question and not answering it.

Others in the thread have given an answer that actually makes sense, and it's that wealthier people who fly frequently tend to fly in smaller private aircrafts, and those are more likely to crash than commercial flights.

Comment on

Can things exist without anyone being aware of their existence?

Reply in thread

Maybe we use these terms differently in different domains. In my field, stochastic means that repeating the same experiment under the same conditions doesn't guarantee the same results (e.g. rolling a die). The opposite of stochastic is deterministic. Something that changes depending on the day would be "a function of the date" or something that is "conditional on the date". This can either be a deterministic function (e.g. calling date.today().day in Python, or a mapping from the date to a uniform distribution ranging from 0 to date.today().day) or a stochastic function (e.g. sample a uniform random integer between 0 and date.today().day).

Edit: I think what you're talking about is the deterministic mapping from some variable into a distribution. We (as in my field specifically) do sometimes call that "stochastic" too, even though that mapping is deterministic. There may be a bit of terminology overloading here because what we care about in the end is the sample drawn from that distribution, which is actually stochastic.

Comment on

Can things exist without anyone being aware of their existence?

Reply in thread

How do you distinguish axioms from just another parameter of your model? If an all-powerful being is messing with our results, then you just get a stochastic model. In fact, we already have stochastic models in quantum physics. And whether or not the universe is a simulation doesn't affect the model's ability to make predictions at all, so why would it matter from a physics perspective? The model would be unchanged either way.

Comment on

Reframed

Reply in thread

Exactly! You don't. Your comment seems to imply that they are either getting disproportionately high income from reselling premium steaks (i.e. "not feeding world hunger" = only one person benefits from a large sum of money), or that that the income is very low (i.e. "not feeding world hunger" = you're not making enough money to feed yourself), but the latter doesn't make sense because any positive non-zero amount of money will get you more food than zero money. I don't know if I'm missing another interpretation.

games

Comment on

Ubisoft Co-Founder Claude Guillemot Dies In Plane Crash

Reply in thread

That's the wrong question to ask. "important people are more likely to be in a plane than unimportant people" is valid as a partial explanation only if we assume that all aircrafts have similar crash probabilities and are flown with a similar number of passengers.

The frequency with which I personally fly does not impact how often other people fly. All it does is give you one data point on how often other people in my situation might fly, and we don't know how many others are in my situation, so that information is also useless.

Comment on

Tech Workers Maxed Out Their A.I. Use. Now They’re Trying to Minimize It.

Reply in thread

I've been experimenting a bit with adding LLMs into my workflow, and even when using it constantly for a full 8h workday, it barely uses any of my quota. I'm guessing that those who burn through an excessive number of tokens are probably just letting a bunch of them run unattended and automatically allowing everything. There's just no way to verify that much of its output.